aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Session now destroys userdata if autologin fails or isnt activatedPaul S. Owen2001-07-281-14/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@756 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed header frame, reduced timezone naming, added DB size for MySQL, no ↵Paul S. Owen2001-07-271-3/+3
| | | | | | major technical changes git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
* System config admin section started. Can view settings but can't modify them ↵James Atkinson2001-07-241-0/+144
| | | | | | at the moment git-svn-id: file:///svn/phpbb/trunk@750 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum locking now implemented + some updates for future functionalityPaul S. Owen2001-07-241-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@748 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed extension of templates to phpPaul S. Owen2001-07-241-0/+436
| | | | git-svn-id: file:///svn/phpbb/trunk@741 89ea8834-ac86-4346-8a33-228a782c2dd0
* ReplacedPaul S. Owen2001-07-242-548/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@740 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-45/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@732 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to session code inc. moving data away from configPaul S. Owen2001-07-231-11/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@730 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove duplicate usersPaul S. Owen2001-07-221-7/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@729 89ea8834-ac86-4346-8a33-228a782c2dd0
* Still seems to be pagination problem, I dont have it so what havent I ↵Paul S. Owen2001-07-221-10/+16
| | | | | | committed ... git-svn-id: file:///svn/phpbb/trunk@728 89ea8834-ac86-4346-8a33-228a782c2dd0
* Using block_vars to fake IF...ELSE...ENDIF capabilityPaul S. Owen2001-07-211-4/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@719 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed errors, non-sid-appended urls, lang switchovers, etc.Paul S. Owen2001-07-203-25/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@707 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional security check for authPaul S. Owen2001-07-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@700 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed page timezone output to lang file based var setupPaul S. Owen2001-07-171-30/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@684 89ea8834-ac86-4346-8a33-228a782c2dd0