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