aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* More changes ... admin level now set in phpbb_users rather than via auth systemPaul S. Owen2001-05-311-8/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added post subject to postgres schema. Updated viewtopic query to include ↵James Atkinson2001-05-311-1/+1
| | | | | | group by for the auth forums table when linking after posting git-svn-id: file:///svn/phpbb/trunk@389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to allow all auth types to be returnedPaul S. Owen2001-05-311-3/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth Stage-1 goes inPaul S. Owen2001-05-301-11/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@377 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added ability to jump to specific postPaul S. Owen2001-05-291-11/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@370 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional page info sent to templatesPaul S. Owen2001-05-281-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@361 89ea8834-ac86-4346-8a33-228a782c2dd0
* Commented out current prev/next topic for time beingPaul S. Owen2001-05-271-80/+144
| | | | git-svn-id: file:///svn/phpbb/trunk@355 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on posting. Editing now works. Also replies can have subjects.James Atkinson2001-05-271-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of work on posting. New topic and reply functionality is mostly done. ↵James Atkinson2001-05-261-5/+14
| | | | | | | | | Edit post loads the form but needs database functionality All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again git-svn-id: file:///svn/phpbb/trunk@328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Users sigs display correctly.James Atkinson2001-05-251-4/+12
| | | | | | | Some minor improvments to posting...still LOTS to be done git-svn-id: file:///svn/phpbb/trunk@326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some little bugs in viewtopic. Also made sure viewtopic's next/prev ↵James Atkinson2001-05-241-75/+59
| | | | | | | | | functionality only views topics in the current forum. Added some extra error messages to modify profile for when the query fails. git-svn-id: file:///svn/phpbb/trunk@321 89ea8834-ac86-4346-8a33-228a782c2dd0
* Took out some debugging codeJames Atkinson2001-05-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed separate header/footers and moved into each pages bodyPaul S. Owen2001-05-171-37/+71
| | | | git-svn-id: file:///svn/phpbb/trunk@311 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed the Oracle specific SQL statment, the non-mysql one works fine with itJames Atkinson2001-05-161-24/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@303 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced the $operator variable and cut the amount of SQL statments in half :)James Atkinson2001-05-161-95/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added functionality for the next/prev buttions in viewtopicJames Atkinson2001-05-161-11/+151
| | | | git-svn-id: file:///svn/phpbb/trunk@301 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-131-55/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added generate_pagination routinePaul S. Owen2001-05-071-38/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send post id to template for possible anchor name refPaul S. Owen2001-05-061-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now allow for GET based sessionPaul S. Owen2001-05-061-14/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-36/+62
| | | | git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed joined_date to use create_datePaul S. Owen2001-05-031-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@235 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated to use create_date rather than datePaul S. Owen2001-05-021-7/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all included files to includesPaul S. Owen2001-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@182 89ea8834-ac86-4346-8a33-228a782c2dd0