aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* - Bug 1245David M2006-03-231-1/+1
* - hopefully fixed inactive create forum input field + button for safari 2.0.2...Meik Sievertsen2006-03-2210-17/+34
* strange... must've been my editor not reloading between updates.Meik Sievertsen2006-03-221-16/+19
* adjusting sql_freeresult a bit as well as our error handler (it now prints ou...Meik Sievertsen2006-03-2224-66/+75
* 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-221-28/+38
* do not validate username when disallowing it. ;) - #1220Meik Sievertsen2006-03-221-8/+9
* - 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 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-211-5/+15
* - a bunch of bugfixes. :PMeik Sievertsen2006-03-2128-80/+144
* - Bug 1104: fixed a typo ($necoding => $encoding)Nils Adermann2006-03-191-1/+1
* - bbcode ids need to be greater than NUM_CORE_BBCODESMeik Sievertsen2006-03-191-15/+8
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-1917-0/+116
* do not check forum acl for dropdown menus in permission screensMeik Sievertsen2006-03-191-2/+2
* - 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-181-1/+1
* Cross-port a patch from 2.0.20 into the 3.0 branchGraham Eames2006-03-183-0/+25
* *** empty log message ***Nils Adermann2006-03-181-1/+1
* - Added init_{$auth_plugin} function which can be used to test a connection t...Nils Adermann2006-03-182-0/+78
* - Lesson learned: If you rename something rename it in all places and not jus...Nils Adermann2006-03-184-6/+16
* thanks to SHS` for writing an updated version of the terms and the privacy po...Meik Sievertsen2006-03-181-0/+1
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-183-528/+455
* - Cleaned up some compress stuffDavid M2006-03-183-16/+807
* remove the echo...Meik Sievertsen2006-03-171-2/+0
* - fix some bugs...Meik Sievertsen2006-03-1719-49/+138
* - Postgre installs now work... kinda...David M2006-03-171-2/+2
* - use a_search permissionNils Adermann2006-03-162-2/+15
* - SQLite is now usable; we died on certain queries as well as a schema issue ...David M2006-03-161-2/+3
* - removed search settings from load pageNils Adermann2006-03-154-52/+770
* hmm, forgot this one.Meik Sievertsen2006-03-151-1/+9
* - adding ability to assign moderator specific ban optionsMeik Sievertsen2006-03-1512-84/+258
* We now return the log_id of newly created logs. This is used by the warnings ...Graham Eames2006-03-142-2/+4
* *** empty log message ***Graham Eames2006-03-141-1/+1
* A q should be followed by a u ;-)Graham Eames2006-03-141-1/+1
* erm... actually remove the debugging thingy... hollaMeik Sievertsen2006-03-141-1/+1
* slightly different redirect function (now hopefully able to handle all sorts ...Meik Sievertsen2006-03-141-12/+54
* - empty() expects a variable, not a function :DDavid M2006-03-131-2/+4