Skip to content
Snippets Groups Projects
  1. Nov 24, 2001
    • 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
  2. Nov 23, 2001
  3. 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
  4. Nov 19, 2001
  5. 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
    • Dries Buytaert's avatar
      · 738c13e6
      Dries Buytaert authored
      jabber.module:
        - removed some dull watchdog()s
      738c13e6
  6. Nov 17, 2001
  7. Nov 15, 2001
  8. Nov 14, 2001
    • Dries Buytaert's avatar
      · e42d97b5
      Dries Buytaert authored
      User module and DA modules:
      
        + Updated the documentation to use a Jabber or Drupal IDs instead of
          Deplhi IDs (as delphi.module won't be part of the default distro).
          Drupal and Jabber authentication make a better example.
      
        + added missing localization / t() functions in
          user_validate_authmaps()
      
        + applied coding convention:
            * fixed indentation
            * removed "EOF"; and <<EOFs from user module
            * changed some HTML into XHTML: use small letters, quote
              attributes
            * quoted some array indices: $edit[foo] --> $edit["foo"]
      
        + removed some useless sprintf()'s
      
        + removed hard-coded references to drop.org.
      
        + I don't think the authentication methods should /know/ there help
          link.  Instead, the user module should now where to find the help
          (it does by knowing the hook to look for), and it is the user
          module that should take care of exporting the help to the preferred
          location:
            * removed the "link" field from the $info field in drupal_info
              and jabber_info; it wasn't used anyway?
      
        + removed the "maintainer" and "maintaineremail" from the auth
          modules; we don't keep this info in the other modules either so
          I don't see a reason to do so here.
      e42d97b5
    • Dries Buytaert's avatar
      · deaf0271
      Dries Buytaert authored
      - Added the MAINTAINERS file to CVS.
      deaf0271
  9. Nov 13, 2001
  10. Nov 12, 2001
    • Dries Buytaert's avatar
      · ebb14ab9
      Dries Buytaert authored
      - A couple of new node updates
      ebb14ab9
    • Dries Buytaert's avatar
      · 84cdc3c6
      Dries Buytaert authored
      - fixed a typo in an English sentence.
      84cdc3c6
    • Dries Buytaert's avatar
      · 03c670a4
      Dries Buytaert authored
      - removed trailing whitespaces
      03c670a4
    • Dries Buytaert's avatar
      · 6642f298
      Dries Buytaert authored
      - node modules:
         + made some improvements to the node access checks
      
      - queue module:
         + form()-ified the queue module and added some extra information
           or guidelines
         + added a few missing translations
         + ...
      6642f298
    • Dries Buytaert's avatar
      · 1291d8dc
      Dries Buytaert authored
      - Made a small change to the submission rate throttle
      1291d8dc
  11. Nov 11, 2001
  12. Nov 10, 2001
  13. Nov 07, 2001
    • Dries Buytaert's avatar
      · 234b40b2
      Dries Buytaert authored
      - node system:
      
         + Added the "delete node"-link: apparently it got lost during the last
           commit.  Odd.
      
         + Changed "Edit node" to "Edit <node_name>" on the 'edit node'-page of
           the admin section.  (There a 4 "Node"s that still need to be removed
           though.)
      
         + Updated the initial submission page (the old submit.php) to include
           some descriptions.
      234b40b2
    • Dries Buytaert's avatar
      · 74a1fe57
      Dries Buytaert authored
      mail-to-sql.php:
        - rewrote the script in PHP.
        - added support for mailing list.
        - made the parser better.
      74a1fe57
Loading