Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Fixing user_load() to use sprintf db_query syntax. Uglier, but safer. | Steven Wittens | 2004-09-24 | |
| | ||||
* | - user.module: allow non-ascii usernames. | Steven Wittens | 2004-09-24 | |
| | ||||
* | - Patch #10983 by TDobes: failed logon attempts produce nonsensical watchdog ↵ | Dries Buytaert | 2004-09-21 | |
| | | | | message. | |||
* | - Patch #10845 by James: fixed the user/help page. | Dries Buytaert | 2004-09-20 | |
| | ||||
* | - Usability improvement: on the registration page, mark the username and e-mail | Dries Buytaert | 2004-09-19 | |
| | | | | | address as required fields. This makes for more consistent behavior, as the profile module might add required fields that are marked as such. | |||
* | - Usability improvement: made the status messages use <em>foo</em> rather ↵ | Dries Buytaert | 2004-09-19 | |
| | | | | than "foo". | |||
* | - Patch #6500 by Mathias with help from Steven: made it possible to add ↵ | Dries Buytaert | 2004-09-19 | |
| | | | | fields to the registration form. This feature used to exist. | |||
* | - Patch #10922 by drumm: usability improvment: tabified the user account ↵ | Dries Buytaert | 2004-09-19 | |
| | | | | pages (login, register, request new password). | |||
* | - #10689: Group permissions by module in UI + minor code cleanups. | Steven Wittens | 2004-09-17 | |
| | | | | - Adding a drupal_goto to the block admin. | |||
* | - Patch #10896 by ccourtne: user access rules for name were not enforced due ↵ | Dries Buytaert | 2004-09-17 | |
| | | | | to an incorrect URL. | |||
* | - Patch #8179 by JonBob: reintroduced menu caching. | Dries Buytaert | 2004-09-16 | |
| | ||||
* | - Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND ↵ | Dries Buytaert | 2004-09-13 | |
| | | | | u.status < N LIMIT N, N' query. | |||
* | - Patch #10777 by ccourtne: performance improvement: the user module ↵ | Dries Buytaert | 2004-09-13 | |
| | | | | executes a query and never uses the results. | |||
* | #10733: fixing problems when creating users. | Steven Wittens | 2004-09-12 | |
| | ||||
* | #10733: fixing broken user registration due to roles selection patch. | Steven Wittens | 2004-09-11 | |
| | ||||
* | - Patch #10718 by drumm: bugfix: it was possible to save a user with no ↵ | Dries Buytaert | 2004-09-10 | |
| | | | | 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. | |||
* | - Modified patch #10644 by drumm: fixed some broken URLs. Patch modified to | Dries Buytaert | 2004-09-08 | |
| | | | | use /user/$uid instead of /user/$uid/edit (where possible). | |||
* | - #10398: User role settings corrupt after requesting new password. | Steven Wittens | 2004-08-27 | |
| | ||||
* | Removing a left-over debug statement from Distributed Authentication. | Steven Wittens | 2004-08-24 | |
| | ||||
* | Patch by me and Kjartan. | Steven Wittens | 2004-08-24 | |
| | | | | | | | | | | | | 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. | |||
* | - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ↵ | Steven Wittens | 2004-08-22 | |
| | | | | broken. | |||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-08-21 | |
| | | | | 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. | |||
* | Avatar/picture fixes: | Steven Wittens | 2004-08-20 | |
| | | | | | | | | - 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). | |||
* | user.module - Fixing incorrect t() replacement string. | Steven Wittens | 2004-08-20 | |
| | ||||
* | - Code improvements by Stefan: use capital letters for header titles (and ↵ | Dries Buytaert | 2004-08-19 | |
| | | | | added some missing t() functions). | |||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 | |
| | | | | easier to translate). | |||
* | - The upload (filehandler) module has landed! | Dries Buytaert | 2004-08-17 | |
| | ||||
* | - Patch #9983 by Stefan: usability improvement: made sure all status ↵ | Dries Buytaert | 2004-08-16 | |
| | | | | messages start with a capital letter. | |||
* | - Removed the offline users feature. | Dries Buytaert | 2004-08-15 | |
| | ||||
* | - Patch by James: made the blogapi work with DA. | Dries Buytaert | 2004-08-14 | |
| | | | | | * 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. | |||
* | - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries: | Dries Buytaert | 2004-08-14 | |
| | | | | | * 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". | |||
* | - Patch #9974 by njivi: report the number of offline users. | Dries Buytaert | 2004-08-12 | |
| | | | | 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. | |||
* | - Patch #9983 by Stefan: various code style improvements. | Dries Buytaert | 2004-08-12 | |
| | ||||
* | Tiny code cleanup in user.module. | Steven Wittens | 2004-08-08 | |
| | ||||
* | - #3606: Missing translations for user.module watchdog | Steven Wittens | 2004-08-07 | |
| | ||||
* | - Patch #9330: ucfirst() gives problem when used with multibyte charset. | Dries Buytaert | 2004-08-06 | |
| | | | | Replaced the use of ucfirst() with a CSS-based solution. | |||
* | - Patch #8523 by killes: avoid profile data being deleted when requesting a new | Dries Buytaert | 2004-08-05 | |
| | | | | password. | |||
* | - Patch #9775 by TDobes: consistency operation. Changed to "edit foo," ↵ | Dries Buytaert | 2004-08-05 | |
| | | | | "delete foo," and "view foo" links into simply "edit," "delete," and "view". | |||
* | - Patch #9768 by killes: admin/user/edit/$uid is no more, removed some ↵ | Dries Buytaert | 2004-08-04 | |
| | | | | left-overs. | |||
* | - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be | Dries Buytaert | 2004-08-04 | |
| | | | | able to use this patch too. | |||
* | - Patch #9543 by JonBob: added node-level access control! | Dries Buytaert | 2004-07-31 | |
| | ||||
* | - Patch #9547 by Eric: fixed avatar/picture upload bug. | Dries Buytaert | 2004-07-28 | |
| | ||||
* | - Patch #9177 by James: fixed distributed authentication. | Dries Buytaert | 2004-07-15 | |
| | ||||
* | Removed the 'user' item in the menu which appeared when editing someone ↵ | Steven Wittens | 2004-07-14 | |
| | | | | else's account. | |||
* | - More tab-improvements by JonBob: improved support for the default tabs! | Dries Buytaert | 2004-07-10 | |
| | ||||
* | - Made the user module's administration form mark required form fields. | Dries Buytaert | 2004-07-08 | |
| | ||||
* | - Patch #9125 by Morbus: remove access users permission. Will bring it back ↵ | Dries Buytaert | 2004-07-08 | |
| | | | | later. | |||
* | - Moving the title.module from core to contrib as discussed on the mailing list. | Dries Buytaert | 2004-07-07 | |
| | ||||
* | - Patch #4166 by daBrado: don't show the profile fields when the user does | Dries Buytaert | 2004-07-06 | |
| | | | | not have the 'access users' permission set. | |||
* | - Patch by Steven and me: refactored the form handling of nodes. The node ↵ | Dries Buytaert | 2004-07-04 | |
| | | | | | | | | 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'). |