diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-07-10 17:46:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-07-10 17:46:44 +0000 |
commit | 337b3c9de997f4fcb27467e3d80d0f43fda7783e (patch) | |
tree | 392e4a56fa1ac3d09e9cb78998f87ab438229926 /CHANGELOG | |
parent | 1c2fc43b51455e4895455798919e4c77e2b1bf21 (diff) | |
download | brdo-337b3c9de997f4fcb27467e3d80d0f43fda7783e.tar.gz brdo-337b3c9de997f4fcb27467e3d80d0f43fda7783e.tar.bz2 |
- Committed a slightly modified version of Slavica's table prefix patch.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Drupal x.x.x, xxxx-xx-xx (to be released) +------------------------ + +- database backend: + * added support for database table prefxing. + Drupal 4.2.0, xxxx-xx-xx (to be released) ------------------------ @@ -69,7 +75,7 @@ Drupal 4.0.0, 2002-06-15 - themes: * cleaned up the theme system. * moved themes that are not maintained to contributions CVS repository. -- database abstraction: +- database backend: * changed to PEAR database abstraction layer. * using ANSI SQL queries to be more portable. - rewrote the user system: |