diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-08 16:18:58 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-08 16:18:58 +0000 |
| commit | 9066aae03f4f8b6e997416934e44b77dc119f088 (patch) | |
| tree | 364dd466ce936c233776f8a42cb09fb9598586ba /phpBB/docs | |
| parent | 1e908f078e17c8ae7bf5358da6d76aae4f51712a (diff) | |
| download | forums-9066aae03f4f8b6e997416934e44b77dc119f088.tar forums-9066aae03f4f8b6e997416934e44b77dc119f088.tar.gz forums-9066aae03f4f8b6e997416934e44b77dc119f088.tar.bz2 forums-9066aae03f4f8b6e997416934e44b77dc119f088.tar.xz forums-9066aae03f4f8b6e997416934e44b77dc119f088.zip | |
Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9426 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d8a5432113..e9f5994a7c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -135,6 +135,7 @@ <li>[Fix] Sort backups by date, newest first (Bug #14818)</li> <li>[Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)</li> <li>[Fix] Enforce correct case for template variables</li> + <li>[Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> |
