summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2009-12-16Merge branch 'master' into talmdal_devTim Almdal
2009-12-16Show the right edit form for movies.Bharat Mediratta
2009-12-09Implement the RESTful interface for albums/photos/moviesTim Almdal
2009-12-09Refactor the code to check for name or slug conflicts and to update code out ...Tim Almdal
2009-12-05Use NULL instead of actual values in the vars table, so that var tweaks resul...Bharat Mediratta
2009-12-04Make the rendering of the Theme Options page consistent between the first req...Tim Almdal
2009-12-01Beter fix for #925.Bharat Mediratta
2009-12-01Use the real mime type for movies when we're requesting the full movieBharat Mediratta
2009-12-01Fix a typo that was breaking the home page (doh!)Bharat Mediratta
2009-11-30Clean up item routing a bit.Bharat Mediratta
2009-11-29Publish theme_edit_form and theme_edit_form_completed events so that themes c...Bharat Mediratta
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ...Tim Almdal
2009-11-24Make get_add_form private and use it non-statically.Bharat Mediratta
2009-11-20Don't call theme::get_info() on themes that don't have a theme.info. Fixes #...Bharat Mediratta
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
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-18Create a helper to load the theme information from theme.infoTim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-15Tweak upgrader html and css so that we set opacity properly for rowsBharat Mediratta
2009-11-14Normalize pagination so that pager.html.php can handle pagination forBharat Mediratta
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-11Improve error handling.Tim Almdal
2009-11-10Pass two of uploadify... remove the default.css file, removed the folder opti...Tim Almdal
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review the...Tim Almdal
2009-11-08Fix an accidental old use of $photo in the extension renaming code.Bharat Mediratta
2009-11-04Modified the so that a where clause can be passed into item::get_position. W...Tim Almdal
2009-10-31Change the order of processing to allow various modules to respond to the ide...Tim Almdal
2009-10-30Rename the login helper to auth. Create a login and logout helper function t...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Refix #812, by removing the decoding in file_proxy instead of not encoding in...Tim Almdal
2009-10-27Fire the logon_event when the user logs on. Cleanup some old code from the u...Tim Almdal
2009-10-26Change the upgrader so that it never deactivactes the gallery nor the current...Tim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to '...Tim Almdal
2009-10-23Change the Admin_Identity_Controller to not destroy the session until after t...Tim Almdal
2009-10-23Standardize message markup, make the update block status message translatable.Chad Kieffer
2009-10-22Change Identity adminstration to use the uninstall/install methods when chang...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-22Use the request::referrer to determine if we are editting the photo or albumTim Almdal
2009-10-22Merge branch 'master' into talmdal_devTim Almdal
2009-10-22When an album or photo is updated always return the photo/album location asTim Almdal
2009-10-21Correct white spaceTim Almdal