aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Combined theme/templates in profile as suggested, added META refresh and ↵Paul S. Owen2001-09-091-125/+62
| | | | | | made a couple of other changes git-svn-id: file:///svn/phpbb/trunk@1018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #460075Bart van Bragt2001-09-091-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1017 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some trailing newlinesBart van Bragt2001-09-092-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-084-53/+55
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #459427Paul S. Owen2001-09-071-7/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@999 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added underlined text [u][/u]Paul S. Owen2001-09-061-15/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-066-127/+177
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #457835James Atkinson2001-09-031-21/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@976 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #457835Paul S. Owen2001-09-021-5/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@973 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added additional cache control headersPaul S. Owen2001-09-011-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@962 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tidied up the sync functionsPaul S. Owen2001-09-011-100/+100
| | | | git-svn-id: file:///svn/phpbb/trunk@961 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for Paul's Polling problem..the_systech2001-08-311-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@957 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additions for forum auto_pruning, and fix for form submission on editsthe_systech2001-08-311-15/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@956 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-3014-252/+368
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* addition for sorting smiley codes so that they all work properly on all DBMS'sthe_systech2001-08-281-2/+14
| | | | | | | The smiley functions should probably be moved to bbcode.php at some point git-svn-id: file:///svn/phpbb/trunk@937 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-2613-169/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thought it best to add the email validate nowPaul S. Owen2001-08-241-0/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@931 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adapted for admin_forumsBart van Bragt2001-08-231-4/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@926 89ea8834-ac86-4346-8a33-228a782c2dd0
* LENGTH not compatible with ODBCPaul S. Owen2001-08-231-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@921 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates for templatesPaul S. Owen2001-08-231-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added border=0 as suggested to remove borders around linked smiliesPaul S. Owen2001-08-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@913 89ea8834-ac86-4346-8a33-228a782c2dd0
* Beta-1 name changesPaul S. Owen2001-08-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed moved topic in syncgpolins2001-08-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@907 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in updating forum last post in syncgpolins2001-08-171-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@901 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hurray the smilies code appears to work :)the_systech2001-08-151-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@883 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes to topic moving. TOPIC_MOVE constant gets set to the ↵James Atkinson2001-08-141-3/+5
| | | | | | topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to. git-svn-id: file:///svn/phpbb/trunk@877 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok last bit with the smilies :)the_systech2001-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@875 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another attempt at fixing smilies code :)the_systech2001-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@874 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for smilies code ;)the_systech2001-08-141-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@873 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic notification ... initial stuffPaul S. Owen2001-08-141-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@864 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added move topic constantsgpolins2001-08-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed windows returns and final newlinePaul S. Owen2001-08-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@850 89ea8834-ac86-4346-8a33-228a782c2dd0
* If a user changes their email address, and account activation is turned on, ↵James Atkinson2001-08-131-45/+45
| | | | | | the user will have to re-activate their account via URL sent in email git-svn-id: file:///svn/phpbb/trunk@848 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes a template parsing error.dougk_ff72001-08-131-25/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@847 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implmented the emailer class everywhere it needs it (just registration and ↵James Atkinson2001-08-131-2/+13
| | | | | | private message notification so far) git-svn-id: file:///svn/phpbb/trunk@845 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added emailer class, did alterations and templates for registrationJames Atkinson2001-08-131-0/+296
| | | | | | | Welcome message vars can be removed from lang file git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various posting updatesPaul S. Owen2001-08-102-9/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@836 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is what happens when you try porting code from one set of files to ↵Paul S. Owen2001-08-101-1/+1
| | | | | | another ... silly errors git-svn-id: file:///svn/phpbb/trunk@830 89ea8834-ac86-4346-8a33-228a782c2dd0
* Code added to get around double htmlspecialchar stuff + some of my stuff ↵Paul S. Owen2001-08-101-2/+6
| | | | | | looks to allow HTML even when off, removed git-svn-id: file:///svn/phpbb/trunk@829 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved smilies code into functions, would it be better in bbcode.php?Paul S. Owen2001-08-091-1/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@828 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight alteration to the whosonline code ... speed impacts unknownPaul S. Owen2001-08-091-14/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@827 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allows only certain tags ... seems broken again which is annoying since I ↵Paul S. Owen2001-08-091-9/+42
| | | | | | fixed it the day before yesterday git-svn-id: file:///svn/phpbb/trunk@826 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes to remove posts and post textPaul S. Owen2001-08-031-68/+114
| | | | git-svn-id: file:///svn/phpbb/trunk@802 89ea8834-ac86-4346-8a33-228a782c2dd0
* Beginnings of the forum managament code (no functionality yet). Also a bit ↵James Atkinson2001-08-021-105/+107
| | | | | | of a fix to view topic so it dosan't screw up when HTML is turned off. Still needs work, HTML works in [quote] tags... havn't tracked it down yet. Nate should look at it! git-svn-id: file:///svn/phpbb/trunk@792 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some mods to allow for default config information useage for CRITICAL MESSAGESPaul S. Owen2001-08-011-12/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@783 89ea8834-ac86-4346-8a33-228a782c2dd0
* User, IP and email banning admin functionalPaul S. Owen2001-08-012-6/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@781 89ea8834-ac86-4346-8a33-228a782c2dd0
* More compliance ... it never endsPaul S. Owen2001-07-311-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@773 89ea8834-ac86-4346-8a33-228a782c2dd0
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-14/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@770 89ea8834-ac86-4346-8a33-228a782c2dd0
* HTML 4.01 and XHTML 1.0 compliance changesPaul S. Owen2001-07-311-4/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@768 89ea8834-ac86-4346-8a33-228a782c2dd0
* HTML 4.01 and XHTML 1.0 compliance changesPaul S. Owen2001-07-313-13/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0