| Age | Commit message (Expand) | Author |
| 2009-05-20 | Always set the graphics_toolkit_path, even if we're on GD. That'll | Bharat Mediratta |
| 2009-05-20 | Add a cache buster to thumbnail urls, using the item update time. | Bharat Mediratta |
| 2009-05-20 | Add a default image quality level. There's no UI for it, except Admin | Bharat Mediratta |
| 2009-05-20 | Replace the old "add photo" form with the simple uploader version in | Bharat Mediratta |
| 2009-05-20 | Fix a typo; swapped uninstalled and installed. | Bharat Mediratta |
| 2009-05-19 | Collate install/uninstall messages. Fixes ticket #288 | Bharat Mediratta |
| 2009-05-18 | This takes us the next step closer to providing bulk edit. We still | Tim Almdal |
| 2009-05-18 | Turn on IN_PRODUCTION mode now across the board. Create our own error | Bharat Mediratta |
| 2009-05-18 | Update filters | Bharat Mediratta |
| 2009-05-18 | update PasswordHash path | Bharat Mediratta |
| 2009-05-18 | verify csrf when installing/uninstalling modules | Bharat Mediratta |
| 2009-05-18 | Clean up tmp when packaging | Bharat Mediratta |
| 2009-05-18 | Restructure the code preamble checking tests to check all PHP files, | Bharat Mediratta |
| 2009-05-18 | Fix preamble | Bharat Mediratta |
| 2009-05-17 | Update preamble test to list all broken files at once | Bharat Mediratta |
| 2009-05-17 | Update tests to reflect the new code that allows changing file and directory ... | Bharat Mediratta |
| 2009-05-17 | Add var/tmp | Bharat Mediratta |
| 2009-05-17 | Rollback some of the changes from r20822. But still pull the | Tim Almdal |
| 2009-05-16 | Silently drop trailing periods in the album name so that we don't have | Bharat Mediratta |
| 2009-05-16 | Don't allow photos, albums or movies to have a trailing period to avoid | Bharat Mediratta |
| 2009-05-16 | Don't allow albums/photos/movies to end in "." because it risks | Bharat Mediratta |
| 2009-05-16 | Modify the module::event method to accept 2 additional parameters | Tim Almdal |
| 2009-05-16 | Support renaming albums, photos and movies. | Bharat Mediratta |
| 2009-05-16 | Don't allow the various ::create() methods to take "/" in the name. | Bharat Mediratta |
| 2009-05-16 | Item_Model::rename() cannot accept new filenames that contain "/" | Bharat Mediratta |
| 2009-05-16 | Implement Item_Model::rename(), with unit tests. | Bharat Mediratta |
| 2009-05-16 | Rename the theme menu options under the Appearance menu. | Bharat Mediratta |
| 2009-05-15 | Only cache rows if they are objects, which assumes also that they are instanc... | Bharat Mediratta |
| 2009-05-15 | Make denied links not clickable at the root level when the permission | Bharat Mediratta |
| 2009-05-14 | Provide tooltips for Menu_Element_Link | Bharat Mediratta |
| 2009-05-14 | Fix save() to stop using ORM objects. | Bharat Mediratta |
| 2009-05-14 | Convert spaces into underscores when generating the album name from the title | Bharat Mediratta |
| 2009-05-14 | Fix for ticket #268 | Tim Almdal |
| 2009-05-14 | Specify the internal_cache_path (even though we're not using this yet). | Bharat Mediratta |
| 2009-05-14 | Bind to the change() event also so that we can pick up autocompletions in the... | Bharat Mediratta |
| 2009-05-14 | Change the way we update view_count to use math instead of ORM for better acc... | Bharat Mediratta |
| 2009-05-14 | Use the active user as the new item's owner, if no owner id is specified | Bharat Mediratta |
| 2009-05-14 | Cache variables in core._cache so that we can retrieve them all in a | Bharat Mediratta |
| 2009-05-14 | Introduce a relative_path_cache column in the items table. This lets | Bharat Mediratta |
| 2009-05-14 | Updated to match r20797 | Bharat Mediratta |
| 2009-05-14 | Overload ORM_Iterator to cache models as we pull them out of the | Bharat Mediratta |
| 2009-05-14 | Use model_cache() instead of ORM::factory() | Bharat Mediratta |
| 2009-05-14 | permissions UI facelift | Jakob Hilden |
| 2009-05-14 | Beautify only the title, not the filename | Bharat Mediratta |
| 2009-05-13 | Fix a bad redirect. | Bharat Mediratta |
| 2009-05-13 | Use the $filename not the $name to find the path extension. | Bharat Mediratta |
| 2009-05-13 | Add a little JS sugar to set the album directory name to the same as | Bharat Mediratta |
| 2009-05-13 | Address the final point in #226. Disable the make album cover icon if | Tim Almdal |
| 2009-05-13 | Allow admins to modify variables. This way when something goes wrong, | Bharat Mediratta |
| 2009-05-13 | I should test this stuff before I submit it, eh. | Bharat Mediratta |