summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2010-03-30CheckpointBharat Mediratta
2010-03-16Add more padding to the top of the add-photos-canvas to avoid overlap with se...Chad Kieffer
2010-03-05Merge branch 'master' of git://github.com/fpaterno/gallery3Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-03-01Fix bug #1015 : repeated ids are prohibitedFlorent Paterno
2010-02-28Apply ui-helper-clearfix to the breadcrumb in the upload dialog to ensure it ...Chad Kieffer
2010-02-28Updates to upload CSS to make it themeable and RTL compatible. Use absolute p...Chad Kieffer
2010-02-28First step towards fixing ticket #1038: Allowing for custom page <title> in a...Andy Staudacher
2010-02-28Fix profiler display: It looks like it was broken by an API change in the lat...Andy Staudacher
2010-02-27Fix for ticket #1035: Make .htaccess access rules work for the case when inde...Andy Staudacher
2010-02-27Fix for ticket #1037: Only show language drop-down when there's actually a ch...Andy Staudacher
2010-02-27Additional fixes for plural handling when deleting translations / marking the...Andy Staudacher
2010-02-27Fix l10n client, copy of existing plural translation to form fields.Andy Staudacher
2010-02-27Client (UI) side fix for ticket #1042, based on a patch from fpaterno (Floren...Andy Staudacher
2010-02-27Incremental fix for ticket #1042: Delete translation from outgoing_translatio...Andy Staudacher
2010-02-27Fix for ticket #1036 - Don't echo any sensitive information such as passwords...Andy Staudacher
2010-02-24Fix multi-column layout of language admin.Andy Staudacher
2010-02-24Add Faroese to the language list. Verified that it uses the default plural ru...Andy Staudacher
2010-02-24Fix for ticket #1034: Fix db cache driver delete() call which was missed in a...Andy Staudacher
2010-02-23Reset the active user to admin in all test cases where we change theBharat Mediratta
2010-02-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-02-23Fix Cache tests for recent Cache/Database.php driver fix.Andy Staudacher
2010-02-23VerifiedBharat Mediratta
2010-02-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-02-23Name this release "Santa Fe". Fixes ticket #683.Bharat Mediratta
2010-02-23Fix translation cache for installations with 0 translations in the DB.Andy Staudacher
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-22Merge commit 'upstream/master'Andy Staudacher
2010-02-21Performance improvement: Load all translations of a locale as one serialized ...Andy Staudacher
2010-02-21Fix delete() function of DB based Cache driver. It expected a scalar key / ta...Andy Staudacher
2010-02-21Fix progress bar / maintenance tasks for locales that use comma as decimal se...Andy Staudacher
2010-02-21Revert "Fix Kohana's internal cache for Gallery's usage pattern."Andy Staudacher
2010-02-21Fix Kohana's internal cache for Gallery's usage pattern.Andy Staudacher
2010-02-21Add Menu::add_before()Bharat Mediratta
2010-02-19Fix the resize_url and file_url in as_restful_array()Bharat Mediratta
2010-02-19Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-02-19Correct the view_fillsize permission to view_full. In addition, change the na...Tim Almdal
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-19Add spaces around %name in the "create a file" text so thatBharat Mediratta
2010-02-18Merge branch 'master' of github.com:gallery/gallery3Chad Kieffer
2010-02-18First pass at user profile formatting updates. Moved buttons to the top, simp...Chad Kieffer
2010-02-18Restore the user_profile.php change from revertedBharat Mediratta
2010-02-18Restore the gallery_installer change from reverted dcddc68f58dac2f0fe71f5a00e...Bharat Mediratta
2010-02-18Revert "Fix for ticket #491: Make user and group names translatable."Bharat Mediratta
2010-02-18Revert "Never assign a SafeString instance to a Model member (or hell will br...Bharat Mediratta
2010-02-18Revert "Fix for ticket #1017: Handle the common case of t(html::clean($var)) ...Bharat Mediratta
2010-02-18Improve setlocale() call, using some of G2's locale fallback code to match th...Andy Staudacher
2010-02-18Improve setlocale() call, using some of G2's locale fallback code to match th...Andy Staudacher
2010-02-16Fix for ticket #1017: Handle the common case of t(html::clean($var)) by casti...Andy Staudacher
2010-02-15Put focus on password field in reauthenticate dialog.Andy Staudacher