phpbb/phpBB/includes/mcp
David M 86f3d738a0 so.... what does this thing do?
well, the super fast, ultra efficient, massively huge BBCode handling system was implemented differently on each DBMS. Although this provided the best performance, the solution was a bit hacky.

So what does this new thing do? We use base64 encoding to make everything nice and shiny, it turns into nice, safe characters that we can just jam into varchars on essentially any database. This has two implications: we must decode every bitfield we get AND we have slightly fewer IDs to work with. It goes down from 2040 BBCodes to 1512. We lose like a quarter of them :P

P.S. I hope nothing broke :P


git-svn-id: file:///svn/phpbb/trunk@6263 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-11 21:52:46 +00:00
..
info - check whether config.php exists 2006-06-10 16:09:46 +00:00
mcp_ban.php anyone want to buy a C? 2006-06-16 23:20:32 +00:00
mcp_forum.php - fixed some bugs 2006-08-05 15:49:28 +00:00
mcp_front.php forgot some changes for post_time 2006-06-23 14:25:21 +00:00
mcp_logs.php Adding the new warning image to the appropriate places 2006-07-30 14:20:12 +00:00
mcp_main.php so.... what does this thing do? 2006-08-11 21:52:46 +00:00
mcp_notes.php Correct some of the sort options 2006-07-29 11:35:32 +00:00
mcp_post.php - fixed some bugs 2006-08-05 15:49:28 +00:00
mcp_queue.php - fixed some bugs 2006-08-05 15:49:28 +00:00
mcp_reports.php - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
mcp_topic.php so.... what does this thing do? 2006-08-11 21:52:46 +00:00
mcp_warn.php so.... what does this thing do? 2006-08-11 21:52:46 +00:00