| Age | Commit message (Expand) | Author |
| 2010-09-16 | Add a module variable containing extra paths to search for binaries. | Bharat Mediratta |
| 2010-09-16 | Restrict viewing user profile pages to registered users only, but | 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 reply... | Tim Almdal |
| 2010-09-01 | Make RENAME TABLE operations idempotent so that in case there's a | Bharat Mediratta |
| 2010-08-31 | Don't use HTTP_HOST to get the hostname. We force that to | Bharat Mediratta |
| 2010-08-31 | Patch for ticket #1216. Move the values that were in the sendmail config fil... | Tim Almdal |
| 2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta |
| 2010-08-28 | Add a "visible_title_length" variable that defaults to 15 and use that | Bharat Mediratta |
| 2010-08-14 | Add a key on access_caches.item_id. Without this, the Fix task query | Bharat Mediratta |
| 2010-08-07 | Add an index for left_ptr, since we use that in ORM_MPTT::parents() | Bharat Mediratta |
| 2010-08-07 | Oops. Fix the upgrader path to add the weight column to the modules table. | Bharat Mediratta |
| 2010-08-06 | Add a "weight" column to the module table. This allows us to specify | Bharat Mediratta |
| 2010-08-01 | Make maintenance mode a variable instead of a config. Then create | Bharat Mediratta |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
| 2010-02-22 | Fix for ticket #1027: Add index on cache key column. | Andy Staudacher |
| 2010-02-15 | Never assign a SafeString instance to a Model member (or hell will break loose). | Andy Staudacher |
| 2010-02-14 | Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ... | Andy Staudacher |
| 2010-02-08 | Change admin area timeout from 20 to 90 minutes | Andy Staudacher |
| 2010-02-07 | Fix installer code for version 27, and introduce new module variable in versi... | Andy Staudacher |
| 2010-02-07 | Create the concept of a "failed authentication" as semantically | Bharat Mediratta |
| 2010-02-02 | Add an upgrade path to prevent the item title field from being empty. | Bharat Mediratta |
| 2010-01-30 | Lock down web access to var/uploads, var/tmp and var/logs using .htaccess | Bharat Mediratta |
| 2010-01-30 | Prevent brute force login attacks by reducing login attempts to 1 per | Bharat Mediratta |
| 2010-01-29 | Don't forget to flush the relative_url_cache when updating the slug. | Bharat Mediratta |
| 2010-01-29 | Go through all slugs and make them legal values. | Bharat Mediratta |
| 2010-01-29 | Oops, somebody (me?) forgot to update the gallery module version | Bharat Mediratta |
| 2010-01-27 | Convert back to using ORM::factory(..., $id) instead of calling where(). | Bharat Mediratta |
| 2010-01-17 | Adjust installers to work with model based validation. | Bharat Mediratta |
| 2010-01-11 | Remove the automatically marking the resizes dirty line as this could cause a... | Tim Almdal |
| 2010-01-11 | Fixes ticket #671. | Tim Almdal |
| 2009-12-05 | Update the gallery module to version 21 in the installer. | Bharat Mediratta |
| 2009-12-02 | Rename the "upload_limit" variable to "simultaneous_upload_limit" for | Bharat Mediratta |
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ... | Tim Almdal |
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the a... | Tim Almdal |
| 2009-11-14 | Fix a bunch of little issues in the version 16, 17, and 18 upgraders. | Bharat Mediratta |
| 2009-11-13 | Standardize the name of the blocks. | Tim Almdal |
| 2009-11-13 | Undo using the md5 hash of the module name and block_id, so duplicate blocks ... | Tim Almdal |
| 2009-11-12 | Change the keys of the block arrays in block manager to be a md5 hash of modu... | Tim Almdal |
| 2009-10-31 | Don't specify the default identity provider in the gallery installer. Let th... | Tim Almdal |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal |
| 2009-10-26 | Upgrade the gallery module to version 16 to reflect the refactoring of the us... | Tim Almdal |
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. Create... | Tim Almdal |
| 2009-10-21 | Change this files to use the API instead of referencing the group tables dire... | Tim Almdal |
| 2009-10-04 | Revert "Create a gallery::plugin_path which returns the appropriate path to t... | Tim Almdal |
| 2009-10-04 | Create a gallery::plugin_path which returns the appropriate path to the modul... | Tim Almdal |
| 2009-09-30 | Add functionality to activate sidebar blocks when the module is activated and... | Tim Almdal |
| 2009-09-30 | Set the gallery version to 15 and provide upgrade processing to set the defau... | Tim Almdal |
| 2009-09-28 | Clean up upgrader for version 14. Put {} around table name, | Bharat Mediratta |
| 2009-09-27 | Change gallery installer to do a direct update to the database, preppending g... | Tim Almdal |