Skip to content
Snippets Groups Projects
  1. Aug 22, 2006
  2. May 23, 2006
  3. Apr 15, 2006
  4. Apr 03, 2006
  5. Feb 27, 2006
  6. Feb 01, 2006
  7. Jan 29, 2006
  8. Jan 20, 2006
  9. Jan 19, 2006
  10. Dec 14, 2005
  11. Nov 04, 2005
  12. Nov 03, 2005
  13. Oct 07, 2005
  14. Sep 02, 2005
  15. Aug 24, 2005
  16. Aug 16, 2005
  17. Aug 02, 2005
  18. Aug 01, 2005
  19. Jul 30, 2005
  20. Jun 19, 2005
  21. Jun 06, 2005
  22. May 25, 2005
  23. May 21, 2005
  24. May 10, 2005
  25. May 06, 2005
  26. May 05, 2005
    • Dries Buytaert's avatar
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of... · 6658273b
      Dries Buytaert authored
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of problems for non-phptemplate themes. A patch is attached to address these issues.
      
        Changes include:
          * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting.
          * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help)
          * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc
          * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core)
          * chameleon updated to work with new link scheme (passes links through theme_links)
      6658273b
    • Dries Buytaert's avatar
      - Removed left-over .xtmpl file. · 381980cb
      Dries Buytaert authored
      381980cb
  27. May 04, 2005
  28. Apr 30, 2005
  29. Mar 05, 2005
  30. Dec 03, 2004
  31. Nov 27, 2004
  32. Nov 14, 2004
    • Dries Buytaert's avatar
      · 9998d2a1
      Dries Buytaert authored
      - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
      9998d2a1
  33. Oct 31, 2004
    • Dries Buytaert's avatar
      - Patch #12232 by Steven/UnConed: search module improvements. · 8daed9cb
      Dries Buytaert authored
      1) Clean up the text analyser: make it handle UTF-8 and all sorts of characters. The word splitter now does intelligent splitting into words and supports all Unicode characters. It has smart handling of acronyms, URLs, dates, ...
      
      2) It now indexes the filtered output, which means it can take advantage of HTML tags. Meaningful tags (headers, strong, em, ...) are analysed and used to boost certain words scores. This has the side-effect of allowing the indexing of PHP nodes.
      
      3) Link analyser for node links. The HTML analyser also checks for links. If they point to a node on the current site (handles path aliases) then the link's words are counted as part of the target node. This helps bring out commonly linked FAQs and answers to the top of the results.
      
      4) Index comments along with the node. This means that the search can make a difference between a single node/comment about 'X' and a whole thread about 'X'. It also makes the search results much shorter and more relevant (before this patch, comments were even shown first).
      
      5) We now keep track of total counts as well as a per item count for a word. This allows us to divide the word score by the total before adding up the scores for different words, and automatically makes noisewords have less influence than rare words. This dramatically improves the relevancy of multiword searches. This also makes the disadvantage of now using OR searching instead of AND searching less problematic.
      
      6) Includes support for text preprocessors through a hook. This is required to index Chinese and Japanese, because these languages do not use spaces between words. An external utility can be used to split these into words through a simple wrapper module. Other uses could be spell checking (although it would have no UI).
      
      7) Indexing is now regulated: only a certain amount of items will be indexed per cron run. This prevents PHP from running out of memory or timing out. This also makes the reindexing required for this patch automatic. I also added an index coverage estimate to the search admin screen.
      
      8) Code cleanup! Moved all the search stuff from common.inc into search.module, rewired some hooks and simplified the functions used. The search form and results now also use valid XHTML and form_ functions. The search admin was moved from search/configure to admin/search for consistency.
      
      9) Improved search output: we also show much more info per item: date, author, node type, amount of comments and a cool dynamic excerpt à la Google. The search form is now much more simpler and the help is only displayed as tips when no search results are found.
      
      10) By moving all search logic to SQL, I was able to add a pager to the search results. This improves usability and performance dramatically.
      8daed9cb
  34. Sep 09, 2004
  35. Aug 20, 2004
Loading