| Age | Commit message (Expand) | Author |
| 2009-08-29 | Minor cleanup | 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 | Delete obsolete comment and tighten the code in site_menu(). | Bharat Mediratta |
| 2009-08-29 | Remove try/catch in resize() since that will swallow any exceptions | Bharat Mediratta |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta |
| 2009-08-29 | Change the organize tree to expand/collapse. It doesn't properly open | Bharat Mediratta |
| 2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher |
| 2009-08-29 | you can close the l10n client directly from its interface now, without going ... | jhilden |
| 2009-08-29 | XSS fixes | Andy Staudacher |
| 2009-08-29 | Fix for ticket #628: | Tim Almdal |
| 2009-08-29 | Fix invalida syntax on trying to parse the progress bar percentage | Tim Almdal |
| 2009-08-29 | L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize v... | Andy Staudacher |
| 2009-08-29 | Fix link in l10n UI (for SafeString changes) | Andy Staudacher |
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-29 | Fixing all detected XSS vectors in PHP->JS code. | Andy Staudacher |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer |
| 2009-08-29 | Update status message styles. Lighten backgrounds, don't show background on A... | Chad Kieffer |
| 2009-08-29 | Bugfix: Don't forget to copy the _is_purified_html flag when cloning a SafeSt... | 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 | Add a test for Comment_Model::viewable(). | Bharat Mediratta |
| 2009-08-29 | Fix active() to not use user::guest() as the fallback for our Session::get() ... | Bharat Mediratta |
| 2009-08-29 | Clean up the test and get it working. | Bharat Mediratta |
| 2009-08-29 | Adding SafeString::for_html_attr() | Andy Staudacher |
| 2009-08-29 | Rename $comment_model to $comments. | Bharat Mediratta |
| 2009-08-29 | Fix for 641... extend viewable functionality to comments. Viewable unit test ... | Tim Almdal |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta |
| 2009-08-29 | Have url::site() and other methods return a SafeString, just as t() and t2(). | Andy Staudacher |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden |
| 2009-08-29 | Fix a bug where organize doesn't properly generate the tree at the root album. | Bharat Mediratta |
| 2009-08-29 | * created new generic "Add" dropdown in the site menu. this should take care ... | jhilden |
| 2009-08-29 | Standardize the access to the create_random_item method | Tim Almdal |
| 2009-08-29 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal |
| 2009-08-29 | improved translation interface so that it now can be closed without going to ... | jhilden |
| 2009-08-29 | Fix typo in the parameter list | Tim Almdal |
| 2009-08-29 | Remove stray blank line. | Bharat Mediratta |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Bharat Mediratta |
| 2009-08-29 | Get rid of the task infrastructure. The multiple requests greatly | Bharat Mediratta |
| 2009-08-29 | Adding SafeString which is going to replace p::clean() and p::purify(). | Andy Staudacher |
| 2009-08-29 | Using SafeString in album controller / view | Andy Staudacher |
| 2009-08-29 | Major refactor of organize: | Bharat Mediratta |
| 2009-08-29 | Log the actual exception details, before swallowing the exception. | Bharat Mediratta |
| 2009-08-28 | improved translations admin interface | jhilden |
| 2009-08-28 | Display the sort order in the Organize dialog, and allow users to | Bharat Mediratta |
| 2009-08-28 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal |
| 2009-08-28 | Fix ticket #591: reCaptcha always on the page. | Tim Almdal |
| 2009-08-28 | improved UI for the languages admin | jhilden |
| 2009-08-28 | Fix a bug in notification where were using get() instead of current() | Bharat Mediratta |