summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Patch #18778 by Gerhard/Olen: sort users by creation date rather than user ID.Dries Buytaert2005-08-10
|
* - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.Dries Buytaert2005-08-10
|
* - #27852: redirect to user edit page on first log-inSteven Wittens2005-08-05
|
* - #28154: remove useless /view from user resultsSteven Wittens2005-08-03
|
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - Add some Unicode checks to username validationSteven Wittens2005-07-31
|
* - #16705: Make user_access always return a boolean.Steven Wittens2005-07-29
|
* - #27694: Correct username validation.Steven Wittens2005-07-29
|
* - #26688: Add mbstring support to Drupal and clear up string handling fuzzies.Steven Wittens2005-07-25
|
* - Modified patch #27131 by DriesK: removed some cache_clear_all()s.Dries Buytaert2005-07-23
|
* - Fix PHP notice (killes)Steven Wittens2005-07-20
|
* - Patch #27062 by nysus: improved the help text of the 'access control' page.Dries Buytaert2005-07-19
| | | | | Generally improves readability; gets rid of technical jargon; provides concrete example; provides suggestions for how permissions can be used.
* - Patches by Ber: move user settings and node settings to admin/settings.Dries Buytaert2005-07-03
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch by Robert: fixed problem with username blocking.Dries Buytaert2005-06-23
|
* - Patch by deekayen: roll back permission patch.Dries Buytaert2005-06-23
|
* - Patch #25121 by Robrecht J.: changed itemized lists with hardcoded CSS to ↵Dries Buytaert2005-06-21
| | | | definition lists.
* - Patch #21566 by deekayan: fixed user_access() function returning a string ↵Dries Buytaert2005-06-21
| | | | and not a boolean. Also improves performance of user_access().
* - Patch #25398 by Ber: drop.org -> drupal.org.Dries Buytaert2005-06-21
|
* - Patch #3962 by deekayen: improved error message when a blocked user ↵Dries Buytaert2005-06-21
| | | | attempts to login.
* - Patch #24766 by deekayen (David): fixed user module showing the epoch ↵Dries Buytaert2005-06-19
| | | | instead of 'never'.
* - Patch #24135 by Moshe: made it possible to ban visitors based on ↵Dries Buytaert2005-06-07
| | | | hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
* - Fixed registration bug.Dries Buytaert2005-06-01
|
* - Patch #23633 by Moshe: improve grouping in default profile page.Dries Buytaert2005-05-26
|
* - Patch #23588 by Ber: fixed incorrect call to theme_user_picture.Dries Buytaert2005-05-25
|
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
* - Patch #23383 by Ber: added theme_user_list() function.Dries Buytaert2005-05-23
|
* - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes.Dries Buytaert2005-05-21
|
* - Patch #16303 by Gerhard: fixed some warnings.Dries Buytaert2005-05-21
|
* - Added the ability to track page generation times in the statistics module.Dries Buytaert2005-05-12
| | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation.
* - Patch #22262 by Robert: removed extra comma from SQL query.Dries Buytaert2005-05-07
|
* - User module improvements: added an 'access' column to the users-table toDries Buytaert2005-05-07
| | | | | | | | | | | | | keep track of the user's last access. In turn, this allowed me to: 1. Optimize the "Who's online" block. On drupal.org, the "Who's online" block requires 32 SQL queries. With this patch, only 2 queries are left (eliminated 30 SQL queries), and one of the two remaining queries became appr. 20 times faster. 2. Correct the "Last access" column in the user administration overview table. The presented data was not accurate, which led to the column being removed. You can now sort users by 'last access'.
* - Removed the user IDs from the users administration table and added a ↵Dries Buytaert2005-05-05
| | | | 'Member for' column.
* - Patch #21686 by Robin Monks: added two missing t() functions.Dries Buytaert2005-05-01
|
* - Patch #21344 by Moshe: admin/user/create results in a blank pageDries Buytaert2005-04-30
|
* - #20910: print -> returnSteven Wittens2005-04-24
|
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Patch #18719 by Jose: reworked the 'request new password' functionality.Dries Buytaert2005-04-24
|
* - Patch #20690 by jhriggs: editing a user does not clear the menu cache.Dries Buytaert2005-04-18
|
* - Patch #20457 by Morbus: removed hardcoded <br />Dries Buytaert2005-04-13
|
* - Patch #20058: move user_module_invoke('load', $array, $user) after loading ↵Dries Buytaert2005-04-13
| | | | of roles.
* - Patch #20396 by Junyor: fixed broken watchdog message in user module.Dries Buytaert2005-04-12
|
* - Patch by Gerhard: refinements and bugfixes for the 'access user profiles' ↵Dries Buytaert2005-04-12
| | | | patch.
* - Patch #20349 by Gerhard: drop.org -> drupal.orgDries Buytaert2005-04-12
|
* - #4166: Respect 'access userlist' permission for profile data.Steven Wittens2005-04-11
|
* - #20338: Improve api docs on $user field deletion.Steven Wittens2005-04-11
|
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - Patch #18983 by Ber: small code improvement.Dries Buytaert2005-03-16
|