Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-05 | Automated update of .build_number to 158 for branch master | Automatic Build Number Updater | |
Last update: 4a208226edbd3aeb8352b068f6f774ce410a3b3d (1 commits ago) | |||
2011-06-05 | Use the strict form of mb_detect_encoding for best results. | Bharat Mediratta | |
Thanks to guthy in https://github.com/gallery/gallery3/commit/fa6f233603267505c216abc4f12663d245cd23e7#commitcomment-403145 Fixes #1745. | |||
2011-05-24 | Automated update of .build_number to 157 for branch master | Automatic Build Number Updater | |
Last update: 84c40285276c3d9854a4e61c7f0fa8cf25b6b981 (1 commits ago) | |||
2011-05-24 | Follow on to c101151616033d53587d1435881dae0fa45aeefa -- delete all | Bharat Mediratta | |
tags in setup so that we have a blank slate, otherwise create_tag() will fail because sometimes there'll be other tags in the system. #1628 | |||
2011-05-24 | Automated update of .build_number to 156 for branch master | Automatic Build Number Updater | |
Last update: 637e56fe45f061bdbcf8c22df257bf85733db115 (4 commits ago) | |||
2011-05-24 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-05-24 | Allow password reset even when we're in maintenance or private gallery | Bharat Mediratta | |
mode, otherwise you can't reset your password if you forgot it when the Gallery is locked down. #1735. | |||
2011-05-24 | Automated update of .build_number to 155 for branch master | Automatic Build Number Updater | |
Last update: 637e56fe45f061bdbcf8c22df257bf85733db115 (2 commits ago) | |||
2011-05-24 | Checkpoint | Bharat Mediratta | |
2011-05-24 | Reassign the copyright to the standard custodian (Bharat). #1732. | Bharat Mediratta | |
2011-05-22 | Automated update of .build_number to 154 for branch master | Automatic Build Number Updater | |
Last update: db734130c5fe10408040b2326b28b102f3131271 (2 commits ago) | |||
2011-05-22 | Clear any existing, matching g2_map rows before mapping new rows. | Bharat Mediratta | |
This is an extra query, but should keep duplicate rows out of the database and let new rows supercede old ones. Fixes #1737. | |||
2011-05-22 | Leave the "updated" field alone when importing comments so that if | Bharat Mediratta | |
Akismet marks them as spam, we don't immediately flush them out of the database on the next visit to Admin > Content > Comments. Also warn the user about Akismet, and fix up the G2 import code to reimport deleted comments. | |||
2011-05-16 | Automated update of .build_number to 153 for branch master | Automatic Build Number Updater | |
Last update: 9aeb824aa1d15bd94bd7cef0a322c4e8a667e67b (1 commits ago) | |||
2011-05-16 | Stop IE 9 album grid craziness. Thanks floridave. Fixes #1430. | Chad Kieffer | |
2011-05-08 | Automated update of .build_number to 152 for branch master | Automatic Build Number Updater | |
Last update: 7c80e6ef84b460dcade80c4dd5a65b41b0523505 (1 commits ago) | |||
2011-05-08 | Add the item id to the print_proxy line so that we have a little more info | Bharat Mediratta | |
about what the original was, and extend the timeout to 90 days from 10. Fixes #1733. | |||
2011-05-06 | Automated update of .build_number to 151 for branch master | Automatic Build Number Updater | |
Last update: 5d09cbff048fc2f457c8b19adb2177a12445890a (1 commits ago) | |||
2011-05-06 | Merge pull request #52 from chadparry/tempnam | Bharat Mediratta | |
Fixes #1732 | |||
2011-05-05 | Automated update of .build_number to 150 for branch master | Automatic Build Number Updater | |
Last update: 011eaa6480cbee8d328a31c9ac5c8e0ddc1f8a84 (1 commits ago) | |||
2011-05-05 | Fix for ticket 1275. Do the same checking as Kohana uses and don't worry ↵ | Tim Almdal | |
about calling the utf8_encode routine. Corrected the error messages and also added a check to insure the XML Parser extension is loaded as we still need the utf8_encode function from it. | |||
2011-05-05 | Automated update of .build_number to 149 for branch master | Automatic Build Number Updater | |
Last update: 05ecfda36b7acee7f8d36df8391ba960097178a8 (1 commits ago) | |||
2011-05-05 | Follow-on to 6f916e49d5b431c2c1961a13d1a61fef8c02d628 -- don't make | Bharat Mediratta | |
database calls if Gallery isn't installed, else we fail to bounce the user to the installer on fresh packages. #1637. | |||
2011-05-04 | Remove a newline I accidentally introduced. | Chad Parry | |
2011-05-04 | Merge branch 'master' into tempnam | Chad Parry | |
2011-05-04 | Simplified the temp_filename implementation and removed the mocks. | Chad Parry | |
2011-05-02 | Automated update of .build_number to 148 for branch master | Automatic Build Number Updater | |
Last update: 97400b78153620262120868b37545170416413c9 (2 commits ago) | |||
2011-05-02 | Track and redirect core.DownloadItem requests properly. This can | Bharat Mediratta | |
happen if the G2 was imported with rewrite on, so the g2_url in the g2_map table has a shortened url, but then rewrite is disabled and the .htaccess mod_rewrite rules are sending over a &g2_view=core.DownloadItem request. Fixes #1728. | |||
2011-05-02 | Map the G2 album highlight thumbnail derivative id to the G3 album's | Bharat Mediratta | |
thumbnail. Fixes #1729. | |||
2011-04-30 | Change the signature of system::tempnam to something more appropriate for ↵ | Chad Parry | |
Gallery. | |||
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. |