Skip to content
Snippets Groups Projects
  1. Dec 05, 2001
    • Dries Buytaert's avatar
      · 6f0332a7
      Dries Buytaert authored
      - Upgraded the XML-RPC libraries to the latest version as suggested by
        Julian.
      6f0332a7
  2. Dec 02, 2001
    • Dries Buytaert's avatar
      · 5a9c77e8
      Dries Buytaert authored
      - Display the current node's title in the <title></title>-tag.
      5a9c77e8
    • 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
  3. 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
  4. Nov 30, 2001
    • Dries Buytaert's avatar
      · d95e7d41
      Dries Buytaert authored
      - tiny visual change
      d95e7d41
  5. Nov 28, 2001
    • Dries Buytaert's avatar
      · 4a5fa1a9
      Dries Buytaert authored
      - Fixed a glitch in the news feeds.
      4a5fa1a9
  6. Nov 26, 2001
  7. 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
    • Dries Buytaert's avatar
      · 3c907636
      Dries Buytaert authored
      - Fixed a bug in node_submit() in that the user name was not always
        correctly updated.
      3c907636
    • Dries Buytaert's avatar
      · c4d228a4
      Dries Buytaert authored
      - rating module:
         + fixed the gravity math: it was broken due to the node system updates
         + XHMTL-ified the emited HTML code
      c4d228a4
    • Dries Buytaert's avatar
      · 8fa7c24d
      Dries Buytaert authored
      - Removed the "password words" setting: they are part of the user system
        now and where therefore listed twice.
      8fa7c24d
    • Dries Buytaert's avatar
      · c6a9f758
      Dries Buytaert authored
      - marvin.theme updates:
      
          + Some improvements to make it look better on Windows.  I don't
            have Windows though so I can't really test it.
      
          + Fixed the character encoding and the doctype, and polished on
            the XML well-formedness of the theme.
      c6a9f758
    • Dries Buytaert's avatar
      · ac1eecb7
      Dries Buytaert authored
      - Small update wrt filters.
      ac1eecb7
    • Dries Buytaert's avatar
      · 8d0546bc
      Dries Buytaert authored
      - Made the search result of node.module context sensitive: it will only
        link to the admin pages if you searched from within the admin pages.
      
      - Added checks for "post content" permission (reported by Natrak).
      8d0546bc
    • Dries Buytaert's avatar
      · 297a5b01
      Dries Buytaert authored
      - Improvement/bugfix: added a function called "book_revision_load()" to
        load the most recent revision that matches the specified conditions.
        Like that we can load the last good revision of a book page using the
        line: book_revision_load($page, array("moderate" => 0, "status" => 1)).
      297a5b01
  8. Nov 24, 2001
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · f77bcddc
      Dries Buytaert authored
      - Tuned the blog updating logic:
          Updating your own blog entry will demote it (if promoted),
          and will queue it in the moderation queue for promotion.
          If a node administrator updates his own blog entry through
          the blog update mechanism that regular users use, then he
          will be treated as a regular user and his blog entry will
          be demoted.  But when an administrator updates blog entries
          through the admin pages, they will not be changed unless
          explicitly specified.
      f77bcddc
    • Dries Buytaert's avatar
      · eb7c5f60
      Dries Buytaert authored
      - Bugfix: when updating a book page, the name of the author did not change.
      
      - Bugfix: the "Edit comments" part of the node administration pages did not
        display the correct comments.
      
      - Bugfix: somethimes, update in a book page would mess up the book.
      
      - Improvement: when "node administrators" update a book page through the
        "update this book page"-link (like regular users do), their update will
        be subject to moderation.
      
      - Improvement: made some intermediate changes to the filter mechanism. Needs
        more work.
      eb7c5f60
    • natrak's avatar
      - cleaned up .htaccess. Removed some php settings and made the deny · cd401235
      natrak authored
        filters more specific.
      cd401235
    • Dries Buytaert's avatar
      · 42ecb278
      Dries Buytaert authored
      A set of updates to the "_link" system:
      
       - Made the /comment links/ jump to the comments instead of to the top
         of the page.
      
       - Replaced the "Add comment"-button by a "add new comment"-link.
         (This should make UnConeD jump up and down of wild excitement.)
      
       - Moved all comment related logic from theme.inc and node.module to
         comment.inc and comment.module (where they belong).
      
       - Added some links to ease the site's usability/navigation.
      42ecb278
    • Dries Buytaert's avatar
      · 3c7f5559
      Dries Buytaert authored
      - node module:
          + bugfix: made it possible for users to delete their blog entries
      3c7f5559
  9. Nov 23, 2001
  10. Nov 20, 2001
    • Dries Buytaert's avatar
      · 7c7b7252
      Dries Buytaert authored
      - fixed the line filter: it should not strip v's.
      7c7b7252
    • Dries Buytaert's avatar
      · 2c3409f0
      Dries Buytaert authored
      - Revised and documented the "change author"-logic used in the node forms
        of node administrators.  Fixed a bug: it was not possible to change the
        name to "anoymous user" (or vice versa).
      2c3409f0
    • Dries Buytaert's avatar
      · c3501960
      Dries Buytaert authored
      - added a "line" filter
      c3501960
  11. Nov 19, 2001
  12. Nov 18, 2001
    • Dries Buytaert's avatar
      · ccbbddbc
      Dries Buytaert authored
      - Removed the limit on the blog searches (patch by Natrak).  For now it
        fixes some annoying issueus but this will need more work in future as
        it doesn't really scale too well.
      ccbbddbc
    • Dries Buytaert's avatar
      · ac775ebc
      Dries Buytaert authored
      - re-enabled the weblogs.com notification code
      ac775ebc
    • Dries Buytaert's avatar
      · e641cacd
      Dries Buytaert authored
      queue.module:
        - small visual bugfix
      e641cacd
    • Dries Buytaert's avatar
      · 41295e4d
      Dries Buytaert authored
      - fixed bug with minimum teaser/blog/story size
      41295e4d
    • Dries Buytaert's avatar
      · b7147578
      Dries Buytaert authored
      - Replaced some (if not all) "Nodes" by more meaningful names/texts.
      b7147578
    • Dries Buytaert's avatar
      · e7e104e8
      Dries Buytaert authored
      - node system:
      
         + Made the filters work again!
      
         + There is one strange thing that I can't track down though: for some
           reason, "^M" characters (?) are padded after newline ("\n" and / or
           "\r") characters.
      e7e104e8
    • Dries Buytaert's avatar
      · 0222ee66
      Dries Buytaert authored
      - book.module:
         + Re-introduced and re-wrote the book admin pages; there is a separate
           page for every book and a page with all "orphan pages" (= pages that
           got de-linked).
      0222ee66
Loading