Skip to content
  1. May 20, 2002
    • Kjartan Mannes's avatar
      - tweaked password changes. · 367ae7a6
      Kjartan Mannes authored
      - changed the meta -> taxo to append terms instead of overwriting.
      - added more warnings to file.
      367ae7a6
    • Kjartan Mannes's avatar
      - added taxonomy output to BaseTheme. · 12713bee
      Kjartan Mannes authored
      12713bee
    • Kjartan Mannes's avatar
      - bug fix. · 59b9ebaa
      Kjartan Mannes authored
      59b9ebaa
    • Steven Wittens's avatar
      bf2b4f0b
    • Dries Buytaert's avatar
      - Fixed typo in the "request new password" e-mail: · 6d3be31e
      Dries Buytaert 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);
      6d3be31e
    • Kjartan Mannes's avatar
      - changing sort order. · 3d5d2476
      Kjartan Mannes authored
      3d5d2476
    • Dries Buytaert's avatar
      · f3c87571
      Dries Buytaert authored
      - Ran the code through 'scripts/code-clean.sh': removed trailing whitespace
        (and possibly tabs).
      f3c87571
    • Dries Buytaert's avatar
      · d895ef8c
      Dries Buytaert authored
      - Bugfix: the tracker module was using an incorrect time interval to show
                recent/new comments.  Patch by Gerhard.
      d895ef8c
    • Dries Buytaert's avatar
      - Updated CHANGELOG some more. · b9f72e1a
      Dries Buytaert 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.
      b9f72e1a
  2. May 19, 2002
  3. May 17, 2002
  4. May 16, 2002
  5. May 15, 2002
  6. May 14, 2002
  7. May 13, 2002
  8. May 12, 2002
  9. May 11, 2002