summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Collapse)AuthorAge
* - applied Stevens link patch.Kjartan Mannes2002-05-12
| | | | | | - fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
* - user.module used a obsolete variable_get.Kjartan Mannes2002-05-02
| | | | - set blocks for new users.
* Applied Moshe's user module improvements:Dries Buytaert2002-05-02
| | | | | | | | | | | | | | - Admins may now change passwords for users. - Confirmation message for user_admin_edit is now formatted by standard status() function. - Improved user experience for anonymous users when they browse to an access controlled URL. Such users will now login and then are redirected to the destination URL. Previously, they received the message_access() text. - Added a "Who's new" block.
* - clearing extra spaces from user.module.Kjartan Mannes2002-05-02
| | | | - patching weblogs.module.
* - fixed a few coding style issues.Kjartan Mannes2002-05-01
| | | | | | | - got the _nasty_ Netscape 4 bug. Even wrote a nice blog about it. Now I need sleep. http://www.kjartan.net/node.php?id=53 - fixed the register now link showing up when user registration are disabled.
* - fixed the son of session crash. Its amazing how vitally important it is to ↵Kjartan Mannes2002-04-29
| | | | | | return valid data is to PHP.. one mistake and things start to crash at random times.
* - Rewrote role management, splitting the table in two. There are noDries Buytaert2002-04-28
| | | | | improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.
* - fixing that persistant <br \>Kjartan Mannes2002-04-22
|
* - bug fixes:Kjartan Mannes2002-04-22
| | | | | | | | | | * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
| | | | | | | | | | | | | | | | | | | | | | + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
* - changing regex. Fixes http://www.drupal.org/node.php?id=107Kjartan Mannes2002-04-15
|
* Patch by Moshe (thanks)Kjartan Mannes2002-04-15
| | | | | | - fix mail templating bugs - fix admin account editing (related to theme changeover) - fix description when editing a Jabber ID.
* This is a major change to the system, needs more testing!Kjartan Mannes2002-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Committing Changes by Moshe Weitzman: - admin_user_account(), user_edit(), and user_view() no longer have any hard code for authentication modules. instead authentication modules implement the _user hook. - fixed a couple 'help' typos. - linked the 'REGISTER' text in the login block to the register page. this page now advertises DA better if site employs DA. - admins may now edit everything about a user account (was a feature request). - user #1 may now login immediately, in addition to receiving his password via email. Other changes: - modules and themes are now enabled/disabled in the administrative / settings / modules | themes pages. Requires SQL update and things must be enabled before your site returns to normal. TODO: enable all functionality. (For now just do UPDATE system SET status = 1;) - removed $themes from conf.php. - added a $theme->system() function where theme can specify settings. All themes in the Drupal CVS have been updated to use this. - added _system hook to modules. TODO: update modules to use this. - changed strange use of sprintf to the usual strtr. The disadvantage of sprintf is that it requires translations to keep the string order, which may not be possible in all languages. - an invalid/nonexisting theme in a user profile will now fallback to the BaseTheme instead of crashing.
* - made the user information block into two different blocks. One forKjartan Mannes2002-04-02
| | | | | | | | | | | | | | | | login and one for user information. - added link to help in book module (post-patch, see below). - applied various patches: Patch by Greg Tyrelle <greg@tyrelle.net> - tracker module now shows usernames next to comments. Patch by Moshe Weitzman <moshe@wallaware.com> - book module has a more complete help. - added administrative link to export book to html - fixed non book nodes not showing up in trees. Patch by moshe weitzman <weitzman@tejasa.com> - links can be defined in the configuration file.
* - made some design changes to the user block.Kjartan Mannes2002-03-09
|
* - made a link relative instead of absolute.Kjartan Mannes2002-03-09
|
* - more typo bugs.Kjartan Mannes2002-03-05
|
* - applied search patch.Kjartan Mannes2002-03-05
| | | | | | | | | | | | | | | | - added who is online block. - made weblog module more configurable. - users may now delete their own accounts (Feature #8) - users may now request a password using email address *or* username. formerly required both items to match an account which was onerous. - the link to request a new password is now presented whenever a user fails login. - there is now a confirmation message after submitting edits to your user information. - error messages in user.module may now be stylized by themes. - <hook>_form has a $param setting you can fill with form parameters. - improved wording for a few config settings. - fixed various non-coding standard things.
* - updated configuration/user.module to use ini_get("sendmail_from") asKjartan Mannes2002-02-20
| | | | default value.
* - made username check case insensitive.Kjartan Mannes2002-02-19
|
* - Small update.Dries Buytaert2002-02-19
|
* - Added missing 'return' statement which broke username verification.Steven Wittens2002-02-18
|
* - updated user_mail() to return the result from the mail() call.Kjartan Mannes2002-01-31
|
* - Applied Natrak's module improvements.Dries Buytaert2002-01-30
|
* - Fixed more than 30 HTML and XML well-formedness errors.Dries Buytaert2002-01-27
|
* Typo in docs: "system geenrated password " > "generated".Steven Wittens2002-01-23
|
* - moved user block from theme.inc to user.module.Kjartan Mannes2002-01-21
| | | | | | | | | | * only problem is that the admin.php link is not available until the admin enables the block. * $theme->user is obsolete, will patch the themes properly in a later patch. - moved moderation block from theme.inc to queue.module. * removed theme_moderation_results(). - updated database/database.mysql.
* - Applied Marco's patch. See mailing list for more information.Dries Buytaert2002-01-17
|
* - Removed print-statement from user_mail().Dries Buytaert2002-01-16
|
* - Added some more explanations.Dries Buytaert2002-01-12
|
* - Updated some of the descriptions.Dries Buytaert2002-01-11
|
* - Applied Marco's first "remember me" patch.Dries Buytaert2002-01-11
|
* SessionKjartan Mannes2002-01-09
| | | | | | | | | | | | | | | | | | | | - attempted to fixed crashes with the custom session handler. External SMTP library - added functionality to have Drupal not use the default PHP mail() function. For more info see: http://www.drupal.org/node.php?id=44 Note: for this to work all modules that send mails should use the Drupal function to send mail: user_mail($mail, $subject, $message, $header); Calendar - added an archive page which users can use to find archives instead of the good old block. Miscellaneous - fixed a "random" offset bug on module.inc that occurred on Windows. All of this needs more testing, and further suggestions are welcome.
* - Added about 50 title tags.Dries Buytaert2002-01-07
|
* A first tiny change:Dries Buytaert2002-01-05
| | | | | | | - Made the "account settings"-link point to the "edit user information" page rather than the "view user information" page. - Removed the "logout" link from the user menu (user_menu() function).
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
| | | | code/patch.
* - Fixed bug where saving a user account from within the admin sectionDries Buytaert2001-12-22
| | | | | would redirect you to an empty page. - Tidied up the user_save() function a bit.
* user.module:Dries Buytaert2001-12-01
| | | | | - Fixed the session support. Requires a database update. - Applied a tiny optimization suggested by deekayen.
* Applied patch by Moshe WeitzmanKjartan Mannes2001-11-19
| | | | | - fixes help text - adds better login failure messages to user and to watchdog.
* User module and DA modules:Dries Buytaert2001-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Updated the documentation to use a Jabber or Drupal IDs instead of Deplhi IDs (as delphi.module won't be part of the default distro). Drupal and Jabber authentication make a better example. + added missing localization / t() functions in user_validate_authmaps() + applied coding convention: * fixed indentation * removed "EOF"; and <<EOFs from user module * changed some HTML into XHTML: use small letters, quote attributes * quoted some array indices: $edit[foo] --> $edit["foo"] + removed some useless sprintf()'s + removed hard-coded references to drop.org. + I don't think the authentication methods should /know/ there help link. Instead, the user module should now where to find the help (it does by knowing the hook to look for), and it is the user module that should take care of exporting the help to the preferred location: * removed the "link" field from the $info field in drupal_info and jabber_info; it wasn't used anyway? + removed the "maintainer" and "maintaineremail" from the auth modules; we don't keep this info in the other modules either so I don't see a reason to do so here.
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
| | | | information available on the mailing list.
* - added a logout link to the user menu.Kjartan Mannes2001-10-25
| | | | - fixed some untranslated strings in the user.module.
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - user.module should now return your user settings when you log in and notKjartan Mannes2001-10-18
| | | | just another log in box.
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
| | | | | | | | | | | | | | 'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
* - fixed problem with language setting not being saved: patch by AxelDries Buytaert2001-10-09
|
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
| | | | | | | range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.
* - Improved search architecture derived from Axel's new search patches.Dries Buytaert2001-10-03
| | | | | | | (There is room for improvement so let's go from these ... and build on them.) - Removed some $status's by calls to node_status().
* - fixed bug: 'account_perm()' should have been 'user_perm()'Dries Buytaert2001-09-30
|
* - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'Dries Buytaert2001-09-30
| | | | | which will append the session ID to the uri 'foo' when PHP is compiled with '--enable-transe-sid'.