aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Expand)AuthorAgeFilesLines
* Code added to get around double htmlspecialchar stuff + some of my stuff look...Paul S. Owen2001-08-101-10/+5
* Moved smilies code into functions, would it be better in bbcode.php?Paul S. Owen2001-08-091-37/+0
* More varied changes, again hopefully not breaking anythingPaul S. Owen2001-08-091-60/+65
* Changes encorporate smily processing...the_systech2001-08-081-7/+24
* Beginnings of the forum managament code (no functionality yet). Also a bit of...James Atkinson2001-08-021-30/+32
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-33/+113
* New split icon + tidied up other mod topic iconsPaul S. Owen2001-07-251-5/+5
* Forum locking now implemented + some updates for future functionalityPaul S. Owen2001-07-241-8/+43
* Still seems to be pagination problem, I dont have it so what havent I committ...Paul S. Owen2001-07-221-16/+20
* Fixed errors, non-sid-appended urls, lang switchovers, etc.Paul S. Owen2001-07-201-12/+7
* Removed unrequired admin checks, modded moderator query, jiggled rank/avatar ...Paul S. Owen2001-07-161-5/+5
* Added editing information, no time limit at presentPaul S. Owen2001-07-151-8/+24
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-16/+16
* Fixed problem with anon users not being able to view avatarsPaul S. Owen2001-07-141-1/+4
* Added a text link to split topic interface. Needs a buttonJames Atkinson2001-07-131-0/+1
* Added a needed stripslashes to the topic_titleJames Atkinson2001-07-131-1/+1
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-5/+6
* Confirmation finished for delete, lock, and unlock.James Atkinson2001-07-111-4/+4
* Lots of checking in posting + delete now worksPaul S. Owen2001-07-101-9/+4
* Remove icons/urls from anonymous post displaysPaul S. Owen2001-07-091-17/+32
* is_first_post was missing from the edit button for some reason..James Atkinson2001-07-091-1/+6
* Fixed bug in posting (forum_topics was incremented on replies, not just new t...James Atkinson2001-07-091-1/+1
* Finished lang switchover and various updatesPaul S. Owen2001-07-081-63/+28
* Minor spelling mistake in urlPaul S. Owen2001-07-061-1/+1
* Minor irritation with ranks fixedPaul S. Owen2001-07-061-1/+1
* More images ... now CVS is back upPaul S. Owen2001-07-061-4/+4
* Fixes and updatesPaul S. Owen2001-07-061-28/+32
* Altered view next and previous topic code and minor updates or fixesPaul S. Owen2001-07-051-191/+132
* Started on moderator control panel code. Main layout is started, no functiona...uid298902001-07-051-5/+6
* Updates related to message.phpPaul S. Owen2001-07-031-43/+18
* Spot the mess upsPaul S. Owen2001-07-031-3/+3
* Demos of message_die usePaul S. Owen2001-07-031-53/+31
* Switched forum_auth to the forums tablePaul S. Owen2001-06-171-11/+4
* Made some fixes to posting, next up Reply with QuoteJames Atkinson2001-06-111-2/+10
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-2/+10
* Fixed jump to post problemPaul S. Owen2001-06-111-10/+30
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-8/+8
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-061-2/+2
* Auth now returns a type allowing for more meaningful failure messa gesPaul S. Owen2001-06-061-1/+1
* Demo topic tracking code ... commented out by defaultPaul S. Owen2001-06-051-23/+72
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-031-25/+25
* IP and Delete post icons only show to moderatorsJames Atkinson2001-06-011-1/+1
* Allow restricted view forumsPaul S. Owen2001-06-011-2/+2
* More changes ... admin level now set in phpbb_users rather than via auth systemPaul S. Owen2001-05-311-8/+9
* Added post subject to postgres schema. Updated viewtopic query to include gro...James Atkinson2001-05-311-1/+1
* Changes to allow all auth types to be returnedPaul S. Owen2001-05-311-3/+14
* Auth Stage-1 goes inPaul S. Owen2001-05-301-11/+34
* Added ability to jump to specific postPaul S. Owen2001-05-291-11/+31
* Additional page info sent to templatesPaul S. Owen2001-05-281-3/+9
* Commented out current prev/next topic for time beingPaul S. Owen2001-05-271-80/+144