| Age | Commit message (Expand) | Author |
| 2009-10-07 | Replaced most clear fix hacks with generic class. | Chad Kieffer |
| 2009-10-07 | Merge branch 'master' of github.com:gallery/gallery3 | Chad Kieffer |
| 2009-10-07 | Consolidated the rest of the base message styles into lib/gallery.common.css ... | Chad Kieffer |
| 2009-10-06 | Update gallery::find_file to look for subdirectories in lib, then fall | Bharat Mediratta |
| 2009-10-06 | Rename permissions icons to correspond to view states, move to lib/images. Fi... | 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-10-02 | Log the stack trace when non-admins get the error. | Bharat Mediratta |
| 2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ... | Chad Kieffer |
| 2009-09-30 | Enable the administration screen for the sidebar. Fix for ticket #110. | Tim Almdal |
| 2009-09-30 | Merge branch 'master' into talmdal_dev | Tim Almdal |
| 2009-09-30 | Use the block_manager to manage site sidebar panels. Fixes ticket #110. | Tim Almdal |
| 2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer |
| 2009-09-30 | Floated elements in table headings should appear before anything else. Fixes ... | Chad Kieffer |
| 2009-09-30 | First round of CSS refactor updates. Added calls to gallery.common.css from w... | Chad Kieffer |
| 2009-09-29 | Set available graphics block heights with gallery.equal_heights(). | Chad Kieffer |
| 2009-09-27 | Fix some whitespace issues. | Bharat Mediratta |
| 2009-09-26 | minor improvements to simple uploader | jhilden |
| 2009-09-26 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden |
| 2009-09-26 | first try at improving the upload user experience with the file selection button | jhilden |
| 2009-09-23 | Change the simple uploader dialog to use the new gallery::find_file api method. | Tim Almdal |
| 2009-09-23 | Add a new api method gallery::find_file. This wraps the Kohana::find_file fu... | Tim Almdal |
| 2009-09-23 | Correct whitespace | Tim Almdal |
| 2009-09-17 | Arg, fixing the "Sharing your Translations" text, thanks engineer@gmc | Andy Staudacher |
| 2009-09-17 | Fix: Make "Sharing your translations" a localizable string | Andy Staudacher |
| 2009-09-13 | Remove raw HTML that's wrapped around the name of the file | Kevin Nehls |
| 2009-09-10 | Rename "after_installer" to "welcome_message" in the code to make it | Bharat Mediratta |
| 2009-09-10 | Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the | Bharat Mediratta |
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta |
| 2009-09-06 | Don't show clickable link for breadcrumb items where the user doesn't | Bharat Mediratta |
| 2009-09-02 | Fix bg images in tables bug in webkit and ie. #718 | Chad Kieffer |
| 2009-09-01 | Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth! | Bharat Mediratta |
| 2009-09-01 | Remove unused l10n message | Andy Staudacher |
| 2009-09-01 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher |
| 2009-08-31 | Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but p... | Chad Kieffer |
| 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 | Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu... | Chad Kieffer |
| 2009-08-30 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer |
| 2009-08-30 | Apply hover effect to buttons in progress indicator dialog. | Chad Kieffer |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher |
| 2009-08-30 | Updating uses of html::js_string and SafeString::for_js (value now contains s... | Andy Staudacher |
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi... | Andy Staudacher |
| 2009-08-30 | Fixing typo | Andy Staudacher |
| 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 | 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 |