summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user.php
AgeCommit message (Expand)Author
2009-10-23Created user.css. Moved user-related form css to the new sheet.Chad Kieffer
2009-10-23move controllers and views to the user module to make the Identity Provider r...Tim Almdal
2009-10-13refactor the user and group helpers into the gallery core module. 2 reason, ...Tim Almdal
2009-10-13remove the unused private function user::_md5Salt()Tim Almdal
2009-10-13refactor locale related functionality out of the user module and into the gal...Tim Almdal
2009-10-09Add support for the in filter to get_user_list and get_group_list. Convert th...Tim Almdal
2009-10-09Convert direct lookups for the user table using ORM to using the user::lookup...Tim Almdal
2009-10-08Change the users.php controller so its no longer restful. The problem with o...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
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-07-29Clean up user form events. Thanks to Ben Smith (glooper).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-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-05-31Properly call user::login when we automatically login the admin userBharat Mediratta
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-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-08Log the user in as admin after running the web installer, and giveBharat Mediratta
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-04Use the matches validation rule in order to perform cross fieldTim Almdal
2009-02-03Add a confirmation password input field that must match the primaryTim Almdal
2009-01-28Fully implement the user administration backend with drag/drop to addBharat Mediratta
2009-01-28Add drag and drop support to the admin_users interface. This is stillBharat Mediratta
2009-01-25Undo the adding underscores to the id on forge generated formsTim Almdal
2009-01-24Supply a form id on all forms. This id can be used by modules otherTim Almdal
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher