aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Updates for privmsgs and loginboxPaul S. Owen2001-06-111-4/+50
* Some privmsg updatesPaul S. Owen2001-06-111-1/+8
* Likely fix for pagination failure on div 10 boundaryPaul S. Owen2001-06-091-5/+14
* Similar problem with the user_timezone fieldJames Atkinson2001-06-091-1/+1
* Check user_dateformat against '' was messing up sourceforge so I changed it t...James Atkinson2001-06-091-2/+2
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-0/+7
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-062-292/+177
* Auth now returns a type allowing for more meaningful failure messa gesPaul S. Owen2001-06-061-1/+103
* I taught I taw a puty tatPaul S. Owen2001-06-051-10/+10
* Latest session code updatesPaul S. Owen2001-06-051-10/+29
* Last visit additionPaul S. Owen2001-06-042-8/+18
* Some emergency updates ...Paul S. Owen2001-06-031-83/+58
* Minor change to remove commented out ban check in _pagestartPaul S. Owen2001-06-021-24/+2
* More internal changesPaul S. Owen2001-06-021-162/+231
* Some hopefully finalish updates to auth schemaPaul S. Owen2001-06-011-4/+4
* Allow restricted view forumsPaul S. Owen2001-06-011-97/+155
* Something else broke, now fixed, probably ... sleep uuugghhhPaul S. Owen2001-06-011-7/+9
* Some more updates ... head hurts, must sleepPaul S. Owen2001-06-011-42/+44
* More changes ... admin level now set in phpbb_users rather than via auth systemPaul S. Owen2001-05-312-71/+68
* Updated so admin link only displayed for adminsPaul S. Owen2001-05-311-1/+1
* Changes to allow all auth types to be returnedPaul S. Owen2001-05-311-91/+147
* Possible group admin link ... possibly not necessaryPaul S. Owen2001-05-311-5/+7
* Small error correction that could be show stoppingPaul S. Owen2001-05-301-21/+51
* Auth Stage-1 goes inPaul S. Owen2001-05-303-56/+231
* Did some work converting lang file stuff to new formatJames Atkinson2001-05-281-39/+39
* A few more additions to new format lang filePaul S. Owen2001-05-271-9/+13
* Removed encoding of IP (now done in common)Paul S. Owen2001-05-271-10/+8
* More work on posting. Editing now works. Also replies can have subjects.James Atkinson2001-05-271-14/+15
* Fixed a small problem with paginationPaul S. Owen2001-05-261-7/+7
* Lots of work on posting. New topic and reply functionality is mostly done. Ed...James Atkinson2001-05-263-0/+41
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-202-19/+23
* Removed the debug checks I enabled in last commit ...Paul S. Owen2001-05-181-8/+3
* Update to cookielife settingPaul S. Owen2001-05-181-7/+8
* Removed separate header/footers and moved into each pages bodyPaul S. Owen2001-05-172-185/+13
* Crikey, how did I miss updating thisPaul S. Owen2001-05-171-2/+2
* This fixes the error that I though I fixed in the last commit ... dohPaul S. Owen2001-05-151-1/+1
* Various updatesPaul S. Owen2001-05-151-1/+0
* Various updatesPaul S. Owen2001-05-131-4/+4
* Initial SQL updates completePaul S. Owen2001-05-133-34/+39
* First of changes to SQLPaul S. Owen2001-05-131-18/+22
* Memberlist working. Pagination seems to have problems. Might be generate_pagi...James Atkinson2001-05-111-0/+1
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-1/+18
* Altered ban checking, this will be replaced by auth I thinkPaul S. Owen2001-05-111-7/+5
* Possible fix for SQL JOIN syntax and MySQL 3.22Paul S. Owen2001-05-111-4/+4
* Added code to create an instance of $template if it does not existJames Atkinson2001-05-101-0/+4
* New file for smtp mailthe_systech2001-05-091-0/+154
* Added generate_pagination routinePaul S. Owen2001-05-071-1/+78
* Minor changes to where template vars are assignedPaul S. Owen2001-05-061-1/+0
* Now allow for GET based session - additionsPaul S. Owen2001-05-061-4/+3
* Now allow for GET based sessionPaul S. Owen2001-05-062-34/+79