summaryrefslogtreecommitdiff
path: root/includes/conf.php
Commit message (Collapse)AuthorAge
* - added a comment() function to the base theme: you don't have to overloadDries Buytaert2001-10-07
| | | | | | | it in your custom themes - moved 'theme_account()' to the base theme as '$theme->user()' so that it can be themed.
* - removed the themes that are not actively maintained ...Dries Buytaert2001-09-28
|
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
| | | | of comments and nodes.
* - Added the new user module!Dries Buytaert2001-09-16
|
* - Removed the confusing comment as suggested by Jared.Dries Buytaert2001-08-21
|
* - Updated the $themes array to include all the themes.Kjartan Mannes2001-06-07
|
* CHANGESDries Buytaert2001-05-20
- Redid settings.module and even renamed it to conf.module. * Settings are now grouped in basic categories like "system settings", "module settings" and "filters". * Added new settings to make Drupal easier to configure and to make some aspects like the watchdog scale better. - Renamed includes/settings.php to includes/conf.php. - Added filter support to conf.module and introduced filter hooks so modules can implement and export new filters. Example filters are an HTML filter (implemented), a profanity filter, an url converter, ASCII smileys to images filter and so on ... - Reworked the check_* functions: user contributed content/input is only verified and filtered once in its lifespan. NOTES - Altough this is a large commit, no database changes are required.