summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
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
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Using SafeString in album controller / viewAndy Staudacher
2009-08-28improved translations admin interfacejhilden
2009-08-28improved UI for the languages adminjhilden
2009-08-27Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-08-27Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-20Fix the setting of the mime type header. as perTim Almdal
2009-08-19Fix the setting of the mime type header. as perTim Almdal
2009-08-19Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-18Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-18Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-18Don't call dirname() on the toolkit dir, it's already a directory! (Thanks K...Bharat Mediratta
2009-08-16In this patch, drag now works to the album tree, but the progress bar is notTim Almdal
2009-08-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-08Improve the graphics toolkit detection code so that properlyBharat Mediratta
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta