diff options
| author | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-23 14:01:09 +0000 |
|---|---|---|
| committer | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-23 14:01:09 +0000 |
| commit | 9b3ffb02c2fe867c46b91f785222c99a83e58f31 (patch) | |
| tree | 68aa29719172c34ad4cff5c444202a4bb867e9fc /phpBB/docs | |
| parent | 4279658e1ffeab6cf4c5989ba5a88685a6927c4b (diff) | |
| download | forums-9b3ffb02c2fe867c46b91f785222c99a83e58f31.tar forums-9b3ffb02c2fe867c46b91f785222c99a83e58f31.tar.gz forums-9b3ffb02c2fe867c46b91f785222c99a83e58f31.tar.bz2 forums-9b3ffb02c2fe867c46b91f785222c99a83e58f31.tar.xz forums-9b3ffb02c2fe867c46b91f785222c99a83e58f31.zip | |
Fixed Bug #24155 - mark buttons in acp with logs
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 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 acc96098c7..e6b0421bec 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -130,6 +130,7 @@ <li>[Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)</li> <li>[Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)</li> <li>[Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)</li> + <li>[Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> <li>[Change] Template engine now permits to a limited extent variable includes.</li> @@ -983,4 +984,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |
