Skip to content
  1. Oct 29, 2005
  2. Oct 22, 2005
  3. Oct 08, 2005
  4. Sep 18, 2005
  5. Aug 25, 2005
  6. Aug 11, 2005
    • Dries Buytaert's avatar
      - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core.... · b69b43d1
      Dries Buytaert authored
      - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s.
      
      Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
      b69b43d1
  7. Jun 22, 2005
  8. Jun 05, 2005
  9. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  10. Apr 07, 2005
  11. Feb 28, 2005
  12. Feb 21, 2005
  13. Jan 22, 2005
  14. Jan 19, 2005
  15. Nov 28, 2004
    • Dries Buytaert's avatar
      · 76eace31
      Dries Buytaert authored
      - Usability improvement: only display subtabs if there is more than one subtab.  If there is only one, make sure it is the set to be the default subtab and all is well.
      76eace31
  16. Nov 06, 2004
    • Dries Buytaert's avatar
      · c214cee3
      Dries Buytaert authored
      - On popular demand, patch #10178 by jhriggs: made it possible to expand menu items.
      c214cee3
  17. Oct 16, 2004
  18. Oct 14, 2004
  19. Oct 12, 2004
  20. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  21. Sep 09, 2004
    • Dries Buytaert's avatar
      · b84b6e42
      Dries Buytaert authored
      - Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
      b84b6e42
  22. Sep 07, 2004
    • Dries Buytaert's avatar
      · 27f055b5
      Dries Buytaert authored
      - Patch #10192 by JonBob: fixed issue with menus not expanding.
      27f055b5
  23. Aug 16, 2004
  24. Aug 15, 2004
    • Dries Buytaert's avatar
      · 9a26352b
      Dries Buytaert authored
      - Patch #9864 by JonBob: better form validation in menu administration.
      9a26352b
  25. Aug 12, 2004
    • Dries Buytaert's avatar
      · 0f088b79
      Dries Buytaert authored
      - Patch #9983 by Stefan: various code style improvements.
      0f088b79
  26. Aug 10, 2004
    • Dries Buytaert's avatar
      · f99830a4
      Dries Buytaert authored
      - Patch by Al: improved the admin/help pages (first step).
      f99830a4
  27. Aug 06, 2004
    • Dries Buytaert's avatar
      · 9bbdb71e
      Dries Buytaert authored
      - Patch #9330: ucfirst() gives problem when used with multibyte charset.
        Replaced the use of ucfirst() with a CSS-based solution.
      9bbdb71e
  28. Aug 03, 2004
    • Dries Buytaert's avatar
      · c0f6fcca
      Dries Buytaert authored
      - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.
      c0f6fcca
  29. Jul 25, 2004
    • Dries Buytaert's avatar
      · 2af5dff6
      Dries Buytaert authored
      - Patch #9464 by Moshe: menu.module omitted a pair of braces when calling
        db_next_id().
      2af5dff6
  30. Jul 22, 2004
  31. Jul 15, 2004
    • Dries Buytaert's avatar
      · 7765fa1f
      Dries Buytaert authored
      - Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc.
      7765fa1f
  32. Jul 14, 2004
    • Dries Buytaert's avatar
      · ce8e2643
      Dries Buytaert authored
      - Patch #9262 by Ber / JonBob: the menu did not build correctly, thus the additional menu's were never displayed, but were saved. Only the last custom menu was displayed.
      ce8e2643
  33. Jul 10, 2004
    • Dries Buytaert's avatar
      · f163fa99
      Dries Buytaert authored
      - Patch by JonBob: a significant documentation update for the menu system!
      f163fa99
    • Dries Buytaert's avatar
      · ac5b5616
      Dries Buytaert authored
      - More tab-improvements by JonBob: improved support for the default tabs!
      ac5b5616
  34. Jul 06, 2004
    • Dries Buytaert's avatar
      · 7bb88809
      Dries Buytaert authored
      - Patch #9049 by JonBob: fixed a number of tab issues.
      7bb88809
  35. Jul 02, 2004
    • Dries Buytaert's avatar
      · 9986cb36
      Dries Buytaert authored
      - Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site).
      9986cb36
  36. Jun 30, 2004
    • Dries Buytaert's avatar
      · 60513799
      Dries Buytaert authored
      - Patch #8941 by JonBob: allow local tasks to be ordered by weight, as well
        as simplifying the theming of local tasks so they can be more easily
        rendered in a non-tab manner.
      60513799
  37. Jun 20, 2004