aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Removing from CVS to remove any chance of people using it 'accidently' while ↵Paul S. Owen2002-03-10134-5163/+0
| | | | | | incomplete ... may recommit when it's updated git-svn-id: file:///svn/phpbb/trunk@2289 89ea8834-ac86-4346-8a33-228a782c2dd0
* A small typo (missed it...)dougk_ff72002-03-101-1/+1
| | | | | | | | | Shouldn't be a problem, now. Doug git-svn-id: file:///svn/phpbb/trunk@2288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and ↵dougk_ff72002-03-1084-11916/+11926
| | | | | | | | | | 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not... That's it for now! dougk_ff7 git-svn-id: file:///svn/phpbb/trunk@2287 89ea8834-ac86-4346-8a33-228a782c2dd0
* These are formed from breaking up functions ... modified functions is not ↵Paul S. Owen2002-03-105-0/+1779
| | | | | | yet in CVS and these do nothing right now git-svn-id: file:///svn/phpbb/trunk@2286 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update to introduce avatar namePaul S. Owen2002-03-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2285 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just becausethe_systech2002-03-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well poop... Fix for bug #527235... /me goes off and slaps himself..the_systech2002-03-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2283 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix incorrect .css locationPaul S. Owen2002-03-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2282 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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