Skip to content
Snippets Groups Projects
  1. Jan 09, 2005
  2. Jan 07, 2005
  3. Jan 06, 2005
  4. Jan 04, 2005
  5. Jan 03, 2005
  6. Dec 31, 2004
    • Dries Buytaert's avatar
      - Small change · ceb20b45
      Dries Buytaert authored
      ceb20b45
    • 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
  7. Dec 30, 2004
    • Dries Buytaert's avatar
      · 828be2ad
      Dries Buytaert authored
      - Patch #13020 by chx: let Drupal handle multiple database layers.
      
      - Removed the PEAR database backend.  It's no longer being used/maintained.
      828be2ad
  8. Dec 29, 2004
  9. Dec 28, 2004
  10. Dec 27, 2004
  11. Dec 26, 2004
  12. Dec 25, 2004
  13. Dec 24, 2004
  14. Dec 23, 2004
  15. Dec 22, 2004
  16. Dec 20, 2004
  17. Dec 18, 2004
  18. Dec 16, 2004
    • Dries Buytaert's avatar
      · 22869afd
      Dries Buytaert authored
      - Patch #14262 by Richard: help text improvements for the tracker module.
      22869afd
  19. 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
  20. Dec 14, 2004
    • Dries Buytaert's avatar
      - Patch #14288 by Goba: "the archive module calendar indexes the array used to... · 5628256e
      Dries Buytaert authored
      - Patch #14288 by Goba: "the archive module calendar indexes the array used to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages."
      5628256e
Loading