summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
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-212nd attempt at gracefully dealing with sort columns that containBharat 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-19On the edit album form, add dirname and slug asa hidden fields, so that when ...Tim Almdal
2009-09-19Change the fix for ticket #775 to always add the Add menu, but not add any it...Tim Almdal
2009-09-18Don't display the add menu if the underlying operating system directory is no...Tim Almdal
2009-09-17- Add theme->movie_menu() to whitelisted methods.Andy Staudacher
2009-09-17Arg, fixing the "Sharing your Translations" text, thanks engineer@gmcAndy Staudacher
2009-09-17Fix: Make "Sharing your translations" a localizable stringAndy Staudacher
2009-09-17Mark permission's display name for translationAndy Staudacher
2009-09-16Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-09-16Changed the search module installer to explicitly specify MyISAM as the datab...Tim Almdal
2009-09-16Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
2009-09-15Also check for rss feeds in controller auth checkAndy Staudacher
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-15Add exception for REST controllers (no fixes necessary).Andy Staudacher
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-09-15First functional version of Controller_Auth_TestAndy Staudacher
2009-09-15Initial skeleton of Controller_Auth code audit test (non functional).Andy Staudacher
2009-09-15Improve language preference (Acccept-Language header matching): Boost same-la...Andy Staudacher
2009-09-13Set the version to "3.0 git (pre-RC1)"Bharat Mediratta
2009-09-13Merge branch 'master' of git@github.com:gallery/gallery3 into beta3_stagingBharat Mediratta
2009-09-13Remove raw HTML that's wrapped around the name of the fileKevin Nehls
2009-09-13Merge branch 'master' of git@github.com:gallery/gallery3 into beta3_stagingBharat Mediratta
2009-09-13If there's a show= param and we can't find the given id in the currentBharat Mediratta
2009-09-12Update version to "3.0 beta 3"Bharat Mediratta
2009-09-12Updated for url format changes applied in 2aad580f53dbc06bb170c710467b47a5a53...Bharat Mediratta
2009-09-11rawurlencode() path components in relative_path_cache andBharat Mediratta
2009-09-10Put the buttons for album/photo dialogs in their own group in the formBharat Mediratta
2009-09-10Use abs_url() inside url::redirect() calls so that we don't just windBharat Mediratta
2009-09-10Remove debug code.Bharat Mediratta
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-08Fix a thinko-- of course we want urls to be the path to the file itself.Bharat Mediratta
2009-09-08Fix line > 100 chars.Bharat Mediratta
2009-09-08Replace two preg_replace() calls with a single trim() call.Bharat Mediratta
2009-09-08Change $this->_photo to just $photoBharat Mediratta
2009-09-08Fix test to support new slug code.Bharat Mediratta
2009-09-08Change the relative_path_cache and relative_url_cache columns to storeBharat Mediratta
2009-09-08Amend the v12 installer to empty out the relative_url_cache andBharat Mediratta
2009-09-08Update item::convert_filename_to_slug() to eliminate leading andBharat Mediratta
2009-09-08Actually use the slug when creating new albums (instead of just converting theBharat Mediratta
2009-09-08Trim leading and trailing hyphens from the slug.Bharat Mediratta
2009-09-08Remove unused $feed->link.Bharat Mediratta