aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Fixed: missing fileLudovic Arnaud2006-07-151-0/+1
* Updated UTF filesLudovic Arnaud2006-07-1516-16/+16
* Improved i18n support within log messagesGraham Eames2006-07-152-47/+44
* Fixed: no need to pad CJK and Hangul anymoreLudovic Arnaud2006-07-151-3/+3
* Added: support for CJK and Hangul into the search engineLudovic Arnaud2006-07-152-36/+48
* Fixed: better SQL escapingLudovic Arnaud2006-07-151-17/+5
* - Some profile stuff :DDavid M2006-07-155-6/+9
* fixing a typo in postgres dbalNils Adermann2006-07-141-1/+1
* add not applied sql_escape in memberlistMeik Sievertsen2006-07-144-39/+46
* - renamed the following columns:Meik Sievertsen2006-07-1337-5992/+4912
* Fixed: unescaped SQL strings make Bertie cryLudovic Arnaud2006-07-121-5/+8
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-126-7/+1601
* Added: UTF-8 tools. Both functions are used by the "improved" search engine. ...Ludovic Arnaud2006-07-121-0/+130
* this little file should help us in creating/editing all schema files. This fi...Meik Sievertsen2006-07-121-0/+1842
* Changed: split the tables used by the search indexer in order to load them on...Ludovic Arnaud2006-07-1222-11/+56
* - also check for registered users since i do not think guests and bots want t...Meik Sievertsen2006-07-121-1/+1
* #2487 Ok, this one is finally fixed. :) Thanks to Dark Soul for letting me te...Meik Sievertsen2006-07-111-1/+1
* Fixed: forgot to remove some debug code :(Ludovic Arnaud2006-07-111-2/+0
* Fixed: bug #3191 take two. That one should work as expected.Ludovic Arnaud2006-07-111-3/+19
* Fixed: bug #3191 as per NeoThermic's patchLudovic Arnaud2006-07-101-1/+1
* A few miscelaneous tweaksGraham Eames2006-07-103-3/+4
* fix some bugs... again. :)Meik Sievertsen2006-07-1014-67/+166
* Changed: being anal with the notation of Unicode codepointsLudovic Arnaud2006-07-101-13/+13
* Added: UTF-8 normalizer along with all the data files requiredLudovic Arnaud2006-07-108-0/+1969
* Added: finished UTF normalization conformance testsLudovic Arnaud2006-07-102-51/+249
* - tackle some usability issuesMeik Sievertsen2006-07-0960-216/+527
* Realized that we never needed to CAST() in the first place after i remembered...David M2006-07-091-4/+0
* Short story: Oracle does not like sub queries that contain columns that have ...David M2006-07-091-0/+46
* Added: that script will run the UTF normalizer through a serie of conformance...Ludovic Arnaud2006-07-091-0/+305
* Added: that file will generate the files needed for Unicode normalization. Th...Ludovic Arnaud2006-07-091-0/+410
* Fix installation and user registration bugsGraham Eames2006-07-082-1/+2
* Appears that the redirect in common.php didn't work on all setups we tried, s...Graham Eames2006-07-071-3/+3
* Change redirection logic to match the RFC better in those cases before redire...Graham Eames2006-07-073-9/+64
* - fix a stupid bug in style.phpNils Adermann2006-07-075-6/+6
* - fixed a parse error (oops)Nils Adermann2006-07-076-18/+21
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-0722-103/+306
* Change meta handling, we can use existing functions for what we need and remo...Graham Eames2006-07-062-11/+1
* some bugfixesMeik Sievertsen2006-07-0638-319/+296
* fix for a bug spotted by ToonArmy within bug #3000 (thanks to him for providi...Meik Sievertsen2006-07-061-13/+51
* re-check cookie_secure value within generate_board_url() for those users havi...Meik Sievertsen2006-07-052-3/+7
* Changed: moved the thing that compares the amount of matches to the amount of...Ludovic Arnaud2006-07-041-7/+5
* - Make sure that the table is empty before we start cramming things inside :DDavid M2006-07-041-3/+27
* - CAPTCHA: removed the extra slashDavid M2006-07-045-45/+111
* Fixed: PHP notices appear when a post uses an icon that does not exist anymoreLudovic Arnaud2006-07-041-1/+3
* Missing language stringGraham Eames2006-07-031-0/+1
* - Database: eh? meh.David M2006-07-032-15/+34
* - Dramatic speed-up in SQLite backup codeDavid M2006-07-032-8/+42
* - fixed language pack management a bit (supporting backslashes)Meik Sievertsen2006-07-025-87/+123
* Force the database connection to use to avoid a couple of problems seen in in...Graham Eames2006-07-021-2/+2
* Prevent sqlite databases within the forum directoryGraham Eames2006-07-012-0/+8