This website requires JavaScript.
Explore
Help
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-06-26 04:55:12 +02:00
Code
Issues
Releases
Wiki
Activity
Files
cfd02dedee4dcd7e7ddad8ae16c659614149e7cb
php-phpbb
/
phpBB
/
includes
/
acp
History
David M
2f8b3797c6
- update_foes() now can be given a user or a group. This should make some operations much faster
...
git-svn-id: file:///svn/phpbb/trunk@7109 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-03-02 19:48:16 +00:00
..
info
…
acp_attachments.php
- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug
#8156
]
2007-02-25 22:09:53 +00:00
acp_ban.php
…
acp_bbcodes.php
…
acp_board.php
- added an explanation of gzip compression [Bug
#8198
]
2007-02-25 23:30:18 +00:00
acp_bots.php
trying to fix some bugs...
2007-02-24 12:31:21 +00:00
acp_captcha.php
…
acp_database.php
…
acp_disallow.php
…
acp_email.php
…
acp_forums.php
…
acp_groups.php
- fixes a performance issue, uses a few more arrays than I wanted but this was out of keeping the "real" data structure unchanged (I didn't want to introduce more bugs :P)
2007-03-02 19:46:24 +00:00
acp_icons.php
…
acp_inactive.php
…
acp_jabber.php
…
acp_language.php
…
acp_logs.php
…
acp_main.php
#8376
2007-02-27 20:03:52 +00:00
acp_modules.php
…
acp_permission_roles.php
…
acp_permissions.php
- update_foes() now can be given a user or a group. This should make some operations much faster
2007-03-02 19:48:16 +00:00
acp_php_info.php
…
acp_profile.php
…
acp_prune.php
- made prune a bit nicer
2007-02-25 06:08:39 +00:00
acp_ranks.php
…
acp_reasons.php
…
acp_search.php
- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug
#8156
]
2007-02-25 22:09:53 +00:00
acp_styles.php
…
acp_update.php
…
acp_users.php
…
acp_words.php
…
auth.php
…