| Age | Commit message (Expand) | Author |
| 2009-09-05 | Revert previous edit. Prefer « none » (sweet, nice Unicode characters) inst... | Andy Staudacher |
| 2009-09-04 | Shorten the name in the block so that it doesn't wrap. | Bharat Mediratta |
| 2009-09-04 | Add new locale preferences: Adding per session (cookie) locale preferences an... | Andy Staudacher |
| 2009-08-29 | Fix active() to not use user::guest() as the fallback for our Session::get() ... | Bharat Mediratta |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta |
| 2009-08-08 | Don't show the ajaxy login link in the top right corner if we're on the login... | Bharat Mediratta |
| 2009-08-06 | Cleanup the javascript for enabling dialog or panel links. | Tim Almdal |
| 2009-07-29 | Clean up user form events. Thanks to Ben Smith (glooper). | Bharat Mediratta |
| 2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta |
| 2009-07-25 | Pass the variable when the "user_edit_form" event is fired. | Tim Almdal |
| 2009-07-23 | Add form processing events: | Bharat Mediratta |
| 2009-07-22 | Use the Kohana cascading filesystem to locate resources loaded by the | Bharat Mediratta |
| 2009-07-17 | Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3. | Bharat Mediratta |
| 2009-07-16 | Second non-trivial change to the event code. We now publish model | Bharat Mediratta |
| 2009-07-02 | Use Unicode characters (looks better to translator, and fixes normalization i... | Andy Staudacher |
| 2009-06-28 | Use $theme->script() method to render module javascript files | Tim Almdal |
| 2009-06-23 | Refactor the install/upgrade code to be more flexible. | Bharat Mediratta |
| 2009-05-31 | Properly call user::login when we automatically login the admin user | Bharat Mediratta |
| 2009-05-26 | Restructure the module lifecycle. | Bharat Mediratta |
| 2009-05-26 | Link to gallery.panel.js from the head, not body. | Chad Kieffer |
| 2009-05-26 | White space fixes | Chad Kieffer |
| 2009-05-25 | Changed name to username in user admin form labels | Chad Kieffer |
| 2009-05-24 | Use phpass as our hashing mechanism, and check for it first (instead | Bharat Mediratta |
| 2009-05-21 | Changed Name label to Username, closes ticket #93 | Chad Kieffer |
| 2009-05-18 | Move 3rd party PasswordHash library into the "lib" dir for | Bharat Mediratta |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
| 2009-05-13 | Variety of changes to the way we do user editing: | Bharat Mediratta |
| 2009-05-12 | Add group::lookup_by_name() | Bharat Mediratta |
| 2009-05-12 | Fix a comment. | Bharat Mediratta |
| 2009-04-18 | Add user::lookup_by_name() | Bharat Mediratta |
| 2009-04-09 | Fix the spelling of "appearance_menu" and update user_menu so that the | Bharat Mediratta |
| 2009-04-03 | Fix for ticket #201. | Tim Almdal |
| 2009-03-25 | Fix for ticket #181. Valiant take note of the change to | Tim Almdal |
| 2009-03-16 | Switch the locale::$locales data structure to be an array instead of a | Bharat Mediratta |
| 2009-03-16 | Get rid of the extra robust code we had in here to make the | Bharat Mediratta |
| 2009-03-16 | Clean up the login, maintenance login and required-top-level-login code. | Bharat Mediratta |
| 2009-03-16 | Stop loading jeditable-- we don't use it anymore | Bharat Mediratta |
| 2009-03-10 | access::allow/deny/reset functions will now throw an exception if you | Bharat Mediratta |
| 2009-03-08 | Log the user in as admin after running the web installer, and give | Bharat Mediratta |
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal |
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal |
| 2009-02-27 | Remove commented code | Tim Almdal |
| 2009-02-27 | Continue the journey of replacing raw sql with ORM or Database method | Tim Almdal |
| 2009-02-19 | Differentiate between available and installed languages. Provide admin UI to ... | Andy Staudacher |
| 2009-02-10 | Simplification pass that preserves almost all functionality (except | Bharat Mediratta |
| 2009-02-10 | style fixes (style for method names, style for vars in locale.php) | Andy Staudacher |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher |
| 2009-02-10 | Move site default_locale into DB (vars) and add a per user locale preference. | Andy Staudacher |
| 2009-02-04 | Use the matches validation rule in order to perform cross field | Tim Almdal |
| 2009-02-04 | Complete the Recover Password functionality (Ticket #5). | Tim Almdal |