- 20 May, 2002 6 commits
-
-
Steven Wittens authored
-
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);
-
Kjartan authored
-
Dries authored
- Ran the code through 'scripts/code-clean.sh': removed trailing whitespace (and possibly tabs).
-
Dries authored
- Bugfix: the tracker module was using an incorrect time interval to show recent/new comments. Patch by Gerhard.
-
Dries authored
diff -r1.46 CHANGELOG 5c5 < - added weblogs.module. --- > - added weblogs.module. 36a37 > - improved comment module to mark new comments. 37a39 > - added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree. 40c42 < * added proper indexing. --- > * added indexing. 44c46 < * added support for session ids in URLs instead of cookies. --- > * added support for session IDs in URLs instead of cookies. 48c5 < * added url abstraction for links. --- > * added URL abstraction for links.
-
- 19 May, 2002 2 commits
- 17 May, 2002 3 commits
-
-
Steven Wittens authored
-
Kjartan authored
-
Steven Wittens authored
module.php?mod=login should be module.php?mod=user&op=login in the emails that user.mod sends out.
-
- 16 May, 2002 4 commits
-
-
Kjartan authored
-
Kjartan authored
-
Steven Wittens authored
-
Kjartan authored
-
- 15 May, 2002 3 commits
-
-
Kjartan authored
- set the changed date to created to presev old sorting. - tweaking update order to result in better success rates.
-
Kjartan authored
- added upgrade option which will enable modules and set some defaults. - additional links for added usability. - better instructions.
-
Kjartan authored
- improper link attributes.
-
- 14 May, 2002 1 commit
-
-
Steven Wittens authored
-
- 13 May, 2002 5 commits
- 12 May, 2002 10 commits
-
-
Kjartan authored
-
Kjartan authored
- fixed queue block not showing up when it supposed to.
-
Kjartan authored
- added link to a users recent comments on their info page.
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Dries authored
- Fixed typo.
-
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.
-
- 11 May, 2002 5 commits
-
-
Kjartan authored
This should give clearer notice to people which update they have to run manually.
-
Kjartan authored
- coding style clean ups. - fixed taxonomy causing errors.
-
Steven Wittens authored
-
Steven Wittens authored
- (forgot to mention in the last update) The side-block for the poll now has node-links - Prevented 'read more' links (there's nothing to 'read more' for polls)
-
Steven Wittens authored
- Fixed edit form not defaulting to the correct amount of choices.
-
- 09 May, 2002 1 commit
-
-
Steven Wittens authored
-