aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Change include common to only include required files ... stop errors with ↵Paul S. Owen2002-03-081-3/+6
| | | | | | people who've disabled the board for the update git-svn-id: file:///svn/phpbb/trunk@2281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct translation error on my partPaul S. Owen2002-03-071-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-03-072-120/+118
| | | | git-svn-id: file:///svn/phpbb/trunk@2279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #525357... Admin password should not be allowed to be blank for ↵the_systech2002-03-061-2/+2
| | | | | | security reasons... git-svn-id: file:///svn/phpbb/trunk@2278 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor screw up in file upload checking.. If file_uploads is not set at all ↵the_systech2002-03-063-4/+7
| | | | | | in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D git-svn-id: file:///svn/phpbb/trunk@2277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version tweaked by psoTFXPaul S. Owen2002-03-0616-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2276 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial versions mainly by OOHOOPaul S. Owen2002-03-0616-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2275 89ea8834-ac86-4346-8a33-228a782c2dd0
* Localise days/months, fix bug in validate_username ... this doesn't see ↵Paul S. Owen2002-03-061-2/+18
| | | | | | functions.php split, working on that separately git-svn-id: file:///svn/phpbb/trunk@2274 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed format of Days and Months ... all translators please take note!Paul S. Owen2002-03-0622-927/+863
| | | | git-svn-id: file:///svn/phpbb/trunk@2273 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by Alexis and Pato[100%Q]Paul S. Owen2002-03-0621-0/+2134
| | | | git-svn-id: file:///svn/phpbb/trunk@2272 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rename 'nederlands' to 'dutch' during upgradeBart van Bragt2002-03-051-1/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@2271 89ea8834-ac86-4346-8a33-228a782c2dd0
* mssql-odbc doesn't seem to like ignoring the duplicate index (even though ↵Paul S. Owen2002-03-051-2/+1
| | | | | | MSSQL has been told to ... hmm) git-svn-id: file:///svn/phpbb/trunk@2270 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
* Updated for RC-3Paul S. Owen2002-03-044-289/+355
| | | | git-svn-id: file:///svn/phpbb/trunk@2268 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial updatePaul S. Owen2002-03-041-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2267 89ea8834-ac86-4346-8a33-228a782c2dd0
* Brings Hungarian up to RC-3 standardPaul S. Owen2002-03-042-41/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@2266 89ea8834-ac86-4346-8a33-228a782c2dd0
* I believe this brings Chinese Traditional Taiwan to RC-3 standardPaul S. Owen2002-03-041-33/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@2265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct various parse errorsPaul S. Owen2002-03-042-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2264 89ea8834-ac86-4346-8a33-228a782c2dd0
* preg_quote badword ... don't use # in your bad word list(!)Paul S. Owen2002-03-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing the bug where users can find other user's email addresses from emails ↵dougk_ff72002-03-041-2/+2
| | | | | | sent out by groupcp. git-svn-id: file:///svn/phpbb/trunk@2262 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, forgot to change version setting ...Paul S. Owen2002-03-042-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2261 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove extra session var in session_pagestartPaul S. Owen2002-03-045-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix lack of display if no groups exist, bug #520902Paul S. Owen2002-03-031-15/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@2259 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix incorrect setting of checkboxes on edit, bug #525244Paul S. Owen2002-03-031-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@2258 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to count method in word_common ... problem seemed to exist on older ↵Paul S. Owen2002-03-031-1/+1
| | | | | | PHP versions for some reason git-svn-id: file:///svn/phpbb/trunk@2257 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
* Add additional updates for MSSQL, thanks to Juan-Carlos for pointing the ↵Paul S. Owen2002-03-031-4/+70
| | | | | | missing changes out ... please note, this introduces a DROP TABLE requirement for forums, ensure you read the INSTALL_RC3 before using this on MSSQL! git-svn-id: file:///svn/phpbb/trunk@2255 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updatePaul S. Owen2002-03-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2254 89ea8834-ac86-4346-8a33-228a782c2dd0
* More minor style fixesPaul S. Owen2002-03-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2253 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a minor style issuePaul S. Owen2002-03-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to layoutPaul S. Owen2002-03-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2251 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix error in import, bug #524906Paul S. Owen2002-03-022-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2250 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered the block structure slightly for avatarsPaul S. Owen2002-03-021-62/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@2249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way subject is sent to email ... handled by templates where ↵Paul S. Owen2002-03-02287-135/+600
| | | | | | necessary ... all translators please note these changes! git-svn-id: file:///svn/phpbb/trunk@2248 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way subject is sent to email ... handled by templates where necessaryPaul S. Owen2002-03-024-199/+176
| | | | git-svn-id: file:///svn/phpbb/trunk@2247 89ea8834-ac86-4346-8a33-228a782c2dd0
* What was this doing here? :DPaul S. Owen2002-03-021-974/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2246 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, should be @ RC-3 standardPaul S. Owen2002-03-028-96/+90
| | | | git-svn-id: file:///svn/phpbb/trunk@2245 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops again.. Missed one.. I know this ones not really uptodate anyway, but ↵the_systech2002-03-011-0/+2
| | | | | | at least my changes are there. git-svn-id: file:///svn/phpbb/trunk@2244 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops I did a Paul... Still allow avatar uploads from Urlsthe_systech2002-03-016-12/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok it's official, I'm an idiot... Doesn't do much good to commit the updates ↵the_systech2002-03-011-3/+17
| | | | | | to the profile template without the update to profile :( git-svn-id: file:///svn/phpbb/trunk@2242 89ea8834-ac86-4346-8a33-228a782c2dd0
* Workarounds for file_uploads disabled...the_systech2002-03-018-8/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix HAVING clause error for MSSQL/MySQL/et al., bug #524336Paul S. Owen2002-03-011-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@2240 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made viewip in modcp.php usefull and introduced an undocumented feature :DBart van Bragt2002-03-012-13/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@2239 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the ↵Paul S. Owen2002-03-011-3/+9
| | | | | | other way from keeping them all, you'll not count some users. git-svn-id: file:///svn/phpbb/trunk@2238 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move subject preg_ to after parseing ... in case subject needs to contain ↵Paul S. Owen2002-03-011-5/+11
| | | | | | any variables git-svn-id: file:///svn/phpbb/trunk@2237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the ↵Paul S. Owen2002-03-011-10/+16
| | | | | | other way from keeping them all, you'll not count some users. git-svn-id: file:///svn/phpbb/trunk@2236 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add ability to specify subject within email, format is Subject: (localised ↵Paul S. Owen2002-03-011-2/+6
| | | | | | subject) followed by carriage return/newline. git-svn-id: file:///svn/phpbb/trunk@2235 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by svenneman ... RC-3 standardPaul S. Owen2002-03-0122-0/+2175
| | | | git-svn-id: file:///svn/phpbb/trunk@2234 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing $phpEx in return link, bug #523313 (part 2)Paul S. Owen2002-03-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2233 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-03-014-111/+116
| | | | git-svn-id: file:///svn/phpbb/trunk@2232 89ea8834-ac86-4346-8a33-228a782c2dd0