Skip to content
  1. Jul 25, 2005
  2. Jun 29, 2005
  3. May 22, 2005
  4. May 14, 2005
  5. Apr 08, 2005
  6. Apr 07, 2005
  7. Apr 01, 2005
  8. Mar 31, 2005
  9. Mar 20, 2005
    • Dries Buytaert's avatar
      · 5ad5f28c
      Dries Buytaert authored
      - Patch #19009 by chx: fixed a bug with comment replies letting one access nodes.
      5ad5f28c
  10. Mar 18, 2005
  11. Mar 16, 2005
  12. Mar 12, 2005
    • Dries Buytaert's avatar
      - Patch #18692 by Goba: old comments (comments for nodes having no entry in... · a16e5d24
      Dries Buytaert authored
      - Patch #18692 by Goba: old comments (comments for nodes having no entry in the history table anymore) are counted as new comments, since the timestamp retrieved from the history table is used to check for new comments (which is 0, if an entry was not found). This patch sets the timestamp used to check for new comments to the NODE_NEW_LIMIT value at least (which is when the history table was/should have been pruned).
      a16e5d24
  13. Mar 10, 2005
    • Dries Buytaert's avatar
      - Patch #18676 by frjo: When anonymuos users are allowed to add comments there... · 2ec787df
      Dries Buytaert authored
      - Patch #18676 by frjo: When anonymuos users are allowed to add comments there are a required e-mail field. This field are, as far as i can see, not shown publicly. A user asked me about this and after confirming that it is not shown publicly I added a description that inform the users of this.  I have included a patch that add the description "The content of this field is kept private and will not be shown publicly". This is the same description that is used by the profile module.
      2ec787df
  14. Mar 03, 2005
  15. Feb 27, 2005
  16. Feb 12, 2005
    • Dries Buytaert's avatar
      - Patch #17208 by asimmonds: help text fixes: · 5b7ecb86
      Dries Buytaert authored
          - permissions menu link updates in a number of modules help
          - anchor link fix in distributed auth help
          - "my account" link fix in user help
          - spelling correction in tracker.module help
      
      - I also changed 'admin/access/perms' to 'admin/access/permissions'.
      5b7ecb86
  17. Feb 11, 2005
  18. Feb 01, 2005
  19. Jan 31, 2005
  20. Jan 30, 2005
  21. Jan 29, 2005
  22. Jan 27, 2005
    • Dries Buytaert's avatar
      - Patch #16253 by Goba: this simple and straightforward patch adds the ability... · 467dbdc4
      Dries Buytaert authored
      - Patch #16253 by Goba: this simple and straightforward patch adds the ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.
      467dbdc4
  23. Jan 24, 2005
  24. Jan 19, 2005
  25. Jan 17, 2005
  26. Jan 16, 2005
    • Dries Buytaert's avatar
      · 971a0e24
      Dries Buytaert authored
      - Patch #14731 by chx: made it possible to rewrite node queries.
      971a0e24
  27. Jan 12, 2005
  28. Jan 09, 2005
  29. Dec 31, 2004
    • Dries Buytaert's avatar
      - Patch #14917 by UnConeD/Steven: · 1dbe0dc2
      Dries Buytaert authored
      1) The different types of search, which used to be radio button options in the search form, are now subtabs of "search" (default "search/node"). This seems better from a UI point of view, but also has another advantage: modules which implement a custom search form (flexinode, project) can add it as a subtab of search. This means that all search forms will be located in the same place, and also without needing an extra api call to search.module.
      
      2) The current code was a bit hackish, as the indexing of comments along with nodes was hardcoded in node.module. Instead, I created a nodeapi operation "update index" which allows modules to add more data for a node that is being indexed. Comments are now indexed using this mechanism and from comment.module, which is a lot cleaner.
      
      3) The search results format was also hardcoded to include "N comments". I replaced this with a nodeapi operation "search result" and moved the comment code to comment.module where it belongs. This op is quite useful, as for example I also modified upload.module to add "N attachments" to a search result if any are present.
      1dbe0dc2
  30. Dec 29, 2004
  31. Dec 23, 2004
  32. Dec 20, 2004
  33. Dec 15, 2004
    • Dries Buytaert's avatar
      - Patch #13907 by Neil: less ways to set the page title. · 2b17b3a9
      Dries Buytaert authored
         * Less logic in theme code.
         * Encourages use of the menu system.
         * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
         * Very slightly more efficient.
      2b17b3a9
  34. Dec 11, 2004
    • Dries Buytaert's avatar
      · 260f8866
      Dries Buytaert authored
      - Fixed typo: db_queryd() -> db_query()
      260f8866
    • Dries Buytaert's avatar
      · d61e7a66
      Dries Buytaert authored
      - Bugfix: make sure to update the node_comment_statistics table when a node is updated.
      d61e7a66