summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-23Automated update of .build_number to 106 for branch masterAutomatic Build Number Updater
Last update: 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (3 commits ago)
2011-04-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-23Insure that the tag count to display is always greater than 0. Refixes #1649.Tim Almdal
2011-04-23Automated update of .build_number to 105 for branch masterAutomatic Build Number Updater
Last update: 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (2 commits ago)
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23Automated update of .build_number to 104 for branch masterAutomatic Build Number Updater
Last update: 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (1 commits ago)
2011-04-23Insure that the tag count to display is always greater than 1. Refixes #1649.Tim Almdal
2011-04-23Remove displayed blocks from the admin block list. If there are noBharat Mediratta
available blocks to add, just hide the block adder block. Fixes #1689.
2011-04-23Automated update of .build_number to 103 for branch masterAutomatic Build Number Updater
Last update: 16ffc81faf863559d788cff1b3b16a8d961fa208 (2 commits ago)
2011-04-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-23Fix for ticket #541Tim Almdal
Added a theme_info variable to the theme globals. The properties in the theme.info file are now contained in this theme_info structure. Access is: <?= $theme_info->author ?> will display the theme author.
2011-04-23Automated update of .build_number to 102 for branch masterAutomatic Build Number Updater
Last update: 9b993f6e687649dc092ff21c99098e3bfc809f31 (1 commits ago)
2011-04-23Enable autocomplete for the embed path. Fixes #1687.Bharat Mediratta
2011-04-23Automated update of .build_number to 101 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (15 commits ago)
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23Oops, forgot to remove the reference to admin.js. Follow-on for #1686.Bharat Mediratta
2011-04-23Inline admin JS into admin_server_add.html.php. Fixes #1686.Bharat Mediratta
2011-04-23Automated update of .build_number to 100 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (12 commits ago)
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23If we've cleared out the last group in a combine_queue for a givenBharat Mediratta
type, unset the combine_queue for that type entirely. This way future calls to css() and script() emit an element until there's a new call to start_combining(). Fixes 1685.
2011-04-23Automated update of .build_number to 99 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (10 commits ago)
2011-04-23Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-23Merge branch 'master' of git://github.com/mamouneyya/gallery3Bharat Mediratta
2011-04-22Automated update of .build_number to 98 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (8 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22A few more fixes for #1637:Bharat Mediratta
- Update gallery_installer::install() to set the version to 48 and set the timezone - Rebuild installer.sql
2011-04-22Merge branch 'time-zone-improvements' of ↵Bharat Mediratta
https://github.com/alindeman/gallery3 into alindeman-time-zone-improvements
2011-04-22Automated update of .build_number to 97 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (5 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22Merge branch 'ie9' of https://github.com/alindeman/gallery3 into alindeman-ie9Bharat Mediratta
2011-04-22Automated update of .build_number to 96 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (3 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22Totally revamp the G2 Import UI to make it sexxxy. Fixes #1683.Bharat Mediratta
2011-04-22Patch jQuery UI to fix drag-and-drop events in IE9Andy Lindeman
* Fixes #1642
2011-04-22Automated update of .build_number to 95 for branch masterAutomatic Build Number Updater
Last update: 151d5c3f354894d63e334e43cb79917ef3017568 (1 commits ago)
2011-04-22Allow the administrator to set the number of tags to display in the cloud ↵Tim Almdal
via the advanced settings. Fixes ticket #1649.
2011-04-23remove a redundant declaration, and add rule for RTLmamouneyya
2011-04-22Allow timezone to be configurableAndy Lindeman
* Fixes #1637 * New advanced setting gallery/timezone * Default setting comes from PHP
2011-04-22Automated update of .build_number to 94 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (2 commits ago)
2011-04-22Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-22Insure that the number of items for a page is greater than zero. Fixes ↵Tim Almdal
ticket 1644.
2011-04-22Automated update of .build_number to 93 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (1 commits ago)
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
to see if the transliteration module is available and use a more complex transliteration if possible. Fixes #1668.
2011-04-22Automated update of .build_number to 92 for branch masterAutomatic Build Number Updater
Last update: 2fcd53052b4824642d56f0ff0e1f3598a8250cc3 (1 commits ago)
2011-04-22Follow on fix for #1645 to update the installer.sqlBharat Mediratta
2011-04-22Automated update of .build_number to 91 for branch masterAutomatic Build Number Updater
Last update: 14eadea2c26e2f284b43bfe73e920dcd07837c1b (4 commits ago)
2011-04-22Removed incomplete jquery carousel codeChad Kieffer
2011-04-22Renamed apple_touch_url to apple_touch_icon_url.Chad Kieffer
2011-04-22Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer