- 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 4 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
-
Steven Wittens authored
Cosmetical bugfix, "1 vote" instead of "1 votes" (using format_plural)
-
- 20 May, 2002 14 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
-
Steven Wittens authored
-
Kjartan authored
- changed the meta -> taxo to append terms instead of overwriting. - added more warnings to file.
-
Kjartan authored
-
Kjartan authored
-
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 1 commit
-
-
Kjartan authored
-