phpbb/phpBB/includes/ucp
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 Remove the module entries from the schema data file and generate the list instead 2006-05-01 19:45:42 +00:00
ucp_activate.php make sure custom profile fields are created correctly on registration (#2225) 2006-06-13 21:06:29 +00:00
ucp_attachments.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
ucp_confirm.php - Bug 2006-08-06 18:06:00 +00:00
ucp_groups.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
ucp_main.php fixing bug #3702 2006-08-11 10:24:37 +00:00
ucp_pm.php - renamed the following columns: 2006-07-13 12:51:56 +00:00
ucp_pm_compose.php - fixed some bugs 2006-08-05 15:49:28 +00:00
ucp_pm_options.php - get swatch converted into new acp format 2006-06-12 22:16:27 +00:00
ucp_pm_viewfolder.php - fixed some bugs 2006-08-05 15:49:28 +00:00
ucp_pm_viewmessage.php so.... what does this thing do? 2006-08-11 21:52:46 +00:00
ucp_prefs.php - some bugfixes 2006-07-20 21:45:24 +00:00
ucp_profile.php This should end some issues we have been having regarding the proper binary encoding of stuff. :D 2006-08-06 05:52:41 +00:00
ucp_register.php - Bug 2006-08-06 18:06:00 +00:00
ucp_remind.php - renamed the following columns: 2006-07-13 12:51:56 +00:00
ucp_resend.php - renamed the following columns: 2006-07-13 12:51:56 +00:00
ucp_zebra.php - acm_file uses an index pointer to the current row instead of shifting the result array now [Bug #2451] 2006-08-01 16:14:14 +00:00