diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-11 12:53:54 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-11 12:53:54 +0000 |
| commit | d9468c35da7df11ff12b0575b69ff97719cc3480 (patch) | |
| tree | b7efb20a867bef107563e1412423b9faafa212f0 /phpBB/docs | |
| parent | 63ed82313764391db77f38e7e7bfe379280fdf4a (diff) | |
| download | forums-d9468c35da7df11ff12b0575b69ff97719cc3480.tar forums-d9468c35da7df11ff12b0575b69ff97719cc3480.tar.gz forums-d9468c35da7df11ff12b0575b69ff97719cc3480.tar.bz2 forums-d9468c35da7df11ff12b0575b69ff97719cc3480.tar.xz forums-d9468c35da7df11ff12b0575b69ff97719cc3480.zip | |
add IN_PHPBB check to generated cache files
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9363 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 20107e1fae..7854ba88d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -105,7 +105,7 @@ <li>[Fix] Log password changes via password reset function. (Bug #41365)</li> <li>[Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)</li> <li>[Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke)</li> - <li>[Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)</li> + <li>[Fix] Smile in Username is misparsed on [quote=""] (Bug #41955 - Patch by TerraFrost)</li> <li>[Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)</li> <li>[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)</li> <li>[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)</li> @@ -118,6 +118,7 @@ <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> <li>[Change] Added new options for visual confirmation.</li> <li>[Change] Add link to user profile in the MCP for user notes and warn user.</li> + <li>[Change] Add IN_PHPBB check to generated cache files. (reported by bantu)</li> <li>[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)</li> <li>[Feature] db_tools now support create table and drop table.</li> <li>[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)</li> |
