Dries Buytaert
63ece6f957
- Patch #29060 by tostinne/ax: added tabindex to user login page.
2005-12-11 12:53:09 +00:00
Dries Buytaert
30450039f9
- Patch #40583 by canen: make user_autocomplete function work with PostgreSQL.
2005-12-10 08:08:44 +00:00
Dries Buytaert
c54234d71a
- Patch #40341 by Neil: fixed problems with database schema versions.
...
- 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.
2005-12-08 08:40:10 +00:00
Dries Buytaert
9ccb6d7a80
- Patch #26641 by Uwe: tabs disappear in user.module settings after saving a role.
2005-12-06 12:36:37 +00:00
Dries Buytaert
26bd449860
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
2005-12-02 15:21:01 +00:00
Dries Buytaert
0dad5d9e45
- Patch #39547 by saerdna et al.: added a 'change own username' permission.
2005-12-02 15:18:32 +00:00
Dries Buytaert
b8ae0b3218
- Patch #38981 by Robert: add permission to enable/disbale theme switching by users.
2005-11-30 11:09:38 +00:00
Dries Buytaert
fff9a51352
- Patch #38945 by wtanaka: made the login block redirect back to the original page.
2005-11-28 12:31:47 +00:00
Dries Buytaert
f532273a13
- Patch #38412 by m3avrck: fixed problem with creating first account.
2005-11-22 21:00:40 +00:00
Dries Buytaert
ecc279aef6
- Patch #37416 by Zen: make auto-completion of usernames work with short names.
2005-11-21 18:36:12 +00:00
Dries Buytaert
0bb347ccbe
- Patch #38248 by hunkmonk: updated the user login form to the forms API's _execute model.
2005-11-21 09:17:04 +00:00
Dries Buytaert
48929eba7a
- Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting $user on logout.
2005-11-15 20:47:06 +00:00
Dries Buytaert
ad74b700c4
- Patch #32669 by DriesK: split blocking users from 'adminsiter access'.
2005-11-14 21:49:47 +00:00
Dries Buytaert
aeed4cd8e4
- Patch #35644 by webchick: forms API simplificiations.
2005-11-12 11:26:16 +00:00
Dries Buytaert
64a617c208
- Patch #26249 by Morbus: improved handling of temporary files/directory.
...
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 .
2005-11-12 09:23:50 +00:00
Dries Buytaert
7dd24bec5c
- SQL query maintenance: '%d' -> %d.
2005-11-12 09:14:30 +00:00
Dries Buytaert
a8b218827a
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
2005-11-01 10:17:34 +00:00
Dries Buytaert
4af960646d
- Patch #35648 by asimmonds: fixed permissions page.
2005-10-31 13:37:38 +00:00
Steven Wittens
08f8876f48
- #35440 : Fix user 1 login bug after forms api
2005-10-28 00:37:06 +00:00
Dries Buytaert
f6764cfbd8
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
2005-10-22 15:14:46 +00:00
Dries Buytaert
a5f9391550
- Modified patch #34472 by Moshe: uid=1 does not redirect to edit page after registration.
2005-10-21 09:30:14 +00:00
Dries Buytaert
f905ab181f
- Patch #34031 by drewish: delete button on the edit user account form should be after the submit button.
2005-10-21 09:07:12 +00:00
Dries Buytaert
1c0b946535
- Modified version of patch #33348 by wolff: clean URL emitted when creating first user.
2005-10-13 10:39:56 +00:00
Steven Wittens
5f0e0f3649
- #33433 : More form API fixes, and error handling improvements by Chx.
2005-10-13 10:02:31 +00:00
Steven Wittens
1b1a2d7750
- Restore user login block alignment (form api patch undid some recent class/id changes)
2005-10-11 20:52:16 +00:00
Dries Buytaert
75fe6b6c0a
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
2005-10-11 19:44:35 +00:00
Dries Buytaert
fd96728f3c
- Second batch of form API fixes by chx.
2005-10-09 10:39:15 +00:00
Dries Buytaert
27625fcf83
- Patch #31341 by kbahey: delete a user's session when the user is deleted.
2005-10-07 06:53:25 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
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.
2005-10-07 06:11:12 +00:00
Dries Buytaert
c267c749e7
- Patch #32669 by DriesK: added an 'administer access control' permission.
...
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).
2005-10-01 13:42:00 +00:00
Dries Buytaert
67e68fc679
- Patch #28786 by Neil: move pagers out of table.
2005-09-24 07:53:26 +00:00
Dries Buytaert
ce3b6d4eee
- Patch #28301 by jjeff: show tooltip when hovering over a permission. Temoprary
...
solution until we have a better permission page.
2005-09-15 21:45:21 +00:00
Dries Buytaert
4005922332
- Patch #31123 by Ber: make it easier to theme the user profile pages.
2005-09-14 21:16:00 +00:00
Dries Buytaert
cead2e37b1
- Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference)
2005-09-08 19:46:05 +00:00
Dries Buytaert
f3cb254cb7
- Patch #23536 by chx: custom registration fields should appear on admin/user/create.
2005-09-08 19:32:31 +00:00
Dries Buytaert
013b73e6ec
- Patch #30122 by m3verick: changed include_once()'s to include "./$file"
...
for performance's sake.
2005-09-08 19:19:01 +00:00
Dries Buytaert
16262e03d5
- Patch #28320 by Neil: improved the HTML/CSS of the user login block.
2005-09-07 20:56:00 +00:00
Dries Buytaert
bcd59aa0dd
- Patch #24617 by Morbus: fixed incorrect access checking.
2005-09-07 20:41:38 +00:00
Dries Buytaert
298b403bf1
- Patch #18252 by tostinni: don't try creating the picture directory when picture support is not enabled.
2005-09-06 19:22:50 +00:00
Dries Buytaert
7f08b766aa
- Patch #30382 by Robert: removed unused variable by ''.
2005-09-06 19:10:50 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
78317bca79
- Patch #27897 by kubaZygmunt: fixed PHP warning.
2005-08-11 13:52:44 +00:00
Dries Buytaert
192dcd04ba
- Patch #18778 by Gerhard/Olen: sort users by creation date rather than user ID.
2005-08-10 20:46:29 +00:00
Dries Buytaert
5270f7fd88
- Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.
2005-08-10 20:38:57 +00:00
Steven Wittens
64299d7455
- #27852 : redirect to user edit page on first log-in
2005-08-05 01:18:39 +00:00
Steven Wittens
3feef48da2
- #28154 : remove useless /view from user results
2005-08-03 23:23:48 +00:00
Dries Buytaert
7625a4e91a
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
...
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Steven Wittens
22479d8761
- Add some Unicode checks to username validation
2005-07-31 21:54:39 +00:00
Steven Wittens
2a561f3bc1
- #16705 : Make user_access always return a boolean.
2005-07-29 21:34:56 +00:00
Steven Wittens
8de43c320a
- #27694 : Correct username validation.
2005-07-29 07:18:36 +00:00