aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Collapse)AuthorAgeFilesLines
* This is an initial 'final' DB schema, effectively complete but may undergo ↵Paul S. Owen2001-11-161-1/+1
| | | | | | some (hopefully minor) updates git-svn-id: file:///svn/phpbb/trunk@1336 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is an initial 'final' DB schema, effectively complete but may undergo ↵Paul S. Owen2001-11-161-9/+12
| | | | | | some (hopefully minor) updates git-svn-id: file:///svn/phpbb/trunk@1335 89ea8834-ac86-4346-8a33-228a782c2dd0
* New and improved search_fill.php, still has a weird memory exhaustion bugBart van Bragt2001-11-151-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1327 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added admin enabling of email formPaul S. Owen2001-11-152-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-152-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added global PM disable + modded emailer to allow lang select + re-added ↵Paul S. Owen2001-11-132-1/+3
| | | | | | back box limits my dumbness removed recently git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bu #480222 (I hope)Bart van Bragt2001-11-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1301 89ea8834-ac86-4346-8a33-228a782c2dd0
* Schema updates for search changesPaul S. Owen2001-11-092-0/+53
| | | | git-svn-id: file:///svn/phpbb/trunk@1300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to transaction and other supportPaul S. Owen2001-11-092-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1298 89ea8834-ac86-4346-8a33-228a782c2dd0
* MySQL 4.x support, functionaly similar to MySQL bar transaction supportPaul S. Owen2001-11-041-0/+357
| | | | git-svn-id: file:///svn/phpbb/trunk@1276 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, added site description to DBPaul S. Owen2001-11-033-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removing traces of global announcements and also fixing a potential security ↵dougk_ff72001-10-191-1/+0
| | | | | | hole in bbcode. Img-based javascript is now stripped. All images have to begin with http:// git-svn-id: file:///svn/phpbb/trunk@1238 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just the start to the wonderful world of global announcements. Adds support ↵dougk_ff72001-10-161-1/+1
| | | | | | for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later. git-svn-id: file:///svn/phpbb/trunk@1215 89ea8834-ac86-4346-8a33-228a782c2dd0
* modified to make compatible with postgres 7.0, still works with 7.1the_systech2001-10-151-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1206 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated basic, includes default avatar gallery pathPaul S. Owen2001-10-113-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-113-3/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few updates related to install -- you should use install.php from now on, do ↵Paul S. Owen2001-10-093-349/+251
| | | | | | not run these separately git-svn-id: file:///svn/phpbb/trunk@1146 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group CP is done (I hope). The group moderator and admin can add and remove ↵James Atkinson2001-10-061-2/+2
| | | | | | | | | users from groups. There are several things in this I would like to change but its too late for 2.0, someone remind me during 2.2 discussions git-svn-id: file:///svn/phpbb/trunk@1134 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make users active by defaultBart van Bragt2001-10-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1126 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another file that didn't commit for some reason + change to subSilver ↵Paul S. Owen2001-10-014-4/+5
| | | | | | body_text colour git-svn-id: file:///svn/phpbb/trunk@1114 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-018-6/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished up COPPA support (I hope), now has a form the parents can print and ↵James Atkinson2001-09-271-0/+2
| | | | | | sign and added config areas for mailing address and fax number. git-svn-id: file:///svn/phpbb/trunk@1096 89ea8834-ac86-4346-8a33-228a782c2dd0
* Admin definable max sig sizePaul S. Owen2001-09-258-11/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1087 89ea8834-ac86-4346-8a33-228a782c2dd0
* subSilver theme enters CVS ... yayPaul S. Owen2001-09-254-19/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1081 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates associated with movement of user_sig encoding and style changesPaul S. Owen2001-09-258-152/+234
| | | | git-svn-id: file:///svn/phpbb/trunk@1077 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a ;Paul S. Owen2001-09-171-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added search_results tablePaul S. Owen2001-09-171-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated oracle_schema and added queries to create a table space and a user ↵James Atkinson2001-09-143-2/+44
| | | | | | for phpBB. Makes it a little easier for the novice oracle users out there git-svn-id: file:///svn/phpbb/trunk@1036 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on Oracle DBAL codeJames Atkinson2001-09-131-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1035 89ea8834-ac86-4346-8a33-228a782c2dd0
* Put transaction support into oracle DBALJames Atkinson2001-09-131-9/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1033 89ea8834-ac86-4346-8a33-228a782c2dd0
* Inital work on Oracle schema. If you are installing on oracle run the ↵James Atkinson2001-09-134-10/+891
| | | | | | triggers file AFTER the basic file git-svn-id: file:///svn/phpbb/trunk@1032 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed up postgres schema and basic so they work with new config table and ↵James Atkinson2001-09-102-10/+11
| | | | | | theme/templates combination git-svn-id: file:///svn/phpbb/trunk@1025 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combined theme/templates in profile as suggested, added META refresh and ↵Paul S. Owen2001-09-092-46/+48
| | | | | | made a couple of other changes git-svn-id: file:///svn/phpbb/trunk@1019 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combined theme/templates in profile as suggested, added META refresh and ↵Paul S. Owen2001-09-092-55/+57
| | | | | | made a couple of other changes git-svn-id: file:///svn/phpbb/trunk@1018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Don't need config_id anymore obviouslyBart van Bragt2001-09-083-3/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1013 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-086-133/+135
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed postgres schema so it works with pollsJames Atkinson2001-09-072-6/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@1002 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated mssql schema and basic, and added commit for remaining transactionsPaul S. Owen2001-09-074-94/+127
| | | | git-svn-id: file:///svn/phpbb/trunk@1000 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved signature attach toggle to DB run convert_sig to update after adding ↵Paul S. Owen2001-09-071-1/+3
| | | | | | new field to DB git-svn-id: file:///svn/phpbb/trunk@998 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-062-77/+122
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #457840James Atkinson2001-09-032-37/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@977 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ccouple minor fixesJames Atkinson2001-08-311-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@959 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes for bugs 457239 and 457301James Atkinson2001-08-311-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@955 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed spelling error in configPaul S. Owen2001-08-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added postgres basic file..can't believe I missed this..James Atkinson2001-08-311-0/+100
| | | | git-svn-id: file:///svn/phpbb/trunk@950 89ea8834-ac86-4346-8a33-228a782c2dd0
* Try again ...Paul S. Owen2001-08-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Try again ...Paul S. Owen2001-08-301-0/+795
| | | | git-svn-id: file:///svn/phpbb/trunk@946 89ea8834-ac86-4346-8a33-228a782c2dd0
* Damn binary rubbishPaul S. Owen2001-08-301-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@945 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-305-19/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-265-48/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0