Skip to content
  1. Feb 15, 2004
    • Dries Buytaert's avatar
      · fdea6a29
      Dries Buytaert authored
      - Fixed two bugs in the menu system: only make a menu collapsable when it has
        _visible_ children, accept 'foo/0'-style URLs (0 != NULL).
      fdea6a29
  2. Jan 12, 2004
    • Dries Buytaert's avatar
      · 5fa33b29
      Dries Buytaert authored
      - Made l() add 'class="active"' to the active/current URL.
      5fa33b29
  3. Dec 27, 2003
  4. Dec 18, 2003
    • Dries Buytaert's avatar
      · 23c7a4aa
      Dries Buytaert authored
      - Fixed bug 4703: don't display the help text when the user has no access
        rights for a page.  That is, only return the help text if an active
        handler exists.
      23c7a4aa
  5. Dec 17, 2003
    • Dries Buytaert's avatar
      · 928c113b
      Dries Buytaert authored
      Patch by Kjartan:
        - Adds possibility to hide menu item when it has no children. (Fixes the
          node/add problem when user doesn't have access to create any node
          types.)
        - More doxygen comments.
      928c113b
  6. Dec 16, 2003
    • Dries Buytaert's avatar
      · 670a2922
      Dries Buytaert authored
      - Reworked 404 (page not found) handling.  Patch by walkah.  You can specify a
        custom 404 page in the administration page.  As a result, error.php could be
        removed.
      670a2922
  7. Dec 08, 2003
    • Dries Buytaert's avatar
      · 3904790e
      Dries Buytaert authored
      - Tidied up the DoxyGen comments.  Patch by Kjartan.
      3904790e
  8. Dec 04, 2003
    • Dries Buytaert's avatar
      · d45bf0f1
      Dries Buytaert authored
      - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc.
      d45bf0f1
  9. Nov 21, 2003
    • Dries Buytaert's avatar
      · e4d791fe
      Dries Buytaert authored
      - Menu fix by Jonathan.
      e4d791fe
  10. Nov 08, 2003
    • Dries Buytaert's avatar
      · 92995414
      Dries Buytaert authored
      - Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.
      92995414
  11. Oct 14, 2003
    • Dries Buytaert's avatar
      - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch · 5d684e10
      Dries Buytaert authored
        by Nick (CodeMonkeyX).
      
      - Bugfix: anonymous users could not change comment settings.  Patch by Bart.
      
      - Bugfix: the comment control form always showed "order by date - newest first",
        no matter what order you selected.  Patch by Bart.
      
      - Small usability improvement: only display comment controls when there are
        comments to show.  Patch by Bart.
      5d684e10
  12. Oct 09, 2003
    • Dries Buytaert's avatar
      · 0f44d7d6
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      0f44d7d6
  13. Oct 07, 2003
    • Dries Buytaert's avatar
      · 51ddccb1
      Dries Buytaert authored
      - Fixed typo in menu system.  Patch by Jonathan.
      51ddccb1
  14. Sep 28, 2003
    • Dries Buytaert's avatar
      · 32e8d77c
      Dries Buytaert authored
      - Associate a callback with the menu links!  (This callback is not yet being
        called but will be as soon the remaining links have been transformed to use
        the menu system.)
      
      - Made sure the menu does not render links with no callback and no children.
        Like this, the 'create content' link is not being shown when the user has
        no permission to add any content.
      32e8d77c
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009
    • Dries Buytaert's avatar
      · 42a98731
      Dries Buytaert authored
      - Fixed bug #3037: fixed translation issue with menu items.
      42a98731
    • Dries Buytaert's avatar
      · a5e048a5
      Dries Buytaert authored
      - Renamed some menu items for clarity and ... added basic phpDoc comments.
      a5e048a5
    • Dries Buytaert's avatar
      - Rewrote the most of the menu system; this fixes Al's problem with the · 2fe79310
      Dries Buytaert authored
        "create content" link.
      
      - Manually merged the user module's new menu items.  Al's patch did not
        apply.
      
      - Added some missing t()s.
      2fe79310
  15. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  16. Jun 08, 2003
    • Dries Buytaert's avatar
      · 6ac9f889
      Dries Buytaert authored
      - Bugfix: fix glitch in menu rendering code.  Patch #42 by Al.
      6ac9f889
  17. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  18. Apr 21, 2003
    • Dries Buytaert's avatar
      · 81b05c67
      Dries Buytaert authored
      - Don't report duplicate entries - it is an OK thing to do.
      81b05c67
  19. Apr 14, 2003
    • Dries Buytaert's avatar
      · a53e34e8
      Dries Buytaert authored
      - Removed the deprecated function menu_add().
      a53e34e8
  20. Apr 01, 2003
  21. Mar 12, 2003
  22. Feb 27, 2003
    • Dries Buytaert's avatar
      · 6f6561a8
      Dries Buytaert authored
      - Fixed some spelling mistakes.  Patch by Al.
      6f6561a8
  23. Feb 25, 2003
    • Dries Buytaert's avatar
      · cff898ff
      Dries Buytaert authored
      - Fixed bug when an additional parameter is being passed to the callback.
        Patch by Zbynek.
      
      - Made the menu_tree() function emit CSS tags to identify which menus are
        expanded/collapsed/leafs.  Patch Zbynek and Al Maw.
      cff898ff
  24. Feb 20, 2003
    • Dries Buytaert's avatar
      · 277ceae5
      Dries Buytaert authored
      - New menu houskeeping.  Prototyped by Zbynek.
      
        The following modules need updating:
          * glossary module
          * feed module (Breyten's version)
          * mailhandler module
          * notify module
          * project module
          * smileys module
          * admin module
          * style module
          * taxonomy_dhtml module
      
        To avoid unexpected problems menu_add() is deprecated (it will print an
        error message when used) and menu() should be used instead.
      277ceae5
  25. Feb 12, 2003
  26. Jan 27, 2003
    • Dries Buytaert's avatar
      · 92b5fc36
      Dries Buytaert authored
      - Fixed XHTML glitch in the sitemap.  Thanks Moshe and Michael.
      92b5fc36
  27. Jan 26, 2003
    • Dries Buytaert's avatar
      · a32e3d14
      Dries Buytaert authored
      - Added sitemap feature to administration pages.  Requested by various
        people including Michael and Moshe.
      a32e3d14
  28. Jan 14, 2003
    • Dries Buytaert's avatar
      · d2687836
      Dries Buytaert authored
      - Small improvement to the admin menu based on feedback from Michael.
      d2687836
  29. Jan 06, 2003
    • Dries Buytaert's avatar
      · 89b2069e
      Dries Buytaert authored
      - Clean URL patch.
      89b2069e
  30. Dec 30, 2002
    • Dries Buytaert's avatar
      · e97c6a73
      Dries Buytaert authored
      - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"
        constructs.
      e97c6a73
  31. Dec 27, 2002
    • Dries Buytaert's avatar
      · a3ad12a9
      Dries Buytaert authored
      - We don't have to show the main row anymore.
      a3ad12a9
  32. Dec 24, 2002
    • Dries Buytaert's avatar
      · 22fa9ed7
      Dries Buytaert authored
      - Refactored the administration pages.
      22fa9ed7