aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* adjusting sql_freeresult a bit as well as our error handler (it now prints ou...Meik Sievertsen2006-03-2226-69/+78
* make sure we check the array we use before we use it. ;)Meik Sievertsen2006-03-221-27/+33
* ok, this will fix various permission discrepances. :) What happened is that t...Meik Sievertsen2006-03-221-36/+17
* fix pruning of usersMeik Sievertsen2006-03-222-52/+41
* added some language strings as well as fixing the activity listing (Yawner, c...Meik Sievertsen2006-03-225-76/+98
* do not validate username when disallowing it. ;) - #1220Meik Sievertsen2006-03-222-9/+11
* Use another color for special group seperation (makes it easier to distinct b...Meik Sievertsen2006-03-222-2/+2
* - Needless regular expressionsDavid M2006-03-221-2/+2
* - Bug 1200David M2006-03-221-1/+0
* - Bug 1201David M2006-03-221-1/+0
* - Bug 1192David M2006-03-221-2/+2
* - Bug 1202David M2006-03-221-1/+0
* - Bug 1197David M2006-03-221-2/+2
* - Bug 1194David M2006-03-221-1/+1
* - Bug 1183David M2006-03-221-2/+1
* - Bug 1144David M2006-03-221-2/+1
* - Fixed my fix :DDavid M2006-03-211-1/+1
* - Bug 1100David M2006-03-211-2/+2
* - Bug 1177David M2006-03-211-9/+9
* ability to set all role options to UNSETMeik Sievertsen2006-03-212-6/+16
* Retrieve user_warning count in case a template designer wishes to display it ...Graham Eames2006-03-211-1/+1
* - a bunch of bugfixes. :PMeik Sievertsen2006-03-2147-119/+200
* A small typo that I didn't commit last nightGraham Eames2006-03-211-1/+1
* Change the handling of language detection to avoid errors if the language hea...Graham Eames2006-03-201-5/+6
* Missing language strings in warning system [Bug #1156]Graham Eames2006-03-204-2/+8
* - Bug 1104: fixed a typo ($necoding => $encoding)Nils Adermann2006-03-193-5/+13
* Move the $Id tag to prevent output errorsGraham Eames2006-03-192-4/+3
* - bbcode ids need to be greater than NUM_CORE_BBCODESMeik Sievertsen2006-03-191-15/+8
* Two little changes to language files:Nils Adermann2006-03-192-4/+1
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-1918-1/+117
* do not check forum acl for dropdown menus in permission screensMeik Sievertsen2006-03-191-2/+2
* temporarily updated authors fileMeik Sievertsen2006-03-191-14/+3
* - ok, we should try to write the sql data as early as possible (to prevent ex...Meik Sievertsen2006-03-191-358/+379
* - Free some results!David M2006-03-191-44/+104
* We'll extend the idea to the sessions themselves as well on reflectionGraham Eames2006-03-181-0/+9
* - ok, now the correct ones. :/Meik Sievertsen2006-03-183-10/+12
* And the typo-of-the-day-award goes to:Nils Adermann2006-03-182-2/+2
* Cross-port a patch from 2.0.20 into the 3.0 branchGraham Eames2006-03-183-0/+25
* And of course, this is going to be 3.0 and not 2.2.....Graham Eames2006-03-181-2/+2
* - fixed a little bug in the (old) installerNils Adermann2006-03-181-0/+2
* I got attacked by a dictinary..... :PGraham Eames2006-03-182-2/+2
* Small typo :)Graham Eames2006-03-181-1/+1
* *** empty log message ***Nils Adermann2006-03-181-1/+1
* Replacing the first part of the installer ready for some testingGraham Eames2006-03-185-18/+500
* - Added init_{$auth_plugin} function which can be used to test a connection t...Nils Adermann2006-03-183-7/+88
* - Lesson learned: If you rename something rename it in all places and not jus...Nils Adermann2006-03-186-8/+18
* thanks to SHS` for writing an updated version of the terms and the privacy po...Meik Sievertsen2006-03-185-19/+100
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-1817-740/+610
* :PDavid M2006-03-181-1/+1
* - Cleaned up some compress stuffDavid M2006-03-188-132/+1045