Skip to content
  1. Aug 06, 2005
  2. Jan 26, 2005
  3. Jan 22, 2005
    • Dries Buytaert's avatar
      · c0814a20
      Dries Buytaert authored
      - Patch #15957 by Goba: reintroduce translateable watchdog types.
      c0814a20
  4. 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
  5. Dec 06, 2004
    • Dries Buytaert's avatar
      · 255e3b11
      Dries Buytaert authored
      - Fixed colspan bug reported by Steven.
      255e3b11
  6. 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
  7. Nov 23, 2004
  8. 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
  9. 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
  10. 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
  11. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  12. Sep 14, 2004
  13. 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
  14. 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
  15. Aug 14, 2004
  16. 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
  17. Jul 02, 2004
    • Dries Buytaert's avatar
      3701c02e
    • Dries Buytaert's avatar
      · 07d49005
      Dries Buytaert authored
      - Patch #8952 by Morbus: made the watchdog module more doxygenish:
      
         * @file header with a oneliner and blurb description about watchdog.module.
         * standardized the text between admin/help#watchdog and admin/logs.
         * tweaked the descriptions of log types available ever so slightly.
         * removed anything that referred to the old settings page.
         * added an assumed 'type' to one of the menu's.
      07d49005
  18. Jun 20, 2004
  19. Jun 18, 2004
    • Dries Buytaert's avatar
      · 54b77d64
      Dries Buytaert authored
      Tabs patch!
      
      CHANGES
      -------
      
       + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
      
       + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
      
       + Grouped settings. All settings have been grouped under 'administer > settings'.
      
      TODO
      ----
      
       + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.
      
       + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
      54b77d64
  20. Jun 01, 2004
  21. May 24, 2004
  22. May 17, 2004
  23. Apr 21, 2004
    • Dries Buytaert's avatar
      · 7231c88a
      Dries Buytaert authored
      - Added support for 403 handling.  Patch by JonBob.  As a side benefit,
        administrators will be able to define a custom 403 page, just as they
        can define 404 pages now.
      
        This needs to be documented in the "Changes since / migrating to ..."
        pages.
      7231c88a
  24. Apr 18, 2004
    • Dries Buytaert's avatar
      · 0dc1f820
      Dries Buytaert authored
      - Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module
        to be more intuitive and moved some help text to Doxygen comments.
      0dc1f820
  25. Apr 15, 2004
  26. Feb 15, 2004
    • Dries Buytaert's avatar
      · 4b0b2d02
      Dries Buytaert authored
      - Patch by Steven: removed redundant permission checks.  These are no longer
        required thanks to the new 404 handling.
      4b0b2d02
  27. Feb 12, 2004
    • Dries Buytaert's avatar
      · b5c18e8a
      Dries Buytaert authored
      - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
      b5c18e8a
  28. Feb 10, 2004
    • Dries Buytaert's avatar
      · 0d0d7276
      Dries Buytaert authored
      - Avoid SQL queries if possible.
      0d0d7276
  29. Feb 07, 2004
    • Dries Buytaert's avatar
      · 26ee4145
      Dries Buytaert authored
      - Usability improvement: changed 'messages' to 'logs'.
      26ee4145
  30. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  31. Jan 11, 2004
  32. Jan 02, 2004
    • Dries Buytaert's avatar
      · b63747fd
      Dries Buytaert authored
      - Removed the hard-coded list of watchdog types.  The list is compiled
        dynamically and can be extended through the watchdog() call.  (Chris
        could use it to move the cron message to their own category.)
      b63747fd
  33. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  34. Dec 08, 2003
    • Dries Buytaert's avatar
      - Improvements by Goba: · 712a30b5
      Dries Buytaert authored
        + removes the lots of pagers and indirect pager themeing
        + add the theme_pager() function, which should be called as
          theme("pager", ...) to get a pager.
      712a30b5
  35. Dec 06, 2003
  36. Dec 03, 2003
    • Dries Buytaert's avatar
      · 17519d3e
      Dries Buytaert authored
      - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable.
      17519d3e