diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-24 08:53:17 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-24 08:53:17 +0000 |
commit | 54c22ae52a0e18232cac8fed342ea52f2e2a793d (patch) | |
tree | 6e8612d1b3257b1b027f402f62cead26251b7b89 /phpBB/docs | |
parent | c1b898890b8dbbedff1c21db0c92d7717e6b2e19 (diff) | |
download | forums-54c22ae52a0e18232cac8fed342ea52f2e2a793d.tar forums-54c22ae52a0e18232cac8fed342ea52f2e2a793d.tar.gz forums-54c22ae52a0e18232cac8fed342ea52f2e2a793d.tar.bz2 forums-54c22ae52a0e18232cac8fed342ea52f2e2a793d.tar.xz forums-54c22ae52a0e18232cac8fed342ea52f2e2a793d.zip |
remove log_time index (was not used at all)
At the same time the database updater now supports checking for existing indexes. The db tools will not have this in 3.0.6 (the db tools have a function to retrieve all indexes) and i need to test the updater on all DBMS today...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10183 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 32b3548227..198ae1107e 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -212,7 +212,6 @@ <li>[Fix] Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)</li> <li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> - <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> <li>[Change] Template engine now permits to a limited extent variable includes.</li> <li>[Change] Quote BBCode no longer requires the f_reply permission. (Bug #16079)</li> <li>[Change] Banning/unbanning users now generates an entry in their user notes (Bug #21825 - Patch by nickvergessen)</li> |