Skip to content
  1. Nov 30, 2005
  2. Nov 29, 2005
  3. Aug 15, 2005
  4. Jun 29, 2005
  5. Jun 01, 2005
  6. Jan 15, 2005
  7. Nov 30, 2004
  8. Oct 18, 2004
  9. Oct 09, 2004
  10. Oct 04, 2004
    • Dries Buytaert's avatar
      · 86b8465c
      Dries Buytaert authored
      - Added a note about PostgreSQL no longer depending on PEAR.
      86b8465c
  11. Sep 30, 2004
  12. Sep 27, 2004
    • Dries Buytaert's avatar
      · 5850e5b6
      Dries Buytaert authored
      - Added small note about PHP5 compatibility.
      5850e5b6
  13. Sep 21, 2004
  14. Sep 16, 2004
    • Dries Buytaert's avatar
      · 3688a585
      Dries Buytaert authored
      - Added a note about the forum module performance improvements.
      3688a585
  15. Aug 20, 2004
  16. Aug 18, 2004
    • Dries Buytaert's avatar
      · 77515308
      Dries Buytaert authored
      - Small change to the wording of the 'note'.
      77515308
  17. Aug 17, 2004
  18. Aug 10, 2004
  19. Jul 31, 2004
    • Dries Buytaert's avatar
      · 202eee42
      Dries Buytaert authored
      - Patch #9543 by JonBob: added node-level access control!
      202eee42
  20. Jul 30, 2004
    • Dries Buytaert's avatar
      · aed1b0ca
      Dries Buytaert authored
      - Patch #5347 by JonBob:
      
      Here's a new patch that unifies the node/52 and book/view/52 paths for nodes. It involves a small change to hook_view(), which is discussed first:
      
      Currently hook_view() expects node modules to return a themed node. However, each module does this the same way; they modify $node as necessary, then call theme('node', $node) and return the result. We can refactor this so that the calling function node_view() calls theme('node') instead. By doing this, it becomes possible for hook_nodeapi('view') to be called after hook_view() where the node contents are filtered, and before theme('node') where the body is enclosed in other HTML. This way the book module can insert its navigation into the body right before the theming.
      
      Advantages of this refactoring:
      - I can use it for book.module to remove the extra viewing path.
      - The function of hook_nodeapi('view') becomes more like hook_view(), as neither will expect a return value.
      - We more closely follow the flow of other nodeapi calls, which usually directly follow their corresponding specific node type hooks (instead of preceding them).
      - The attachment.module people could use it to append their attachments in a list after the node.
      - Gabor could use it instead of his filter perversion for his "articles in a series" module.
      - A little less code in each view hook.
      - The content hook is no longer needed, so that means even less code.
      
      Disadvantages:
      - Any modules written to use nodeapi('view') could be affected (but these would all be post-4.4 modules).
      - Implementations of hook_view() would need to be updated (but return values would be ignored, so most would work without updates anyway).
      
      Now the patch takes advantage of this API shift to inject its navigation at the end of all book nodes, regardless of the viewing path. In fact, since the paths become identical, I've removed the book/view handler entirely. We should probably provide an .htaccess rewrite for this (one is still needed for node/view/nn anyway). At the same time, there is a check in book_block() that shows the block appropriately on these pages.
      aed1b0ca
  21. Jul 21, 2004
  22. Jul 11, 2004
    • Dries Buytaert's avatar
      · 6d0971ff
      Dries Buytaert authored
      - Added URL aliases for 'index.rdf' and 'rss.xml'.  Google, Feedster and
        possibly other crawlers try fetching these frequently as can be seen
        from the watchdog logs.  Made possible by the recent path module change.
      6d0971ff
  23. Jul 08, 2004
    • Dries Buytaert's avatar
      · a0671877
      Dries Buytaert authored
      - Patch #8509 by Killes and Steven: added support for sending compressed
        pages.  Useful to reduce your site's bandwidth.
      a0671877
    • Dries Buytaert's avatar
      · 5b73def3
      Dries Buytaert authored
      - Changed the way status messages are printed as per Kristjan's suggestion:
        http://drupal.org/files/issues/error_messages_list.png (issue #9138).
      
        drupal_set_message() has been changed to group message by type and a
        helper function, theme_status_message(), is added to display the messages.
        Chameleon and Xtemplate have been updated to use this new function.
      
      - Updated CHANGELOG.txt.
      5b73def3
  24. Jul 06, 2004
    • Dries Buytaert's avatar
      · 0654129e
      Dries Buytaert authored
      - Patch #8382 by jseng/junyor: allows autodiscovery of BloggerAPI via RSD.
      0654129e
  25. Jul 04, 2004
  26. Jun 27, 2004
  27. Jun 21, 2004
  28. Jun 19, 2004
  29. May 31, 2004
    • Dries Buytaert's avatar
      · 7a33d9f6
      Dries Buytaert authored
      - Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
        depth/level.
      
      - Updated CHANGELOG.txt.
      7a33d9f6
  30. May 18, 2004
    • Dries Buytaert's avatar
      · 10c5e95a
      Dries Buytaert authored
      - Made it possible for anonymous users to leave their name, e-mail address
        and the URL of their homepage.  Patch by Pablo.
      10c5e95a
  31. May 13, 2004
    • Dries Buytaert's avatar
      · e6ff8b79
      Dries Buytaert authored
      - Made the recent news items page, the source pages and the categorization
        pages use pagers.  Removed the 'Items per page' setting and made Drupal
        remember news items much longer.
      e6ff8b79
  32. May 10, 2004
    • Dries Buytaert's avatar
      · 1ad9afb8
      Dries Buytaert authored
      - Added support for multiple user roles.  Patch by Jim Hriggs.
      1ad9afb8
  33. May 05, 2004
    • Dries Buytaert's avatar
      · 6f2d8518
      Dries Buytaert authored
      - Patch #7581 by bylund: made the archive module's calendar accessible.
      6f2d8518
  34. May 01, 2004