summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-05-03 10:52:56 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-05-03 10:52:56 +0000
commit8f36367d4aa2ff2815e9d4099dc0e31916f56ce9 (patch)
tree4edbbd7d33a98cb1faa8bbc2250b548661031c76 /CHANGELOG.txt
parentfff45d1f4bad87b8124ef383de5eae6d4f9a982a (diff)
downloadbrdo-8f36367d4aa2ff2815e9d4099dc0e31916f56ce9.tar.gz
brdo-8f36367d4aa2ff2815e9d4099dc0e31916f56ce9.tar.bz2
Add missing items to changelog (clean url tester, sticky table header) and group related items together.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 775c004d7..e3718cb47 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -8,22 +8,26 @@ Drupal 6.0, xxxx-xx-xx (development version)
* The watchdog module is now called dblog, and is optional, but enabled by default in the default install profile.
* Extended the database log module so log messages can be filtered.
* Added syslog module: useful for monitoring large Drupal installations.
-- Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
- Added versioning support to node terms.
- Made it easier to theme the forum overview page.
- Drupal works with error reporting set to E_ALL.
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful to use Drupal as a framework to build command-line tools.
-- Used the Garland theme for the installation and maintenance pages.
-- Improved handling of teasers in posts.
- Made signature support optional and made it possible to theme signatures.
-- Added generic language management functionality.
+- Language system improvements:
* Support for right to left languages.
* Language detection based on parts of the URL.
* Browser based language detection.
* Made it possible to specify a node's language.
+ * Language dependent path aliases.
- Moved "PHP input filter" to a stand-alone module so it can be deleted for security reasons.
-- Language dependent path aliases.
-- Added .info files to themes and made it easier to specify regions and features.
+- Usability:
+ * Improved handling of teasers in posts.
+ * Added sticky table headers.
+ * Check for clean URL support automatically with JavaScript.
+- Theme system:
+ * Added .info files to themes and made it easier to specify regions and features.
+ * Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
+ * Used the Garland theme for the installation and maintenance pages.
Drupal 5.0, 2007-01-15
----------------------