aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* doh, another wrongly named ICQ ... I'm really going off that program, good ↵Paul S. Owen2002-02-241-0/+0
| | | | | | catch svenneman :) git-svn-id: file:///svn/phpbb/trunk@2204 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed updating of user post count on deletionPaul S. Owen2002-02-232-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@2203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix SQL problem bug #520293Paul S. Owen2002-02-231-10/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2202 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should bring Turkish up to RC-3 standardPaul S. Owen2002-02-212-27/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@2201 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix my hilariously dumb mistake in posting allowing unauthed users to post ...Paul S. Owen2002-02-201-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2200 89ea8834-ac86-4346-8a33-228a782c2dd0
* focus on selectPaul S. Owen2002-02-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2199 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #520039, moved topics with wrong goto page linksPaul S. Owen2002-02-191-32/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@2198 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #520171, ICQ image missingPaul S. Owen2002-02-191-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2197 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #518972 Remote Avatar URI's with Port numbersthe_systech2002-02-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2196 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for minor cosmetic bug # 519992the_systech2002-02-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2195 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #519756 as suggested by tamcPaul S. Owen2002-02-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2194 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix SQL bug #519941Paul S. Owen2002-02-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2193 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed datefield length restriction (#519590)Bart van Bragt2002-02-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2192 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple of var names switched around in email URIPaul S. Owen2002-02-182-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't updating search match table ... fudged solutionPaul S. Owen2002-02-181-10/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@2190 89ea8834-ac86-4346-8a33-228a782c2dd0