- 20 May, 2002 1 commit
-
-
Dries authored
diff -r1.69 user.module 869c869 < $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") ."\n\nYour new %site membership also enables to you to login to other Drupal powered web sites (e.g. http://www.drop.org) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables); --- > $body = strtr(variable_get("user_mail_pass_body", t("%username,\n\nHere is your new password for %site. You may now login to %uri". drupal_url(array("mod" => "user", "op" => "login"), "module") ." using the following username and password:\n\nusername: %username\npassword: %password\n\nAfter logging in, you may wish to change your password at %uri". drupal_url(array("mod" => "user", "op" => "edit"), "module") .".\n\nYour new %site membership also enables you to login to other Drupal powered web sites (e.g. http://www.drop.org/) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password\n\n\n-- %site team")), $variables);
-
- 19 May, 2002 1 commit
-
-
Kjartan authored
- updated node modules not to cause errors when taxonomy module is disabled. - added %date variable to user mail configuration. - added hyperlinks to admin.php?mod=system (site configuration) for easy access. - usual coding style and xhtml fixes.
-
- 17 May, 2002 1 commit
-
-
Steven Wittens authored
module.php?mod=login should be module.php?mod=user&op=login in the emails that user.mod sends out.
-
- 15 May, 2002 1 commit
-
-
Kjartan authored
- improper link attributes.
-
- 12 May, 2002 1 commit
-
-
Kjartan authored
- 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.
-
- 02 May, 2002 3 commits
-
-
Kjartan authored
- set blocks for new users.
-
Dries authored
Applied Moshe's user module improvements: - 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.
-
Kjartan authored
- patching weblogs.module.
-
- 01 May, 2002 1 commit
-
-
Kjartan authored
- 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.
-
- 29 Apr, 2002 1 commit
-
-
Kjartan authored
valid data is to PHP.. one mistake and things start to crash at random times.
-
- 28 Apr, 2002 1 commit
-
-
Dries authored
improvements right now, but this patch will help me adding support for taxonomy-based permissions. Contributed by Marco.
-
- 22 Apr, 2002 2 commits
-
-
Kjartan authored
-
Kjartan authored
* 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.
-
- 20 Apr, 2002 1 commit
-
-
Dries authored
- Applied Marco's big patch, including contributions from Moshe: + 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. + ...
-
- 15 Apr, 2002 2 commits
-
-
-
Kjartan authored
- fix mail templating bugs - fix admin account editing (related to theme changeover) - fix description when editing a Jabber ID.
-
- 14 Apr, 2002 1 commit
-
-
Kjartan authored
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.
-
- 02 Apr, 2002 1 commit
-
-
Kjartan authored
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.
-
- 09 Mar, 2002 2 commits
- 05 Mar, 2002 2 commits
-
-
Kjartan authored
-
Kjartan authored
- 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.
-
- 20 Feb, 2002 1 commit
-
-
Kjartan authored
default value.
-
- 19 Feb, 2002 2 commits
- 18 Feb, 2002 1 commit
-
-
Steven Wittens authored
-
- 31 Jan, 2002 1 commit
-
-
Kjartan authored
-
- 30 Jan, 2002 1 commit
-
-
Dries authored
- Applied Natrak's module improvements.
-
- 27 Jan, 2002 1 commit
-
-
Dries authored
- Fixed more than 30 HTML and XML well-formedness errors.
-
- 23 Jan, 2002 1 commit
-
-
Steven Wittens authored
-
- 21 Jan, 2002 1 commit
-
-
Kjartan authored
* 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.
-
- 17 Jan, 2002 1 commit
-
-
Dries authored
- Applied Marco's patch. See mailing list for more information.
-
- 16 Jan, 2002 1 commit
-
-
Dries authored
- Removed print-statement from user_mail().
-
- 12 Jan, 2002 1 commit
-
-
Dries authored
- Added some more explanations.
-
- 11 Jan, 2002 2 commits
- 09 Jan, 2002 1 commit
-
-
Kjartan authored
- 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.
-
- 07 Jan, 2002 1 commit
-
-
Dries authored
- Added about 50 title tags.
-
- 05 Jan, 2002 1 commit
-
-
Dries authored
A first tiny change: - 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).
-
- 23 Dec, 2001 1 commit
-
-
Dries authored
- Added "query log" functionality to Drupal. Inspired by weitzman's code/patch.
-