| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-28 | Patch from ticket 1503, making rest/items behaviour consisten with rest/item ↵ | Kriss Andsten | |
| behaviour. | |||
| 2010-11-21 | Shuffle up the way we figure out which image to rebuild next so that | Bharat Mediratta | |
| multiple concurrent tasks actually work in parallel and don't stomp on each other. Fixes #1498. | |||
| 2010-11-20 | Move the sys_getloadavg() call into the template since that's what we're ↵ | Bharat Mediratta | |
| doing for other similar calls | |||
| 2010-11-18 | Add Bengali (bn_BD). | Bharat Mediratta | |
| 2010-11-18 | Use sys_getloadavg() instead of reading /proc/loadavg. Fixes #1491. | Bharat Mediratta | |
| 2010-11-09 | Return the admin check as part of the block structure as opposed to printing | Tim Almdal | |
| it directly to the output. I had problems with the admin check messing up the AJAX calls on the module update page. And it went away after this fix. | |||
| 2010-11-08 | Updated item::random_query() PHPdoc to include example usage | Bharat Mediratta | |
| 2010-11-08 | Implement module::clear_all_vars($module_name) | Bharat Mediratta | |
| Also switch from using ORM to Database_Builder for the SQL because it's cleaner, and clean up the test. Fixes #1479. | |||
| 2010-11-07 | Add Malay as 'Bahasa Melayu' | Bharat Mediratta | |
| 2010-10-24 | Allow access to the rest module when the gallery is wholly private. Fixes ↵ | Bharat Mediratta | |
| ticket #1452. | |||
| 2010-10-09 | Identify robots and don't let them save sessions. | Bharat Mediratta | |
| 2010-10-07 | Change version to "3.0+ (git)". | Bharat Mediratta | |
| 2010-10-04 | Set the version to 3.0 final (woot!). | Bharat Mediratta | |
| 2010-10-02 | Detect the case where there are no more broken images and skip to the end. ↵ | Bharat Mediratta | |
| Fixes #1414. | |||
| 2010-10-02 | Proxy the BasicAuth authentication header in htaccess_works() so that | Bharat Mediratta | |
| if the entire Gallery is behind BasicAuth we share the same credentials as the browser. Fixes #1413. | |||
| 2010-10-02 | Set the User-Agent field to "Gallery3" by default. Fixes #1408. | Bharat Mediratta | |
| 2010-10-01 | Fix a bug in the way we set the mime type for protected image renders. | Bharat Mediratta | |
| Also whitelist the digibug controller so that it's accessible when the gallery is private, and don't expire old proxies right away since Digibug may request the full size multiple times for different preview operations. Fixes ticket #1410. | |||
| 2010-09-29 | Stop caching all module variables in the vars table using the | Bharat Mediratta | |
| name=_cache row. If that overflows, it will cause us to be unable to load variables, and we can't recover from that. Instead, use the Cache table. Bump the gallery module to v40. Fixes ticket #1405. | |||
| 2010-09-25 | Base64 encode the data result if the encoding param is set to "base64". | Bharat Mediratta | |
| Fixes #1400. | |||
| 2010-09-22 | Prioritize using the value in graphics_toolkit_path over the standard | Bharat Mediratta | |
| path so that if you change that value in Admin > Settings > Advanced we prefer it over other paths (which may be restricted by open_basedir). Fixes #1395. | |||
| 2010-09-16 | Add a module variable containing extra paths to search for binaries. | Bharat Mediratta | |
| Fixes ticket #1384. | |||
| 2010-09-16 | Restrict viewing user profile pages to registered users only, but | Bharat Mediratta | |
| provide a "show_user_profiles_to" setting to allow admins to open it up to everybody (choices there are "registered_users", "admin_users" or "everybody"). Fixes ticket #1378. | |||
| 2010-09-14 | Add ability to sort albums by name. Fixes ticket #1377. | Bharat Mediratta | |
| 2010-09-13 | When moving a single item, just copy its permissions from its parent | Bharat Mediratta | |
| album. This is totally legal since an items permissions must be the same as its parent's, and it's much faster for large installs where a complete recalculation can be very costly. Should fix #1360. | |||
| 2010-09-13 | When deleting items, choose the first *viewable* peer as the album | Bharat Mediratta | |
| cover. Normally, all items are equally viewable, but in our unit tests we occasionally have the scenario where peers have different viewability settings which is internally consistent although only possible if you set the fields manually. | |||
| 2010-09-12 | Ignore the private gallery settings if we're in the cli SAPI. It | Bharat Mediratta | |
| breaks the upgrader. Fixes #1361, thanks to Romain LE DISEZ. | |||
| 2010-09-12 | LOWER() the slug and name in the find_dupes functions since DISTINCT | Bharat Mediratta | |
| is case sensitive, but our dupe validation is not. Fixes ticket #1367. | |||
| 2010-09-11 | Only call $theme->item() if we're in a non admin theme. | Bharat Mediratta | |
| 2010-09-11 | Use $theme->item() instead of $theme->item, otherwise | Bharat Mediratta | |
| isset($theme->item) may return true even when we don't have an actual Item_Model in there. | |||
| 2010-09-08 | Detect out-of-date modules and put up a message for site admins. | Bharat Mediratta | |
| Fixes ticket #1353. | |||
| 2010-09-08 | Detect when a module fails to upgrade properly and put up an | Bharat Mediratta | |
| informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189. | |||
| 2010-09-07 | Fix typo. | Bharat Mediratta | |
| 2010-09-07 | Add Macedonian. Fixes ticket #1345. | Bharat Mediratta | |
| 2010-09-06 | Use the absolute site url when logging out of the admin site else we | Bharat Mediratta | |
| wind up with weird url doubling effects. Fixes ticket #1342. | |||
| 2010-09-06 | Revert "change the Setswana locale from tn_ZA to tn_BW since it's mostly" | Bharat Mediratta | |
| This reverts commit 2d948cb39fd2da6a5f966a10cbeb4f5d5caec5a3. Valiant said that tn_ZA is right: http://gallery.menalto.com/node/97840#comment-352865 | |||
| 2010-09-06 | Fix some broken identity APIs: | Bharat Mediratta | |
| - add_user_to_group and remove_user_from_group should take Group_Definition instances to be consistent - add_user_to_group and remove_user_from_group in drivers/IdentityProvider.php should not be static | |||
| 2010-09-06 | change the Setswana locale from tn_ZA to tn_BW since it's mostly | Bharat Mediratta | |
| Botswana anyway according to @sagemaniac in http://gallery.menalto.com/node/97840 | |||
| 2010-09-06 | Don't bomb on the race condition when we're trying to create the | Bharat Mediratta | |
| gallery/_cache row and it already exists. Fixes ticket #1338. | |||
| 2010-09-05 | Add Setswana (tn_ZA). Fixes ticket #1336. | Bharat Mediratta | |
| 2010-09-05 | Force "Options +FollowSymLinks" since that's a requirement for | Bharat Mediratta | |
| mod_rewrite to work. This is surprisingly obscure in the docs. Thanks to bromide for turning this up in http://gallery.menalto.com/node/97791! | |||
| 2010-09-04 | Use the title of the root album as the site title for all RSS feeds. | Bharat Mediratta | |
| Fixes ticket #1307. | |||
| 2010-09-02 | Follow on to 2a86446249c4782287e1e6e472f422b851c2fb47; fix a bug where | Bharat Mediratta | |
| guest access to admin pages fails because we try to go to the login page but you can't do that from the admin theme. Thanks to mamouneyya for catching this. http://github.com/gallery/gallery3/commit/2a86446249c4782287e1e6e472f422b851c2fb47 | |||
| 2010-09-02 | Handle the case of a completely private Gallery separately and just | Bharat Mediratta | |
| put up a login page, very similar to the way that the maintenance mode login page works. Fixes ticket #1056. | |||
| 2010-09-01 | One more adjustment for ticket #1216. The packaging process forces | Bharat Mediratta | |
| the default email address for admin to be unknown@unknown.com and when that happens the gallery_event::user_updated() event listener fires and sets the default values. This is hard to work around, so let's just roll with it and use unknown@unknown.com as our default placeholder. So now, if an admin sets their email address and the current values are unknown@unknown.com we adopt the admin's email address for the site's mail_from/reply_to fields. | |||
| 2010-09-01 | Explain wtf we're doing in user_updated. | Bharat Mediratta | |
| 2010-09-01 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-09-01 | Hopefully the third and final patch for #1216. Set the default from and ↵ | Tim Almdal | |
| reply-to addresses to an empty string. The first time the user model is saved, set the sendmail from and reply-to addresses. Requires an update to gallery version 38. | |||
| 2010-09-01 | Make RENAME TABLE operations idempotent so that in case there's a | Bharat Mediratta | |
| failure of some kind we can restart the upgrade and it'll continue. Fixes ticket #1325. | |||
| 2010-09-01 | Refine the patch for #1216. If the admin user changes their email address ↵ | Tim Almdal | |
| update the sendmail from and reply_to fields in advanced settings. Also change this if the identity provider has changed. | |||
| 2010-08-31 | Don't use HTTP_HOST to get the hostname. We force that to | Bharat Mediratta | |
| "example.com" when we are using the CLI so we'll get inconsistent behavior between CLI and the web interface. For now hardcode it to be example.com so that it's clear. But to do it right we need an after_install step which actually fixes it up. And probably an after_upgrade step as well. | |||
