summaryrefslogtreecommitdiff
path: root/modules/admin.module
Commit message (Collapse)AuthorAge
* - Fixed broken link. Patch by Al.Dries Buytaert2003-05-23
|
* - The page_footer() function was always called twice due to the introductionDries Buytaert2003-05-18
| | | | | | of the "footer" hook (and because of the existence of the page module). This caused the node view counter to be incremented twice per page view, the cache being set twice, etc. Quite a bug.
* - Specified the charset such that the administration pages would validate.Dries Buytaert2003-05-13
| | | | Is this an OK thing to do?
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-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.
* - Committed Gordon's htmlarea patch.Dries Buytaert2003-04-21
|
* - Various improvements to the menu system.Dries Buytaert2003-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 toDries Buytaert2003-03-12
| | | | rebuild the menu.
* - Emit the menu after the actual content; this makes it possible to rebuildDries Buytaert2003-03-09
| | | | the menu when some action changed the system table.
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-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.
* - Clean URLs.Dries Buytaert2003-02-14
|
* - Added sitemap feature to administration pages. Requested by variousDries Buytaert2003-01-26
| | | | people including Michael and Moshe.
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
|
* - Some usability improvements requested by Michael.Dries Buytaert2003-01-06
|
* - Clean URL patch.Dries Buytaert2003-01-06