summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-08 05:50:58 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-08 05:50:58 +0000
commit29eb5a62847349897716c316c8e409e5209f8535 (patch)
tree0c779c444cab8703885cb8ea41b6cae19123f577 /CHANGELOG.txt
parent546719769bcd61d7df7cb640effda3fcbf1131d7 (diff)
downloadbrdo-29eb5a62847349897716c316c8e409e5209f8535.tar.gz
brdo-29eb5a62847349897716c316c8e409e5209f8535.tar.bz2
- Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 708bbf28e..565ad9e15 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -8,7 +8,7 @@ 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 optional e-mail notifications when user are approved, blocked, or deleted.
+- Added optional e-mail notifications when users are approved, blocked, or deleted.
- Added versioning support to node terms.
- Made it easier to theme the forum overview page.
- Made Drupal work correctly when running behind a reverse proxy like Squid or Pound.
@@ -32,6 +32,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Removed default/settings.php. Instead the installer will create it from default.settings.php.
* Made it possible to configure your own date formats.
* Remember anonymous comment posters.
+ * Only allow modules and themes to be enabled that have explicitly been ported to the right core API version.
- 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.