summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2009-11-20Minor reformatting.Bharat Mediratta
2009-11-20Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" soBharat Mediratta
2009-11-20Move tag ui to the bottom of the form since it's a lower priorityBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
2009-11-19Add a note to skip version 20.Bharat Mediratta
2009-11-19Revert "Currently Admin_Theme_Options controller assumes that all the themes ...Tim Almdal
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-19Revert "Use call_user_func instead of call_user_func_array as we don't need t...Tim Almdal
2009-11-19Use call_user_func instead of call_user_func_array as we don't need to pass t...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-18Currently Admin_Theme_Options controller assumes that all the themes will pro...Tim Almdal
2009-11-18Merge branch 'master' into talmdal_devTim Almdal
2009-11-18Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-11-18For album pagination, don't let the last_visible_position exceed theBharat Mediratta
2009-11-18Revert "Simplify the maintenance of the xss golden file by having each module...Tim Almdal
2009-11-18Simplify the maintenance of the xss golden file by having each module contibu...Tim Almdal
2009-11-18Update the xss golden file so tests pass.Tim Almdal
2009-11-18Create a helper to load the theme information from theme.infoTim Almdal
2009-11-17Address RTL issues reported in ticket #869. Placement of checkboxes and radio...Chad Kieffer
2009-11-17Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-11-17Tweak load_themes() to match exactly "/admin" or the "/admin/" prefix,Bharat Mediratta
2009-11-17White-space fix and quoting update.Chad Kieffer
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-16Store the directory, files and translation cache in the gallery3 cache instea...Tim Almdal
2009-11-16If an empty array is passed into set method, then make sure the tag value bei...Tim Almdal
2009-11-16Use some hacky css to get the buttons alighned properly. Fixes ticket #880.Tim Almdal
2009-11-15Xss data updateBharat Mediratta
2009-11-15Use text::alternate() instead of hand-rolled even/odd code.Bharat Mediratta
2009-11-15Updated xss data.Bharat Mediratta
2009-11-15Use 'git ls-files' instead of glob() so that we only check files knownBharat Mediratta
2009-11-15Save/restore $_SERVER before/after tests to avoid contamination.Bharat Mediratta
2009-11-15Try to keep users from leaving the upgrade page, or running theBharat Mediratta
2009-11-15Change "confirmation" to "dialog" in preparation for putting up aBharat Mediratta
2009-11-15Tweak upgrader html and css so that we set opacity properly for rowsBharat Mediratta
2009-11-15Fix a bug where we were using <? ?> tags in css to figure out whether weBharat Mediratta
2009-11-15Close the confirmation box with a fade, instead of a slide.Bharat Mediratta
2009-11-15Fix a couple of errors in the refctored paginator code:Bharat Mediratta
2009-11-14Oops. Fix a typo that the forced page_type to always be "tag"Bharat Mediratta
2009-11-14Fix pagination so that it does not require any domain specific logicBharat Mediratta
2009-11-14Rename "pager" to "paginator" so that we differentiate page.html.phpBharat Mediratta
2009-11-14Normalize pagination so that pager.html.php can handle pagination forBharat Mediratta
2009-11-14Fix a bunch of little issues in the version 16, 17, and 18 upgraders.Bharat Mediratta
2009-11-13In order for us to provide a button that is style the way we want it to, we n...Tim Almdal
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-13Undo using the md5 hash of the module name and block_id, so duplicate blocks ...Tim Almdal
2009-11-12Re-generate the install.sql so that the keys of the block lists are an md5 ha...Tim Almdal
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-11-11Add some padding to the add photo's button so when the focus goes on the flas...Tim Almdal
2009-11-11Make the browse button look more like the current one.Tim Almdal
2009-11-11Improve error handling.Tim Almdal