aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* re-use include...Meik Sievertsen2003-04-111-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3813 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3812 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial 'view attachments' implementation. added new template var (merged ↵Meik Sievertsen2003-04-101-39/+269
| | | | | | include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet... git-svn-id: file:///svn/phpbb/trunk@3807 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP information moved to Post DetailsLudovic Arnaud2003-04-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3803 89ea8834-ac86-4346-8a33-228a782c2dd0
* "Report" button only shows up if the user is authorised. Default forum_id ↵Ludovic Arnaud2003-04-091-1/+9
| | | | | | for globals temporary (and arbitrary) set to 2. git-svn-id: file:///svn/phpbb/trunk@3797 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed the quickmod type-changing tools for global announcementsLudovic Arnaud2003-04-021-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3782 89ea8834-ac86-4346-8a33-228a782c2dd0
* show the attach icon in viewforum. added cached extensions (we need them ↵Meik Sievertsen2003-04-011-12/+11
| | | | | | within viewtopic) git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-enable avatar displayPaul S. Owen2003-04-011-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3774 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update icon namePaul S. Owen2003-03-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3770 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modes renamed - easier to rememberLudovic Arnaud2003-03-301-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3764 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2003-03-301-8/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3754 89ea8834-ac86-4346-8a33-228a782c2dd0
* icon name changePaul S. Owen2003-03-291-31/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@3747 89ea8834-ac86-4346-8a33-228a782c2dd0
* Using real counts when displaying unapproved items to keep the page count ↵Ludovic Arnaud2003-03-281-5/+5
| | | | | | accurate. git-svn-id: file:///svn/phpbb/trunk@3738 89ea8834-ac86-4346-8a33-228a782c2dd0
* Output total posts/topicsPaul S. Owen2003-03-251-23/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@3712 89ea8834-ac86-4346-8a33-228a782c2dd0
* Print entire topicPaul S. Owen2003-03-201-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3687 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-171-5/+3
| | | | | | more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Please try not to notice.Ludovic Arnaud2003-03-131-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3643 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added indicators for reported and/or unapproved items. Note that moderators ↵Ludovic Arnaud2003-03-131-10/+27
| | | | | | with m_approve permission can now read unapproved topics and posts normally. git-svn-id: file:///svn/phpbb/trunk@3640 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional info for profilesPaul S. Owen2003-03-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3612 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switched up $total and $offset as per MySQL manualLudovic Arnaud2003-03-061-4/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3606 89ea8834-ac86-4346-8a33-228a782c2dd0
* New template var for future use.Ludovic Arnaud2003-03-061-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3600 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved "viewprofile" to memberslist ... consolidation incompletePaul S. Owen2003-03-051-22/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3598 89ea8834-ac86-4346-8a33-228a782c2dd0
* Action for searchbox ... obviously doesn't work at present since search is ↵Paul S. Owen2003-02-281-1/+2
| | | | | | yet to be overhauled .... git-svn-id: file:///svn/phpbb/trunk@3578 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a very potential cross-site scripting issue that would have for sure ↵Ludovic Arnaud2003-02-281-2/+2
| | | | | | ended up on security sites. git-svn-id: file:///svn/phpbb/trunk@3573 89ea8834-ac86-4346-8a33-228a782c2dd0
* Potential (display) support for global announcements ... various issues ↵Paul S. Owen2003-02-271-11/+18
| | | | | | still need to addressed wrt posting/replying/etc. git-svn-id: file:///svn/phpbb/trunk@3567 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sort order changes and other minor changes to viewtopic/viewforumPaul S. Owen2003-02-271-48/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@3566 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed pagination when posts aren't ordered by time. Modified the link to MCP ↵Ludovic Arnaud2003-02-271-35/+60
| | | | | | to display the same range of posts as viewtopic. git-svn-id: file:///svn/phpbb/trunk@3561 89ea8834-ac86-4346-8a33-228a782c2dd0
* some changes... mainly permission related. Please note the intval($forum_id) ↵Meik Sievertsen2003-02-261-3/+1
| | | | | | at viewtopic, somehow the auth class did not identified it while generating the forum rules. git-svn-id: file:///svn/phpbb/trunk@3553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Generally related to post tables mergePaul S. Owen2003-02-261-159/+124
| | | | git-svn-id: file:///svn/phpbb/trunk@3538 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various MCP updatesLudovic Arnaud2003-02-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3520 89ea8834-ac86-4346-8a33-228a782c2dd0
* internal html compliance updatesPaul S. Owen2003-02-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3519 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small modification I wanted to commit before I get too much desynch'edLudovic Arnaud2003-02-061-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3457 89ea8834-ac86-4346-8a33-228a782c2dd0
* Case changes, fix forum_id in nav, fix forum_id in posting success msgPaul S. Owen2003-01-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3422 89ea8834-ac86-4346-8a33-228a782c2dd0
* smilies check incorrectPaul S. Owen2003-01-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3406 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty ↵Ludovic Arnaud2003-01-221-48/+4
| | | | | | icons table. git-svn-id: file:///svn/phpbb/trunk@3359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Icon updatesPaul S. Owen2003-01-221-18/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@3357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache topic icons ... being used in three places, two high traffic areas ... ↵Paul S. Owen2003-01-211-32/+59
| | | | | | probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D git-svn-id: file:///svn/phpbb/trunk@3347 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* ignore post testPaul S. Owen2003-01-081-164/+213
| | | | git-svn-id: file:///svn/phpbb/trunk@3286 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
* Of course it has to be more tricky than that doesn't it ... well, I'm off to ↵Paul S. Owen2002-11-211-4/+6
| | | | | | bed so it can stick it up its pipe and smoke it for now :D git-svn-id: file:///svn/phpbb/trunk@3078 89ea8834-ac86-4346-8a33-228a782c2dd0
* didn't urlencode highlighted url data ... tut tutPaul S. Owen2002-11-211-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3077 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-3/+3
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Got bored so added print topic output viewPaul S. Owen2002-11-201-35/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3071 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further layout faffing, nav links for viewtopic (code needs merging with ↵Paul S. Owen2002-11-191-28/+84
| | | | | | viewforum/posting), moderators for viewtopic git-svn-id: file:///svn/phpbb/trunk@3063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names? Output moderators for all forums in viewforum. Alter ↵Paul S. Owen2002-11-181-17/+17
| | | | | | a few things in templates git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Experimental: link to the first unread post without redirectionLudovic Arnaud2002-11-051-6/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3009 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-4/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some bugfixes, quick-(un)locking now works.Ludovic Arnaud2002-11-011-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various, typically posting related updatesPaul S. Owen2002-11-011-91/+92
| | | | git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0