Skip to content
  1. Oct 16, 2001
    • Dries Buytaert's avatar
      · 33a3502d
      Dries Buytaert authored
      - Removed a node's link ID (lid) as discussed on the mailing list.  See
        'updates/3.00-to.x.xx.mysql' for the required MySQL updates.
      
      - Renamed some "author" fields to "uid" fields for sake of consistency.
      
      - Fixed the coding style of some PHP files.
      
      - Fixed the moderation queue (fairly untested though).
      
      - Re-introduced the temporary SQL table in _node_get().
      
      - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
      33a3502d
  2. Oct 09, 2001
    • Dries Buytaert's avatar
      · d62b6ded
      Dries Buytaert authored
      - fixed problem with language setting not being saved: patch by Axel
      d62b6ded
    • Dries Buytaert's avatar
      · f1932821
      Dries Buytaert authored
      - PEAR-ification of Drupal by claw: you can now host Drupal on a wide
        range of databases including MySQL, PostgreSQL, MSSQL, and others.
      
        For additional information and an 'how to upgrade', check the mails
        sent to the mailing list.
      f1932821
  3. Oct 03, 2001
    • Dries Buytaert's avatar
      · 7a9bc86b
      Dries Buytaert authored
      - Improved search architecture derived from Axel's new search patches.
        (There is room for improvement so let's go from these ... and build
        on them.)
      
      - Removed some $status's by calls to node_status().
      7a9bc86b
  4. Sep 30, 2001
    • Dries Buytaert's avatar
      · 6ce32718
      Dries Buytaert authored
      - fixed bug: 'account_perm()' should have been 'user_perm()'
      6ce32718
    • Dries Buytaert's avatar
      · a6379d2e
      Dries Buytaert authored
      - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'
        which will append the session ID to the uri 'foo' when PHP is compiled
        with '--enable-transe-sid'.
      a6379d2e
  5. Sep 28, 2001
    • Dries Buytaert's avatar
      · 0cce47f1
      Dries Buytaert authored
      - fixed small glitch in node_del()
      
      - fixed small glitch in comment_del()
      
      - changed the API of the form() function.  The first parameter, the
        "action"-attribute in the <form>-tag has been made optional.  By
        default, it will be set to "$REQUEST_URI".
      
        Why? Because in 98% of the cases we would do:
      
          global $REQUEST_URI;
          $form = form($REQUEST_URI, $form_content);
      
        while we can do:
      
          $form = form($form_content);
      
        now.
      
        Update your modules (and sorry for the inconvenience)!
      0cce47f1
  6. Sep 27, 2001
    • Dries Buytaert's avatar
      · 4a0e498f
      Dries Buytaert authored
      - a batch of updates, including some experimental changes to the moderation
        of comments and nodes.
      4a0e498f
  7. Sep 20, 2001
  8. Sep 19, 2001
    • Dries Buytaert's avatar
      · dfa44f2f
      Dries Buytaert authored
      - fixed language bug in user.module
      dfa44f2f
  9. Sep 18, 2001
  10. Sep 16, 2001
    • Dries Buytaert's avatar
      · c5a349ca
      Dries Buytaert authored
      - added the "Log in" block
      c5a349ca
    • Dries Buytaert's avatar
      · 64a6fbc7
      Dries Buytaert authored
      - added the search functionality
      64a6fbc7
    • Dries Buytaert's avatar
      · 22b8be2c
      Dries Buytaert authored
      - fixed the access_get_role() problem reported by Remco
      22b8be2c
    • Dries Buytaert's avatar
      · 2d1e9126
      Dries Buytaert authored
      - Added the new user module!
      2d1e9126
    • Dries Buytaert's avatar
      · f358893b
      Dries Buytaert authored
      - Added the new user module!
      f358893b