summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2011-04-22Merge remote branch 'origin/master' into rawphotoChad Parry
2011-04-22Renamed apple_touch_url to apple_touch_icon_url.Chad Kieffer
2011-04-22Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer
2011-04-22Clear the site status for missing themes when we view this page -- ifBharat Mediratta
2011-04-21Add an event for when a new graphics toolkit is chosen.Chad Parry
2011-04-21Add an event that will collect all valid filename extensions.Chad Parry
2011-04-03[Fixes #1574] Render the login form in the same way in every actionAndy Lindeman
2011-03-15Fix a bug where the placeholder %hide-url didn't match the variable in the as...Bharat Mediratta
2011-02-23Added extra arg to gallery_graphics calls and updated userscolings
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-17Change the [x] close box to "(remind me later)". #1605.Bharat Mediratta
2011-01-17Fix typo: upgrade_check -> upgrade_checkerBharat Mediratta
2011-01-17Display a message in the "Check for Gallery upgrades" block whenBharat Mediratta
2011-01-17Move the code that clears the upgrade_check site status message to theBharat Mediratta
2011-01-16Upgrade checking code is now here, along with a bump of the GalleryBharat Mediratta
2011-01-11Update comments to annotate what data is where during the process.Bharat Mediratta
2011-01-11Merge branch 'Ticket#1518' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-11Two improvements to Joe's fix for #1504:Bharat Mediratta
2011-01-11Merge branch 'Ticket#1504' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-11Merge branch 'fix-viewable2_master' of git://github.com/BigMadWolf/gallery3Bharat Mediratta
2011-01-12Returning 2 flags from l10n_client::validate_api_key(), 1 to reflect if conne...Joe7
2011-01-11Removed check as input value is compared against dataset of validated values,...Joe7
2011-01-10Allow File_Proxy_Controller to run in private gallery mode since itBharat Mediratta
2011-01-09Fixed item controllers so that any item position is computed correctly, when ...Jérémy Subtil
2011-01-07Don't enable the REST module by default (fixes #1585).Bharat Mediratta
2011-01-07Allow '..' segment in photo/album paths through file_proxy (as is not forbidd...Joe7
2011-01-03Follow on to cfaa62370ecbdb3badf4ab68bbefa7cfedaea154 to fix indentation.Bharat Mediratta
2011-01-03Reimplemented Kohana 2.3's View::set_global() with array support.Joe7
2011-01-03Keep view counters of all item types accurateJoe7
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-12-21Updated to use the new item::find_by_path() API.Bharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-09-29Stop caching all module variables in the vars table using theBharat Mediratta
2010-09-18The Kohana folks removed the cache cleanup code back inBharat Mediratta
2010-09-16Preserve the image extension on the temp file that we create forBharat Mediratta
2010-09-16Restrict viewing user profile pages to registered users only, butBharat Mediratta
2010-09-11Add CSRF protection to the upgrader. And update the CLI output soBharat Mediratta
2010-09-10If the user is not an admin, don't 403 -- instead just redirect themBharat Mediratta
2010-09-08Detect out-of-date modules and put up a message for site admins.Bharat Mediratta
2010-09-08Detect when a module fails to upgrade properly and put up anBharat Mediratta
2010-09-04Fix full size dimensions after rotating an image on the photo view page.Bharat Mediratta
2010-09-02Don't show the "(## errors)" part of the status message if there haven't been...Bharat Mediratta
2010-08-31Expire completed uploads and introduce a text message that says howBharat Mediratta
2010-08-29Revert "Change the theme option page to display using tabs if the site theme ...Bharat Mediratta
2010-08-29Bump gallery module to v36 and add a favicon_url variable, which weBharat Mediratta
2010-08-29Move theme::get_edit_form_admin into admin_theme_options since that'sBharat Mediratta
2010-08-29Convert the "parents" variable from a result iterator to an array soBharat Mediratta