summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-26Automated update of .build_number to 141 for branch masterAutomatic Build Number Updater
Last update: c6d1d6a6aed96f772690b74ac0be482bc2128a8d (1 commits ago)
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
Move the pager() function up to Gallery_View and replace themes/admin_wind/views/pager.html.php (Pagination based) with a modified version from the wind theme in themes/admin_wind/views/paginator.html.php. Fixes #1718.
2011-04-25Automated update of .build_number to 140 for branch masterAutomatic Build Number Updater
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (10 commits ago)
2011-04-25Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-25Move random::string() to be test::random_string() and have it return aBharat Mediratta
random string of any length. Also introduce test::lorem_ipsum() and use that in places where we want strings of words. Fixes #1713.
2011-04-25Automated update of .build_number to 139 for branch masterAutomatic Build Number Updater
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (8 commits ago)
2011-04-25Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-25Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 whereBharat Mediratta
we changed the behavior of the slug code and included the file extension, not just the name. This broke Item_Model_Test::move_photo_with_conflicting_target_gets_uniqified_test so yay for unit tests! #1668
2011-04-25Automated update of .build_number to 138 for branch masterAutomatic Build Number Updater
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (6 commits ago)
2011-04-25Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-25Update test golden files.Bharat Mediratta
2011-04-25Add appropriate preamble. #1696, #1698Bharat Mediratta
2011-04-24Automated update of .build_number to 137 for branch masterAutomatic Build Number Updater
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (3 commits ago)
2011-04-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-24Show the tabs after the page has loaded to prevent Firefox from rendering theBharat Mediratta
unstyled page and then flashing. Fixes #1705.
2011-04-24Automated update of .build_number to 136 for branch masterAutomatic Build Number Updater
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (1 commits ago)
2011-04-24Merge branch 'master' of git://github.com/ckieffer/gallery3Bharat Mediratta
2011-04-24Automated update of .build_number to 135 for branch masterAutomatic Build Number Updater
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (5 commits ago)
2011-04-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-24Look for and return embed.php files in the autocomplete list if we canBharat Mediratta
find them. Fixes #1708.
2011-04-24Automated update of .build_number to 134 for branch masterAutomatic Build Number Updater
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (3 commits ago)
2011-04-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-24Refactor the meat of g2_import::import_album() off into a separateBharat Mediratta
function so taht we can call it on the root album as well. Fixes
2011-04-24Automated update of .build_number to 133 for branch masterAutomatic Build Number Updater
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (1 commits ago)
2011-04-24Ignore the presort when transferring over sort orders. Fixes #1710.Bharat Mediratta
2011-04-24Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-24Automated update of .build_number to 132 for branch masterAutomatic Build Number Updater
Last update: 6100de33ac9ec61350301b4c1f45bcaf383e4841 (1 commits ago)
2011-04-24Fix a bug introduced in f2477703faa7cd05ff1aa16da3ecef7b666bef40 whichBharat Mediratta
was a fix for #1581 that caused us to skip adding highlights for any albums that had no sub-albums.
2011-04-24Add a bit of space below progress bars. Fixes #1703.Chad Kieffer
2011-04-24Don't put the Admin > Theme Options Save button in a fieldset.Chad Kieffer
2011-04-24Extend .g-text list styles to ordered lists to admin_wind theme. Add .g-text ↵Chad Kieffer
list styles to wind theme.
2011-04-24Automated update of .build_number to 131 for branch masterAutomatic Build Number Updater
Last update: bbd5417fef9c3ad28c6e57cb787e86684f49a71b (1 commits ago)
2011-04-24Revert my two "fixes" on top of Andy's tag combine change. Leave ↵Bharat Mediratta
Tag_Model::items() calling Item_Model::viewable() because it's too dangerous to separate that out, and it's fragile to rely on only admins doing tag combines. Revert "Undo the change made in 5ce85636329b14673718836b3631a3e46efdc3bb because it messes up tag counts" - This reverts commit 67d2e8081c6e5f0b679881bca3fdc81fe1e78ccc. Revert "Move the calculation for item_related_update ahead of the duplicate" - This reverts commit 5ce85636329b14673718836b3631a3e46efdc3bb.
2011-04-24Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-24Third times the charm. Rethink unordered lists and bullets. Revert to ↵Chad Kieffer
turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets.
2011-04-24Automated update of .build_number to 130 for branch masterAutomatic Build Number Updater
Last update: ce14f5fb906335c35bdb2754bb0cd482e7526f09 (10 commits ago)
2011-04-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-24Sentence-case the url. Fixes #1706.Bharat Mediratta
2011-04-24Automated update of .build_number to 129 for branch masterAutomatic Build Number Updater
Last update: ce14f5fb906335c35bdb2754bb0cd482e7526f09 (8 commits ago)
2011-04-24Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-24Automated update of .build_number to 128 for branch masterAutomatic Build Number Updater
Last update: aba51feb3d330f30f0e3b68e16c31f6bb250ef02 (1 commits ago)
2011-04-24Clarify the meaning of variable names.Tim Almdal
2011-04-23Automated update of .build_number to 127 for branch masterAutomatic Build Number Updater
Last update: 4c7f27a1a6a4fc71873093dd787de05a8ee6c079 (1 commits ago)
2011-04-23Allow the tag rename function to split a tag into multiple tags if a comma ↵Tim Almdal
is used to delinate the seperate tags.
2011-04-23Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-23Turn off bullets on the tag admin list.Chad Kieffer
2011-04-23Automated update of .build_number to 126 for branch masterAutomatic Build Number Updater
Last update: 5d4d8a893bef935a47b04e72fffa113eba99dd71 (1 commits ago)
2011-04-23Revert 0235c2062e9d980a4778c4b22678238c525e1cd7 and instead apply the fix fromBharat Mediratta
iptox.net listed here: http://gallery.menalto.com/node/98768#comment-372398 Fixes for #1681, #1625
2011-04-23Automated update of .build_number to 125 for branch masterAutomatic Build Number Updater
Last update: d835c06b5e2c4b718a9269ee22c6079cc0769365 (1 commits ago)
2011-04-23Undo the change made in 5ce85636329b14673718836b3631a3e46efdc3bb because it ↵Bharat Mediratta
messes up tag counts (and makes the test fail-- I should have run that!). Also, use Tag_Model::items() in save() to avoid code duplication. Follow-on for #1628.