summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Expand)AuthorAge
* - Removed the menu cache. Too many problems with it.Dries Buytaert2004-04-27
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-04-15
* - Fixed two bugs in the menu system: only make a menu collapsable when it hasDries Buytaert2004-02-15
* - Made l() add 'class="active"' to the active/current URL.Dries Buytaert2004-01-12
* - Improved Doxygen documentation.Kjartan Mannes2003-12-27
* - Fixed bug 4703: don't display the help text when the user has no accessDries Buytaert2003-12-18
* Patch by Kjartan:Dries Buytaert2003-12-17
* - Reworked 404 (page not found) handling. Patch by walkah. You can specify aDries Buytaert2003-12-16
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf,...Dries Buytaert2003-12-04
* - Menu fix by Jonathan.Dries Buytaert2003-11-21
* - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.Dries Buytaert2003-11-08
* - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). P...Dries Buytaert2003-10-14
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
* - Fixed typo in menu system. Patch by Jonathan.Dries Buytaert2003-10-07
* - Associate a callback with the menu links! (This callback is not yet beingDries Buytaert2003-09-28
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
* - Fixed bug #3037: fixed translation issue with menu items.Dries Buytaert2003-09-28
* - Renamed some menu items for clarity and ... added basic phpDoc comments.Dries Buytaert2003-09-28
* - Rewrote the most of the menu system; this fixes Al's problem with theDries Buytaert2003-09-28
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
* - Bugfix: fix glitch in menu rendering code. Patch #42 by Al.Dries Buytaert2003-06-08
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Don't report duplicate entries - it is an OK thing to do.Dries Buytaert2003-04-21
* - Removed the deprecated function menu_add().Dries Buytaert2003-04-14
* - Various improvements to the menu system.Dries Buytaert2003-04-01
* - Eliminated system_init(), the session stuff, and made it possible toDries Buytaert2003-03-12
* - Adding $Id$ keyword.Kjartan Mannes2003-03-12
* - Fixed some spelling mistakes. Patch by Al.Dries Buytaert2003-02-27
* - Fixed bug when an additional parameter is being passed to the callback.Dries Buytaert2003-02-25
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Fixed blog.module to accept blog/name URLs as well as blog/idKjartan Mannes2003-02-12
* - Fixed XHTML glitch in the sitemap. Thanks Moshe and Michael.Dries Buytaert2003-01-27
* - Added sitemap feature to administration pages. Requested by variousDries Buytaert2003-01-26
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - Clean URL patch.Dries Buytaert2003-01-06
* - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"Dries Buytaert2002-12-30
* - We don't have to show the main row anymore.Dries Buytaert2002-12-27
* - Refactored the administration pages.Dries Buytaert2002-12-24