summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-31 19:44:21 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-31 19:44:21 +0000
commita8a15bcd9015914d5350d868760f8d750b80354e (patch)
treec7bbfa7576430403282b0b9dc7ef20d06e218d61 /CHANGELOG.txt
parent04d7eb4acb8b892e489a3abe49c9a98e5d863f7e (diff)
downloadbrdo-a8a15bcd9015914d5350d868760f8d750b80354e.tar.gz
brdo-a8a15bcd9015914d5350d868760f8d750b80354e.tar.bz2
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d1add72de..71ac27008 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -59,7 +59,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
- Aggregator:
* Introduced architecture that allows pluggable parsers and processors for
syndicating RSS and Atom feeds.
- * Added options to suspend updating specific feeds and never discard feeds
+ * Added options to suspend updating specific feeds and never discard feeds
items.
- Testing:
* Added test framework and tests.
@@ -95,7 +95,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
on as contributed themes (http://drupal.org/project/bluemarine,
http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
* Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
- * Added Slate theme as the default administration interface theme.
+ * Added Seven theme as the default administration interface theme.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.
@@ -106,7 +106,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
uploading a site logo--that don't require the overhead of databases and
hooks, the current unmanaged copy, move and delete operations have been
preserved but renamed to file_unmanaged_*().
- * Rewrote file handling to use PHP stream wrappers to enable support for
+ * Rewrote file handling to use PHP stream wrappers to enable support for
both public and private files and to support pluggable storage mechanisms
and access to remote resources (e.g. S3 storage or Flickr photos).
- Image handling:
@@ -120,7 +120,8 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
- Field API:
- * Custom data fields may be attached to nodes and users, and taxonomy terms.
+ * Custom data fields may be attached to nodes, users, comments and taxonomy
+ terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API
@@ -132,12 +133,12 @@ Drupal 7.0, xxxx-xx-xx (development version)
via a command line script.
- Page organization
* Made the help text area a full featured region with blocks.
- * Site mission is replaced with the highlighted content block region and
+ * Site mission is replaced with the highlighted content block region and
separate RSS feed description settings.
- * The footer message setting was removed in favor of custom blocks.
+ * The footer message setting was removed in favor of custom blocks.
* Made the main page content a block which can be moved and ordered
with other blocks in the same region.
- * Blocks can now return structured arrays for later rendering just
+ * Blocks can now return structured arrays for later rendering just
like page callbacks.
- Translation system
* The translation system now supports message context (msgctxt).