Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Made l() add 'class="active"' to the active/current URL. | Dries Buytaert | 2004-01-12 |
| | |||
* | - Improved Doxygen documentation. | Kjartan Mannes | 2003-12-27 |
| | |||
* | - Fixed bug 4703: don't display the help text when the user has no access | Dries Buytaert | 2003-12-18 |
| | | | | | rights for a page. That is, only return the help text if an active handler exists. | ||
* | Patch by Kjartan: | Dries Buytaert | 2003-12-17 |
| | | | | | | | - 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. | ||
* | - Reworked 404 (page not found) handling. Patch by walkah. You can specify a | Dries Buytaert | 2003-12-16 |
| | | | | | custom 404 page in the administration page. As a result, error.php could be removed. | ||
* | - Tidied up the DoxyGen comments. Patch by Kjartan. | Dries Buytaert | 2003-12-08 |
| | |||
* | - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with ↵ | Dries Buytaert | 2003-12-04 |
| | | | | sf, etc. | ||
* | - Menu fix by Jonathan. | Dries Buytaert | 2003-11-21 |
| | |||
* | - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan. | Dries Buytaert | 2003-11-08 |
| | |||
* | - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). ↵ | Dries Buytaert | 2003-10-14 |
| | | | | | | | | | | | | | | Patch 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. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Fixed typo in menu system. Patch by Jonathan. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | 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. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Fixed bug #3037: fixed translation issue with menu items. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Renamed some menu items for clarity and ... added basic phpDoc comments. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Bugfix: fix glitch in menu rendering code. Patch #42 by Al. | Dries Buytaert | 2003-06-08 |
| | |||
* | - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. | Dries Buytaert | 2003-05-13 |
| | | | | | | | | | | | | | - 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. | ||
* | - Don't report duplicate entries - it is an OK thing to do. | Dries Buytaert | 2003-04-21 |
| | |||
* | - Removed the deprecated function menu_add(). | Dries Buytaert | 2003-04-14 |
| | |||
* | - Various improvements to the menu system. | Dries Buytaert | 2003-04-01 |
| | | | | | | | - Changed the import and taxonomy module to use better URLs. Patches by Al. - Fixed locale module weirdness. Patch by Kjartan. | ||
* | - Eliminated system_init(), the session stuff, and made it possible to | Dries Buytaert | 2003-03-12 |
| | | | | rebuild the menu. | ||
* | - Adding $Id$ keyword. | Kjartan Mannes | 2003-03-12 |
| | |||
* | - Fixed some spelling mistakes. Patch by Al. | Dries Buytaert | 2003-02-27 |
| | |||
* | - Fixed bug when an additional parameter is being passed to the callback. | Dries Buytaert | 2003-02-25 |
| | | | | | | | Patch by Zbynek. - Made the menu_tree() function emit CSS tags to identify which menus are expanded/collapsed/leafs. Patch Zbynek and Al Maw. | ||
* | - New menu houskeeping. Prototyped by Zbynek. | Dries Buytaert | 2003-02-20 |
| | | | | | | | | | | | | | | | | 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. | ||
* | - Fixed blog.module to accept blog/name URLs as well as blog/id | Kjartan Mannes | 2003-02-12 |
| | | | | | | - Changed the RewriteRule in .htaccess. - Fixed form_select() matching incorrectly. - Added missing $Id$ to menu.inc | ||
* | - Fixed XHTML glitch in the sitemap. Thanks Moshe and Michael. | Dries Buytaert | 2003-01-27 |
| | |||
* | - Added sitemap feature to administration pages. Requested by various | Dries Buytaert | 2003-01-26 |
| | | | | people including Michael and Moshe. | ||
* | - Small improvement to the admin menu based on feedback from Michael. | Dries Buytaert | 2003-01-14 |
| | |||
* | - Clean URL patch. | Dries Buytaert | 2003-01-06 |
| | |||
* | - Code improvement: menu_tree() will no longer generate empty "<ul></ul>" | Dries Buytaert | 2002-12-30 |
| | | | | constructs. | ||
* | - We don't have to show the main row anymore. | Dries Buytaert | 2002-12-27 |
| | |||
* | - Refactored the administration pages. | Dries Buytaert | 2002-12-24 |