summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
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
2010-06-15Revert "Change the item rest update processing to call theBharat Mediratta
2010-06-15Revert "Fix for ticket #1118. Create a item::save_with_retries helperBharat Mediratta
2010-06-15Install the rest module by default.Bharat Mediratta
2010-06-15Sort files by path in _dump_var() for consistent output.Bharat Mediratta
2010-06-15Fix for ticket #1118. Create a item::save_with_retries helper method, which e...Tim Almdal
2010-06-15Change the item rest update processing to call the item::move(source, target)...Tim Almdal
2010-06-12Bounce the user to the login page if they try to get to part of theBharat Mediratta
2010-06-12Make login/logout continuation url code consistent. Where necessary,Bharat Mediratta
2010-06-12Use "continue_url" instead of "continue" for consistency with theBharat Mediratta
2010-06-12Push the continue url into the form for consistency with otherBharat Mediratta
2010-06-12Stop trying to parse the continue url in the logout controller becauseBharat Mediratta
2010-06-11Fix for ticket #1039. The problem was, as Bryan76 pointed out, with passing t...Tim Almdal
2010-06-11Actually execute the database query that updates the album view count. Fixes ...Tim Almdal
2010-05-14Remove "rnd=" param from quick changes since we have the m= cache-buster alre...Bharat Mediratta
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-04-17Change the key for invalid passwords from "invalid" toBharat Mediratta
2010-04-17Trigger the album_add_form_completed event after creating a new album.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-28First step towards fixing ticket #1038: Allowing for custom page <title> in a...Andy Staudacher
2010-02-27Additional fixes for plural handling when deleting translations / marking the...Andy Staudacher
2010-02-27Incremental fix for ticket #1042: Delete translation from outgoing_translatio...Andy Staudacher
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-21Performance improvement: Load all translations of a locale as one serialized ...Andy Staudacher
2010-02-21Fix progress bar / maintenance tasks for locales that use comma as decimal se...Andy Staudacher
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-14Change JavaScript reauthentication check to check via XHR.Andy Staudacher
2010-02-14For consistency, use straight Kohana_404_Exception instead of the event system.Andy Staudacher