summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-15Move all the edit/update forms for users and groups back to the user module.Tim Almdal
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-14Move the ui for user adminsitration back to the user module.Tim Almdal
2009-10-13Refactor the ui component of the user module into the gallery core module.Tim Almdal
2009-10-13Merge branch 'master' into talmdal_devTim Almdal
2009-10-13Don't allow users to change the file extension of photos/moviesBharat Mediratta
2009-10-08Part of the previous commit, forgot to save... againTim Almdal
2009-10-07Forgot to save these before the last commitTim Almdal
2009-10-07Change the users.php controller so its no longer restful. The problem with o...Tim Almdal
2009-10-06Change the focus of the user module from providing user/group management to p...Tim Almdal
2009-10-06Move the graphics::rotate to gallery_graphics::rotate to be consistent with t...Tim Almdal
2009-10-06Move the graphics::rotate to gallery_graphics::rotate to be consistent with t...Tim Almdal
2009-10-04Revert "Create a gallery::plugin_path which returns the appropriate path to t...Tim Almdal
2009-10-04Create a gallery::plugin_path which returns the appropriate path to the modul...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Enable the administration screen for the sidebar. Fix for ticket #110.Tim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-23Clone the photo::get_edit_form to the movies helper and use it to generate th...Tim Almdal
2009-09-23Remove a commented line I forgot to take outTim Almdal
2009-09-22Simplify the "unchanged" status message.Bharat Mediratta
2009-09-22Wrap the login form with a view in order to include a forgot password link. F...Tim Almdal
2009-09-22Issue an information message if the user clicks "Save Settings" indicating th...Tim Almdal
2009-09-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-09-21Set children_count to 0, photos have no children.Bharat Mediratta
2009-09-21Update the next/previous item calculations to match what we do in photos.phpBharat Mediratta
2009-09-21Add viewable() protection to children() and children_count() calls.Bharat Mediratta
2009-09-21Fix Item_Model::get_position() so that our sort is stable when the comparisonBharat Mediratta
2009-09-16Changed the search module installer to explicitly specify MyISAM as the datab...Tim Almdal
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-09-13If there's a show= param and we can't find the given id in the currentBharat Mediratta
2009-09-10Use abs_url() inside url::redirect() calls so that we don't just windBharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-08Actually use the slug when creating new albums (instead of just converting theBharat Mediratta
2009-09-08Minor tweaks to the url refactor.Bharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-071. Actually set the slug to the new value in the controllers.Bharat Mediratta
2009-09-07Add the 'Internet Address' field to all items, along with properBharat Mediratta
2009-09-06Don't allow users to take away their own edit permissions. If weBharat Mediratta
2009-09-02Undo rest of the indentation issue accidentally created in 8312eb andBharat Mediratta
2009-09-02fix a leading space that was causing the file_structure_test to failTim Almdal
2009-09-01Fix bug #522 - Handle "save settings" correctly in the "share translations" f...Andy Staudacher
2009-08-31Stay on the same page when editing albums/movies/photos. Fixes ticketBharat Mediratta
2009-08-31XSS review fixes (mostly adding missing html::mark_clean()) calls.Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Tabs to spaces cleanupAndy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Fix link in l10n UI (for SafeString changes)Andy Staudacher