| Age | Commit message (Expand) | Author |
| 2009-11-25 | Refactor the comment module as part of ticket: #917 "Remove Rest Controller" | Tim Almdal |
| 2009-11-18 | Rename g-pager to g-paginator after the recent pagination update. | Chad Kieffer |
| 2009-11-15 | Use text::alternate() instead of hand-rolled even/odd code. | Bharat Mediratta |
| 2009-11-08 | Call render() on the $menu, since we no longer use its __string() | Bharat Mediratta |
| 2009-11-02 | Remove an extra trailing bracket. | Tim Almdal |
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal |
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ... | Chad Kieffer |
| 2009-10-17 | Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix. | Chad Kieffer |
| 2009-10-07 | Replaced most clear fix hacks with generic class. | Chad Kieffer |
| 2009-10-04 | Renamed more CSS selectors from gName to g-name. | Chad Kieffer |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few shar... | Chad Kieffer |
| 2009-10-03 | Renamed and moved gOdd/gEven CSS classes. | Chad Kieffer |
| 2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer |
| 2009-09-30 | First round of CSS refactor updates. Added calls to gallery.common.css from w... | Chad Kieffer |
| 2009-09-22 | Change the link on the "Be first to comment" link to do a request to the serv... | Tim Almdal |
| 2009-09-01 | Add missing mark_clean() for t() calls with %attr parameter. | Andy Staudacher |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher |
| 2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher |
| 2009-08-30 | XSS fixes in admin_comments.html.php | Andy Staudacher |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-29 | Update status message styles. Lighten backgrounds, don't show background on A... | Chad Kieffer |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
| 2009-08-28 | Fix ticket #591: reCaptcha always on the page. | Tim Almdal |
| 2009-07-23 | Convert instances of theme_url() to just url() to match the API change | Bharat Mediratta |
| 2009-07-07 | Change references to Gallery 2 and Gallery 3 to consistently refer to | Tim Almdal |
| 2009-07-04 | Forgot this file when i was fixing #477 | Tim Almdal |
| 2009-07-04 | Fix for ticket #477. Use nl2br method when rendering comment::text and | Tim Almdal |
| 2009-07-03 | Split the clean method into two clean and purify. clean is a light weight | Tim Almdal |
| 2009-06-28 | Rename $theme->url() to $theme->theme_url() for consistency wiht | Bharat Mediratta |
| 2009-06-24 | Comment out [reply] and [edit] links because they're not implemented | Bharat Mediratta |
| 2009-06-18 | Fix l10n messages (malformed html) | Andy Staudacher |
| 2009-06-16 | Fix html bug in l10n message | Andy Staudacher |
| 2009-06-14 | Refactor feed code to use stdClass everywhere. Fix bugs in the | Bharat Mediratta |
| 2009-06-12 | Create gallery::date_time(), gallery::date() and gallery::time() | Bharat Mediratta |
| 2009-06-12 | Move the processing of rss feeds from the rss controller to callbacks in the | Tim Almdal |
| 2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta |
| 2009-05-11 | Refactor to support pagination and simplify the code. | Bharat Mediratta |
| 2009-04-06 | Hide the "no comments yet" text after the first comment is posted. | Bharat Mediratta |
| 2009-04-03 | Concatenate chopped up internationalized string. | Bharat Mediratta |
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta |
| 2009-02-23 | Temp fix for photostreamin admin dashboard, other miscellaneous css fixes. Ap... | Chad Kieffer |
| 2009-02-23 | added additional comment link, if no comments have been made yet. | Jakob Hilden |
| 2009-02-22 | Leave the comments title around, but add the "Be the first to comment" | Bharat Mediratta |
| 2009-02-20 | Fixes to comment admin buttons. | Chad Kieffer |
| 2009-02-15 | Apply buttons to comment moderation and action buttons, beginnings of a photo... | Chad Kieffer |
| 2009-02-12 | Added a show comment form button. Add comment form is revealed when the butto... | Chad Kieffer |
| 2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable i... | Chad Kieffer |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
| 2009-01-15 | Simplifying the way t() is called. Refactoring localization function t($messa... | Andy Staudacher |