summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
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
2010-07-20Cleanup on the Admin > Languages page.Bharat Mediratta
2010-07-16Improve the fix for #1176 to use request::is_ajax() instead of tackingBharat Mediratta
2010-07-15Remove the code to call the controller directly and just use redirect. Now t...Tim Almdal
2010-07-15Rename g-in-dialog to the naming standard for query parameters and give it so...Tim Almdal
2010-07-15Rename Flash_Uploader to just Uploader. Modules that want to replaceBharat Mediratta
2010-07-13Fix reauth authentication to use the identity helper instead of theBharat Mediratta
2010-07-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Rotate all matching album covers when we rotate an item. Fixes ticket #1200.Bharat Mediratta
2010-07-10Wrap album deletes in a batch so that we can handle lots of cascadingBharat Mediratta
2010-07-10Pass along the from_id in item::get_delete_form() and then check toBharat Mediratta
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-07-09remove debugging statementTim Almdal
2010-07-08Only add the 'Successfully re-authenticated' message to the status if the adm...Tim Almdal
2010-07-07Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog paramete...Tim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-07-05Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-07-05Revert "If the admin request originates as a dialog link, don't display the e...Tim Almdal
2010-07-05Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-07-05Add maessage when we automatically log you out of the admin area.Bharat Mediratta
2010-07-05If the admin request originates as a dialog link, don't display the entire pa...Tim Almdal
2010-06-20Rename "simple_uploader" to "flash_uploader" to make room for an HTMLBharat Mediratta
2010-06-17Fix for ticket #1110. Need to use the encode_path with a movie extension to f...Tim Almdal