aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Collapse)AuthorAgeFilesLines
* RenamedPaul S. Owen2002-07-161-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move to 'centralised' location in install/Paul S. Owen2002-07-1611-3548/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2693 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2002-07-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest schemaPaul S. Owen2002-07-142-140/+309
| | | | git-svn-id: file:///svn/phpbb/trunk@2668 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates which will break yet more thingsPaul S. Owen2002-07-141-68/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@2667 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, a schema fix... Not a terrible problem....dougk_ff72002-06-271-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few more changesPaul S. Owen2002-06-212-41/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@2641 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few suggested or preliminary changes ... these aren't fixed and again I ↵Paul S. Owen2002-06-212-256/+228
| | | | | | suggest no one install (or even manually update) this version at present. git-svn-id: file:///svn/phpbb/trunk@2640 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible updates and additions ...Paul S. Owen2002-06-091-138/+142
| | | | git-svn-id: file:///svn/phpbb/trunk@2627 89ea8834-ac86-4346-8a33-228a782c2dd0
* NOTE! This is a work in progress and is subject to considerable change ... ↵Paul S. Owen2002-06-081-49/+97
| | | | | | and the update script is not likely to cope with it ... I heavily recommend no one install a fresh copy of 2.1 at this time. git-svn-id: file:///svn/phpbb/trunk@2624 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add fields for forum/topic post count incrementing and topic moderationPaul S. Owen2002-05-211-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2612 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP size to 40 charsPaul S. Owen2002-05-083-68/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@2557 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed code so it stores total users in config table to remove a slightly ↵James Atkinson2002-04-301-1/+4
| | | | | | costly query git-svn-id: file:///svn/phpbb/trunk@2549 89ea8834-ac86-4346-8a33-228a782c2dd0
* Associated schema changesPaul S. Owen2002-04-207-3/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2537 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-207-6/+6
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update a few things for 2.1 CVSPaul S. Owen2002-04-044-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2489 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug # 534781 Smiles in Postgres installthe_systech2002-03-251-44/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@2431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-fix schemas to allow decimal/real numbers in timezone ...Paul S. Owen2002-03-213-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2390 89ea8834-ac86-4346-8a33-228a782c2dd0
* suspect there may be a similar problem to the msaccess beyond first page bug ↵Paul S. Owen2002-03-201-1/+1
| | | | | | here too ... may be wrong :D git-svn-id: file:///svn/phpbb/trunk@2380 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug causing no output beyond first page of resultsPaul S. Owen2002-03-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2379 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few updates for versioning, fixed _broken_ MS Access primer archive and ↵Paul S. Owen2002-03-196-5/+5
| | | | | | compacted it ... git-svn-id: file:///svn/phpbb/trunk@2362 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to return true should a transaction be ended without a query ↵Paul S. Owen2002-03-191-1/+1
| | | | | | ... does nothing except prevent premature failure of calling routine git-svn-id: file:///svn/phpbb/trunk@2341 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and ↵dougk_ff72002-03-101-0/+0
| | | | | | | | | | 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not... That's it for now! dougk_ff7 git-svn-id: file:///svn/phpbb/trunk@2287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed various transaction related issues and changed mssql-odbc name to ... ↵Paul S. Owen2002-03-055-29/+99
| | | | | | mssql-odbc, hopefully this hasn't been (and won't be) responsible for any problems ... git-svn-id: file:///svn/phpbb/trunk@2269 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove IDENTITY SET for forumsPaul S. Owen2002-03-031-5/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for extra config variables added recently..the_systech2002-02-254-7/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2214 89ea8834-ac86-4346-8a33-228a782c2dd0
* unset stored values of row and rowset upon freeresultPaul S. Owen2002-02-122-4/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@2109 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered wordlist table to ignore duplicates on the word_text indexPaul S. Owen2002-02-111-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2090 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove auto increment/IDENTITY/autonumber/sequence from forum_id in _forums, ↵Paul S. Owen2002-02-114-4/+3
| | | | | | this is set by the admin_forums app itself. git-svn-id: file:///svn/phpbb/trunk@2089 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bugs #515461 and #515460, limit and nextid issues.Paul S. Owen2002-02-111-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2084 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for first_topic_idPaul S. Owen2002-02-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-051-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-053-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to remove queryPaul S. Owen2002-02-021-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2042 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for topic_first_id, NOTE that these basics include a new updated ↵Paul S. Owen2002-02-027-37/+50
| | | | | | subSilver entry that appears to produce some strange results at present ... git-svn-id: file:///svn/phpbb/trunk@2037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-288-140/+103
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added 'most online user' config keys to Oracle basic.sqlBart van Bragt2002-01-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1995 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added 'most online user' config keys to MS-SQL basic.sqlBart van Bragt2002-01-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1994 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated themes_name field lengths to 50 as per other schemasPaul S. Owen2002-01-281-31/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1981 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Record of online usersBart van Bragt2002-01-252-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed odbc_error stuff since it doesn't work anywayPaul S. Owen2002-01-251-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added str_replace for LOWER -> LCASE in queriesPaul S. Owen2002-01-251-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added index on topic_type (topics table)Bart van Bragt2002-01-112-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed default forum order (seems to be related to #498825)Bart van Bragt2002-01-112-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1842 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change prune_enable default to 0 as per bug #498800Paul S. Owen2002-01-103-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1833 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes bug 498620, among others. A problem with a rank_max value still ↵dougk_ff72002-01-038-12/+8
| | | | | | | | | hanging around in SQL statements. It was still created by all the schema files, so I changed it there, too. If I end up creating more problems, I'll revert them to the old values... Actually, I think I'd better. Anyway, don't even ask why I updated Oracle. I felt like it, plus we may use it someday... That's it for now! One bug fix... yeah! git-svn-id: file:///svn/phpbb/trunk@1779 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #498301Paul S. Owen2002-01-011-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1765 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #497093 + other updatesPaul S. Owen2002-01-011-166/+113
| | | | git-svn-id: file:///svn/phpbb/trunk@1764 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing transaction code ... may have caused some or all of the current ↵Paul S. Owen2001-12-311-0/+3
| | | | | | PostgreSQL issues ... git-svn-id: file:///svn/phpbb/trunk@1754 89ea8834-ac86-4346-8a33-228a782c2dd0