From e47a8a1e04b7d720eded3195a933f1bf6c6c50fb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 16 Jul 2007 09:29:43 +0000 Subject: [PATCH] - Some massaging. --- CHANGELOG.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5aeaae525d93..d19501caa928 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,8 +10,6 @@ Drupal 6.0, xxxx-xx-xx (development version) * Added syslog module: useful for monitoring large Drupal installations. - 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. - 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. - Made signature support optional and made it possible to theme signatures. @@ -26,6 +24,7 @@ Drupal 6.0, xxxx-xx-xx (development version) * Automatically import translations when enabling new modules. * Automatically import translations when adding a new language. * JavaScript interface translation. + * Automatically import a module's translation upon enabling that module. - Moved "PHP input filter" to a stand-alone module so it can be deleted for security reasons. - Usability: * Improved handling of teasers in posts. @@ -54,6 +53,7 @@ Drupal 6.0, xxxx-xx-xx (development version) - Performance: * Made it easier to conditionally load include files. * Added a JavaScript aggregator and compressor. + * Made Drupal work correctly when running behind a reverse proxy like Squid or Pound. - File handling improvements: * Entries in the files table are now keyed to a user, and not a node. * Added re-usable validation functions to check for uploaded file sizes, extensions, and image resolution. -- GitLab