aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix bug #522413, non-slashing of quotesPaul S. Owen2002-03-012-25/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2231 89ea8834-ac86-4346-8a33-228a782c2dd0
* I left that echo in intentionally, honest ... phew, think I got away with ↵Paul S. Owen2002-03-011-1/+1
| | | | | | that ... oh, did I just write that, doh git-svn-id: file:///svn/phpbb/trunk@2230 89ea8834-ac86-4346-8a33-228a782c2dd0
* Almost but not quite ... wouldn't update user levels for former mods who've ↵Paul S. Owen2002-03-011-8/+43
| | | | | | been removed from auth_access ... doh git-svn-id: file:///svn/phpbb/trunk@2229 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates related to auth_admin changesPaul S. Owen2002-03-013-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2228 89ea8834-ac86-4346-8a33-228a782c2dd0
* Time for Tubby bye byePaul S. Owen2002-02-282-1879/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates/changesPaul S. Owen2002-02-281-19/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@2226 89ea8834-ac86-4346-8a33-228a782c2dd0
* Right, let's see what I broke during the re-write ... this should be 'all ↵Paul S. Owen2002-02-281-0/+892
| | | | | | singing - all dancing', handles updating moderator for user and group changes, switches to advanced mode appropriately, reduces numbers of queries done for multiple updates, etc. git-svn-id: file:///svn/phpbb/trunk@2225 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by sundoitPaul S. Owen2002-02-2816-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2224 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong spelling ... I cannot read ... doh!Paul S. Owen2002-02-281-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should bring Bulgarian up to RC-3 standardsPaul S. Owen2002-02-282-258/+276
| | | | git-svn-id: file:///svn/phpbb/trunk@2222 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should bring Portuguese up to RC-3 standardsPaul S. Owen2002-02-283-7/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2221 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by OOHOOPaul S. Owen2002-02-2824-0/+2621
| | | | git-svn-id: file:///svn/phpbb/trunk@2220 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mod to language selector to handle double underscored lang filesPaul S. Owen2002-02-281-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2219 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a few nowraps ... no doubt causing a few issues for at least one ↵Paul S. Owen2002-02-2812-59/+55
| | | | | | language ... git-svn-id: file:///svn/phpbb/trunk@2218 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added false for the optional replace parameter of the header for ↵the_systech2002-02-262-4/+4
| | | | | | Cache-Control.. This might actually fix some issues with gzip compression and win98/IIS... git-svn-id: file:///svn/phpbb/trunk@2217 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fix to stylingPaul S. Owen2002-02-262-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2216 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by sundoit ~ RC-3 standard, needs checking throughPaul S. Owen2002-02-2623-0/+2537
| | | | git-svn-id: file:///svn/phpbb/trunk@2215 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for extra config variables added recently..the_systech2002-02-254-7/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2214 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial version by Yoichi ~ RC-2 standardPaul S. Owen2002-02-2523-0/+2542
| | | | git-svn-id: file:///svn/phpbb/trunk@2213 89ea8834-ac86-4346-8a33-228a782c2dd0
* Failed to switch to English images default if prefered language doesn't ↵Paul S. Owen2002-02-251-5/+4
| | | | | | exist ... git-svn-id: file:///svn/phpbb/trunk@2212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates and additions by waheedPaul S. Owen2002-02-2518-505/+546
| | | | git-svn-id: file:///svn/phpbb/trunk@2211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial versionPaul S. Owen2002-02-2516-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix COPPA problemsPaul S. Owen2002-02-251-75/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@2209 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move activation key stuff to profile, search_username stuff to search, ↵Paul S. Owen2002-02-251-100/+1
| | | | | | re-add @ to create_date git-svn-id: file:///svn/phpbb/trunk@2208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-add configPaul S. Owen2002-02-251-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2207 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove configPaul S. Owen2002-02-251-51/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2206 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-258-576/+589
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0