Skip to content
  1. Oct 23, 2001
    • Dries Buytaert's avatar
      · 690e60f0
      Dries Buytaert authored
      - Updated the CHANGELOG; added a few notes about Drupal 3.0.1
      3.0.1
      690e60f0
    • Dries Buytaert's avatar
      · 68f6e940
      Dries Buytaert authored
      - small update to the INSTALL file
      68f6e940
    • Dries Buytaert's avatar
      · eb2a3f3f
      Dries Buytaert authored
      - Added an ini_set(...) to conf.php to solve history/cache browsing issues
        on some Drupal/PHP installations.
      eb2a3f3f
    • Dries Buytaert's avatar
      · 078e2fdc
      Dries Buytaert authored
      - Updated the coding style checker. (patch by Alex)
      078e2fdc
  2. Oct 22, 2001
  3. Oct 20, 2001
  4. Oct 18, 2001
  5. Oct 17, 2001
    • Dries Buytaert's avatar
      · f295648c
      Dries Buytaert authored
      - fixed a SQL typo in node.php: user --> users
      
      - added SQL table keys for the node types
      f295648c
  6. Oct 16, 2001
    • Dries Buytaert's avatar
      · af6c2808
      Dries Buytaert authored
      - Added a *cool* new Perl script by Alexander.  You can use this script
        to check your code against the Drupal coding style:
      
         "This program tries to show as many improvements as possible with no
          false positives."
      af6c2808
    • 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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