Skip to content
  1. Aug 01, 2005
  2. Jul 25, 2005
  3. Jun 29, 2005
  4. May 27, 2005
  5. Mar 31, 2005
  6. Mar 27, 2005
  7. Mar 18, 2005
  8. Mar 05, 2005
  9. Jan 07, 2005
  10. Dec 24, 2004
  11. 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
  12. Dec 03, 2004
  13. Nov 27, 2004
  14. Nov 24, 2004
  15. Nov 23, 2004
  16. 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
  17. 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
  18. Oct 19, 2004
  19. Sep 20, 2004
  20. Sep 18, 2004
  21. Sep 17, 2004
  22. Sep 15, 2004
    • Dries Buytaert's avatar
      · e31fef12
      Dries Buytaert authored
      - Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
      e31fef12
  23. Sep 09, 2004
  24. Aug 22, 2004
  25. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  26. Aug 20, 2004
  27. Aug 10, 2004
  28. Aug 05, 2004
  29. Aug 04, 2004
  30. Jul 25, 2004
    • Steven Wittens's avatar
      CSS improvements: · ad5e3ebb
      Steven Wittens authored
      - Restoring background coloring for the watchdog logs (was broken)
      - Making watchdog backgrounds lighter, makes it easier on the eyes and improves readability.
      - Adjusted the spacing between items on the frontpage a bit to be clearer.
      - Fixed the vertical stretching of table rows with form controls in them.
      ad5e3ebb
  31. Jul 23, 2004
  32. Jul 08, 2004
    • 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
  33. Jul 07, 2004
    • Dries Buytaert's avatar
      · 3106ddd5
      Dries Buytaert authored
      - Bug #8823: fixed typo: '..' -> '.'.
      3106ddd5
    • Dries Buytaert's avatar
      · c494d663
      Dries Buytaert authored
      - Improved the error/status reporting in Chameleon: made the messages
        stand out a bit better by using green-ish and red-ish colors, resp.
        for 'success' and 'failure'.
      
      - Small change to the way context-sensitive help texts are emitted -
        the pages wouldn't validate in the presence of help texts with
        block-level elements.
      c494d663
  34. Jun 20, 2004