diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-01-14 15:31:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-01-14 15:31:01 +0000 |
commit | 9d809b87b0ce3328c05bdf58fce277462626d986 (patch) | |
tree | 9ce01b37d4f7f19f43ca74762f72864a2e817cc6 | |
parent | d14bc428c695e9d8e6a17c9e7cb7f985b733992e (diff) | |
download | brdo-9d809b87b0ce3328c05bdf58fce277462626d986.tar.gz brdo-9d809b87b0ce3328c05bdf58fce277462626d986.tar.bz2 |
- Minor updates
-rw-r--r-- | CHANGELOG.txt | 3 | ||||
-rw-r--r-- | INSTALL.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e3f7ffd7d..c70dc0a40 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,7 +11,8 @@ Drupal x.x.x, xxxx-xx-xx * added a mechanism to throttle certain operations. - usability: * refactored the block configuration pages. - * refactored the statistics and log pages. + * refactored the statistics pages. + * refactored the watchdog pages. * refactored the throttle module configuration. * added a 'add child page' link to book pages. - contact module: diff --git a/INSTALL.txt b/INSTALL.txt index 6bb16b087..33dcdfcd2 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -125,7 +125,7 @@ INSTALLATION $db_url line to match the database defined in the previous steps: $db_url = "mysql://username:password@localhost/database"; - + where 'username', 'password', 'localhost' and 'database' are the username, password, host and database name for your set up. |