Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Modified version of patch #33348 by wolff: clean URL emitted when creating ↵ | Dries Buytaert | 2005-10-13 |
| | | | | first user. | ||
* | - #33433: More form API fixes, and error handling improvements by Chx. | Steven Wittens | 2005-10-13 |
| | |||
* | - Restore user login block alignment (form api patch undid some recent ↵ | Steven Wittens | 2005-10-11 |
| | | | | class/id changes) | ||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Second batch of form API fixes by chx. | Dries Buytaert | 2005-10-09 |
| | |||
* | - Patch #31341 by kbahey: delete a user's session when the user is deleted. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-10-07 |
| | | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP. | ||
* | - Patch #32669 by DriesK: added an 'administer access control' permission. | Dries Buytaert | 2005-10-01 |
| | | | | In several setups, one wants to grant the 'administer users' permission to certain roles (for example to forum admins), however without allowing those users to change permissions on the 'access control' page, and without allowing them to change the users' roles (so that they can't, for example, promote themselves to admin). | ||
* | - Patch #28786 by Neil: move pagers out of table. | Dries Buytaert | 2005-09-24 |
| | |||
* | - Patch #28301 by jjeff: show tooltip when hovering over a permission. ↵ | Dries Buytaert | 2005-09-15 |
| | | | | | | Temoprary solution until we have a better permission page. | ||
* | - Patch #31123 by Ber: make it easier to theme the user profile pages. | Dries Buytaert | 2005-09-14 |
| | |||
* | - Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference) | Dries Buytaert | 2005-09-08 |
| | |||
* | - Patch #23536 by chx: custom registration fields should appear on ↵ | Dries Buytaert | 2005-09-08 |
| | | | | admin/user/create. | ||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. | ||
* | - Patch #28320 by Neil: improved the HTML/CSS of the user login block. | Dries Buytaert | 2005-09-07 |
| | |||
* | - Patch #24617 by Morbus: fixed incorrect access checking. | Dries Buytaert | 2005-09-07 |
| | |||
* | - Patch #18252 by tostinni: don't try creating the picture directory when ↵ | Dries Buytaert | 2005-09-06 |
| | | | | picture support is not enabled. | ||
* | - Patch #30382 by Robert: removed unused variable by ''. | Dries Buytaert | 2005-09-06 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #27897 by kubaZygmunt: fixed PHP warning. | Dries Buytaert | 2005-08-11 |
| | |||
* | - Patch #18778 by Gerhard/Olen: sort users by creation date rather than user ID. | Dries Buytaert | 2005-08-10 |
| | |||
* | - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'. | Dries Buytaert | 2005-08-10 |
| | |||
* | - #27852: redirect to user edit page on first log-in | Steven Wittens | 2005-08-05 |
| | |||
* | - #28154: remove useless /view from user results | Steven Wittens | 2005-08-03 |
| | |||
* | - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). | Dries Buytaert | 2005-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 validation | Steven Wittens | 2005-07-31 |
| | |||
* | - #16705: Make user_access always return a boolean. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27694: Correct username validation. | Steven Wittens | 2005-07-29 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - Modified patch #27131 by DriesK: removed some cache_clear_all()s. | Dries Buytaert | 2005-07-23 |
| | |||
* | - Fix PHP notice (killes) | Steven Wittens | 2005-07-20 |
| | |||
* | - Patch #27062 by nysus: improved the help text of the 'access control' page. | Dries Buytaert | 2005-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 Buytaert | 2005-07-03 |
| | |||
* | - Patch #25603 by Stefan: made the sizes of forms consistent. | Dries Buytaert | 2005-06-27 |
| | | | | TODO: document the defaults in the PHPdoc comments. | ||
* | - Patch by Robert: fixed problem with username blocking. | Dries Buytaert | 2005-06-23 |
| | |||
* | - Patch by deekayen: roll back permission patch. | Dries Buytaert | 2005-06-23 |
| | |||
* | - Patch #25121 by Robrecht J.: changed itemized lists with hardcoded CSS to ↵ | Dries Buytaert | 2005-06-21 |
| | | | | definition lists. | ||
* | - Patch #21566 by deekayan: fixed user_access() function returning a string ↵ | Dries Buytaert | 2005-06-21 |
| | | | | and not a boolean. Also improves performance of user_access(). | ||
* | - Patch #25398 by Ber: drop.org -> drupal.org. | Dries Buytaert | 2005-06-21 |
| | |||
* | - Patch #3962 by deekayen: improved error message when a blocked user ↵ | Dries Buytaert | 2005-06-21 |
| | | | | attempts to login. | ||
* | - Patch #24766 by deekayen (David): fixed user module showing the epoch ↵ | Dries Buytaert | 2005-06-19 |
| | | | | instead of 'never'. | ||
* | - Patch #24135 by Moshe: made it possible to ban visitors based on ↵ | Dries Buytaert | 2005-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 Buytaert | 2005-06-01 |
| | |||
* | - Patch #23633 by Moshe: improve grouping in default profile page. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Patch #23588 by Ber: fixed incorrect call to theme_user_picture. | Dries Buytaert | 2005-05-25 |
| | |||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-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 Buytaert | 2005-05-23 |
| | |||
* | - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #16303 by Gerhard: fixed some warnings. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Added the ability to track page generation times in the statistics module. | Dries Buytaert | 2005-05-12 |
| | | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation. |