- added confirmation to removing bbcodes
commit26217e90ffe80d038d60f48de5314efee084aec8
authoracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Thu, 28 Sep 2006 15:04:59 +0000 (28 15:04 +0000)
committeracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Thu, 28 Sep 2006 15:04:59 +0000 (28 15:04 +0000)
tree5131952196ff19744498bbbdc962635cecc94c4f
parentee2125e0c0ce59a6584b7de08444550ff2fd631c
- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index.
- some additional bugfixes

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@6414 89ea8834-ac86-4346-8a33-228a782c2dd0
20 files changed:
phpBB/includes/acp/acp_bbcodes.php
phpBB/includes/acp/acp_board.php
phpBB/includes/db/dbal.php
phpBB/includes/functions.php
phpBB/includes/functions_posting.php
phpBB/includes/functions_privmsgs.php
phpBB/includes/functions_template.php
phpBB/includes/functions_upload.php
phpBB/includes/functions_user.php
phpBB/includes/session.php
phpBB/includes/ucp/ucp_register.php
phpBB/includes/utf/utf_tools.php
phpBB/install/index.php
phpBB/install/schemas/schema_data.sql
phpBB/language/en/acp/board.php
phpBB/language/en/common.php
phpBB/language/en/ucp.php
phpBB/posting.php
phpBB/styles/subSilver/template/posting_smilies.html
phpBB/viewforum.php