aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_basic.sql
Commit message (Collapse)AuthorAgeFilesLines
* bye byePaul S. Owen2003-06-141-532/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4130 89ea8834-ac86-4346-8a33-228a782c2dd0
* Single basic file ... hopefully this'll work okay ...Paul S. Owen2003-06-141-2/+79
| | | | git-svn-id: file:///svn/phpbb/trunk@4128 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates and fixes ... no doubt there are new bugs but where would ↵Paul S. Owen2003-06-061-0/+3
| | | | | | the fun be without them? git-svn-id: file:///svn/phpbb/trunk@4090 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: bbcode_bitfield added to phpbb_styles. See dev forumLudovic Arnaud2003-06-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4087 89ea8834-ac86-4346-8a33-228a782c2dd0
* Default rank images directoryPaul S. Owen2003-06-031-27/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@4076 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates, email related.Meik Sievertsen2003-06-011-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4070 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved the queue call, added interval. The current lock is very "fluent" at ↵Meik Sievertsen2003-05-301-0/+2
| | | | | | the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-291-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4067 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-4/+10
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added max_quote_depth limiter to prevent users from nesting a hell lot of quotesLudovic Arnaud2003-05-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4041 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4035 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct doubled up viewsigs, replace viewemail with allow_viewemail, add ↵Paul S. Owen2003-05-201-59/+62
| | | | | | couple new groups for COPPA users git-svn-id: file:///svn/phpbb/trunk@4027 89ea8834-ac86-4346-8a33-228a782c2dd0
* More functions added ...Paul S. Owen2003-05-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-1/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Returned to instantiation of ucp object ... perhaps this approach is better? ↵Paul S. Owen2003-05-101-2/+6
| | | | | | Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh git-svn-id: file:///svn/phpbb/trunk@4003 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed forum_link_track to forum_flags for storage of additional info [ ↵Paul S. Owen2003-05-081-1/+6
| | | | | | pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting git-svn-id: file:///svn/phpbb/trunk@3989 89ea8834-ac86-4346-8a33-228a782c2dd0
* email topic, minor other changes, removed updating of parent forums upon ↵Paul S. Owen2003-05-051-2/+2
| | | | | | posting (handled by functions_display) git-svn-id: file:///svn/phpbb/trunk@3980 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-3/+3
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* replaced \' with ' in template to let it parse javascript correctly. ↵Meik Sievertsen2003-04-231-2/+3
| | | | | | admin_attachments.php changes. added real media streaming. git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
* first version of attachment admin panel + some fixes (i hope i do not screw ↵Meik Sievertsen2003-04-221-0/+1
| | | | | | someones code with this, my appologies) git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
* Knew I'd forget to add at least one thing ...Paul S. Owen2003-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3921 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong name for poll end caps in style imagesets, added poll_max_options to ↵Paul S. Owen2003-04-221-1/+1
| | | | | | topic table ... ignore two new marking tables for time being ... code utilising one or both is yet to be committed and one or other may vanish. git-svn-id: file:///svn/phpbb/trunk@3918 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add dotted topic and topic read/unread DB marking to Load Settings formPaul S. Owen2003-04-221-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3913 89ea8834-ac86-4346-8a33-228a782c2dd0
* some arrangements...Meik Sievertsen2003-04-181-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove nulls for anon userPaul S. Owen2003-04-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3881 89ea8834-ac86-4346-8a33-228a782c2dd0
* Load config varsPaul S. Owen2003-04-151-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3843 89ea8834-ac86-4346-8a33-228a782c2dd0
* Installation should work again.Meik Sievertsen2003-04-131-109/+109
| | | | git-svn-id: file:///svn/phpbb/trunk@3823 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add m_infoPaul S. Owen2003-04-031-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3788 89ea8834-ac86-4346-8a33-228a782c2dd0
* show the attach icon in viewforum. added cached extensions (we need them ↵Meik Sievertsen2003-04-011-44/+42
| | | | | | within viewtopic) git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another u_ option ... this time for displaying avatars ... must start ↵Paul S. Owen2003-04-011-0/+1
| | | | | | removing redundant fields in user table and elsewhere git-svn-id: file:///svn/phpbb/trunk@3775 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just throwing this in ... dependencies still not complete ... the GUI and ↵Paul S. Owen2003-04-011-1/+1
| | | | | | storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple of changes to f_ permissionsPaul S. Owen2003-03-301-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3757 89ea8834-ac86-4346-8a33-228a782c2dd0
* capitalized install script lang vars.Meik Sievertsen2003-03-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3745 89ea8834-ac86-4346-8a33-228a782c2dd0
* Imageset schema changes ... drop your old imageset table and replace with ↵Paul S. Owen2003-03-291-1/+2
| | | | | | this + data git-svn-id: file:///svn/phpbb/trunk@3744 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added icon_report to imageset (mine was like a big exclamation mark but ↵Ludovic Arnaud2003-03-281-4/+4
| | | | | | | | | | Paul's looks better me thinks). Added topic_replies_real and forum_topics_real fields to store real numbers of posts and topics, including unapproved items. Removed the duplicate group_display field bug that I had personnally introduced git-svn-id: file:///svn/phpbb/trunk@3735 89ea8834-ac86-4346-8a33-228a782c2dd0
* browser_check seemed to go missingPaul S. Owen2003-03-251-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3731 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed redundant ... for now at least ... session info from user table ↵Paul S. Owen2003-03-251-1/+1
| | | | | | schema, added online/offline icon git-svn-id: file:///svn/phpbb/trunk@3728 89ea8834-ac86-4346-8a33-228a782c2dd0
* report iconPaul S. Owen2003-03-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3725 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed attachment upload path var to "non-dynamic" ... couldn't see a ↵Paul S. Owen2003-03-251-1/+1
| | | | | | reason as to why it needed to be dynamic, if it must feel free to change it back. git-svn-id: file:///svn/phpbb/trunk@3713 89ea8834-ac86-4346-8a33-228a782c2dd0
* Capitalisation, additional of one or two new options, removal of global ↵Paul S. Owen2003-03-241-2/+3
| | | | | | prune option, addition of stats reset on admin index page git-svn-id: file:///svn/phpbb/trunk@3708 89ea8834-ac86-4346-8a33-228a782c2dd0
* Corrected doubled up forbidden_extension id, removed extra line endingsPaul S. Owen2003-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3704 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added images for unapproved and reported items.Ludovic Arnaud2003-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3702 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm... aspx is forbidden too, reactivate transaction.Meik Sievertsen2003-03-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3698 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial attachment functionality... only posting related (add/delete/edit) ↵Meik Sievertsen2003-03-221-1/+54
| | | | | | and schema. Also added attachment switch to board settings admin. git-svn-id: file:///svn/phpbb/trunk@3697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Two new images (reported/unapproved items), please update your database. ↵Ludovic Arnaud2003-03-131-1/+1
| | | | | | Added blank images as placeholders. git-svn-id: file:///svn/phpbb/trunk@3639 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor schema adjustments, additional/altered config and acl options, added ↵Paul S. Owen2003-03-091-4/+15
| | | | | | u_ options to basic (initial) group auth setup git-svn-id: file:///svn/phpbb/trunk@3621 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementing post reporting. 2 new tables plus an extra field for posts and ↵Ludovic Arnaud2003-03-061-5/+10
| | | | | | topics tables. git-svn-id: file:///svn/phpbb/trunk@3603 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-1/+4
| | | | | | | | | | on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few changes to user level permissionsPaul S. Owen2003-03-041-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3588 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, a slightly modified posting.php, some fixes too. topic-review and polls ↵Meik Sievertsen2003-02-271-2/+2
| | | | | | will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;) git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0