summaryrefslogtreecommitdiff
path: root/modules/user/controllers/admin_users.php
AgeCommit message (Expand)Author
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-26White space fixesChad Kieffer
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Don't allow admins to delete the guest user. Fixes ticket #213Bharat Mediratta
2009-05-13Variety of changes to the way we do user editing:Bharat Mediratta
2009-04-24add_group() was not getting $form before using it.Bharat Mediratta
2009-04-09Fix for ticket 181: don't ignore the locale option when adding usersAndy Staudacher
2009-04-03Fix for ticket #201. Tim Almdal
2009-03-25Fix for ticket #181. Valiant take note of the change toTim Almdal
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-29Fix lint errorsBharat Mediratta
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-22toggling of user edit panel works now.Jakob Hilden
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Put up an error if you rename a user to an already existing name.Bharat Mediratta
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-26User/Group administration cleanupFelix Rabinovich
2008-12-26Separate GET and POST in User AdministrationFelix Rabinovich
2008-12-26Group AdministrationFelix Rabinovich
2008-12-26User Administration. Add users. Take 3Felix Rabinovich
2008-12-26User Administration. Delete users. Take 3Felix Rabinovich
2008-12-26User Administration. Edit users. Take 3Felix Rabinovich
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Return the form on success so that we clear out any prior error formsBharat Mediratta
2008-12-25Ajaxify 'add users'Felix Rabinovich
2008-12-25fixes in user edit and deleteFelix Rabinovich
2008-12-25fixed minor log:add typoFelix Rabinovich
2008-12-25get_add_form() -> add_add_form_admin()Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25User administration: 1. Add users; 2. Group administration; 3. General cleanupFelix Rabinovich
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-22Remove extraneous view, not necessaryBharat Mediratta
2008-12-19Implement admin user editing. It's still very rough. Trying toBharat Mediratta
2008-12-19Create a new pattern for Site Admin controllers:Bharat Mediratta