summaryrefslogtreecommitdiff
path: root/modules/user/helpers
AgeCommit message (Expand)Author
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
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-18Rename theme callback helpers from xxx_block to xxx_theme to make roomBharat Mediratta
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
2009-01-06Put up an error if you rename a user to an already existing name.Bharat Mediratta
2009-01-06Fix up all the various little forms to have submit buttons, fieldset legends,...Bharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-28Add title back to non-DHTML form to maintain consistencyFelix Rabinovich
2008-12-26Added title to user/group administration dialogsFelix Rabinovich
2008-12-26User/Group administration cleanupFelix 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-25Ajaxify 'add users'Felix Rabinovich
2008-12-25fixes in user edit and deleteFelix Rabinovich
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-25added sprintf to strings for tranlation supportFelix Rabinovich
2008-12-25User administration: 1. Add users; 2. Group administration; 3. General cleanupFelix Rabinovich
2008-12-24Adding userFelix Rabinovich
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-21Move logging up to the controllers so that our logging can operate at a more ...Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta
2008-12-19Implement admin user editing. It's still very rough. Trying toBharat Mediratta
2008-12-18Refactor site admin menu into a theme function and build the menus inBharat Mediratta
2008-12-17Fix a bug where setting the active user did not reset group_ids (unit tests f...Bharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
2008-12-17Add initialization to the user module to put the user and group_idsBharat Mediratta
2008-12-16Various optimizations:Bharat Mediratta
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
2008-12-12Move the view permission cache directly into the item table for efficiency. ...Bharat Mediratta