summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-03-29 08:06:19 +0000
committerDries Buytaert <dries@buytaert.net>2003-03-29 08:06:19 +0000
commit6857ab3dbbe0d90325d3b07b0f0c594377b172d8 (patch)
tree1697dc12feec8e7ccb6e7fd99b116b653a007633
parentb3225af15af59d40ab359c09edae9c14cc6ee4c1 (diff)
downloadbrdo-6857ab3dbbe0d90325d3b07b0f0c594377b172d8.tar.gz
brdo-6857ab3dbbe0d90325d3b07b0f0c594377b172d8.tar.bz2
- Some updates/additions.
-rw-r--r--CHANGELOG14
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3474b769a..70b9f12d6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,16 @@
Drupal x.x.x, xxxx-xx-xx (to be released)
------------------------
-- clean URLs.
-- reorganized the administration pages.
+- added support for clean URLs.
+- rewrote the RSS/RDF parser:
+ * it will now use PHP's built-in XML parser to parse news feeds.
+- rewrote the administration pages:
+ * improved the navigational elements and added breadcrumb navigation
+ * improved the look and feel
+ * added context-sensitive help
- database backend:
- * fixed numereous SQL queries to make Drupal work on PostgreSQL and MSSQL.
+ * fixed numereous SQL queries to make Drupal ANSI compliant.
+ * added MSSQL database scheme.
- search module:
* changed the search module to use implicit AND'ing instead of implicit OR'ing.
- node system improvements:
@@ -12,7 +18,7 @@ Drupal x.x.x, xxxx-xx-xx (to be released)
* improved content submission:
+ improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bother with teasers when the post is too short for a teaser.
+ added the ability to preview both the short and the full version of your posts.
- * extended the node api, allows for more advanced uses and cleans up the interaction between modules.
+ * extended the node API which allows for better integration.
* added default node settings to control the behaviour for promotion, moderation and other options.
- themes:
* replaced theme "Goofy" by "Xtemplate", a template driven theme.