aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #515510 prevent autologin of inactive usersPaul S. Owen2002-02-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange a few bits here and there, hopefully remove continuing issues ↵Paul S. Owen2002-02-111-34/+22
| | | | | | with list array useage git-svn-id: file:///svn/phpbb/trunk@2082 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, commented out RC2 updates ... haven't yet implemented an "existing ↵Paul S. Owen2002-02-111-8/+8
| | | | | | update" check ... doh ... I will now bang my head against the wall, will someone please call an ambulance in advance, thank you git-svn-id: file:///svn/phpbb/trunk@2081 89ea8834-ac86-4346-8a33-228a782c2dd0
* Repeat after me "Paul is a moron"Paul S. Owen2002-02-112-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2080 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a login redirect for users not logged in who attempt to visit ↵Paul S. Owen2002-02-112-21/+28
| | | | | | restricted forums ... also shows a forum/post doesn't exist for hidden forums/topics/posts if user is logged in but not authed to view them git-svn-id: file:///svn/phpbb/trunk@2079 89ea8834-ac86-4346-8a33-228a782c2dd0
* This version has the added bonus of probably working ... notice I said ↵Paul S. Owen2002-02-111-14/+40
| | | | | | probably ... git-svn-id: file:///svn/phpbb/trunk@2078 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few more updates to fix bugs and improve update in general ... DON'T run ↵Paul S. Owen2002-02-111-8/+96
| | | | | | this if you've already run it, msaccess users should run this ONLY if they've not updated their primer DB since RC-2 was released git-svn-id: file:///svn/phpbb/trunk@2077 89ea8834-ac86-4346-8a33-228a782c2dd0
* Speed up insertion of new words in mssql and mysql ... lets see what this ↵Paul S. Owen2002-02-111-140/+120
| | | | | | breaks since the new post/posting isn't commited yet :) git-svn-id: file:///svn/phpbb/trunk@2076 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for first_topic_idPaul S. Owen2002-02-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2075 89ea8834-ac86-4346-8a33-228a782c2dd0
* doh, left existing HELO in place ...Paul S. Owen2002-02-101-4/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2074 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated ESMTP AUTH as indicated by SirSirPaul S. Owen2002-02-091-35/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2073 89ea8834-ac86-4346-8a33-228a782c2dd0
* Test before you commit, BartBart van Bragt2002-02-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2072 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with stripping HTML in profile (#512639)Bart van Bragt2002-02-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2071 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed 404 for header (#51499)Bart van Bragt2002-02-092-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2070 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed empty forum in styles admin bug (#515122), fix suggested by SirSirBart van Bragt2002-02-091-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2069 89ea8834-ac86-4346-8a33-228a782c2dd0
* Or this one even ... this is not easy ...Paul S. Owen2002-02-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2068 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2067 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay, let's give this highlighting preg_ a shot ...Paul S. Owen2002-02-081-11/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@2066 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm, doh ... of course removing the preg_quote here is no doubt going to ↵Paul S. Owen2002-02-081-9/+7
| | | | | | cause bug reports of "I can't censor xyz@asd" ... git-svn-id: file:///svn/phpbb/trunk@2065 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-02-084-37/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@2064 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, mods, changes to several functions, moved smilies stuff to ↵Paul S. Owen2002-02-082-240/+188
| | | | | | bbcode.php ... nathan may kill me ... good bye all in advance git-svn-id: file:///svn/phpbb/trunk@2063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Guest username display errorPaul S. Owen2002-02-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for first_topic_idPaul S. Owen2002-02-081-10/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@2061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fix for quoting and excess spacePaul S. Owen2002-02-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2060 89ea8834-ac86-4346-8a33-228a782c2dd0
* SMTP username and password additionsPaul S. Owen2002-02-052-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2059 89ea8834-ac86-4346-8a33-228a782c2dd0
* New SMTP_ entries in Configuration section ... I know, we said this was ↵Paul S. Owen2002-02-051-0/+4
| | | | | | frozen ... it just defrosted again, sorry :( On quick re-freeze now :) git-svn-id: file:///svn/phpbb/trunk@2058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-051-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-053-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-02-0515-77/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@2055 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another change to the way {LANG} is handled for images ... last one, ... ↵Paul S. Owen2002-02-042-81/+62
| | | | | | hopefully :) git-svn-id: file:///svn/phpbb/trunk@2054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added AUTH LOGIN support for smtp ... requires smtp_username and ↵Paul S. Owen2002-02-041-6/+18
| | | | | | smtp_password fields in config ... this DOESN'T support CRAM-MD5 or ODMR type authentication git-svn-id: file:///svn/phpbb/trunk@2053 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates + new FAQPaul S. Owen2002-02-043-7/+125
| | | | git-svn-id: file:///svn/phpbb/trunk@2052 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-02-045-189/+210
| | | | git-svn-id: file:///svn/phpbb/trunk@2051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #506007James Atkinson2002-02-031-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2050 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #507473James Atkinson2002-02-031-3/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@2049 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #509335James Atkinson2002-02-031-4/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2048 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #511609James Atkinson2002-02-031-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2047 89ea8834-ac86-4346-8a33-228a782c2dd0
* Semi-fix for bug #511849 , see comments for more detailsJames Atkinson2002-02-031-8/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@2046 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #512194James Atkinson2002-02-031-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2045 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #512194. Note to translators I had to add 1 string to the ↵James Atkinson2002-02-032-1/+2
| | | | | | lang_main file for Total Votes git-svn-id: file:///svn/phpbb/trunk@2044 89ea8834-ac86-4346-8a33-228a782c2dd0
* last bid at fourPaul S. Owen2002-02-021-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2043 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to remove queryPaul S. Owen2002-02-021-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2042 89ea8834-ac86-4346-8a33-228a782c2dd0
* oohh, three errors, it must be my lucky day ... do we hear four? anyone? we ↵Paul S. Owen2002-02-021-1/+1
| | | | | | have three, do we have a four? going once, going twice ... git-svn-id: file:///svn/phpbb/trunk@2041 89ea8834-ac86-4346-8a33-228a782c2dd0
* I knew they'd be an error ...Paul S. Owen2002-02-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2040 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hope this works ...Paul S. Owen2002-02-021-41/+65
| | | | git-svn-id: file:///svn/phpbb/trunk@2039 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tom has moved the theming info back into the DB, you'll need to run ↵Paul S. Owen2002-02-024-126/+716
| | | | | | update_to_RC3.php to make use of it ... NOTE that some display issues seem to exist with this update. git-svn-id: file:///svn/phpbb/trunk@2038 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for topic_first_id, NOTE that these basics include a new updated ↵Paul S. Owen2002-02-027-37/+50
| | | | | | subSilver entry that appears to produce some strange results at present ... git-svn-id: file:///svn/phpbb/trunk@2037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ↵Paul S. Owen2002-02-023-101/+216
| | | | | | ONCE YOU'VE UPDATED git-svn-id: file:///svn/phpbb/trunk@2036 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-02-022-10/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@2035 89ea8834-ac86-4346-8a33-228a782c2dd0
* Partially fixed #510601; 'output before headers'Bart van Bragt2002-02-021-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2034 89ea8834-ac86-4346-8a33-228a782c2dd0