aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Expand)AuthorAgeFilesLines
* First implementation of subforums handling in index.Ludovic Arnaud2002-10-011-1/+1
* Preimplementation of smilies order, "smilies" changed into "emoticons" as per...Ludovic Arnaud2002-09-191-2/+2
* New smilies admin, a bug fixed in mysql.php and a left join removed from admi...Ludovic Arnaud2002-09-181-2/+2
* Forums management updated, now able to delete forumsLudovic Arnaud2002-09-161-1/+1
* First commit of updated forums management panel - crossing fingersLudovic Arnaud2002-09-151-12/+35
* This bug courteousy of "The Idiot Song" (c) P. Owen : All Rights ReservedPaul S. Owen2002-08-061-6/+1
* RenamedPaul S. Owen2002-07-161-0/+0
* Move to 'centralised' location in install/Paul S. Owen2002-07-1611-3548/+0
* oopsPaul S. Owen2002-07-141-1/+2
* Latest schemaPaul S. Owen2002-07-142-140/+309
* Various updates which will break yet more thingsPaul S. Owen2002-07-141-68/+82
* Ok, a schema fix... Not a terrible problem....dougk_ff72002-06-271-4/+4
* Few more changesPaul S. Owen2002-06-212-41/+46
* A few suggested or preliminary changes ... these aren't fixed and again I sug...Paul S. Owen2002-06-212-256/+228
* Possible updates and additions ...Paul S. Owen2002-06-091-138/+142
* NOTE! This is a work in progress and is subject to considerable change ... an...Paul S. Owen2002-06-081-49/+97
* Add fields for forum/topic post count incrementing and topic moderationPaul S. Owen2002-05-211-1/+5
* IP size to 40 charsPaul S. Owen2002-05-083-68/+68
* Changed code so it stores total users in config table to remove a slightly co...James Atkinson2002-04-301-1/+4
* Associated schema changesPaul S. Owen2002-04-207-3/+39
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and...Paul S. Owen2002-04-207-6/+6
* Update a few things for 2.1 CVSPaul S. Owen2002-04-044-3/+3
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-2/+2
* Fix for bug # 534781 Smiles in Postgres installthe_systech2002-03-251-44/+44
* Re-fix schemas to allow decimal/real numbers in timezone ...Paul S. Owen2002-03-213-3/+3
* suspect there may be a similar problem to the msaccess beyond first page bug ...Paul S. Owen2002-03-201-1/+1
* Fix bug causing no output beyond first page of resultsPaul S. Owen2002-03-201-1/+1
* A few updates for versioning, fixed _broken_ MS Access primer archive and com...Paul S. Owen2002-03-196-5/+5
* Minor update to return true should a transaction be ended without a query ......Paul S. Owen2002-03-191-1/+1
* Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and 520872....dougk_ff72002-03-101-0/+0
* Fixed various transaction related issues and changed mssql-odbc name to ... m...Paul S. Owen2002-03-055-29/+99
* Remove IDENTITY SET for forumsPaul S. Owen2002-03-031-5/+0
* Updates for extra config variables added recently..the_systech2002-02-254-7/+20
* unset stored values of row and rowset upon freeresultPaul S. Owen2002-02-122-4/+21
* Altered wordlist table to ignore duplicates on the word_text indexPaul S. Owen2002-02-111-1/+4
* Remove auto increment/IDENTITY/autonumber/sequence from forum_id in _forums, ...Paul S. Owen2002-02-114-4/+3
* Fix bugs #515461 and #515460, limit and nextid issues.Paul S. Owen2002-02-111-3/+2
* Changes for first_topic_idPaul S. Owen2002-02-111-1/+1
* Add default config for smtp_username/passwordPaul S. Owen2002-02-051-0/+0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-053-0/+6
* Minor update to remove queryPaul S. Owen2002-02-021-0/+0
* Updates for topic_first_id, NOTE that these basics include a new updated subS...Paul S. Owen2002-02-027-37/+50
* Fix various var not set warnings ... many thanks go to The Horta for pointing...Paul S. Owen2002-01-288-140/+103
* Added 'most online user' config keys to Oracle basic.sqlBart van Bragt2002-01-281-0/+2
* Added 'most online user' config keys to MS-SQL basic.sqlBart van Bragt2002-01-281-0/+2
* Updated themes_name field lengths to 50 as per other schemasPaul S. Owen2002-01-281-31/+31
* Implemented Record of online usersBart van Bragt2002-01-252-0/+4
* Removed odbc_error stuff since it doesn't work anywayPaul S. Owen2002-01-251-3/+3
* Re-added str_replace for LOWER -> LCASE in queriesPaul S. Owen2002-01-251-0/+2
* Added index on topic_type (topics table)Bart van Bragt2002-01-112-1/+3