aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed default forum order (seems to be related to #498825)Bart van Bragt2002-01-112-4/+4
* Change prune_enable default to 0 as per bug #498800Paul S. Owen2002-01-103-3/+3
* Fixes bug 498620, among others. A problem with a rank_max value still hangin...dougk_ff72002-01-038-12/+8
* Fix bug #498301Paul S. Owen2002-01-011-0/+0
* Fix for bug #497093 + other updatesPaul S. Owen2002-01-011-166/+113
* Missing transaction code ... may have caused some or all of the current Postg...Paul S. Owen2001-12-311-0/+3
* Update for default '0' in topic_moved_idPaul S. Owen2001-12-241-0/+0
* Removed 'global' str_replace for \'Paul S. Owen2001-12-243-6/+6
* Minor updates to post_username, post_subject and topic_title field lengthsPaul S. Owen2001-12-203-8/+8
* Various updatesPaul S. Owen2001-12-201-263/+140
* Topic last post id was set as non null ...Paul S. Owen2001-12-191-1/+1
* Damn commas, someone should be shotPaul S. Owen2001-12-191-1/+1
* Fixed part 3 of bug #494929Paul S. Owen2001-12-191-1/+3
* Modified to fix Bug # 494598the_systech2001-12-181-3/+3
* Updated classes, fixed slashing issue and maybe reduced overhead a little, pe...Paul S. Owen2001-12-182-431/+339
* Why didn't these commit yesterday with the other changes .. hmmm, even the hi...Paul S. Owen2001-12-163-3/+3
* subSilver updates, separate css, other fixesPaul S. Owen2001-12-151-0/+0
* Various changes to accompany session updates ... MSSQL users should be prepar...Paul S. Owen2001-12-153-3/+0
* Ok, fixing a PostgreSQL bug in the Schema file, prevented installdougk_ff72001-12-151-2/+2
* Make topic_moved_id not null default 0Paul S. Owen2001-12-141-1/+1
* Removed autologin_key + fixed bug #471878Paul S. Owen2001-12-146-11/+8
* Updated schema for session stuff + fix for mysql search result idPaul S. Owen2001-12-144-5/+19
* Fixed bug #490611Paul S. Owen2001-12-112-3/+4
* Fix for some small problems with upgradeBart van Bragt2001-12-103-9/+9
* Removed PSO style entriesPaul S. Owen2001-12-094-16/+0
* Backtrack on IDENTITY ... dohPaul S. Owen2001-12-011-1/+1
* Missing IDENTITY on phpbb_groups, thanks MartinPaul S. Owen2001-12-011-1/+1
* Updated for improved use with ODBC setups + introduced a re-install feature ....Paul S. Owen2001-11-303-221/+2
* Updated for bbcode_uid movePaul S. Owen2001-11-291-0/+0
* Let's try another commit and see if its ascii ... I hate CVS at timesPaul S. Owen2001-11-291-0/+847
* And again for some reason the MSSQL schema commits as binary ... even though ...Paul S. Owen2001-11-291-0/+0
* Up to date MSSQL schema and basic, tested under MSSQL 2000Paul S. Owen2001-11-292-5/+4
* Fixed problem with surprise and shock smileys, shock = 8O, surprise = :o or t...Paul S. Owen2001-11-293-111/+161
* Fix for insert_id problemPaul S. Owen2001-11-291-2/+8
* This should fix the schmea problems, not the best solution but it worksJames Atkinson2001-11-291-11/+10
* Fixed little sequance name problemJames Atkinson2001-11-261-1/+1
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN TH...Bart van Bragt2001-11-244-4/+4
* Fixes install problemPaul S. Owen2001-11-232-2/+0
* Oops, smallint is too small for group_id.. Thanks Paul :DBart van Bragt2001-11-231-3/+3
* Some space/speed checkups on the types in the MySQL schemaBart van Bragt2001-11-231-20/+20
* Updated and inline with MySQL - PostgreSQL fine under 7.1.2Paul S. Owen2001-11-233-133/+192