summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-01 09:15:42 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-01 09:15:42 +0000
commitbe6c0be443859f6255171c871524c24ed96d1027 (patch)
tree026ef349426959f56820fc78c53d15306af850c2 /CHANGELOG.txt
parent7f4e49016ab35afc0fa27a495b395c67507ada74 (diff)
downloadbrdo-be6c0be443859f6255171c871524c24ed96d1027.tar.gz
brdo-be6c0be443859f6255171c871524c24ed96d1027.tar.bz2
- Patch #59863 by sun et al: added a scripts/drupal.sh to execute Drupal code from the command line. This is great for using Drupal as a scripting framework, or to write backup or migration scripts.
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 868871555..4908cb90e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,6 +5,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
- added versioning support to node terms
- made it easier to theme the forum overview page
- Drupal works with error reporting set to E_ALL
+- Added scripts/drupal.sh to execute Drupal code from the command line. Useful to use Drupal as a framework to build command-line tools.
Drupal 5.0, 2007-01-15
----------------------