Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #41305 by chx: user edit form submit model rewrite. | Dries Buytaert | 2005-12-19 |
| | |||
* | - Patch #29060 by tostinne/ax: added tabindex to user login page. | Dries Buytaert | 2005-12-11 |
| | |||
* | - Patch #40583 by canen: make user_autocomplete function work with PostgreSQL. | Dries Buytaert | 2005-12-10 |
| | |||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-12-08 |
| | | | | | | | - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable. - system_get_files_database() now includes a 'schema_version' child of each file object. - That new information is re-saved when Drupal re-populates the system table. - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed. | ||
* | - Patch #26641 by Uwe: tabs disappear in user.module settings after saving a ↵ | Dries Buytaert | 2005-12-06 |
| | | | | role. | ||
* | - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵ | Dries Buytaert | 2005-12-02 |
| | | | | '#submit'. | ||
* | - Patch #39547 by saerdna et al.: added a 'change own username' permission. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #38981 by Robert: add permission to enable/disbale theme switching ↵ | Dries Buytaert | 2005-11-30 |
| | | | | by users. | ||
* | - Patch #38945 by wtanaka: made the login block redirect back to the ↵ | Dries Buytaert | 2005-11-28 |
| | | | | original page. | ||
* | - Patch #38412 by m3avrck: fixed problem with creating first account. | Dries Buytaert | 2005-11-22 |
| | |||
* | - Patch #37416 by Zen: make auto-completion of usernames work with short names. | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #38248 by hunkmonk: updated the user login form to the forms API's ↵ | Dries Buytaert | 2005-11-21 |
| | | | | _execute model. | ||
* | - Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting ↵ | Dries Buytaert | 2005-11-15 |
| | | | | $user on logout. | ||
* | - Patch #32669 by DriesK: split blocking users from 'adminsiter access'. | Dries Buytaert | 2005-11-14 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #26249 by Morbus: improved handling of temporary files/directory. | Dries Buytaert | 2005-11-12 |
| | | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194. | ||
* | - SQL query maintenance: '%d' -> %d. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #35648 by asimmonds: fixed permissions page. | Dries Buytaert | 2005-10-31 |
| | |||
* | - #35440: Fix user 1 login bug after forms api | Steven Wittens | 2005-10-28 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - Modified patch #34472 by Moshe: uid=1 does not redirect to edit page after ↵ | Dries Buytaert | 2005-10-21 |
| | | | | registration. | ||
* | - Patch #34031 by drewish: delete button on the edit user account form ↵ | Dries Buytaert | 2005-10-21 |
| | | | | should be after the submit button. | ||
* | - 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 |
| |