aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/dbal.php
Commit message (Expand)AuthorAgeFilesLines
* oh my god - what did he do? Adding attachment display to post/topic review, q...Meik Sievertsen2007-05-191-3/+3
* The Grand Copyright Year Unification... breakdown of years, of re-copyrightin...Jonathan Stanley2007-05-171-1/+1
* Better support for nested transactions...Meik Sievertsen2007-05-051-4/+24
* - changed the way we do forum accounting in phpBB, far less intensive and muc...David M2007-05-051-16/+15
* - (x)HTML bugDavid M2007-04-081-0/+1
* Sync... applying the two line change as happened to the ACP templates earlier...Jonathan Stanley2007-03-071-0/+2
* #8354Meik Sievertsen2007-03-011-2/+3
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-5/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* sql_in_set only allows empty sets if the last parameter is set to true, other...Nils Adermann2007-01-201-7/+20
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-0/+18
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-2/+10
* minor bugfixingMeik Sievertsen2006-12-061-2/+9
* messageNils Adermann2006-11-251-1/+0
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-3/+3
* - some fixesMeik Sievertsen2006-11-101-8/+5
* fix the dbalDavid M2006-10-141-3/+3
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-3/+63
* for some things we do not need the utf8 function. :)Meik Sievertsen2006-10-071-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-1/+1
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-2/+34
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-1/+7
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-261-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-1/+1
* specialchar sql query to ensure proper display if there are html characters w...Meik Sievertsen2006-08-221-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-72/+23
* so.... what does this thing do?David M2006-08-111-8/+1
* Oops, I forgot the negate bit in sql_in_set()Nils Adermann2006-08-111-3/+3
* Adding the sql_in_set function which should give us a bit of a performance im...Nils Adermann2006-08-111-0/+43
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-3/+29
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+1
* - renamed the following columns:Meik Sievertsen2006-07-131-5/+1
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-1/+11
* - store error result in dbal for later retrievingMeik Sievertsen2006-06-141-4/+22
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-2/+2
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-1/+43
* - removed useless code from style.phpNils Adermann2006-06-031-1/+1
* some adjustmentsMeik Sievertsen2006-06-021-14/+3
* some tiny changes...Meik Sievertsen2006-05-261-1/+3
* - seperate queries and cached queriesMeik Sievertsen2006-05-201-8/+29
* non MySQL Databases are people too!David M2006-05-151-1/+1
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-121-3/+5
* I hope nothing broke!David M2006-05-051-0/+61
* - build explain links a bit different...Meik Sievertsen2006-04-231-47/+53
* - removed group settings from rolesMeik Sievertsen2006-04-221-1/+1
* - fix cookie shorteningMeik Sievertsen2006-03-091-1/+0
* Broken images begone!Graham Eames2006-03-061-22/+38
* implementing permission rolesMeik Sievertsen2006-02-221-0/+1
* display complete backtrace. ;)Meik Sievertsen2006-02-151-0/+9
* my turn to break things... harharharMeik Sievertsen2006-02-121-4/+6