Skip to content
  1. Feb 25, 2011
  2. Jun 01, 2006
  3. Apr 08, 2006
  4. Feb 28, 2006
  5. Feb 21, 2006
  6. Jan 22, 2006
  7. Jan 13, 2006
  8. Jan 05, 2006
  9. Jan 04, 2006
  10. Dec 31, 2005
  11. Nov 12, 2005
  12. Nov 01, 2005
  13. Oct 11, 2005
  14. Oct 07, 2005
  15. Aug 25, 2005
  16. Jul 13, 2005
  17. Jun 27, 2005
  18. May 18, 2005
  19. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  20. Mar 31, 2005
  21. Mar 18, 2005
  22. Jan 10, 2005
    • Dries Buytaert's avatar
      · 3f34a78d
      Dries Buytaert authored
      - Renamed 'visit' to 'view'.
      3f34a78d
  23. Jan 09, 2005
  24. 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
  25. Nov 30, 2004
    • Dries Buytaert's avatar
      · 8f049a4e
      Dries Buytaert authored
      - Modified patch #6475 by Killes: sites -> drupalsites -> drupal-sites
      8f049a4e
  26. Nov 28, 2004
    • Dries Buytaert's avatar
      · 254233da
      Dries Buytaert authored
      - Fixed typo and reworded the filter.
      254233da
    • Dries Buytaert's avatar
      - Refactored the statistics and watchdog module (views). The most important · 70fcf51e
      Dries Buytaert authored
        changes are:
      
        1. Simplified the statistics pages: there are less pages and on the
           remaining pages there is a lot less visual clutter (less columns and
           better presentation).
      
        2. Reorganized the 'administer - logs' menu: flattened the menu structure
           and removed a number of links.
      
        3. Improved performance.  Most statistics pages used about 160 slow SQL
           queries which made the statistics pages fairly unusable on my system.
           The new pages use at least 10 times less SQL queries and render much
           faster.  They are actually usable.
      
        4. There is now a 'track'-tab on node pages, and a second subtrab on the
           user accounts 'track'-tab for people with the 'access statistics'
           permission.  They can be used to resp. track the node and the user.
           This makes the statistics more accessible.
      
        5. Changed the way watchdog messages are filtered.  This makes it easier
           to introduce new watchdog types.
      
        6. Reworked the statistics module's permissions.
      
        7. Less code: 223 insertions(+), 343 deletions(-).
      
        8. Fixed several glitches: for example, the statistics pages sorted the
           'Name' column by user ID instead of by name.  Unfortunately, it is
           too difficult to backport these to DRUPAL-4-5.
      
        TODO:
      
        1. Review the statistics modules help pages.
      
        2. Help fine-tune the interfaces/views.
      
        NOTES:
      
        1. You'll want to run update.php.
      70fcf51e
  27. Oct 19, 2004
  28. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  29. Sep 09, 2004
  30. 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
  31. Aug 18, 2004
    • Dries Buytaert's avatar
      · 83a739bd
      Dries Buytaert authored
      - Code improvements by Stefan: made all status messages consistent (and easier to translate).
      83a739bd
  32. Aug 16, 2004
    • Dries Buytaert's avatar
      · 50cd3048
      Dries Buytaert authored
      - Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.
      50cd3048
  33. Aug 14, 2004
    • Dries Buytaert's avatar
      · 064089a3
      Dries Buytaert authored
      - Added missing quotes around 'name'.  Spotted by James.
      064089a3
  34. Aug 04, 2004
    • Dries Buytaert's avatar
      · a52cf829
      Dries Buytaert authored
      - Patch #7458 by killes: conditionally include xmlrpc.inc.
      a52cf829
  35. Jul 04, 2004
    • Dries Buytaert's avatar
      · fe2b3e7c
      Dries Buytaert authored
      - Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly:
      
          * The _validate hook and the _nodeapi('validate') hook of the node API (1) no longer take an 'error' parameter and (2) should no longer return an error array. To set an error, call form_set_error().
      
          * The _form hook of the node module no longer takes a form hook and should not worry about displaying errors. Ditto for _nodeapi('form_post') and _nodeapi('form_pre').
      fe2b3e7c
  36. Jun 29, 2004