Skip to content
Snippets Groups Projects
  1. Dec 15, 2001
    • Dries Buytaert's avatar
      · d03f42c3
      Dries Buytaert authored
      - Fixed typo.
      d03f42c3
    • Dries Buytaert's avatar
      · eea53076
      Dries Buytaert authored
      - Bugfix: don't display links that point to hidden/disabled pages.
      eea53076
  2. Dec 12, 2001
    • Dries Buytaert's avatar
      · 5a34f781
      Dries Buytaert authored
      - Small mark-up improvement.
      5a34f781
    • Dries Buytaert's avatar
      · 46b2b3a2
      Dries Buytaert authored
      - Oops, this one does interfere with JC's patch.
      46b2b3a2
    • Dries Buytaert's avatar
      · a82346b0
      Dries Buytaert authored
      - Added "help"-function for Drupal's "weblogs.com"-module.
      a82346b0
    • Dries Buytaert's avatar
      · d0b3ff85
      Dries Buytaert authored
      - Fixed typo.
      d0b3ff85
    • Dries Buytaert's avatar
      · 7355c2df
      Dries Buytaert authored
      - Fixed typo.
      7355c2df
    • Dries Buytaert's avatar
      · b9795d14
      Dries Buytaert authored
      - Fixed a small glitch in the "cron"-function.
      - Added a "help"-function: gravity documentation.
      b9795d14
  3. Dec 09, 2001
    • Dries Buytaert's avatar
      · 196cb82e
      Dries Buytaert authored
      - Fixed the links in one of the feeds.
      196cb82e
    • Dries Buytaert's avatar
      · 9da79bc8
      Dries Buytaert authored
      - Fixed a few feed glitched reported by Mark.
      - Dropped a few database tables that where no longer needed.
      9da79bc8
    • Dries Buytaert's avatar
      · bf810154
      Dries Buytaert authored
      - Added a "queue for moderation"-toggle to a node's admin form and
        updated the node modules to support this.
      bf810154
    • Kjartan Mannes's avatar
      - strip HTML tags from comment subjects. · a4f431ae
      Kjartan Mannes authored
      a4f431ae
    • Dries Buytaert's avatar
      · e8ca5acd
      Dries Buytaert authored
      - Fixed a typo.
      e8ca5acd
    • Dries Buytaert's avatar
      · e1f21d2b
      Dries Buytaert authored
      - Included the new documentation and renamed all "referer"s to
        "referrers" (including the SQL table name).  Thanks Greg.
      e1f21d2b
    • Dries Buytaert's avatar
      · 0143ae49
      Dries Buytaert authored
      - Fixed typo in the "blog it"-link.  Patch by Mark Cornick.
      0143ae49
  4. Dec 08, 2001
    • Dries Buytaert's avatar
      · 0d793626
      Dries Buytaert authored
      - re-enabled the teasers
      0d793626
    • Dries Buytaert's avatar
      · d6c8af93
      Dries Buytaert authored
      - re-enabled the teasers
      d6c8af93
    • Dries Buytaert's avatar
      · 7a972dae
      Dries Buytaert authored
      - node system:
         + made a small change in the node overview page in the admin section
           such that it lists both new and updated pages by default.
      
         + reworked the filter-mechanism: it is not 100% finished yet but it
           sure is taking shape.
      7a972dae
    • Dries Buytaert's avatar
      · 6f4d9d56
      Dries Buytaert authored
      - Fixed a problem with the variable scopes.  Thanks Natrak.
      6f4d9d56
    • Dries Buytaert's avatar
      · 7962b6cc
      Dries Buytaert authored
      - Fixed small form glitches.
      7962b6cc
    • Dries Buytaert's avatar
      · ab20a866
      Dries Buytaert authored
      comment.module:
        - small improvements to the comment admin interface.
        - merged comment.inc and comment.module.
      ab20a866
    • Dries Buytaert's avatar
      · 67ac175e
      Dries Buytaert authored
      - Working on the filter code: removed the "filter()" statemets from the
        node.module; I'll move this to the individual modules as they are the
        only one's who know what to do best with it.
      
      - Merged node.inc and node.module.
      67ac175e
    • Dries Buytaert's avatar
      · 8eb45a6e
      Dries Buytaert authored
      - cloud.module:
          + made the cloud module export some documentation - thanks Joe!
          + XHTML-ified the emitted HTML code and quotes array indeces to
            be compliant with our coding standards.
      8eb45a6e
  5. Dec 06, 2001
    • Dries Buytaert's avatar
      · 20b4b716
      Dries Buytaert authored
      - book.module:
         + Added (1) support for "PHP pages" (dynamic pages), and (2) made
           it possible to link other node types into the book's tree/outline.
           It works just fine, yet the only (obvious) downside of (2) is
           that the navigation tree/links gets "interrupted" when you view
           non-book pages in the book.
             [SQL update required, see update.php]
      
         + Tidied up the book table.
             [SQL update required, see update.php]
      
      - various updates:
          + Fine-tuned the new node system.
          + Updated the inline/code documentation.
          + Improved teaser handling of all node types.
          + Made several small usability improvements to the node admin
            pages.
      20b4b716
    • Dries Buytaert's avatar
      · 2b01b838
      Dries Buytaert authored
      - Removed annoying Windows end-of-line characters.
      2b01b838
    • Dries Buytaert's avatar
      · 110da60f
      Dries Buytaert authored
      - Improved teaser handling.
      110da60f
    • Dries Buytaert's avatar
      · b1be2a1f
      Dries Buytaert authored
      - Fixed a small glitch in node_preview() which made adding PHP pages rather
        annoying.
      b1be2a1f
    • Dries Buytaert's avatar
      · 4205799b
      Dries Buytaert authored
      - Added the "add new comment" link to the forum module.
      4205799b
  6. Dec 05, 2001
    • Dries Buytaert's avatar
      · facd9cc5
      Dries Buytaert authored
      - Bugfix: you can no longer add non-existant node types.  Thanks barry.
      
      - Moved all comment related logic from node.module to comment.module.
      facd9cc5
    • Dries Buytaert's avatar
      · 2db432e3
      Dries Buytaert authored
      - Removed Windows line feeds ...
      2db432e3
  7. Dec 02, 2001
    • Dries Buytaert's avatar
      · cd58e22e
      Dries Buytaert authored
      - Tiny improvement to the order of the results.
      cd58e22e
    • Dries Buytaert's avatar
      · 9cb3430e
      Dries Buytaert authored
      - Added "add new comment"-link (derived from a patch by Axel)
      9cb3430e
    • Dries Buytaert's avatar
      · 53e12880
      Dries Buytaert authored
      - Added "add new comment"-link (derived from a patch by Axel)
      53e12880
  8. Dec 01, 2001
    • Dries Buytaert's avatar
      · d852a999
      Dries Buytaert authored
      Node and book updates:
        - Fixed a glitch in the book overview in the admin section.
        - When updating a book page through the admin section, no new revision
          is created unless explictely specified.
        - Improved the usability of the node and book pages a little.
      d852a999
    • Dries Buytaert's avatar
      · 5ecedf72
      Dries Buytaert authored
      user.module:
        - Fixed the session support.  Requires a database update.
        - Applied a tiny optimization suggested by deekayen.
      5ecedf72
  9. Nov 30, 2001
    • Dries Buytaert's avatar
      · d95e7d41
      Dries Buytaert authored
      - tiny visual change
      d95e7d41
  10. Nov 28, 2001
    • Dries Buytaert's avatar
      · 4a5fa1a9
      Dries Buytaert authored
      - Fixed a glitch in the news feeds.
      4a5fa1a9
  11. Nov 26, 2001
  12. Nov 25, 2001
    • Dries Buytaert's avatar
      · e893d4fb
      Dries Buytaert authored
      - By default, spaced the "Allowed HTML tags" so that they will wrap nicely
        without screwing with the site's layout.
      e893d4fb
Loading