aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Permission related updates ... is still not final but is getting there ... ↵Paul S. Owen2002-10-081-5/+3
| | | | | | faster than British Rail too git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-30/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* I updated my copy with the Area51 template so here it is, along with a ↵Ludovic Arnaud2002-10-031-8/+8
| | | | | | couple of bugfixes :] git-svn-id: file:///svn/phpbb/trunk@2917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums part 3: "the one that actually works"Ludovic Arnaud2002-10-031-28/+61
| | | | git-svn-id: file:///svn/phpbb/trunk@2916 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-178/+109
| | | | | | 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
* First implementation of subforums handling in index.Ludovic Arnaud2002-10-011-209/+213
| | | | git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum/Topic marking updatesPaul S. Owen2002-08-221-27/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@2879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sql changesPaul S. Owen2002-08-171-22/+9
| | | | 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-202/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* Where did that dunce cap go?Paul S. Owen2002-08-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2851 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie, that version wasn't ready for commit ....Paul S. Owen2002-08-131-87/+407
| | | | git-svn-id: file:///svn/phpbb/trunk@2850 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-407/+87
| | | | 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-151/+240
| | | | | | 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
* Changed code so it stores total users in config table to remove a slightly ↵James Atkinson2002-04-301-4/+7
| | | | | | costly query git-svn-id: file:///svn/phpbb/trunk@2549 89ea8834-ac86-4346-8a33-228a782c2dd0
* Output online users explanationPaul S. Owen2002-03-311-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2453 89ea8834-ac86-4346-8a33-228a782c2dd0
* pre-freeze on main templates, various bug fixes (highlighting search ↵Paul S. Owen2002-03-311-22/+36
| | | | | | 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
* Remove HIDDEN_GROUP check in user mod SQL ... no valid there.Paul S. Owen2002-03-191-60/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@2349 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
* Fixed <> vs != problem with MSSQL, missed this oneBart van Bragt2002-02-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2169 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
* And another fix for warnings ...Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2002 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-281-2/+3
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and changesPaul S. Owen2002-01-271-214/+171
| | | | git-svn-id: file:///svn/phpbb/trunk@1958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to topic/forum tracking ... tested for several days on test board ↵Paul S. Owen2002-01-121-9/+14
| | | | | | and all seems fine, give feedback in forums git-svn-id: file:///svn/phpbb/trunk@1851 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fixes for postgres..the_systech2001-12-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1736 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #488041.. Forum ordering on Postgresthe_systech2001-12-281-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1733 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed 'bug' #495108, introduced a further string for fields with plural and ↵Paul S. Owen2001-12-241-2/+29
| | | | | | singular entries, copes with zero conditions. git-svn-id: file:///svn/phpbb/trunk@1702 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for new category name constantPaul S. Owen2001-12-241-9/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1679 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way moderator lang is output on viewforum and indexPaul S. Owen2001-12-161-1/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@1611 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@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change for topic_moved_is not nullPaul S. Owen2001-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1573 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-50/+66
| | | | | | 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
* Updates putting back something I took away, slapped hands for mePaul S. Owen2001-12-101-6/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-051-48/+59
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Could've sworn I'd commited this ... oh well, brain is going, yeah I know, ↵Paul S. Owen2001-11-181-1/+1
| | | | | | what brain? git-svn-id: file:///svn/phpbb/trunk@1364 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-30/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered various language constructs + new quote changes for PM + altered ↵Paul S. Owen2001-10-251-17/+14
| | | | | | pagination git-svn-id: file:///svn/phpbb/trunk@1247 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-5/+0
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates and fixesPaul S. Owen2001-10-101-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1147 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed sql = NULL cockup and bug #466615Paul S. Owen2001-09-301-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1106 89ea8834-ac86-4346-8a33-228a782c2dd0
* Again seems I forgot to FTP this, adds the message_die for marking forums readPaul S. Owen2001-09-281-9/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@1103 89ea8834-ac86-4346-8a33-228a782c2dd0
* topic watch/forum/topic read now cause a message to be displayed, changed ↵Paul S. Owen2001-09-261-10/+1
| | | | | | profile ICQ for subSilver, various other changes git-svn-id: file:///svn/phpbb/trunk@1093 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mental note, remove old un-needed SQL ...Paul S. Owen2001-09-241-29/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@1068 89ea8834-ac86-4346-8a33-228a782c2dd0
* New search 'stuff' ... not completePaul S. Owen2001-09-171-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added alternative image capability for index forum iconsPaul S. Owen2001-09-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1048 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-18/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-10/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@932 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with index not showing unread topics in forums for recent repliesPaul S. Owen2001-08-211-7/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@912 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improved index folder mark codePaul S. Owen2001-08-091-24/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@821 89ea8834-ac86-4346-8a33-228a782c2dd0