aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
Commit message (Expand)AuthorAgeFilesLines
* Demo topic tracking code ... commented out by defaultPaul S. Owen2001-06-051-12/+72
* Basic new post folder colour changePaul S. Owen2001-06-051-9/+25
* Hidden forums work for postgres now.James Atkinson2001-06-011-7/+17
* Allow restricted view forumsPaul S. Owen2001-06-011-22/+43
* Moderators now defined by the new auth setupPaul S. Owen2001-05-311-11/+18
* Slight mod to jump to last post calcPaul S. Owen2001-05-291-1/+1
* Removed separate header/footers and moved into each pages bodyPaul S. Owen2001-05-171-1/+21
* Upgraded last post featurePaul S. Owen2001-05-161-6/+12
* Re-did OUTER JOIN query since it is required herePaul S. Owen2001-05-151-32/+70
* Initial SQL updates completePaul S. Owen2001-05-131-8/+7
* Now allow for GET based sessionPaul S. Owen2001-05-061-5/+5
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-3/+3
* Updated to use create_date rather than datePaul S. Owen2001-05-021-6/+5
* Added view latest postPaul S. Owen2001-04-291-7/+11
* Added online users output to page header and from that, indexPaul S. Owen2001-04-281-12/+17
* Templating var assignment changes and various updates or fixesPaul S. Owen2001-04-191-1/+0
* Minor cleanupPaul S. Owen2001-04-191-3/+2
* Removed need to send db as a parameter to functionsPaul S. Owen2001-04-191-4/+4
* Made index.php use the POST_USERS_URL constant everywhereJames Atkinson2001-04-181-27/+28
* error_die changes and various bug fixes to filesPaul S. Owen2001-04-151-9/+11
* Compatibility and template updatesPaul S. Owen2001-04-151-0/+1
* Users online updatePaul S. Owen2001-04-151-1/+1
* Session code updatesPaul S. Owen2001-04-151-0/+9
* New template system. Lots of merging conflicts, so let nate know if he broke ...natec2001-03-171-16/+3
* Merged some stat functions (total users/posts etc)Bart van Bragt2001-03-101-3/+3
* Moved include filesBart van Bragt2001-03-091-4/+5
* Changed f.forums_order to f.forum_orderBart van Bragt2001-03-031-1/+1
* Preliminary MSSQL compability updatesPaul S. Owen2001-03-021-1/+2
* Add forum ordering to IndexPaul S. Owen2001-02-271-2/+2
* A forum with no forums/cats now shows a nice message insted of a big ugly mes...James Atkinson2001-02-251-0/+4
* Added link to view profile for last post userJames Atkinson2001-02-241-5/+8
* Some array rejiggling of moderator checksPaul S. Owen2001-02-241-4/+4
* viewcat now works also modified moderators construction, now fasterPaul S. Owen2001-02-241-57/+104
* Forums can have moderators now..James Atkinson2001-02-241-34/+48
* Centralise common includes and setupPaul S. Owen2001-02-241-11/+7
* *** empty log message ***James Atkinson2001-02-231-1/+1
* *** empty log message ***James Atkinson2001-02-231-1/+1
* View forum page is started. Need private forum checkingJames Atkinson2001-02-231-1/+2
* Redo querying structure - minor error updatePaul S. Owen2001-02-231-1/+1
* Redo querying structurePaul S. Owen2001-02-231-56/+63
* *** empty log message ***James Atkinson2001-02-231-31/+36
* Switch table naming vars to constantsPaul S. Owen2001-02-231-2/+2
* Implementing the total topics/posts/last post in forums table thingJames Atkinson2001-02-221-27/+28
* Implement user defined table prefixesPaul S. Owen2001-02-221-7/+7
* phpBB 2 is startedJames Atkinson2001-02-221-1/+81
* Initial revisionJames Atkinson2001-02-171-0/+27