summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-11 20:53:17 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-11 20:53:17 +0000
commit0c3e612704e2aff814bb4fe6024a69af06605982 (patch)
treec13df23fba07a8aaabbd7b43cac2ed90b0b08352 /CHANGELOG.txt
parent5e1d9f979dfac16386138e2b3a8e7fede5f424d6 (diff)
downloadbrdo-0c3e612704e2aff814bb4fe6024a69af06605982.tar.gz
brdo-0c3e612704e2aff814bb4fe6024a69af06605982.tar.bz2
Keeping CHANGELOG up to date
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f16782bb2..a5cf42ece 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,9 +5,9 @@ Drupal 5.0, xxxx-xx-xx (development version)
- completely retooled the administration page
* /admin now contains an administration page which may be themed
* reorganised administration menu items by task and by module
- * added a status report page with detailed PHP/MySQL information
+ * added a status report page with detailed PHP/MySQL/Drupal information
- added web-based installer which can:
- * check installation requirements
+ * check installation and run-time requirements
* automatically generate the database configuration file
* install pre-made 'install profiles' or distributions
* import the database structure with automatic table prefixing
@@ -29,11 +29,13 @@ Drupal 5.0, xxxx-xx-xx (development version)
* made it possible to instantly assign roles to newly created user accounts.
* improved configurability of the contact forms.
* reorganized the settings pages.
- * made it easy to investigate popular search terms
+ * made it easy to investigate popular search terms.
* added a 'select all' checkbox and a range select feature to administration tables.
-- integrated urlfilter.module in filter.module
+ * simplified the 'break' tag to split teasers from body.
+ * use proper capitalization for titles, menu items and operations.
+- integrated urlfilter.module into filter.module
- block system:
- * extended the block visibility settings with a role specific settings.
+ * extended the block visibility settings with a role specific setting.
* made it possible to customize all block titles.
- poll module:
* optionally allow people to inspect all votes.
@@ -63,6 +65,7 @@ Drupal 5.0, xxxx-xx-xx (development version)
* made it possible to do memcached based session management.
* omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
* added an 'aggressive' caching policy.
+ * added a CSS aggregator and compressor (up to 40% faster page loads).
- removed the archive module.
- upgrade system:
* created space for update branches.