phpbb/phpBB/install
Erik Frèrejean a7bc76d246 [ticket/7778] BBCode single limit
There are currently two hard limits for the number of BBCodes
allowed. One is enforced by the type of the `bbcode_id` column,
the other by an hard limit in `acp/acp_bbcode.php`. However this
limit can never be reached due to the size of the database column.

Suggested fix involves adding a new constant to define the max.
number of BBCodes (as with smilies) and chaning the database
column from a tinyint to a smallint to actually allow 1511 BBCodes

PHPBB3-7778
2011-02-23 21:15:40 -05:00
..
convertors [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'. 2010-12-28 21:33:34 +01:00
data deregister globals to install too 2007-10-04 11:33:33 +00:00
schemas [ticket/9944] Extension groups naming don't use users' language in ACP 2011-01-27 17:24:03 +01:00
database_update.php [ticket/7778] BBCode single limit 2011-02-23 21:15:40 -05:00
index.php [ticket/9859] Remove years in credit line from some more files. 2011-01-16 17:53:30 +01:00
install_convert.php [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). 2010-08-13 16:40:56 +02:00
install_install.php Merge branch 'ticket/bantu/9091' into develop-olympus 2010-09-16 23:38:50 +02:00
install_main.php removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_update.php [ticket/9140] Check current board version in incremental update packages 2010-11-10 18:26:02 +01:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00