From a69e12e3ab9e549adb7a33faee6c72b080167454 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 26 May 2007 14:23:00 +0000 Subject: - Send stylesheet in style.php even without a valid session id [Bug #11531] - request_var should strictly return the requested number of dimensions - corrected a character mapping in the search indexing character list, people might want to reindex after this change if they use fulltext_native git-svn-id: file:///svn/phpbb/trunk@7685 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9f77c8bebb..c21a5e4170 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -216,6 +216,8 @@ p a {
  • [Fix] Allow posts without subjects to be clicked in the MCP (Bug #11483)
  • [Fix] Sync the forums that shadow topics reside in when the topic that they point to is deleted
  • [Fix] Do not use the gen_random_string function to create cookie names during install (Bug #11431)
  • +
  • [Fix] Send stylesheet in style.php even without a valid session id (Bug #11531)
  • +
  • [Fix] request_var should strictly return the requested number of dimensions
  • -- cgit v1.2.1