Skip to content
  1. Feb 25, 2011
  2. Jan 10, 2008
  3. Apr 13, 2006
  4. Mar 27, 2006
  5. Mar 26, 2006
  6. Feb 21, 2006
  7. Jan 26, 2006
  8. Jan 24, 2006
  9. Jan 05, 2006
  10. Dec 02, 2005
  11. Nov 24, 2005
  12. Nov 13, 2005
  13. Nov 01, 2005
  14. Oct 21, 2005
  15. Oct 11, 2005
  16. Oct 08, 2005
    • Dries Buytaert's avatar
      - Patch #33433 by chx: fixed a number of form API problems. · 7863be5e
      Dries Buytaert authored
          * Default form value
          * Leftover debug function in form.inc
          * PHP5 issue with comment date (I got this patch from another issue)
          * Validation error fix (was calling legacy form validate)
          * Lots o' warnings on comment preview
          * Filter tips plus argument (gremlins. I swear this was not there.)
          * Message to clear what's going on with system settings
          * Non-freetagging taxonomies fixed
      7863be5e
  17. Oct 07, 2005
  18. Sep 24, 2005
  19. Aug 25, 2005
  20. Aug 06, 2005
  21. Aug 01, 2005
  22. Jul 29, 2005
  23. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  24. Jan 26, 2005
  25. Jan 22, 2005
    • Dries Buytaert's avatar
      · c0814a20
      Dries Buytaert authored
      - Patch #15957 by Goba: reintroduce translateable watchdog types.
      c0814a20
  26. Jan 09, 2005
    • Dries Buytaert's avatar
      - Patch #13260 by UnConeD: watchdog module improvements. · 64b100d1
      Dries Buytaert authored
        We added a 'severity' column to watchdog():
          watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
      
          * Specify a severity in case you are reporting a warning or error.
          * The $link-parameter is now the fourth parameter instead of the third.
      
        TODO: document this in the upgrade guide.
      64b100d1
  27. Dec 06, 2004
    • Dries Buytaert's avatar
      · 255e3b11
      Dries Buytaert authored
      - Fixed colspan bug reported by Steven.
      255e3b11
  28. 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
  29. Nov 23, 2004
  30. Nov 21, 2004
    • Dries Buytaert's avatar
      · fa978390
      Dries Buytaert authored
      - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend.
      
        Read the manual for pg_escape_string:  "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
      fa978390
  31. Nov 15, 2004
    • Dries Buytaert's avatar
      · 9bf33e5a
      Dries Buytaert authored
      - Added generic flood control mechanism to throttle certain operations per hostname (eg. posting comments, requesting passwords, sending e-mails).  See flood_register_event() and flood_is_allowed() for details.
      9bf33e5a
  32. Nov 02, 2004
    • Dries Buytaert's avatar
      · b94f9af2
      Dries Buytaert authored
      - Patch #12455 by Steven: optimized SQL query.  This problem caused Drupal.org's
        cron runs to time out.
      b94f9af2
  33. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  34. Sep 14, 2004
  35. 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
  36. Aug 19, 2004
    • Dries Buytaert's avatar
      · fa25c7a0
      Dries Buytaert authored
      - Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
      fa25c7a0
  37. Aug 14, 2004
  38. Jul 03, 2004
    • Dries Buytaert's avatar
      · 3fb070f4
      Dries Buytaert authored
      - Patch #8952 by Morbus: watchdog module beautifications.
      
        * slightly reorders the functions in anticipation of http://drupal.org/node/view/9010.
        * reorders help definitions to match the alphabetical nature of the menu items.
        * tweaked visual appearance of menu code (whitespace, etc.)
        * minor tweaks to "warning" help to match style of others.
      3fb070f4