diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-07-20 00:57:18 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-07-20 00:57:18 +0000 |
commit | b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e (patch) | |
tree | 7774576395c4db0b4f90e103c3f5a524c1db373b /phpBB/docs | |
parent | e7a17a34295106391cb1803070dccb9e7a419d86 (diff) | |
download | forums-b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e.tar forums-b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e.tar.gz forums-b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e.tar.bz2 forums-b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e.tar.xz forums-b3767cd1436bf2b579ad2e0c1c17f55881d4dc4e.zip |
- added filtration ability to MCP
- added missing lang variable
- fixed a pagination bug in filtration routines
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9800 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a81c6d919c..2e81cb13ce 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -215,7 +215,7 @@ <li>[Feature] Add option to disable remote upload avatars (Bug #45375 - Patch by nickvergessen)</li> <li>[Feature] Ability to delete warnings and keep warnings permanently (Bug #43375 - Patch by nickvergessen)</li> <li>[Feature] Ability to empty a user's outbox from the user ACP quick tools.</li> - <li>[Feature] Ability to filter ACP logs</li> + <li>[Feature] Ability to filter ACP / MCP logs</li> </ul> <a name="v304"></a><h3>1.ii. Changes since 3.0.4</h3> |