diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-09-13 15:15:27 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-09-13 15:15:27 +0000 |
commit | 052025bb1f144337952236c5c4774826818037d4 (patch) | |
tree | 3557f8a43c06a3944ed2f0de1b5835a3289d8d09 /phpBB/docs | |
parent | 685282c2cbe8a6d8c7abd77d3801d7242d0ae693 (diff) | |
download | forums-052025bb1f144337952236c5c4774826818037d4.tar forums-052025bb1f144337952236c5c4774826818037d4.tar.gz forums-052025bb1f144337952236c5c4774826818037d4.tar.bz2 forums-052025bb1f144337952236c5c4774826818037d4.tar.xz forums-052025bb1f144337952236c5c4774826818037d4.zip |
-#14438
-Refactor the confirm table cleanup
-Add confirm table cleanup to session garbage collection. Might require own pseudo-cron.
git-svn-id: file:///svn/phpbb/trunk@8089 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b4288cf685..2079497236 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -206,6 +206,8 @@ p a { <li>[Fix] Local magic URLs no longer get an additional trailing slash (Bug #14362)</li> <li>[Fix] Do not let the cron script stale for one hour if register_shutdown_function is not able to be called (Bug #14436)</li> <li>[Feature] Added /includes/db/db_tools.php file, which includes tools for handling cross-db actions such as altering columns, etc.</li> + <li>[Change] Reset the start parameter when the timeframe is changed in the mcp topic page (Ticket #14438)</li> + <li>[Change] Added Code for cleaning the confirm table to the session garbage collection</li> </ul> </div> |