aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-17/+82
| | | | | | at the bottom page, can be removed easily before official release if necessary. git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum/Topic marking updatesPaul S. Owen2002-08-221-105/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@2879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sql changesPaul S. Owen2002-08-171-27/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@2866 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-86/+84
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for permissions, sessions, lots of things ... note that _many_ ↵Paul S. Owen2002-07-141-491/+264
| | | | | | things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0
* OopsPaul S. Owen2002-04-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum watch stuff ... just copied the topic watch stuff and thus needs ↵Paul S. Owen2002-04-201-0/+124
| | | | | | reviewing inline with everything else ... but something needed to be added to 2.1 :) git-svn-id: file:///svn/phpbb/trunk@2536 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-1/+1
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to SQL to remove an IN where it was no longer necessaryPaul S. Owen2002-04-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2477 89ea8834-ac86-4346-8a33-228a782c2dd0
* No commentPaul S. Owen2002-04-021-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2464 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates with any luck they fix a few minor issues without causing ↵Paul S. Owen2002-04-021-2/+2
| | | | | | new ones ... git-svn-id: file:///svn/phpbb/trunk@2462 89ea8834-ac86-4346-8a33-228a782c2dd0
* pre-freeze on main templates, various bug fixes (highlighting search ↵Paul S. Owen2002-03-311-34/+51
| | | | | | results, various search related issues, blah blah). These updates need _thorough_ checking, quickly git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok all of these damned httpd server that are different are about annoyingthe_systech2002-03-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect to login header change for IIS/WebstartPaul S. Owen2002-03-221-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2410 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few coding style alterationsPaul S. Owen2002-03-211-130/+128
| | | | git-svn-id: file:///svn/phpbb/trunk@2384 89ea8834-ac86-4346-8a33-228a782c2dd0
* Loads'a changes including fix for security issue, thanks to Matthijs for ↵Paul S. Owen2002-03-181-0/+1
| | | | | | checking this out and confirming git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #520039, moved topics with wrong goto page linksPaul S. Owen2002-02-191-32/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@2198 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #517896the_systech2002-02-151-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2161 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made hidden groups really hidden (index, viewforum)Bart van Bragt2002-02-151-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2156 89ea8834-ac86-4346-8a33-228a782c2dd0
* Repeat after me "Paul is a moron"Paul S. Owen2002-02-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2080 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a login redirect for users not logged in who attempt to visit ↵Paul S. Owen2002-02-111-3/+7
| | | | | | restricted forums ... also shows a forum/post doesn't exist for hidden forums/topics/posts if user is logged in but not authed to view them git-svn-id: file:///svn/phpbb/trunk@2079 89ea8834-ac86-4346-8a33-228a782c2dd0
* Guest username display errorPaul S. Owen2002-02-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ↵Paul S. Owen2002-02-021-91/+84
| | | | | | ONCE YOU'VE UPDATED git-svn-id: file:///svn/phpbb/trunk@2036 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-281-10/+4
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed $phpEx inside single quotesPaul S. Owen2002-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1966 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove hard-coded .phpPaul S. Owen2002-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1963 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix unread marker after own post, change moderator listing method to that of ↵Paul S. Owen2002-01-271-46/+41
| | | | | | index git-svn-id: file:///svn/phpbb/trunk@1962 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed pagination of multi-page topicsBart van Bragt2002-01-141-11/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1875 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to topic/forum tracking ... tested for several days on test board ↵Paul S. Owen2002-01-121-9/+22
| | | | | | and all seems fine, give feedback in forums git-svn-id: file:///svn/phpbb/trunk@1851 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allowing old style URLsBart van Bragt2002-01-021-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1778 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #496783Paul S. Owen2001-12-301-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1746 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update, big speed increase ... Bart's idea :)Paul S. Owen2001-12-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1716 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way moderator lang is output on viewforum and indexPaul S. Owen2001-12-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1611 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-jiggle some unread/read/newest topic stuffPaul S. Owen2001-12-161-33/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@1606 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix view newest post error + missing mini post icon in posting previewPaul S. Owen2001-12-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1605 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix view newest post error + missing mini post icon in posting previewPaul S. Owen2001-12-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1604 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-1/+1
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1594 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-48/+70
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* Announce and Sticky are never shown as lockedBart van Bragt2001-12-141-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1565 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added another image name for 'goto post'Paul S. Owen2001-12-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1528 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-051-64/+73
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Navigation bar in MozillaBart van Bragt2001-11-261-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reminder to self, checking files at 2am bad, checking files at 2pm goodPaul S. Owen2001-11-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added alternating row color/class for topicrowJames Atkinson2001-11-231-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1425 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang related cleanupsPaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1334 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #478011Paul S. Owen2001-11-141-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@1312 89ea8834-ac86-4346-8a33-228a782c2dd0