aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* some changes before i forget...Meik Sievertsen2006-05-1610-63/+64
* non MySQL Databases are people too!David M2006-05-151-1/+1
* SQL!David M2006-05-141-4/+20
* Display bans in order of username not user_id so that you stand a chance of f...Graham Eames2006-05-141-1/+1
* Assigning to the wrong variable - the whole message should now be visibleGraham Eames2006-05-141-1/+1
* - captcha stuffDavid M2006-05-136-39/+27
* HA - classicalMeik Sievertsen2006-05-131-1/+1
* Remove some unneeded debug codeGraham Eames2006-05-131-11/+1
* - david: copy&paste error? ;)Meik Sievertsen2006-05-131-1/+1
* - Firebird is people tooDavid M2006-05-134-20/+42
* - Split the viewtopic query into two pieces. We gain speed by avoiding the ne...David M2006-05-131-18/+22
* using another approachMeik Sievertsen2006-05-131-4/+18
* - adding a file which displays duplicate language keysNils Adermann2006-05-1218-38/+138
* - Cleaner mathDavid M2006-05-121-12/+7
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-1248-1891/+1949
* Dealing with some duplicate language strings.Graham Eames2006-05-122-15/+8
* Fix the module insertionGraham Eames2006-05-122-13/+59
* Some altered error handling - there was still hard-coded output hanging over ...Graham Eames2006-05-121-33/+52
* A new template for fatal database errorsGraham Eames2006-05-121-0/+8
* ok, maybe now?Meik Sievertsen2006-05-121-5/+9
* test new sf cvs with tiny bugfixMeik Sievertsen2006-05-121-1/+1
* - added the template editor (doesn't use a hardcoded list of template filenam...Nils Adermann2006-05-077-35/+351
* - eh? meh.David M2006-05-071-1/+1
* A minor change to the default icon_id, so that there is no icon if someone di...Graham Eames2006-05-067-7/+7
* - Make it impossible to open/delete/download files that don't exist :PDavid M2006-05-063-9/+17
* A small missing change from the reformatting earlier to make it clearerGraham Eames2006-05-061-1/+1
* - Some slight style changes to the installer to make the explanation more vi...Graham Eames2006-05-063-3/+30
* - introduce LA_, UA_ and A_ template variables (they allow styles to use temp...Nils Adermann2006-05-0630-96/+116
* Remove references to max_warnings as we are not using the valueGraham Eames2006-05-062-5/+1
* I hope nothing broke!David M2006-05-0519-173/+529
* A couple of minor slips of the fingerGraham Eames2006-05-052-2/+2
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-0519-7/+33
* - put the error reporting check into another location (since we do want to di...Meik Sievertsen2006-05-052-11/+11
* - fix bug #1727 (need to be watched - problems could arise by this change)Meik Sievertsen2006-05-044-14/+26
* fix bug #1736Meik Sievertsen2006-05-044-24/+62
* hmm, hopefully this is working a bit better.Meik Sievertsen2006-05-041-7/+6
* hmm, maybe i should not comment this statement, eh?Meik Sievertsen2006-05-041-1/+1
* - slightly adjusted the DEBUG/DEBUG_EXTRA requirementsMeik Sievertsen2006-05-043-6/+18
* eh? meh.David M2006-05-041-1/+1
* - fixed ul/li marginMeik Sievertsen2006-05-045-4/+8
* - Bug #1709David M2006-05-021-9/+17
* Remove the module entries from the schema data file and generate the list ins...Graham Eames2006-05-0143-327/+306
* - added standard/default roles + default roles assigned to users/groupsMeik Sievertsen2006-05-016-50/+190
* We want to use this code in the install system as wellGraham Eames2006-04-301-36/+56
* - changed SUPER_MODERATORS to GLOBAL_MODERATORSMeik Sievertsen2006-04-307-7/+317
* some adjusted defaults. ;)Meik Sievertsen2006-04-301-8/+7
* give location for missing email files for better supportMeik Sievertsen2006-04-301-2/+2
* empty is only accepting varsMeik Sievertsen2006-04-301-1/+2
* - use php_uname('n') instead of posix_uname and HTTP_HOSTMeik Sievertsen2006-04-302-12/+24
* introduce LA_ for addslashing language variables for use in js vars (idea by ...Meik Sievertsen2006-04-292-78/+61