summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-14 16:41:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-14 16:41:30 +0000
commit38969b48ffd65d8bbf2b7c6722288c5341d7a4f6 (patch)
tree12c24fe330db341ac54d72b5dc638dae14642408 /CHANGELOG.txt
parent78027e1a1a1d4fabd69c9806f49edd6d94a31e2d (diff)
downloadbrdo-38969b48ffd65d8bbf2b7c6722288c5341d7a4f6.tar.gz
brdo-38969b48ffd65d8bbf2b7c6722288c5341d7a4f6.tar.bz2
#315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :)
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1e4c8e84d..c94678dab 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -75,7 +75,10 @@ Drupal 7.0, xxxx-xx-xx (development version)
allowing Drupal to lazy-load code as needed, resulting in significant performance
and memory improvements.
- Theme system:
- * Converted the 'bluemarine' theme to a tableless layout.
+ * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
+ 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.
- File handling:
* Files are now first class Drupal objects with file_load(), file_save(),
and file_validate() functions and corresponding hooks.