aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-03-28 18:34:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-03-28 18:34:09 +0000
commite6ed42ed4dde41812b88b47c6e5bb5c41402f14c (patch)
tree32fecd81f8e70946643bbf618148637c098a11de /phpBB/docs
parent45b22fd31f52fbdc884217efc573ccd13bdde92a (diff)
downloadforums-e6ed42ed4dde41812b88b47c6e5bb5c41402f14c.tar
forums-e6ed42ed4dde41812b88b47c6e5bb5c41402f14c.tar.gz
forums-e6ed42ed4dde41812b88b47c6e5bb5c41402f14c.tar.bz2
forums-e6ed42ed4dde41812b88b47c6e5bb5c41402f14c.tar.xz
forums-e6ed42ed4dde41812b88b47c6e5bb5c41402f14c.zip
- Add indicator to be used in code if session was created (user visits the site for the first time)
- Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9411 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 5dc6838801..b1a2d244cd 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -129,6 +129,8 @@
<li>[Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)</li>
<li>[Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)</li>
<li>[Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)</li>
+ <li>[Fix] Add indicator to be used in code if session was created (user visits the site for the first time).</li>
+ <li>[Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)</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>