Skip to content
  1. Nov 28, 2005
  2. Aug 17, 2005
  3. Jun 05, 2005
  4. Apr 07, 2005
  5. Feb 28, 2005
  6. Feb 21, 2005
  7. Jan 22, 2005
  8. Jan 19, 2005
  9. 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
  10. 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
  11. Oct 16, 2004
  12. Oct 14, 2004
  13. Oct 12, 2004
  14. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  15. 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
  16. Sep 07, 2004
    • Dries Buytaert's avatar
      · 27f055b5
      Dries Buytaert authored
      - Patch #10192 by JonBob: fixed issue with menus not expanding.
      27f055b5
  17. Aug 16, 2004
  18. Aug 15, 2004
    • Dries Buytaert's avatar
      · 9a26352b
      Dries Buytaert authored
      - Patch #9864 by JonBob: better form validation in menu administration.
      9a26352b
  19. Aug 12, 2004
    • Dries Buytaert's avatar
      · 0f088b79
      Dries Buytaert authored
      - Patch #9983 by Stefan: various code style improvements.
      0f088b79
  20. Aug 10, 2004
    • Dries Buytaert's avatar
      · f99830a4
      Dries Buytaert authored
      - Patch by Al: improved the admin/help pages (first step).
      f99830a4
  21. 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
  22. 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
  23. 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
  24. Jul 22, 2004
  25. Jul 15, 2004
    • Dries Buytaert's avatar
      · 7765fa1f
      Dries Buytaert authored
      - Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc.
      7765fa1f
  26. 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
  27. 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
  28. Jul 06, 2004
    • Dries Buytaert's avatar
      · 7bb88809
      Dries Buytaert authored
      - Patch #9049 by JonBob: fixed a number of tab issues.
      7bb88809
  29. 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
  30. 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
  31. Jun 20, 2004
  32. Jun 19, 2004
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · a42b84e5
      Dries Buytaert authored
      First tab improvements by Adrian:
      
        + Changed menu.inc to generate two separate lists instead of nested lists:
          that seems to be the only alternative to get rid of absolute positioning.
      
        + Changed the tabs code to be more sexy and put the code in misc/drupal.css
          so all themes are automagically updated.
      a42b84e5
  33. 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
  34. Jun 01, 2004