summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-06-17 15:43:31 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-06-17 15:43:31 +0000
commit73e3d6c574d8cbf4b87d944b388a8780c8f548d5 (patch)
tree68b2bcf8b2291dd067ce5e48ed27fda5a0c40b84 /CHANGELOG.txt
parentf22b5d31eac684242b961c5c472ccb00b4644ec0 (diff)
downloadbrdo-73e3d6c574d8cbf4b87d944b388a8780c8f548d5.tar.gz
brdo-73e3d6c574d8cbf4b87d944b388a8780c8f548d5.tar.bz2
Previously forgot content and JS translation, as well as JS templating changelog items
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e7fc41026..3f8ed3a52 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -21,9 +21,11 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Language detection based on parts of the URL.
* Browser based language detection.
* Made it possible to specify a node's language.
+ * Support for translating posts on the site to different languages.
* Language dependent path aliases.
* Automatically import translations when enabling new modules.
* Automatically import translations when adding a new language.
+ * JavaScript interface translation.
- Moved "PHP input filter" to a stand-alone module so it can be deleted for security reasons.
- Usability:
* Improved handling of teasers in posts.
@@ -39,6 +41,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
* Used the Garland theme for the installation and maintenance pages.
* Added theme preprocess functions for themes that are templates.
+ * Added support for themeable functions in JavaScript.
- Refactored update.php to a generic batch API to be able to run time consuming operations in multiple subsequent HTTP requests.
- Installer:
* Themed the installer with the Garland theme.