Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - "Administration overview" -> "sitemap" | Dries Buytaert | 2003-05-29 |
| | |||
* | - Michael Frankowski's excellent help text improvements! | Dries Buytaert | 2003-05-29 |
| | |||
* | - Fixed broken link. Patch by Al. | Dries Buytaert | 2003-05-23 |
| | |||
* | - The page_footer() function was always called twice due to the introduction | Dries Buytaert | 2003-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 Buytaert | 2003-05-13 |
| | | | | Is this an OK thing to do? | ||
* | - 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. | ||
* | - Committed Gordon's htmlarea patch. | Dries Buytaert | 2003-04-21 |
| | |||
* | - 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. | ||
* | - Emit the menu after the actual content; this makes it possible to rebuild | Dries Buytaert | 2003-03-09 |
| | | | | the menu when some action changed the system table. | ||
* | - 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. | ||
* | - Clean URLs. | Dries Buytaert | 2003-02-14 |
| | |||
* | - 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 |
| | |||
* | - Some usability improvements requested by Michael. | Dries Buytaert | 2003-01-06 |
| | |||
* | - Clean URL patch. | Dries Buytaert | 2003-01-06 |