aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-12-04 14:53:04 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-12-04 14:53:04 +0000
commita41e8c101d3211b915cc065b27f494aa3bb8a741 (patch)
tree1184f45b460e13ee58a20f24bdc47c6b7d4da82a /phpBB/docs
parent23d9700f0737fdd547bda3e7d910300be4127120 (diff)
downloadforums-a41e8c101d3211b915cc065b27f494aa3bb8a741.tar
forums-a41e8c101d3211b915cc065b27f494aa3bb8a741.tar.gz
forums-a41e8c101d3211b915cc065b27f494aa3bb8a741.tar.bz2
forums-a41e8c101d3211b915cc065b27f494aa3bb8a741.tar.xz
forums-a41e8c101d3211b915cc065b27f494aa3bb8a741.zip
fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9171 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 8185eba3a0..d0f72a9784 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -100,6 +100,7 @@
<li>[Fix] Do not increment users post count after post approval if post had been posted in a forum with no post count increasing set (Bug #37865)</li>
<li>[Fix] Extend vertical line for last post column if no posts in forum (Bug #37125)</li>
<li>[Fix] correctly update last topic/forum information if changing guest usernames through editing posts (Bug #38095)</li>
+ <li>[Fix] fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)</li>
<li>[Change] Alllow applications to set custom module inclusion path (idea by HoL)</li>
<li>[Change] Handle checking for duplicate usernames in chunks (Bug #17285 - Patch by A_Jelly_Doughnut)</li>
<li>[Change] Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)</li>