Age | Commit message (Expand) | Author |
2013-01-22 | gallery.menalto.com -> galleryproject.org | Bharat Mediratta |
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta |
2011-04-23 | Oops, fix broken codex urls. For #1698. | Bharat Mediratta |
2011-04-23 | Oops, this is the rest of the modules and themes for #1696 and #1698. | Bharat Mediratta |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta |
2010-04-30 | Add page_title to admin views. Closes #1038. | ckieffer |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta |
2010-01-29 | Clean up form validation code. | Bharat Mediratta |
2010-01-19 | Extend Gallery_Unit_Test_Case instead of Unit_Test_Case. | Bharat Mediratta |
2010-01-17 | Refactor to work with model based validation. | Bharat Mediratta |
2009-12-21 | Updated for K24 | Bharat Mediratta |
2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal |
2009-10-22 | Change the name of identity library from Identity to IdentityProvider. Create... | Tim Almdal |
2009-10-19 | Merge branch 'master' into talmdal_dev | Tim Almdal |
2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ... | Chad Kieffer |
2009-10-16 | Start simplifying the interface by moving the static methods from user.php an... | Tim Almdal |
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few shar... | Chad Kieffer |
2009-09-05 | Change the module installer so that you don't need to provide your own | Bharat Mediratta |
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 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi... | Andy Staudacher |
2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher |
2009-08-29 | Update status message styles. Lighten backgrounds, don't show background on A... | Chad Kieffer |
2009-08-05 | Remove tabs as whitespace | Tim Almdal |
2009-08-05 | Fix l10n message for akismet, extracting URLs from the message | Andy Staudacher |
2009-08-02 | Change the API for getting to the original state of an ORM. | Bharat Mediratta |
2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta |
2009-07-16 | Non-trivial changes to the event handling code: | Bharat Mediratta |
2009-07-13 | Add quotes around all values that contain spaces in them, and add a | Bharat Mediratta |
2009-06-23 | Refactor the install/upgrade code to be more flexible. | Bharat Mediratta |
2009-06-17 | Fix for ticket #366 | Tim Almdal |
2009-06-09 | Remove double quotes from module.info (theme.info) attribute values. | Andy Staudacher |
2009-06-04 | Let the Akismet module create the statistics menu, since it's the only | Bharat Mediratta |
2009-06-01 | Merge branch 'master' of git@github.com:gallery/gallery3 | andyst |
2009-06-01 | Workaround for parse_ini_file issue: There's no way to escape a double-quote ... | Andy |
2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta |
2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta |
2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
2009-04-05 | Remove extra blank line. | Bharat Mediratta |
2009-01-25 | Undo the adding underscores to the id on forge generated forms | Tim Almdal |
2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable i... | Chad Kieffer |
2009-01-24 | Supply a form id on all forms. This id can be used by modules other | Tim Almdal |
2009-01-17 | Clear the "akismet is not configured" message on uninstall. | Bharat Mediratta |
2009-01-16 | Don't try to check comments if Akismet lacks an API key | Bharat Mediratta |
2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
2009-01-15 | Rename 'xxx_changed' events to 'xxx_updated' | Bharat Mediratta |
2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta |
2009-01-12 | Updated for new Form_Submit API. | Bharat Mediratta |