Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-30 | Create a tempnam substitute that safely creates files with a given extension. | Chad Parry | |
2011-04-30 | Automated update of .build_number to 147 for branch master | Automatic Build Number Updater | |
Last update: c2f20c0c4a0337b45b2eb803170572b067e18dd9 (1 commits ago) | |||
2011-04-30 | Differentiate between invalid, missing and broken G2 configs and | Bharat Mediratta | |
present the user with feedback in the form. Fixes #1727. | |||
2011-04-28 | Automated update of .build_number to 146 for branch master | Automatic Build Number Updater | |
Last update: 406064087662184ec7f85297b9cdf83a77976616 (1 commits ago) | |||
2011-04-28 | Merged pull request #50 from mamouneyya/master. | Chad Kieffer | |
As of ckieffer request | |||
2011-04-28 | remove .rtl class from properties as they're now separated in a different ↵ | mamouneyya | |
file that is being called after screen.css. Also reset the left margin for list elements | |||
2011-04-27 | Automated update of .build_number to 145 for branch master | Automatic Build Number Updater | |
Last update: b57dd202db3c4b007e83aff3df9da7920691d76d (2 commits ago) | |||
2011-04-27 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2011-04-26 | Automated update of .build_number to 144 for branch master | Automatic Build Number Updater | |
Last update: 192cb124aa0f38ed804299bf39c15538cc768d7a (3 commits ago) | |||
2011-04-26 | Merge branch 'master' of github.com:gallery/gallery3 | Chad Kieffer | |
2011-04-26 | Add right padding to list elements in the new g-text class. | Chad Kieffer | |
2011-04-26 | Automated update of .build_number to 143 for branch master | Automatic Build Number Updater | |
Last update: 192cb124aa0f38ed804299bf39c15538cc768d7a (1 commits ago) | |||
2011-04-26 | Move wind and admin_wind RTL style definitions out to their own file. Call ↵ | Chad Kieffer | |
that file when an RTL language is selected. | |||
2011-04-26 | Automated update of .build_number to 142 for branch master | Automatic Build Number Updater | |
Last update: c6d1d6a6aed96f772690b74ac0be482bc2128a8d (5 commits ago) | |||
2011-04-26 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-26 | Overhaul the Admin > Content > Comments page. Use a tabbed interface | Bharat Mediratta | |
for consistency with other parts of the admin UI (ie: G2 import). The UI is now Ajax driven because that's how jQuery tabs works best in this case. This requires a little finagling in JS to get the paginator links to load properly. While I'm in there, add a paginator at the top of the table, make the buttons in the delete tab sane and smooth scroll back to the top of the tab when switching pages. Fixes #1702 | |||
2011-04-26 | Include jquery.scrollTo.js. Fixes #1720. | Bharat Mediratta | |
2011-04-26 | Hide the paginator when there are no children. #1721. | Bharat Mediratta | |
2011-04-26 | Automated update of .build_number to 141 for branch master | Automatic Build Number Updater | |
Last update: c6d1d6a6aed96f772690b74ac0be482bc2128a8d (1 commits ago) | |||
2011-04-26 | Stop 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-25 | Automated update of .build_number to 140 for branch master | Automatic Build Number Updater | |
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (10 commits ago) | |||
2011-04-25 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-25 | Move random::string() to be test::random_string() and have it return a | Bharat 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-25 | Automated update of .build_number to 139 for branch master | Automatic Build Number Updater | |
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (8 commits ago) | |||
2011-04-25 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-25 | Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 where | Bharat 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-25 | Automated update of .build_number to 138 for branch master | Automatic Build Number Updater | |
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (6 commits ago) | |||
2011-04-25 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-25 | Update test golden files. | Bharat Mediratta | |
2011-04-25 | Add appropriate preamble. #1696, #1698 | Bharat Mediratta | |
2011-04-24 | Automated update of .build_number to 137 for branch master | Automatic Build Number Updater | |
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (3 commits ago) | |||
2011-04-24 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-24 | Show the tabs after the page has loaded to prevent Firefox from rendering the | Bharat Mediratta | |
unstyled page and then flashing. Fixes #1705. | |||
2011-04-24 | Automated update of .build_number to 136 for branch master | Automatic Build Number Updater | |
Last update: 10f117238a4302092fdfb71a02542281f2b2d356 (1 commits ago) | |||
2011-04-24 | Merge branch 'master' of git://github.com/ckieffer/gallery3 | Bharat Mediratta | |
2011-04-24 | Automated update of .build_number to 135 for branch master | Automatic Build Number Updater | |
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (5 commits ago) | |||
2011-04-24 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-24 | Look for and return embed.php files in the autocomplete list if we can | Bharat Mediratta | |
find them. Fixes #1708. | |||
2011-04-24 | Automated update of .build_number to 134 for branch master | Automatic Build Number Updater | |
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (3 commits ago) | |||
2011-04-24 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-24 | Refactor the meat of g2_import::import_album() off into a separate | Bharat Mediratta | |
function so taht we can call it on the root album as well. Fixes | |||
2011-04-24 | Automated update of .build_number to 133 for branch master | Automatic Build Number Updater | |
Last update: 15f4657452795c2852c58c9f1840ce4e1f58d401 (1 commits ago) | |||
2011-04-24 | Ignore the presort when transferring over sort orders. Fixes #1710. | Bharat Mediratta | |
2011-04-24 | Merge branch 'master' of git://github.com/gallery/gallery3 | Chad Kieffer | |
2011-04-24 | Automated update of .build_number to 132 for branch master | Automatic Build Number Updater | |
Last update: 6100de33ac9ec61350301b4c1f45bcaf383e4841 (1 commits ago) | |||
2011-04-24 | Fix a bug introduced in f2477703faa7cd05ff1aa16da3ecef7b666bef40 which | Bharat Mediratta | |
was a fix for #1581 that caused us to skip adding highlights for any albums that had no sub-albums. | |||
2011-04-24 | Add a bit of space below progress bars. Fixes #1703. | Chad Kieffer | |
2011-04-24 | Don't put the Admin > Theme Options Save button in a fieldset. | Chad Kieffer | |
2011-04-24 | Extend .g-text list styles to ordered lists to admin_wind theme. Add .g-text ↵ | Chad Kieffer | |
list styles to wind theme. | |||
2011-04-24 | Automated update of .build_number to 131 for branch master | Automatic Build Number Updater | |
Last update: bbd5417fef9c3ad28c6e57cb787e86684f49a71b (1 commits ago) |