summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-25 15:28:28 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-25 15:28:28 +0000
commit5ae55b80441adcd6a97ec2c7486dd45b4c9e0420 (patch)
tree048a49311143fe1a0bbc4eafbf9f473fc9e53f15 /CHANGELOG.txt
parentbb71ce1fedcb344a58bbf591f1d93b6ce6336558 (diff)
downloadbrdo-5ae55b80441adcd6a97ec2c7486dd45b4c9e0420.tar.gz
brdo-5ae55b80441adcd6a97ec2c7486dd45b4c9e0420.tar.bz2
- Patch #186004 by jvandyk: CHANGELOG.txt cleanups.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 03d42877f..72c85095c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -29,11 +29,10 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Made it possible to specify a node's language.
* Support for translating posts on the site to different languages.
* Language dependent path aliases.
- * 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
+- Moved "PHP input filter" to a standalone module so it can be deleted for
security reasons.
- Usability:
* Improved handling of teasers in posts.
@@ -44,7 +43,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* 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.
+ ported to the correct core API version.
* Can now specify the minimum PHP version required for a module within the
.info file.
* Dynamically check password strength and confirmation.
@@ -57,7 +56,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Used the Garland theme for the installation and maintenance pages.
* Added theme preprocess functions for themes that are templates.
* Added support for themeable functions in JavaScript.
-- Refactored update.php to a generic batch API to be able to run time consuming
+- Refactored update.php to a generic batch API to be able to run time-consuming
operations in multiple subsequent HTTP requests.
- Installer:
* Themed the installer with the Garland theme.
@@ -68,7 +67,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Fixes faulty and chopped off HTML in postings.
* Tags are now automatically closed at the end of the teaser.
- Performance:
- * Made it easier to conditionally load include files and split up many core
+ * Made it easier to conditionally load .include files and split up many core
modules.
* Added a JavaScript aggregator and compressor.
* Added block-level caching, improving performance for both authenticated
@@ -76,12 +75,12 @@ Drupal 6.0, xxxx-xx-xx (development version)
* 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,
+ * Entries in the files table are now keyed to a user instead of a node.
+ * Added reusable validation functions to check for uploaded file sizes,
extensions, and image resolution.
* Added ability to create and remove temporary files during a cron job.
- Forum improvements:
- * Any node type may be posted in a forum.
+ * Any node type may now be posted in a forum.
- Added support for OpenID.
- Added support for triggering configurable actions.
- Added the Update status module to automatically check for available updates