aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Expand)AuthorAgeFilesLines
* Made the schema work with MySQL 3.22James Atkinson2001-05-101-2/+2
* Fixed value orders to match column ordersthe_systech2001-05-071-4/+4
* Modified to add DROP TABLE for each phpBB2 Tablethe_systech2001-05-071-0/+19
* oops, two colours round the wrong wayPaul S. Owen2001-05-061-1/+1
* 'New' theme for my templatePaul S. Owen2001-05-061-0/+2
* Modified users and config inserts to match column counts in mysql_schema.sqlthe_systech2001-05-041-3/+3
* Latest updatePaul S. Owen2001-05-031-76/+89
* Updated to include PSO template default themePaul S. Owen2001-05-031-2/+2
* Fixed theme_id field so its not null. schemea would not work on mysql 3.23 wi...James Atkinson2001-04-291-1/+1
* Overhauled session code ... in a big wayPaul S. Owen2001-04-282-7/+12
* Quoted default values ...Paul S. Owen2001-04-241-12/+12
* Updated for generic themingPaul S. Owen2001-04-242-221/+302
* Added user selectable templates, and put the system template into the config ...James Atkinson2001-04-202-30/+15
* Changed IP types to char 8 for time beingPaul S. Owen2001-04-191-9/+26
* Updated mysql_basic file with new user fieldsJames Atkinson2001-04-181-2/+2
* Latest mysql schema dumpJames Atkinson2001-04-181-240/+203
* Added a mod otherwise viewforum craps outBart van Bragt2001-04-161-0/+2
* Initial checkinBart van Bragt2001-04-161-0/+11
* Changed session_forum to session_pageBart van Bragt2001-04-161-1/+1
* timezone and dateformat update to configPaul S. Owen2001-04-151-0/+4
* Changed eregi limit match to preg_matchPaul S. Owen2001-03-233-3/+3
* forgot to check in the new schema when I did bbcode.natec2001-03-221-0/+1
* Removed invalid indexes on sessionPaul S. Owen2001-03-211-3/+1
* Changed for new session stuffPaul S. Owen2001-03-211-28/+29
* Fixed problem with next_id and affected_rowsPaul S. Owen2001-03-211-8/+4
* *** empty log message ***James Atkinson2001-03-211-94/+88
* Started postgres schema, still mostly MySQL specificJames Atkinson2001-03-211-0/+335
* Removed set_db and added affectedrowsPaul S. Owen2001-03-205-72/+82
* User registration works.James Atkinson2001-03-191-0/+4
* Some cleanupJames Atkinson2001-03-161-11/+14
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
* Current (perhaps) MySQL schema for phpBB2Paul S. Owen2001-03-091-5/+10
* eregi for LIMIT updated to cope with control charsPaul S. Owen2001-03-021-1/+1
* Various updatesPaul S. Owen2001-03-021-5/+6
* A few corrections inc. DB2 compatibilityPaul S. Owen2001-02-261-23/+64
* Minor fix to rowseekPaul S. Owen2001-02-251-3/+3
* Possible future forum orderingPaul S. Owen2001-02-251-0/+1
* Initial working odbc class (MS Access compatible)Paul S. Owen2001-02-251-134/+83
* First ODBC class, not fully functional please don't use or modify.Paul S. Owen2001-02-251-0/+449
* A forum with no forums/cats now shows a nice message insted of a big ugly mes...James Atkinson2001-02-251-0/+1
* MySQL DB schema : Devel EditionPaul S. Owen2001-02-241-0/+329
* Fixed error reportingPaul S. Owen2001-02-241-6/+2
* A few minor fixes and general cleanupPaul S. Owen2001-02-231-241/+366
* Minor correction to the connect updatePaul S. Owen2001-02-221-1/+1
* Minor connection updatePaul S. Owen2001-02-221-3/+7
* Fixed a couple of limit & fetchrowset issuesPaul S. Owen2001-02-221-6/+5
* Fixed small server error. Updated layoutPaul S. Owen2001-02-221-199/+296