- 23 May, 2002 1 commit
-
-
Kjartan authored
- fixed access checks on the register form, do this before you enter the _save function. If registrations are disabled the register link will no longer show (again). - changed » to », using the names of entities are better than the numbers. - fixed user information being set when account is registered (properly this time, really!) - reversed the if(!...) commit. - node_add specifies more defaults. - added link to blog entries from user page.
-
- 22 May, 2002 2 commits
- 21 May, 2002 3 commits
-
-
Steven Wittens authored
Node links didn't always show up in the poll side-block, only when having voted. Fixed.
-
Kjartan authored
-
Steven Wittens authored
Cosmetical bugfix, "1 vote" instead of "1 votes" (using format_plural)
-
- 20 May, 2002 9 commits
-
-
Steven Wittens authored
Added a piece of code to insert common strings (currently weekdays and month-names) into the locale table. It's triggered whenever you visit the locale admin pages, but executes only once.
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
-
Kjartan 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.
-
- 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.
-
- 16 May, 2002 1 commit
-
-
Kjartan authored
-
- 15 May, 2002 1 commit
-
-
Kjartan authored
- improper link attributes.
-
- 14 May, 2002 1 commit
-
-
Steven Wittens authored
-
- 13 May, 2002 4 commits
- 12 May, 2002 8 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
- 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 4 commits
-
-
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.
-
- 05 May, 2002 1 commit
-
-
Dries authored
- Improved viewing of individual comments.
-
- 04 May, 2002 1 commit
-
-
Kjartan authored
-
- 03 May, 2002 2 commits