aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* Add bbcode_bitfield to user table schema for sig ... for time being at leastPaul S. Owen2003-04-161-31/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@3864 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
* Dependencies go bye bye in favour of something elsePaul S. Owen2003-04-131-17/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3826 89ea8834-ac86-4346-8a33-228a782c2dd0
* Installation should work again.Meik Sievertsen2003-04-132-110/+110
| | | | git-svn-id: file:///svn/phpbb/trunk@3823 89ea8834-ac86-4346-8a33-228a782c2dd0
* Getting there ... unlike Network Rail ...Paul S. Owen2003-04-121-33/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@3818 89ea8834-ac86-4346-8a33-228a782c2dd0
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3817 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
* Added user notification for post reporting, moved lang strings to lang_main, ↵Ludovic Arnaud2003-04-021-3/+6
| | | | | | added CSS style for mcp_jumpbox git-svn-id: file:///svn/phpbb/trunk@3779 89ea8834-ac86-4346-8a33-228a782c2dd0
* show the attach icon in viewforum. added cached extensions (we need them ↵Meik Sievertsen2003-04-012-44/+43
| | | | | | 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-012-5/+8
| | | | | | 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
* Improve feedback for banned usersPaul S. Owen2003-03-311-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3769 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
* More updates, auth_dependencies latest layout ... still may changePaul S. Owen2003-03-301-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3752 89ea8834-ac86-4346-8a33-228a782c2dd0
* capitalized install script lang vars.Meik Sievertsen2003-03-293-59/+59
| | | | 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-292-42/+42
| | | | | | this + data git-svn-id: file:///svn/phpbb/trunk@3744 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not quite a typoLudovic Arnaud2003-03-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3740 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added icon_report to imageset (mine was like a big exclamation mark but ↵Ludovic Arnaud2003-03-282-5/+7
| | | | | | | | | | 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
* More missing stuff ... sure it was here beforePaul S. Owen2003-03-251-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3732 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-252-4/+3
| | | | | | 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-242-11/+41
| | | | | | 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
* Corrected image name, added missing group_display fieldLudovic Arnaud2003-03-231-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3701 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm... aspx is forbidden too, reactivate transaction.Meik Sievertsen2003-03-222-1/+51
| | | | 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-224-24/+231
| | | | | | and schema. Also added attachment switch to board settings admin. git-svn-id: file:///svn/phpbb/trunk@3697 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, missed a bitPaul S. Owen2003-03-201-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3694 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove debugging stuffPaul S. Owen2003-03-201-9/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3692 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, I guess this may help ...Paul S. Owen2003-03-201-0/+356
| | | | git-svn-id: file:///svn/phpbb/trunk@3691 89ea8834-ac86-4346-8a33-228a782c2dd0
* And from the flames rose the might phoenix ... well, a little crisp around ↵Paul S. Owen2003-03-201-16/+16
| | | | | | the edges with the odd missing feather ... git-svn-id: file:///svn/phpbb/trunk@3688 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fudge for firebird schemaPaul S. Owen2003-03-191-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3680 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seems to work ...Paul S. Owen2003-03-191-0/+1069
| | | | git-svn-id: file:///svn/phpbb/trunk@3679 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's alive! It's alive! ...Paul S. Owen2003-03-171-482/+457
| | | | git-svn-id: file:///svn/phpbb/trunk@3659 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect path changesPaul S. Owen2003-03-133-268/+282
| | | | git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
* Two new images (reported/unapproved items), please update your database. ↵Ludovic Arnaud2003-03-132-1/+3
| | | | | | 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-092-16/+18
| | | | | | u_ options to basic (initial) group auth setup git-svn-id: file:///svn/phpbb/trunk@3621 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add index to poster_id in posts tablePaul S. Owen2003-03-081-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3614 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementing post reporting. 2 new tables plus an extra field for posts and ↵Ludovic Arnaud2003-03-062-5/+40
| | | | | | topics tables. git-svn-id: file:///svn/phpbb/trunk@3603 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change related to the latest form of topics tableLudovic Arnaud2003-03-061-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3602 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-042-1/+17
| | | | | | | | | | 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-272-3/+9
| | | | | | 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
* posts tables are now merged.Meik Sievertsen2003-02-271-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3570 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge post and post_text tables ... denormalising of topics and forums ↵Paul S. Owen2003-02-261-21/+9
| | | | | | should result in minimal fx on speed in 2.2 git-svn-id: file:///svn/phpbb/trunk@3537 89ea8834-ac86-4346-8a33-228a782c2dd0
* added extension loading. please note the additional variable 'Meik Sievertsen2003-02-251-1/+55
| | | | | | | $load_extensions = "";' within config.php. git-svn-id: file:///svn/phpbb/trunk@3528 89ea8834-ac86-4346-8a33-228a782c2dd0
* May be usefulPaul S. Owen2003-02-251-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3524 89ea8834-ac86-4346-8a33-228a782c2dd0