| Age | Commit message (Expand) | Author |
| 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 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ... | Chad Kieffer |
| 2009-09-30 | Apply button style and hover effect to password reset button. | Chad Kieffer |
| 2009-09-30 | Missed g-right application on add group | Chad Kieffer |
| 2009-09-30 | Removed blank line. | 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-05 | Change click() to change() so that we immediately update the UI when | Bharat Mediratta |
| 2009-09-05 | Add missing view for language selection | Andy Staudacher |
| 2009-09-04 | placeholder for a missing view | Bharat Mediratta |
| 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-31 | Rename mark_safe() to mark_clean() | 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 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher |
| 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 | Adding SafeString which is going to replace p::clean() and p::purify(). | Andy Staudacher |
| 2009-08-08 | Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di... | Tim Almdal |
| 2009-08-08 | Refactor the gallery dialog into a jQuery widget | Tim Almdal |
| 2009-07-23 | Convert instances of theme_url() to just url() to match the API change | Bharat Mediratta |
| 2009-07-21 | In the logout link, urlencode the continue url so that ampersands, etc | Bharat Mediratta |
| 2009-07-21 | Escape bare & symbols so that we use valid entities. Fixes ticket #577. | Bharat Mediratta |
| 2009-07-19 | More thorough fix for #421. Create User_Model::display_name() which | Bharat Mediratta |
| 2009-07-21 | Changed "Forgot Your Password" text to use capital 'Y' on the word Your | Shai Ben-Naphtali |
| 2009-06-28 | Rename $theme->url() to $theme->theme_url() for consistency wiht | Bharat Mediratta |
| 2009-06-15 | Add string to localizer | unostar |
| 2009-06-13 | Create gallery::date_time(), gallery::date() and gallery::time() | Bharat Mediratta |
| 2009-06-06 | Fix formatting. | Bharat Mediratta |
| 2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta |
| 2009-05-31 | Localize a string | Bharat Mediratta |
| 2009-05-31 | user admin facelift | jhilden |
| 2009-05-31 | Run all variables that come from user-entered data through p::clean() | Bharat Mediratta |
| 2009-05-26 | Quick fix for ticket #144. Reapply event handler for delete link gDialog when... | Chad Kieffer |
| 2009-05-26 | Link to gallery.panel.js from the head, not body. | Chad Kieffer |
| 2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel t... | Chad Kieffer |
| 2009-05-13 | Make the 'this user cannot be deleted' link actually not clickable. | Bharat Mediratta |
| 2009-05-13 | Colorize admin user rows to make them stand out | Bharat Mediratta |
| 2009-05-13 | Use the name field if the full_name field is empty. | Bharat Mediratta |
| 2009-04-17 | Fix i18n for "Logged in as" string | Andy Staudacher |
| 2009-04-05 | Add a weight column to the items model. Change the album ordering to | Tim Almdal |
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta |
| 2009-03-16 | Fix indentation | Bharat Mediratta |
| 2009-03-16 | Combined "Logged in as..." and "Modify Profile" to by just "Logged in as Full... | Chad Kieffer |
| 2009-03-16 | Missed this in the last commit | Bharat Mediratta |
| 2009-03-16 | Clean up the login, maintenance login and required-top-level-login code. | Bharat Mediratta |
| 2009-03-11 | Fix ticket #119. Display the full name of the user in the same block | Tim Almdal |
| 2009-02-26 | Add slightly more visual feedback when you're hovering over a | Bharat Mediratta |