aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* More work on memberlistJames Atkinson2001-05-112-7/+13
* Memberlist working. Pagination seems to have problems. Might be generate_pagi...James Atkinson2001-05-117-0/+192
* 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
* Made the schema work with MySQL 3.22James Atkinson2001-05-101-2/+2
* 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-073-71/+87
* Fixed value orders to match column ordersthe_systech2001-05-071-4/+4
* Modified to add DROP TABLE for each phpBB2 Tablethe_systech2001-05-071-0/+19
* Minor updatePaul S. Owen2001-05-061-2/+2
* Minor changes to where template vars are assignedPaul S. Owen2001-05-062-8/+13
* Send post id to template for possible anchor name refPaul S. Owen2001-05-061-1/+3
* Now allow for GET based session - additionsPaul S. Owen2001-05-061-4/+3
* Now allow for GET based sessionPaul S. Owen2001-05-065-37/+39
* Now allow for GET based sessionPaul S. Owen2001-05-061-1/+1
* Now allow for GET based sessionPaul S. Owen2001-05-0621-107/+156
* oops, two colours round the wrong wayPaul S. Owen2001-05-061-1/+1
* 'New' theme for my templatePaul S. Owen2001-05-061-0/+2
* Additions for session code updatePaul S. Owen2001-05-061-1/+2
* Fixed problem with incorrect conversion of line breaks in alter profilePaul S. Owen2001-05-061-2/+2
* Minor updatesPaul S. Owen2001-05-061-27/+21
* Changed as per FDF topicPaul S. Owen2001-05-061-31/+86
* Removed display of Anonymous is username field if no user logged onPaul S. Owen2001-05-061-2/+4
* Fixed problem where password was cleared even if unchangedPaul S. Owen2001-05-061-6/+4
* Corrected small error in HTMLPaul S. Owen2001-05-051-1/+1
* Now remembers profile changes on errorPaul S. Owen2001-05-051-74/+104
* Users can now edit profile. However, it dosan't retain the data on an error, yetJames Atkinson2001-05-043-6/+104
* Modified users and config inserts to match column counts in mysql_schema.sqlthe_systech2001-05-041-3/+3
* Little fix to login so de-activated accounts won't be able to loginJames Atkinson2001-05-042-2/+14
* Various updates, templating var changes, config array updates, etc.Paul S. Owen2001-05-047-65/+53
* Latest updatePaul S. Owen2001-05-031-76/+89
* Updated to include PSO template default themePaul S. Owen2001-05-031-2/+2
* Pauls alternate template, this _requires_ a themePaul S. Owen2001-05-0327-0/+534
* Updated to use same style as rest of default templatePaul S. Owen2001-05-033-27/+37
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-0316-363/+438
* Changed a templating var to match changed placement in page_header.phpPaul S. Owen2001-05-031-2/+2
* Changed joined_date to use create_datePaul S. Owen2001-05-031-3/+3
* Added extra defaultsPaul S. Owen2001-05-021-0/+1
* An extra TABLES constant for possible multiple autologin keysPaul S. Owen2001-05-021-3/+2
* Moved several functions to profile.phpPaul S. Owen2001-05-021-183/+17
* Updates to match profile.php changesPaul S. Owen2001-05-022-53/+47
* Some code cleanup and various updates + moved certain functions herePaul S. Owen2001-05-021-237/+418
* Convert old user_regdates to gmtime integersPaul S. Owen2001-05-021-0/+70
* Ran John's fix_files script to fix all the windows carriage returns.James Atkinson2001-05-021-0/+22
* Updated to use create_date rather than datePaul S. Owen2001-05-023-15/+26
* Fixed bug in utilising user selected timezonePaul S. Owen2001-05-021-3/+4
* Remove extra -ve from being printed for timezones behind GMTPaul S. Owen2001-05-021-1/+1
* Prevent logged in user logging in again from diff IP in same sessPaul S. Owen2001-05-021-2/+16