Dries Buytaert
34fc0b882d
- Patch #10922 by drumm: usability improvment: tabified the user account pages (login, register, request new password).
2004-09-19 08:33:53 +00:00
Steven Wittens
30b69380af
- #10689 : Group permissions by module in UI + minor code cleanups.
...
- Adding a drupal_goto to the block admin.
2004-09-17 22:07:17 +00:00
Dries Buytaert
4b9926263c
- Patch #10896 by ccourtne: user access rules for name were not enforced due to an incorrect URL.
2004-09-17 18:24:32 +00:00
Dries Buytaert
5c7983c4de
- Patch #8179 by JonBob: reintroduced menu caching.
2004-09-16 07:17:56 +00:00
Dries Buytaert
00ceea0986
- Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND u.status < N LIMIT N, N' query.
2004-09-13 18:07:54 +00:00
Dries Buytaert
04ef7b1636
- Patch #10777 by ccourtne: performance improvement: the user module executes a query and never uses the results.
2004-09-13 09:00:27 +00:00
Steven Wittens
8c07aaa9c7
#10733 : fixing problems when creating users.
2004-09-12 12:47:51 +00:00
Steven Wittens
f6033d29e7
#10733 : fixing broken user registration due to roles selection patch.
2004-09-11 22:49:20 +00:00
Dries Buytaert
0ddee8ff09
- Patch #10718 by drumm: bugfix: it was possible to save a user with no roles assigned when the form clearly said at least one was required. The result of saving that was silently leaving the roles unchanged, which is rather bad.
2004-09-10 20:00:28 +00:00
Dries Buytaert
2dedf5fbc3
- Modified patch #10644 by drumm: fixed some broken URLs. Patch modified to
...
use /user/$uid instead of /user/$uid/edit (where possible).
2004-09-08 18:39:14 +00:00
Steven Wittens
89b0a0a90e
- #10398 : User role settings corrupt after requesting new password.
2004-08-27 22:52:00 +00:00
Steven Wittens
674e2f493b
Removing a left-over debug statement from Distributed Authentication.
2004-08-24 19:58:17 +00:00
Steven Wittens
44f341bebc
Patch by me and Kjartan.
...
Upload.module
- Fixing a bug caused by the PHP5 patches.
Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future.
File.inc / file-using modules:
- Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes.
- Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message().
- Fixing default for variable 'file_directory_temp'.
- Clarifying the help tip for 'file_directory_temp' in admin > settings.
2004-08-24 19:21:30 +00:00
Steven Wittens
51cf18e531
- #9292 : Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly broken.
2004-08-22 17:03:42 +00:00
Dries Buytaert
94e30bf776
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
2004-08-21 06:42:38 +00:00
Steven Wittens
9cb5f7cdf8
Avatar/picture fixes:
...
- Changing theme('image') so the automatic image size fetching can be toggled independently from attributes. Specifying attributes and autosizing are 2 different things.
- Suppressing PHP errors from getimagesize() using @. drupal_set_message() is used to report these errors already and in a much prettier way.
- #9958 : Fixing broken displaying of avatars.
- Don't show the default avatar in 'edit my account' if the user has no avatar of his/her own.
- Added ability to delete avatars (without having to replace them).
2004-08-20 04:35:33 +00:00
Steven Wittens
2436854a82
user.module - Fixing incorrect t() replacement string.
2004-08-20 00:41:56 +00:00
Dries Buytaert
fa25c7a0ca
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
2004-08-19 15:41:57 +00:00
Dries Buytaert
83a739bd89
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
2004-08-18 19:57:27 +00:00
Dries Buytaert
78b052a6af
- The upload (filehandler) module has landed!
2004-08-17 21:35:26 +00:00
Dries Buytaert
2f33b939c5
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.
2004-08-16 18:02:48 +00:00
Dries Buytaert
ba70b534b8
- Removed the offline users feature.
2004-08-15 14:23:28 +00:00
Dries Buytaert
334f24b448
- Patch by James: made the blogapi work with DA.
...
* Refactored the "brains" of user_login() to user_authenticate($user, $pass) so that blogapi (and others) can authenticate users (including those using DistAuth) without all the html and drupal_goto calls
* Updates blogapi_validate_user to use user_authenticate.
2004-08-14 07:00:27 +00:00
Dries Buytaert
84c8ba504f
- Patch #9975 by TDobes: fixes two consistency problems with watchdog entries:
...
* Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not).
* Changed "view detals" after watchdog entries to "details".
2004-08-14 06:21:53 +00:00
Dries Buytaert
5a566c55ec
- Patch #9974 by njivi: report the number of offline users.
...
I had some trouble adding this feature but realized that the "who's online" block is a geek think, and therefore it won't hurt to add some more geekiness. If you don't know what "offline users" means, you would not have understood "online users" in the first place. Either way, I think most people who have the block enabled, will find this an interesting addition.
2004-08-12 22:12:21 +00:00
Dries Buytaert
0f088b79ca
- Patch #9983 by Stefan: various code style improvements.
2004-08-12 18:00:11 +00:00
Steven Wittens
89510864b6
Tiny code cleanup in user.module.
2004-08-08 23:19:47 +00:00
Steven Wittens
ddb31aaf6b
- #3606 : Missing translations for user.module watchdog
2004-08-07 19:49:46 +00:00
Dries Buytaert
9bbdb71ee4
- Patch #9330 : ucfirst() gives problem when used with multibyte charset.
...
Replaced the use of ucfirst() with a CSS-based solution.
2004-08-06 20:15:32 +00:00
Dries Buytaert
35cad55e5b
- Patch #8523 by killes: avoid profile data being deleted when requesting a new
...
password.
2004-08-05 20:41:57 +00:00
Dries Buytaert
c6b1eaa20d
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
2004-08-05 05:40:53 +00:00
Dries Buytaert
b87b2abe65
- Patch #9768 by killes: admin/user/edit/$uid is no more, removed some left-overs.
2004-08-04 21:09:29 +00:00
Dries Buytaert
c71bfded3d
- Patch #9657 : more intelligent theme() function. Hopefully, Adrian will be
...
able to use this patch too.
2004-08-04 20:40:01 +00:00
Dries Buytaert
202eee42a9
- Patch #9543 by JonBob: added node-level access control!
2004-07-31 09:30:09 +00:00
Dries Buytaert
bd4f4ebbc3
- Patch #9547 by Eric: fixed avatar/picture upload bug.
2004-07-28 20:18:11 +00:00
Dries Buytaert
8aa052dc66
- Patch #9177 by James: fixed distributed authentication.
2004-07-15 17:20:15 +00:00
Steven Wittens
1c4cc2623e
Removed the 'user' item in the menu which appeared when editing someone else's account.
2004-07-14 23:04:46 +00:00
Dries Buytaert
ac5b5616c0
- More tab-improvements by JonBob: improved support for the default tabs!
2004-07-10 15:51:48 +00:00
Dries Buytaert
7059b64965
- Made the user module's administration form mark required form fields.
2004-07-08 15:11:05 +00:00
Dries Buytaert
9a56e93c3d
- Patch #9125 by Morbus: remove access users permission. Will bring it back later.
2004-07-08 06:12:39 +00:00
Dries Buytaert
3568ed57e1
- Moving the title.module from core to contrib as discussed on the mailing list.
2004-07-07 20:18:22 +00:00
Dries Buytaert
9d35fe7a7d
- Patch #4166 by daBrado: don't show the profile fields when the user does
...
not have the 'access users' permission set.
2004-07-06 17:27:33 +00:00
Dries Buytaert
fe2b3e7c00
- Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly:
...
* The _validate hook and the _nodeapi('validate') hook of the node API (1) no longer take an 'error' parameter and (2) should no longer return an error array. To set an error, call form_set_error().
* The _form hook of the node module no longer takes a form hook and should not worry about displaying errors. Ditto for _nodeapi('form_post') and _nodeapi('form_pre').
2004-07-04 16:50:02 +00:00
Dries Buytaert
e47c623e3d
- Patch #9006 by Killes: For some reason there is a array_merge that nobody seems to need. It generates an error under php5. Found by redLED.
2004-07-03 07:07:33 +00:00
Dries Buytaert
d279d16ccb
- Patch #8996 by James: theme_user_picture() linked to bad url.
2004-07-02 18:13:45 +00:00
Dries Buytaert
fcded380a8
- Patch #8937 by James: fixed typo.
2004-06-30 20:43:07 +00:00
Dries Buytaert
4f00182423
- Fixed typo reported by Steven Mansour: form_set_name() -> form_set_error()
2004-06-30 05:44:59 +00:00
Dries Buytaert
fa192ae767
- Fixed bug with user information not being shown in the profile forms.
2004-06-28 08:32:16 +00:00
Dries Buytaert
2f393aaf31
- Fixed glitch in _user_categories(). Reported by Steven Mansour.
2004-06-28 08:09:30 +00:00
Dries Buytaert
47ef2e21de
- Fixed 'pass by reference'-bug in the validation code and further simplified
...
it.
2004-06-28 07:23:53 +00:00