Skip to content
  1. Jun 08, 2002
    • Kjartan Mannes's avatar
      - improved module descriptions. · 5d36c704
      Kjartan Mannes authored
      - removed admin options for queue and comment module if the modules are not
        loaded.
      - nodes are now auto promoted when queue module isn't enabled.
      - moderation result block is now visible by the node author.
      5d36c704
  2. Jun 01, 2002
    • Kjartan Mannes's avatar
      - adding descriptions to modules (thanks Joe + Scott). · 4a28077f
      Kjartan Mannes authored
      - fixed comment flat list view missing 1 comment.
      - changed update.php around a bit.
          * security check isn't in effect if the db hasn't been updated.
          * instructions re-organized.
          * fixed some minor updates.
      - updated database.mysql done by UnConeD.
      - changelog update.
      4a28077f
  3. May 31, 2002
    • Dries Buytaert's avatar
      · 38aaf5f3
      Dries Buytaert authored
      - Added missing translations and the like.
      38aaf5f3
  4. May 29, 2002
  5. May 24, 2002
  6. May 23, 2002
    • Kjartan Mannes's avatar
      - pending user accounts will not be notified to the site_email. · 66e1bbfb
      Kjartan Mannes authored
      - fixed access checks on the register form, do this before you enter the
        _save function. If registrations are disabled the register link will
        no longer show (again).
      - changed &#187 to &raquo, using the names of entities are better than
        the numbers.
      - fixed user information being set when account is registered (properly this
        time, really!)
      - reversed the if(!...) commit.
      - node_add specifies more defaults.
      - added link to blog entries from user page.
      66e1bbfb
  7. May 22, 2002
  8. May 19, 2002
    • Kjartan Mannes's avatar
      - updating all nodes to use taxonomy terms. · c9871b78
      Kjartan Mannes authored
      - updated node modules not to cause errors when taxonomy module is disabled.
      - added %date variable to user mail configuration.
      - added hyperlinks to admin.php?mod=system (site configuration) for easy access.
      - usual coding style and xhtml fixes.
      c9871b78
  9. May 12, 2002
  10. May 04, 2002
  11. Apr 22, 2002
    • Kjartan Mannes's avatar
      - bug fixes: · de5b9a16
      Kjartan Mannes authored
          * fixed mails not being parsed properly.
          * tracker now shows user name when you view your own recent
            comments.
          * link to submission queue now points to the right place.
          * fixed jabber module.
          * theme is now activated when changed.
      - applied Gerhards coding style patch.
      de5b9a16
  12. Apr 20, 2002
    • Dries Buytaert's avatar
      · 8043cb99
      Dries Buytaert authored
      - Applied Marco's big patch, including contributions from Moshe:
      
          + Changed the db_query() API.
      
          + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
      
          + XHTML-ified some HTML.
      
          + Wrapped a lot of text in the administrative pages in a t()
            function.
      
          + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
      
          + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
            RSS code).
      
          + Fixed some bugs in the taxonomy module (eg. tree making bug), added
            new functionality (eg. new APIs for use by other modules), included
            Moshe's taxonomy extensions, and some documentation udpates.
      
          + ...
      8043cb99
  13. Apr 14, 2002
    • Dries Buytaert's avatar
      · d8cd5496
      Dries Buytaert authored
      - Added Marco's long-awaited taxonmy module and patches - a replacement
        for the meta system.  The patches add some extra functionality to the
        comment system (for example, comments can be set read-only) and fix a
        couple of small problems.
      
        + I integrated the required SQL updates from the varius *.mysql files
          into the "update.php" script.  Upgrading should be easy ...
      
        + I did not apply/commit the "user.diff" as requested by Marco ...
      
        + I didn't know what to do with "forum.module" and "forum2.module":
          what do you want me to do with it Marco?  Which one should go in?
      
        + Can we remove "node_index()" now; both from "node.module" and the
          themes?
      
        + Thanks Marco!
      d8cd5496
  14. Apr 05, 2002
  15. Mar 19, 2002
  16. Mar 09, 2002
  17. Feb 25, 2002
    • Dries Buytaert's avatar
      · c5fcdd31
      Dries Buytaert authored
      - Included the documentation contributed by Moshe.
      c5fcdd31
  18. Jan 31, 2002
    • Dries Buytaert's avatar
      · c1c612b1
      Dries Buytaert authored
      - Made the calendar module accept a $date parameter such that you
        can jump directly to a certain date in the archives.  Also made
        the calendar link to itself such that it is self-contained.
      
      - Code beautifications: quoted a lot of arrays, removed dead code
        and simplified a few things.
      
      - Replaced the Calendar class by one function "calendar_display":
        using a class (or class instance, or object) doesn't make sense
        in the archives' case.
      
      - Renamed "calendar.module" to "archive.module".
      
      - Fixed a /problem/ with node settings not always being saved like
        expected.
      
      - Reorganized the user menu: renamed a couple of links for clarity
        and structure.
      
      - Fixed a few typos.
      c1c612b1
  19. 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
  20. Dec 08, 2001
    • 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
      · 7962b6cc
      Dries Buytaert authored
      - Fixed small form glitches.
      7962b6cc
  21. 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
  22. Dec 05, 2001
    • Dries Buytaert's avatar
      · 2db432e3
      Dries Buytaert authored
      - Removed Windows line feeds ...
      2db432e3
  23. Nov 26, 2001
  24. Nov 12, 2001
    • Dries Buytaert's avatar
      · ebb14ab9
      Dries Buytaert authored
      - A couple of new node updates
      ebb14ab9
    • 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
  25. 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
  26. Nov 03, 2001
    • 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
  27. 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
      · 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
      · 336b713a
      Dries Buytaert authored
      - A large batch of updates, amongst them a rewritten node system.  More
        information available on the mailing list.
      336b713a
  28. Oct 20, 2001
  29. Oct 16, 2001
    • 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
  30. Oct 14, 2001
    • Dries Buytaert's avatar
      · 27c45147
      Dries Buytaert authored
      - Small improvement: quoted all strings when used as an array index.
      27c45147
    • Dries Buytaert's avatar
      · 451852c2
      Dries Buytaert authored
      - Quote string tables indexes (patch by Mike Krus).
      451852c2
  31. Sep 28, 2001
    • Dries Buytaert's avatar
      · 0cce47f1
      Dries Buytaert authored
      - fixed small glitch in node_del()
      
      - fixed small glitch in comment_del()
      
      - changed the API of the form() function.  The first parameter, the
        "action"-attribute in the <form>-tag has been made optional.  By
        default, it will be set to "$REQUEST_URI".
      
        Why? Because in 98% of the cases we would do:
      
          global $REQUEST_URI;
          $form = form($REQUEST_URI, $form_content);
      
        while we can do:
      
          $form = form($form_content);
      
        now.
      
        Update your modules (and sorry for the inconvenience)!
      0cce47f1
  32. Sep 16, 2001
    • Dries Buytaert's avatar
      · 2d1e9126
      Dries Buytaert authored
      - Added the new user module!
      2d1e9126
  33. Aug 11, 2001
    • Dries Buytaert's avatar
      · 808b6b6c
      Dries Buytaert authored
      - Changed the authentication and login scheme as discussed on the mailing
        list.
      - Fixed the export function in book.module (patch my Julian).
      - Fixed the comment alignment (comments got truncated).
      808b6b6c
  34. Jul 24, 2001
    • Kjartan Mannes's avatar
      account.php · 4c89ab8a
      Kjartan Mannes authored
      - real name is now shown to all users.
      
      page.module
      - improved the locale support.
      
      comment.inc
      - added a wrapper table for comment_thread_max() as suggested by nick.
      4c89ab8a