Skip to content
Snippets Groups Projects
  1. Nov 05, 2001
    • Dries Buytaert's avatar
      · db47bac3
      Dries Buytaert authored
      - node.module:
      
         + Changed node_form() to use good ol' tables instead of div/CSS-tags.
      
         + Revised the "revision API": I think we have both an easy and powerful
           API now that should make everyone happy.
      
         + Improved the usability of the rollback functionality a bit.
      
         + Removed the "view node" link from the "node overview" page in the
           admin section and added a "delete node" link instead.
      
         + Added a few missing translations; there might be missing more
           translations though.
      
      - book.module:
      
         + Made the book module use the "revision API" instead of having it poke
           and use the innards and underlying details of the revision system.
      
      - queue.module:
      
         + Made the queue module use the improved revision number.
      
      - module.inc:
         + Applied Moshe's patch: added more arguments to module_invoke()
      
      - mail-to-sql.pl:
         + Added support for more header fields and for folded fields
      
      Notes:
      
      - no database updates required
      db47bac3
  2. Nov 04, 2001
    • Dries Buytaert's avatar
      · f88cfaa2
      Dries Buytaert authored
      - Another batch of updates.  The most important bit is that the moderation
        queue should be functional again.  It's not ready yet but I'll be tuning
        it for the next two evenings or so.
      f88cfaa2
    • Dries Buytaert's avatar
      - typo · 4af6c9d2
      Dries Buytaert authored
      4af6c9d2
    • Dries Buytaert's avatar
      · b6f1c9c7
      Dries Buytaert authored
      - node system:
          + fixed a typo in node_load(): it should be faster now
      
      - book module:
          + removed the functions book_parent() and book_parent_query() as
            they were no longer needed.  Gerhard & co: this should fix the
            occasional SQL errors you get, and should improve performance.
      
          + made the "next", "previous" and "up" links work correctly ...
      
          + XHTML-ified the code
      
          + added some missing translations
      
        I'm working on the book module now to make it possible to update book
        pages.
      b6f1c9c7
    • Dries Buytaert's avatar
      · 29364d5b
      Dries Buytaert authored
      - improved the upgrade scripts/file a bit and tested them against a couple
        of older (PEAR-less) Drupal databases
      29364d5b
  3. Nov 03, 2001
    • Dries Buytaert's avatar
      · 50b92b91
      Dries Buytaert authored
      - small bugfix
      50b92b91
    • Dries Buytaert's avatar
      · a2e69109
      Dries Buytaert authored
      - Made the node forms support "help texts": it is not possible to configure
        Drupal to display submission guidelines, or any other kind of explanation
        such as "NO TEST POSTS", for example.
      
      - Added node versioning: it is possible to create revisions, to view old
        revisions and to roll-back to older revisions.  You'll need to apply a
        SQL update.
      
        I'm going to work on the book module now, so I might be changing a few
        things to enable collaborative, moderated revisions - but feel free to
        send some first feedback, if you like.
      
      - Added some configuration options which can be used to set the minimum
        number of words a blog/story should consist of.  Hopefully this will
        be usefull to stop the (almost empty) test blogs.
      
      - Various improvements:
         + Fine-tuned new node permission system.
         + Fine-tuned the functions in node.inc.
         + Fine-tuned some forms.
         + XHTML-ified some code.
      a2e69109
  4. Nov 01, 2001
    • Dries Buytaert's avatar
      · 4d8b485f
      Dries Buytaert authored
      - Added error handling support to the <node>_form hook.
      4d8b485f
    • Dries Buytaert's avatar
      · e205fee0
      Dries Buytaert authored
      - Changed the Druplicon logo (courtesey of UnConeD)
      e205fee0
    • Dries Buytaert's avatar
      · 23ca7a2d
      Dries Buytaert authored
      - Another batch of updates/improvements:
      
         + introduced basic node permissions ("create", "delete", "update" and
           "view") at the node level: it's up to the "<$node->type>_module" to
           hide gory details (if any).
      
         + made the "blog it"-feature in the blog and import module work with
           the new node system, in specific with the new centralized forms.
      
         + made it possible to update blogs.
      
         + made the page module work with the new node system.
      
         + various smaller improvements.
      23ca7a2d
    • Dries Buytaert's avatar
      · 3d47ad35
      Dries Buytaert authored
      - Added first, preliminary version of mail-to-sql to CVS.
      3d47ad35
    • Dries Buytaert's avatar
      - remamed the logo · 66a3043c
      Dries Buytaert authored
      66a3043c
    • Dries Buytaert's avatar
      · 336b713a
      Dries Buytaert authored
      - A large batch of updates, amongst them a rewritten node system.  More
        information available on the mailing list.
      336b713a
  5. Oct 31, 2001
    • Dries Buytaert's avatar
      · aafedfb3
      Dries Buytaert authored
      - We'll no longer need submit.php: it is going to be replaced by functions
        in the new node.module.
      aafedfb3
    • Dries Buytaert's avatar
      · bf176c1d
      Dries Buytaert authored
      - weblogs.module:
         + made it use the new node table scheme
         + added the site's slogan to the ping
      bf176c1d
    • Dries Buytaert's avatar
      · 7c181aba
      Dries Buytaert authored
      - Made some improvements/updates to the database abstraction layer.
      7c181aba
  6. Oct 25, 2001
  7. Oct 23, 2001
    • Dries Buytaert's avatar
      · 690e60f0
      Dries Buytaert authored
      - Updated the CHANGELOG; added a few notes about Drupal 3.0.1
    • 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
  8. Oct 22, 2001
  9. Oct 20, 2001
  10. Oct 18, 2001
  11. 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
  12. 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
  13. 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
Loading