aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Match topic and post subject tooPaul S. Owen2001-08-151-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@885 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wildcard for censored words now works correctlyPaul S. Owen2001-08-151-17/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@884 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-jiggled censored word stuff and added wildcard ... needs testingPaul S. Owen2001-08-151-31/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@880 89ea8834-ac86-4346-8a33-228a782c2dd0
* Word censoring, first part. Does not support wildcards yet but that's coming ↵blackpuma2001-08-141-2/+30
| | | | | | in the next step. git-svn-id: file:///svn/phpbb/trunk@876 89ea8834-ac86-4346-8a33-228a782c2dd0
* Notify on reply now supposedly fully functionalPaul S. Owen2001-08-141-10/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@866 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic notification ... initial stuffPaul S. Owen2001-08-141-2/+111
| | | | git-svn-id: file:///svn/phpbb/trunk@862 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various posting updatesPaul S. Owen2001-08-101-1/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Code added to get around double htmlspecialchar stuff + some of my stuff ↵Paul S. Owen2001-08-101-10/+5
| | | | | | 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-37/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@828 89ea8834-ac86-4346-8a33-228a782c2dd0
* More varied changes, again hopefully not breaking anythingPaul S. Owen2001-08-091-60/+65
| | | | git-svn-id: file:///svn/phpbb/trunk@824 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes encorporate smily processing...the_systech2001-08-081-7/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@818 89ea8834-ac86-4346-8a33-228a782c2dd0
* Beginnings of the forum managament code (no functionality yet). Also a bit ↵James Atkinson2001-08-021-30/+32
| | | | | | 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
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-33/+113
| | | | git-svn-id: file:///svn/phpbb/trunk@770 89ea8834-ac86-4346-8a33-228a782c2dd0
* New split icon + tidied up other mod topic iconsPaul S. Owen2001-07-251-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@752 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum locking now implemented + some updates for future functionalityPaul S. Owen2001-07-241-8/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@744 89ea8834-ac86-4346-8a33-228a782c2dd0
* Still seems to be pagination problem, I dont have it so what havent I ↵Paul S. Owen2001-07-221-16/+20
| | | | | | committed ... git-svn-id: file:///svn/phpbb/trunk@728 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed errors, non-sid-appended urls, lang switchovers, etc.Paul S. Owen2001-07-201-12/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@707 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed unrequired admin checks, modded moderator query, jiggled rank/avatar ↵Paul S. Owen2001-07-161-5/+5
| | | | | | image stuff git-svn-id: file:///svn/phpbb/trunk@678 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added editing information, no time limit at presentPaul S. Owen2001-07-151-8/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@673 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-16/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with anon users not being able to view avatarsPaul S. Owen2001-07-141-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@659 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added a text link to split topic interface. Needs a buttonJames Atkinson2001-07-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@655 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added a needed stripslashes to the topic_titleJames Atkinson2001-07-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@652 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Confirmation finished for delete, lock, and unlock.James Atkinson2001-07-111-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@625 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of checking in posting + delete now worksPaul S. Owen2001-07-101-9/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@615 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove icons/urls from anonymous post displaysPaul S. Owen2001-07-091-17/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@613 89ea8834-ac86-4346-8a33-228a782c2dd0
* is_first_post was missing from the edit button for some reason..James Atkinson2001-07-091-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@610 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in posting (forum_topics was incremented on replies, not just new ↵James Atkinson2001-07-091-1/+1
| | | | | | | | | topics) One click lock/unlock/delete works for modcp. git-svn-id: file:///svn/phpbb/trunk@609 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished lang switchover and various updatesPaul S. Owen2001-07-081-63/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@607 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor spelling mistake in urlPaul S. Owen2001-07-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor irritation with ranks fixedPaul S. Owen2001-07-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@587 89ea8834-ac86-4346-8a33-228a782c2dd0
* More images ... now CVS is back upPaul S. Owen2001-07-061-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@585 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes and updatesPaul S. Owen2001-07-061-28/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@579 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered view next and previous topic code and minor updates or fixesPaul S. Owen2001-07-051-191/+132
| | | | git-svn-id: file:///svn/phpbb/trunk@566 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started on moderator control panel code. Main layout is started, no ↵uid298902001-07-051-5/+6
| | | | | | functionality yet git-svn-id: file:///svn/phpbb/trunk@561 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates related to message.phpPaul S. Owen2001-07-031-43/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@548 89ea8834-ac86-4346-8a33-228a782c2dd0
* Spot the mess upsPaul S. Owen2001-07-031-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@544 89ea8834-ac86-4346-8a33-228a782c2dd0
* Demos of message_die usePaul S. Owen2001-07-031-53/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@541 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switched forum_auth to the forums tablePaul S. Owen2001-06-171-11/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@506 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made some fixes to posting, next up Reply with QuoteJames Atkinson2001-06-111-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@470 89ea8834-ac86-4346-8a33-228a782c2dd0
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed jump to post problemPaul S. Owen2001-06-111-10/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@462 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-8/+8
| | | | | | | Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked git-svn-id: file:///svn/phpbb/trunk@437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth now returns a type allowing for more meaningful failure messa gesPaul S. Owen2001-06-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@434 89ea8834-ac86-4346-8a33-228a782c2dd0
* Demo topic tracking code ... commented out by defaultPaul S. Owen2001-06-051-23/+72
| | | | git-svn-id: file:///svn/phpbb/trunk@431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-031-25/+25
| | | | | | | | | Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now) git-svn-id: file:///svn/phpbb/trunk@421 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP and Delete post icons only show to moderatorsJames Atkinson2001-06-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@406 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow restricted view forumsPaul S. Owen2001-06-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@402 89ea8834-ac86-4346-8a33-228a782c2dd0