Skip to content
  1. Apr 15, 2004
  2. 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
  3. Feb 12, 2004
    • Dries Buytaert's avatar
      · b5c18e8a
      Dries Buytaert authored
      - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
      b5c18e8a
  4. Feb 10, 2004
    • Dries Buytaert's avatar
      · 0d0d7276
      Dries Buytaert authored
      - Avoid SQL queries if possible.
      0d0d7276
  5. Feb 07, 2004
    • Dries Buytaert's avatar
      · 26ee4145
      Dries Buytaert authored
      - Usability improvement: changed 'messages' to 'logs'.
      26ee4145
  6. 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
  7. Jan 11, 2004
  8. 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
  9. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  10. 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
  11. Dec 06, 2003
  12. 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
  13. Nov 27, 2003
  14. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  15. Nov 20, 2003
    • Dries Buytaert's avatar
      · 4bdac433
      Dries Buytaert authored
      - Patch by JonBob:
      
        Phase 2 of the menu system integration project. This unifies the interface
        used by admin and non-admin pages, and deprecates the _page hook in favor of
        explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
        as a result of this patch; they will return in the phase 3 patch, printed
        by the theme.
      4bdac433
  16. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  17. Oct 23, 2003
    • Dries Buytaert's avatar
      · 4a381ea6
      Dries Buytaert authored
      - Small documentation improvements.
      4a381ea6
  18. Oct 09, 2003
    • Dries Buytaert's avatar
      · 1a5fcacd
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      1a5fcacd
  19. Oct 07, 2003
    • Dries Buytaert's avatar
      · 4cbca311
      Dries Buytaert authored
      - Fixed typo in the watchdog module's help text.  Patch by Gabor.
      4cbca311
    • Dries Buytaert's avatar
      · 22c889e7
      Dries Buytaert authored
      - Help system improvements: eliminated the _system hook.  Patch by Michael.
      
      - Bloggerapi module fixes.  Patch by Kjartan.
      
      - Coding style fixes.  Patch by Michael.
      22c889e7
  20. Oct 02, 2003
    • Dries Buytaert's avatar
      · 51976ac1
      Dries Buytaert authored
      - Fixed translation glitch in watchdog module.  Thanks Stefan.
      51976ac1
  21. Sep 30, 2003
    • Dries Buytaert's avatar
      · 13f12eb4
      Dries Buytaert authored
      - Fixed bug #3383: broken admin help of the watchdog module.  Patch by
        Jonathan.
      13f12eb4
  22. Sep 28, 2003
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009
  23. Sep 27, 2003
    • Dries Buytaert's avatar
      · fe09d5a7
      Dries Buytaert authored
      - Committed Al's new admin link texts.  Remarks:
      
        1) As explained by Al, there is still a glitch with the 'create content'
           menu.
        2) The user module part of the patch did not apply due to Kjartan's earlier
           patch.
      fe09d5a7
  24. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  25. Sep 19, 2003
    • Dries Buytaert's avatar
      · 2fbc7fcf
      Dries Buytaert authored
      - Committed a partial administration page integration patch.
      2fbc7fcf
  26. Sep 16, 2003
    • Dries Buytaert's avatar
      · a18b09b0
      Dries Buytaert authored
      - Fixed bug #2874: typo in watchdog module help.  Patch by Stefan.
      a18b09b0
  27. Sep 09, 2003
    • Dries Buytaert's avatar
      · 8e657f64
      Dries Buytaert authored
      - Gerhard's uid 0 patches.  These patches bring various performance
        improvements.  Requires a database update.
      8e657f64
  28. Aug 21, 2003
    • Dries Buytaert's avatar
      · 8d013b16
      Dries Buytaert authored
      - Applied Moshe's tablesort patch!  Note that I changed the arrow images
        because those of Moshe where not identical.
      8d013b16
  29. Aug 19, 2003
    • Dries Buytaert's avatar
      · 6c1af758
      Dries Buytaert authored
      - Updated the watchdog module to use the new help function approach.
      6c1af758
  30. Jul 16, 2003
    • Dries Buytaert's avatar
      · 1252d512
      Dries Buytaert authored
      - Changed some INNER JOINs back to LEFT JOINs.  Patch by Gerhard.  Not tested
        by me.
      1252d512
  31. Jul 12, 2003
    • Dries Buytaert's avatar
      · 22b6d2f3
      Dries Buytaert authored
      - Performance improvement: changed a fair amount of "left joins" to "inner
        joins".  Patch by Gerhard.
      22b6d2f3
  32. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  33. Jul 08, 2003
    • Dries Buytaert's avatar
      · 07f9c4f6
      Dries Buytaert authored
      - Removed some cruft.
      07f9c4f6
  34. Jun 16, 2003
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  35. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  36. Jun 06, 2003
    • Dries Buytaert's avatar
      · aa38097c
      Dries Buytaert authored
      - Dropped check_input(); use check_query() instead.
      
      - Made the statistics module use referer_uri() for security's sake.
      aa38097c
  37. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  38. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a