aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* - fixed the age calculation (note: turn on your brain before commiting someth...Nils Adermann2006-07-2712-2072/+989
* oops :PDavid M2006-07-251-3/+3
* OK...David M2006-07-2426-619/+1529
* Fixed: bug #3243Ludovic Arnaud2006-07-241-1/+1
* Fixed: oops, forgot ASP-like tagsLudovic Arnaud2006-07-231-3/+3
* Fixed: bug #3352 (function token_get_all() is missing)Ludovic Arnaud2006-07-231-0/+33
* Fixed: a double slash appears in the installer URL if you go to the board and...Ludovic Arnaud2006-07-231-1/+1
* Fixed: if phpBB isn't installed, it redirects to http://host.tld\/install/ind...Ludovic Arnaud2006-07-231-3/+3
* Include a link to the post by default when issuing a warningGraham Eames2006-07-235-4/+8
* Silly copy and paste error :(Graham Eames2006-07-231-1/+1
* Make sure that the language does get passed between all modulesGraham Eames2006-07-233-10/+14
* Changes to the language handling during the installGraham Eames2006-07-235-48/+63
* * Error handling on bansGraham Eames2006-07-215-2/+10
* - some bugfixesMeik Sievertsen2006-07-2019-42/+56
* Changed: add a space both before AND after Hangul and CJK characters so that ...Ludovic Arnaud2006-07-201-1/+1
* * Missing image in imageset editingGraham Eames2006-07-204-2/+22
* could have been a copy&paste error, but the expression is also removing the <...Meik Sievertsen2006-07-201-2/+3
* another expression for grabbing php code in templates provided by davidMeik Sievertsen2006-07-201-1/+55
* revert a change i made (we already adjust line endings to be rfc-compliant an...Meik Sievertsen2006-07-201-18/+25
* Efficiency improvement to the log viewing codeGraham Eames2006-07-182-3/+2
* fix the schema files as well as other tiny bugs.Meik Sievertsen2006-07-1711-39/+41
* - fix bug within php code removal expression. Thanks to BenP for reporting it...Meik Sievertsen2006-07-171-1/+1
* hmm... This commit does not increase the number of BBCodes. However, this doe...David M2006-07-1716-44/+49
* Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...Ludovic Arnaud2006-07-152-68/+96
* 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