aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* error_die changes and various bug fixes to filesPaul S. Owen2001-04-151-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@149 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code updatesPaul S. Owen2001-04-151-0/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ranks now workPaul S. Owen2001-04-021-7/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@136 89ea8834-ac86-4346-8a33-228a782c2dd0
* Handing of BBCode and HTML in sigs. BBCode/HTML settings apply to sigs as ↵James Atkinson2001-03-231-3/+9
| | | | | | well as messages git-svn-id: file:///svn/phpbb/trunk@134 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added make_clickable()natec2001-03-211-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@115 89ea8834-ac86-4346-8a33-228a782c2dd0
* v2 BBcode now being used.. run bbcode_conversion.php to convert your ↵natec2001-03-211-1/+6
| | | | | | database. It WILL make a backup posts_text table. git-svn-id: file:///svn/phpbb/trunk@114 89ea8834-ac86-4346-8a33-228a782c2dd0
* New template system. Lots of merging conflicts, so let nate know if he broke ↵natec2001-03-171-31/+29
| | | | | | stuff. git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some links, added 'Goto Page:' link in viewforum.James Atkinson2001-03-121-33/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@99 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved include filesBart van Bragt2001-03-091-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@94 89ea8834-ac86-4346-8a33-228a782c2dd0
* me == moron...James Atkinson2001-03-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@92 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed little bug in viewtopicJames Atkinson2001-03-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@91 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed URL backward compatibilityBart van Bragt2001-03-091-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@90 89ea8834-ac86-4346-8a33-228a782c2dd0