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
    • Kjartan Mannes's avatar
      2ec15124
  2. Oct 15, 2001
    • Dries Buytaert's avatar
      · 8542e2a3
      Dries Buytaert authored
      - Renamed the SQL update files to be more consistent with the database
        definitions in the ./database/ directory.  And like that we can also
        start adding .pgsql update files ...
      8542e2a3
    • Dries Buytaert's avatar
      · 9980d3f1
      Dries Buytaert authored
      - Tidied up the script names a bit ...
      9980d3f1
    • Dries Buytaert's avatar
      · 1f371ebf
      Dries Buytaert authored
      - removed this script, it is too simple to be true ...
      1f371ebf
    • Dries Buytaert's avatar
      · 5761c3b9
      Dries Buytaert authored
      - Fixed the script's extention.
      5761c3b9
    • Dries Buytaert's avatar
      · a7b29ed3
      Dries Buytaert authored
      - Fixed the script's extention: it's a shell script, not a Perl script.
      a7b29ed3
  3. Oct 14, 2001
    • Dries Buytaert's avatar
      · 625455b5
      Dries Buytaert authored
      - I tidied up most SQL tables to be more consistent with the rest of the
        tables: I changed all "id"s to "xid"s where "x" is the first letter of
        the table name.  I also renamed all remaining "userid"s to "uid"s as I
        mentioned I would do.  Take a look at ./drupal/updates/3.00-to-x.xx.sql
        for the MySQL updates.
      625455b5
    • Dries Buytaert's avatar
      · 27c45147
      Dries Buytaert authored
      - Small improvement: quoted all strings when used as an array index.
      27c45147
    • Dries Buytaert's avatar
      · 27e4d1ab
      Dries Buytaert authored
      - Small improvement to db_query() to make debuging queries a bit more easy.
      27e4d1ab
    • Dries Buytaert's avatar
      · 451852c2
      Dries Buytaert authored
      - Quote string tables indexes (patch by Mike Krus).
      451852c2
    • Dries Buytaert's avatar
      · 54d76f75
      Dries Buytaert authored
      - Pass theme objects by reference, avoids creating copies and lets called
        functions to store data in the theme (patch by Mike Krus).
      54d76f75
    • Dries Buytaert's avatar
      · c683ab5f
      Dries Buytaert authored
      - translate the link (patch by Mike Krus).
      c683ab5f
  4. Oct 13, 2001
    • Dries Buytaert's avatar
      · 0a5e1828
      Dries Buytaert authored
      - Fixed the remaining SQL problems when running MySQL in ANSI mode.
        (moderation/comment related)
      0a5e1828
  5. Oct 12, 2001
    • Dries Buytaert's avatar
      · 73d61b78
      Dries Buytaert authored
      - fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'
      73d61b78
    • Dries Buytaert's avatar
      · d6e54f8f
      Dries Buytaert authored
      - fixed a small typo: "hour" --> "hours"
      d6e54f8f
    • Dries Buytaert's avatar
      · b8c2f7f0
      Dries Buytaert authored
      - replaced a header("Location: xxx") by a drupal_goto()
      b8c2f7f0
    • Dries Buytaert's avatar
      · 2d6fb0f7
      Dries Buytaert authored
      - added a few missing rollback()'s and corrected a typo
      2d6fb0f7
  6. Oct 11, 2001
    • Dries Buytaert's avatar
      · 7c6c3a65
      Dries Buytaert authored
      - improved the node sorting
      7c6c3a65
    • Dries Buytaert's avatar
      · 959cae82
      Dries Buytaert authored
      - added sequence tables
      
      - fixed bug in node_page()
      
      - fixed bug in db_result()
      
      - fixed rss glitch
      959cae82
  7. 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
  8. Oct 07, 2001
    • Dries Buytaert's avatar
      · 47c6fce5
      Dries Buytaert authored
      - added a comment() function to the base theme: you don't have to overload
        it in your custom themes
      
      - moved 'theme_account()' to the base theme as '$theme->user()' so that it
        can be themed.
      47c6fce5
    • Dries Buytaert's avatar
      · 458f9510
      Dries Buytaert authored
      - Added a new theme!
      458f9510
  9. Oct 06, 2001
    • Dries Buytaert's avatar
      · 12e8aa66
      Dries Buytaert authored
      - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
      12e8aa66
  10. Oct 05, 2001
    • Dries Buytaert's avatar
      · f2a06813
      Dries Buytaert authored
      - fixed 2 bugs that where introduced by moving the index.php to node_page()
        in node.module.
      f2a06813
  11. 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
  12. Oct 02, 2001
    • Dries Buytaert's avatar
      · f7e9bab1
      Dries Buytaert authored
      - tidied up some "$status"-es and removed "$rstatus".
      f7e9bab1
    • Dries Buytaert's avatar
      · 23205823
      Dries Buytaert authored
      - updated the CHANGELOG
      23205823
    • Dries Buytaert's avatar
      · 4050feef
      Dries Buytaert authored
      - a small module to notify or ping weblogs.com
      4050feef
    • Dries Buytaert's avatar
      · 7e7c457c
      Dries Buytaert authored
      - improved the tracker.module so that it shows all the recent comments
        instead of all recent comments to recent nodes.
      7e7c457c
  13. Oct 01, 2001
    • Dries Buytaert's avatar
      · 63ae7925
      Dries Buytaert authored
      - bugfix: renamed 'conf_default' to 'system_default'
      63ae7925
  14. Sep 30, 2001
    • Dries Buytaert's avatar
      · 3f91d675
      Dries Buytaert authored
      - small improvement to 'drupal_goto()'
      3f91d675
    • Dries Buytaert's avatar
      · 6ce32718
      Dries Buytaert authored
      - fixed bug: 'account_perm()' should have been 'user_perm()'
      6ce32718
    • Dries Buytaert's avatar
      - small bugfix in drupal_goto · 07c587d1
      Dries Buytaert authored
      07c587d1
    • Dries Buytaert's avatar
      - typo · d7f911c9
      Dries Buytaert authored
      d7f911c9
    • 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
    • Dries Buytaert's avatar
      · 8caf16cd
      Dries Buytaert authored
      - small improvement to the "user blogs" block
      8caf16cd
  15. Sep 29, 2001
    • Dries Buytaert's avatar
      · 27a56d71
      Dries Buytaert authored
      - small update
      27a56d71
    • Dries Buytaert's avatar
      · a55bfd16
      Dries Buytaert authored
      - fixed a SQL bug in the "next / prev" code of book.module
      a55bfd16