summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-29 18:06:51 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-29 18:06:51 +0000
commit2348e7de6f9714496316ee42d5598efeb0faaee3 (patch)
treefaf22908035129ddd942071cace661b068e1f7d6 /CHANGELOG.txt
parent8dd8b0c22373106181d40e1bfa8af9c47dd127cb (diff)
downloadbrdo-2348e7de6f9714496316ee42d5598efeb0faaee3.tar.gz
brdo-2348e7de6f9714496316ee42d5598efeb0faaee3.tar.bz2
- Patch #148410 by jvandyk: added rewrite of the actions module!
This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 36b30b70b..e5ed11d1a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -58,6 +58,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* 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, extensions, and image resolution.
- Added support for OpenID.
+- Added support for configurable actions.
- Made user profiles easier to theme by using array rendering and supplying template files.
- Added Deletion API to allow modules to alter and respond to any delete operation.