aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* ok, this should still fix the issues for empty poster ids within the posts ↵Meik Sievertsen2007-02-251-7/+5
| | | | | | table (they are skipped) but should fix wrong ban entries (after conversion the anonymous user is banned. :)) git-svn-id: file:///svn/phpbb/trunk@7060 89ea8834-ac86-4346-8a33-228a782c2dd0
* - made prune a bit nicerDavid M2007-02-254-2/+21
| | | | | | | #8236 git-svn-id: file:///svn/phpbb/trunk@7059 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8292David M2007-02-252-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reword.Jonathan Stanley2007-02-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7057 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8098David M2007-02-241-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7056 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7812Dominik Dröscher2007-02-241-5/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7055 89ea8834-ac86-4346-8a33-228a782c2dd0
* trying to fix some bugs...Meik Sievertsen2007-02-2411-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
* no h2Meik Sievertsen2007-02-241-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7053 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not rely on admin style for E_USER_ERROR messagesMeik Sievertsen2007-02-241-12/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@7052 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjustement to the fix for bug #8274Meik Sievertsen2007-02-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7051 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding @package tag which is required for all classes.Meik Sievertsen2007-02-241-0/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@7050 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8028David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7049 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7734David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7048 89ea8834-ac86-4346-8a33-228a782c2dd0
* blipDavid M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7047 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8266David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7046 89ea8834-ac86-4346-8a33-228a782c2dd0
* - small language issueDavid M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7045 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8206David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7044 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7902David M2007-02-232-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@7043 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8022David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7042 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8074David M2007-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7041 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed some convertor bugsMeik Sievertsen2007-02-238-55/+118
| | | | | | | - adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included) git-svn-id: file:///svn/phpbb/trunk@7040 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8050 - Whilst now invalid... reworded as phpBB3 CVS does now support ↵Jonathan Stanley2007-02-231-1/+1
| | | | | | "cross-database" conversions. git-svn-id: file:///svn/phpbb/trunk@7039 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8180David M2007-02-231-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7038 89ea8834-ac86-4346-8a33-228a782c2dd0
* - found a small flaw, no more errors from cross conversions :DDavid M2007-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7037 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8244David M2007-02-2210-29/+30
| | | | | | | | - cleaned up the TRUNCATE/DELETE FROM in the native search backend - fixed an imporoper default value on some upgrades git-svn-id: file:///svn/phpbb/trunk@7036 89ea8834-ac86-4346-8a33-228a782c2dd0
* small bugfix...Meik Sievertsen2007-02-221-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7035 89ea8834-ac86-4346-8a33-228a782c2dd0
* trying to fix two conversion issuesMeik Sievertsen2007-02-224-13/+59
| | | | | | | | - anonymous user not entered correctly or entered with user id 0 (need to be tested) - ips not converted git-svn-id: file:///svn/phpbb/trunk@7034 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8296David M2007-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7033 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8298David M2007-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7032 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8302David M2007-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7031 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8254David M2007-02-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7030 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more Safari fixes, everything but the tooltips should display correct ↵Dominik Dröscher2007-02-201-1/+4
| | | | | | now on the permission dialogs git-svn-id: file:///svn/phpbb/trunk@7029 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8204Dominik Dröscher2007-02-201-3/+3
| | | | | | | Small fix for Safari which apparently didn't understand the onchange value - well, onclick does the trick too. Thanks to kellanved for helping debug this. Now on to the the display errors in Safari! git-svn-id: file:///svn/phpbb/trunk@7028 89ea8834-ac86-4346-8a33-228a782c2dd0
* remember daivd, nobody else wants your debug code...David M2007-02-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7027 89ea8834-ac86-4346-8a33-228a782c2dd0
* i feel specialDavid M2007-02-201-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7026 89ea8834-ac86-4346-8a33-228a782c2dd0
* blahDavid M2007-02-201-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7025 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8194David M2007-02-201-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7024 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8232David M2007-02-201-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7023 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-02-201-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7022 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8242David M2007-02-202-11/+11
| | | | | | | #7976 git-svn-id: file:///svn/phpbb/trunk@7021 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8148David M2007-02-202-35/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@7020 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8116David M2007-02-201-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7019 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8224David M2007-02-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7018 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8214David M2007-02-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7017 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot to actually commit it :PDavid M2007-02-191-101/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@7016 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8234David M2007-02-194-76/+77
| | | | | | | | - some stupid bugs in restore - centralized the method of getting tables git-svn-id: file:///svn/phpbb/trunk@7015 89ea8834-ac86-4346-8a33-228a782c2dd0
* PHP4 lives!David M2007-02-191-16/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7014 89ea8834-ac86-4346-8a33-228a782c2dd0
* now that was kinda dumb...David M2007-02-191-7/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7013 89ea8834-ac86-4346-8a33-228a782c2dd0
* eh? meh.David M2007-02-191-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7012 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8186David M2007-02-191-1/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7011 89ea8834-ac86-4346-8a33-228a782c2dd0