Skip to content
Snippets Groups Projects
  1. Oct 20, 2001
  2. Oct 18, 2001
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. Oct 06, 2001
    • Dries Buytaert's avatar
      · 12e8aa66
      Dries Buytaert authored
      - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.
      12e8aa66
  13. 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
Loading