aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some problems with last checkin ( for Email links etc)Bart van Bragt2002-02-181-13/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@2181 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed SMTP user/pass in Dutch admin fileBart van Bragt2002-02-171-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2180 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some updates on the smiley display code, also fixed :\ smileys (#518428)Bart van Bragt2002-02-171-6/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up stuff (for Email)Bart van Bragt2002-02-175-163/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@2178 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed malformed URL in EmailsBart van Bragt2002-02-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2177 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cookie domain string was missing, thanks, Jerry (#516599)Bart van Bragt2002-02-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2176 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #506066, [img] didn't work with multiple instances directly following ↵Bart van Bragt2002-02-171-2/+2
| | | | | | each other git-svn-id: file:///svn/phpbb/trunk@2175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #506371, fontchange after quote in NS4.x.Bart van Bragt2002-02-171-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@2174 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #502588, missing smiley after conversion of 1.x boardBart van Bragt2002-02-161-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further privmsg constantPaul S. Owen2002-02-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error preventing drop down displayingPaul S. Owen2002-02-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2171 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should bring Danish up to RC-3 standardPaul S. Owen2002-02-164-10/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@2170 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed <> vs != problem with MSSQL, missed this oneBart van Bragt2002-02-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2169 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some security problems for those people that didn't remove or disable ↵Bart van Bragt2002-02-1611-4/+156
| | | | | | the /develop/ dir in their CVS install git-svn-id: file:///svn/phpbb/trunk@2168 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added 'return to forum' to (un)lockBart van Bragt2002-02-151-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2167 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates, may fix bug #517876Paul S. Owen2002-02-151-9/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2166 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made hidden groups hidden, guess some extra security checks would be nice ↵Bart van Bragt2002-02-151-5/+19
| | | | | | though (ppl guessing URLs) git-svn-id: file:///svn/phpbb/trunk@2165 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #518159Paul S. Owen2002-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2164 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made arabic translation usable (using english for missing files, my Arabic ↵Bart van Bragt2002-02-1516-0/+209
| | | | | | sucks) git-svn-id: file:///svn/phpbb/trunk@2163 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for #518056 in bug tracker... Me and my D@mned typos.... Amazing what a ↵the_systech2002-02-151-2/+2
| | | | | | difference one little letter, and one extra space can make... :( git-svn-id: file:///svn/phpbb/trunk@2162 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #517896the_systech2002-02-152-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2161 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor typos in Dutch translationBart van Bragt2002-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2160 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rolling back changes for site_name_explain lang variablethe_systech2002-02-153-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2159 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove lang_admin changes, sorry Jonathan no more changes ... we really have ↵Paul S. Owen2002-02-151-1/+0
| | | | | | to put a freeze on these, I'm fed up dealing with continual updates of translations :) git-svn-id: file:///svn/phpbb/trunk@2158 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #517442... Disabled HTML in Site_Name and documented in admin.. ↵the_systech2002-02-154-5/+7
| | | | | | Also changed so that in both site_name and site_desc "'s are changed to &quot; git-svn-id: file:///svn/phpbb/trunk@2157 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made hidden groups really hidden (index, viewforum)Bart van Bragt2002-02-152-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2156 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated Dutch to RC3 standardsBart van Bragt2002-02-152-2/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2155 89ea8834-ac86-4346-8a33-228a782c2dd0
* Showing as uncommited ... so I'm commiting ...Paul S. Owen2002-02-151-52/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2154 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should bring Russian up to RC-3 standardPaul S. Owen2002-02-151-3/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@2153 89ea8834-ac86-4346-8a33-228a782c2dd0
* Can I finally commit this or will sourceforge screw this up too ... hhmmmmPaul S. Owen2002-02-151-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2152 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #517890 - Change server_name in boardconfigBart van Bragt2002-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2151 89ea8834-ac86-4346-8a33-228a782c2dd0
* Final fixes for user entered server name, port, etc.Paul S. Owen2002-02-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2150 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change die's in final inserts to prints + other minor changesPaul S. Owen2002-02-141-21/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2149 89ea8834-ac86-4346-8a33-228a782c2dd0
* D@$!it make sure you fix quotes in site name too you idiot...the_systech2002-02-141-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2148 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a partial problem in the site_desc that was found as a result of bug ↵the_systech2002-02-141-2/+6
| | | | | | #517442 which still requires futher consideration.. git-svn-id: file:///svn/phpbb/trunk@2147 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix error with DB != MSSQL || MySQL bug #517151Paul S. Owen2002-02-141-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2146 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2145 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix "cannot find user" error bug #517258Paul S. Owen2002-02-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2144 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should bring Norwegian up to RC-3 standardPaul S. Owen2002-02-144-27/+104
| | | | git-svn-id: file:///svn/phpbb/trunk@2143 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should bring Finnish up to RC-3 standardPaul S. Owen2002-02-142-4/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2142 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should bring Italian up to RC-3 standardPaul S. Owen2002-02-141-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2141 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the text of some errormsgsBart van Bragt2002-02-141-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2140 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moron Moron Moron Moron ... <- MePaul S. Owen2002-02-141-54/+58
| | | | git-svn-id: file:///svn/phpbb/trunk@2139 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed some template var complexity ... knew I missed at least one thing ...Paul S. Owen2002-02-141-16/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@2138 89ea8834-ac86-4346-8a33-228a782c2dd0
* Brought viewonline in-line with rest of user displays, ie. hidden user ↵Paul S. Owen2002-02-141-211/+144
| | | | | | italic, mod and admin coloured git-svn-id: file:///svn/phpbb/trunk@2137 89ea8834-ac86-4346-8a33-228a782c2dd0
* Server settings used for emails ...Paul S. Owen2002-02-132-13/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@2136 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add some text about updating the settingsPaul S. Owen2002-02-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2135 89ea8834-ac86-4346-8a33-228a782c2dd0
* This brings French upto RC-3 ready ... assuming no more lang changesPaul S. Owen2002-02-134-45/+96
| | | | git-svn-id: file:///svn/phpbb/trunk@2134 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix fail to download bug, thanks Peter (vanhell)Paul S. Owen2002-02-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2133 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a bit of a typo on Line 512 with non-ending stringthe_systech2002-02-131-1/+1
| | | | | | | bug #517154 git-svn-id: file:///svn/phpbb/trunk@2132 89ea8834-ac86-4346-8a33-228a782c2dd0