summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
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
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
2010-08-11Send back the content length of files. This fixes streaming movies. Fixes t...Bharat Mediratta
2010-08-09"Content-type" --> "Content-Type".Bharat Mediratta
2010-08-09The root album's edit form doesn't have a name field, so don't countBharat Mediratta
2010-08-08Fix for ticket #1279. In admin themes sanitize the theme name before checking...Tim Almdal
2010-08-07Add the ability to replace the source data file in Item_Model::save().Bharat Mediratta
2010-08-07Whitespace fix.Bharat Mediratta
2010-08-06Use module::install and module::activate for the gallery module asBharat Mediratta
2010-08-01Use the login/html page for maintenance mode; we don't need theBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-08-01Make the continuation url go to admin/maintenance.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31Resend the entire dialog content (including the wrapping view) instead of jus...Tim Almdal
2010-07-31Missing the user name on the reauthenticate form.Tim Almdal
2010-07-31When the admin controller redirects to the reauthenticate controller, the val...Tim Almdal
2010-07-31Convert the admin_theme controller to use the json::reply methodTim Almdal
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-31Use readfile() instead of fopen()/fpassthru()/fclose() for brevity.Bharat Mediratta