| Age | Commit message (Expand) | Author |
| 2009-09-10 | Remove debug code. | Bharat Mediratta |
| 2009-09-10 | Rename "after_installer" to "welcome_message" in the code to make it | Bharat Mediratta |
| 2009-09-08 | Fix line > 100 chars. | Bharat Mediratta |
| 2009-09-08 | Replace two preg_replace() calls with a single trim() call. | Bharat Mediratta |
| 2009-09-08 | Amend the v12 installer to empty out the relative_url_cache and | Bharat Mediratta |
| 2009-09-08 | Update item::convert_filename_to_slug() to eliminate leading and | Bharat Mediratta |
| 2009-09-08 | Remove unused $feed->link. | Bharat Mediratta |
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta |
| 2009-09-08 | Improve comment. | Bharat Mediratta |
| 2009-09-07 | Automagically generate pretty urls for movies, too. | Bharat Mediratta |
| 2009-09-07 | Fix a bug where we were not properly decoding the path in the fallback | Bharat Mediratta |
| 2009-09-07 | Add the 'Internet Address' field to all items, along with proper | Bharat Mediratta |
| 2009-09-07 | Switch to using Item_Model::relative_url() for the url path. | Bharat Mediratta |
| 2009-09-07 | Remove unused item::validate_no_name_conflict() and a debug line. | Bharat Mediratta |
| 2009-09-07 | Add item::validate_url_safe() with a test. | Bharat Mediratta |
| 2009-09-07 | Add the slug to album, photo, and movie forms. | Bharat Mediratta |
| 2009-09-07 | Add support for a per-item "slug" which will be the user-visible url | Bharat Mediratta |
| 2009-09-07 | Quiet down ffmpeg in movie::extract_frame() | Bharat Mediratta |
| 2009-09-05 | Bugfixes for locales::locale_from_http_request(), and adding tests. | Andy Staudacher |
| 2009-09-05 | Change the module installer so that you don't need to provide your own | Bharat Mediratta |
| 2009-09-04 | Add @todo to replace locales::locale_from_http_request() | Bharat Mediratta |
| 2009-09-04 | Add new locale preferences: Adding per session (cookie) locale preferences an... | Andy Staudacher |
| 2009-09-02 | Change graphics::generate() API so that it doesn't return a boolean, | Bharat Mediratta |
| 2009-09-02 | Deal with the aftermath of adding sharpen() calls. Since GD does not | Bharat Mediratta |
| 2009-09-01 | Allow anything to be made an album cover, except for direct children | Bharat Mediratta |
| 2009-08-31 | Don't include Make this the album's cover in context menu's for albums. #705 | Chad Kieffer |
| 2009-08-31 | Add icons to context menu for albums. I'm open to other options, if folks thi... | Chad Kieffer |
| 2009-08-31 | XSS review fixes (mostly adding missing html::mark_clean()) calls. | Andy Staudacher |
| 2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-30 | Tabs to spaces cleanup | Andy Staudacher |
| 2009-08-30 | Rename clean_js to js_string and have it return a complete JS string (with de... | Andy Staudacher |
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi... | Andy Staudacher |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
| 2009-08-29 | Adding html::clean(), ::purify(), etc. | Andy Staudacher |
| 2009-08-29 | Remove try/catch in resize() since that will swallow any exceptions | Bharat Mediratta |
| 2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher |
| 2009-08-29 | Fix for ticket #628: | Tim Almdal |
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
| 2009-08-29 | Add more factory methods for convenience: | Andy Staudacher |
| 2009-08-29 | Merge branch 'talmdal_branch' of git@github.com:gallery/gallery3 | Bharat Mediratta |
| 2009-08-29 | Fix for 641... extend viewable functionality to comments. Viewable unit test ... | Tim Almdal |
| 2009-08-29 | Have url::site() and other methods return a SafeString, just as t() and t2(). | Andy Staudacher |
| 2009-08-29 | * created new generic "Add" dropdown in the site menu. this should take care ... | jhilden |
| 2009-08-29 | Adding SafeString which is going to replace p::clean() and p::purify(). | Andy Staudacher |
| 2009-08-28 | Display the sort order in the Organize dialog, and allow users to | Bharat Mediratta |
| 2009-08-28 | Rename sort columns: | Bharat Mediratta |
| 2009-08-27 | Properly deal with invalid images. This fixes ticket #611 which shows | Bharat Mediratta |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta |