aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Added a count of total number of topics to the get_db_stats functionJames Atkinson2001-06-131-1/+5
* Switched validate_username check to groups tablePaul S. Owen2001-06-121-8/+8
* Fixed isset and empty checks on userdata so user prefs now work againPaul S. Owen2001-06-111-18/+20
* Fixed isset and empty checks on userdata so user prefs now work againPaul S. Owen2001-06-111-6/+6
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-7/+66
* Some updatesPaul S. Owen2001-06-111-21/+14
* 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
* Auth Stage-1 goes inPaul S. Owen2001-05-301-6/+57
* 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-261-0/+8
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-201-19/+0
* 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
* First of changes to SQLPaul S. Owen2001-05-131-18/+22
* Added generate_pagination routinePaul S. Owen2001-05-071-1/+78
* Now allow for GET based sessionPaul S. Owen2001-05-061-1/+20
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-26/+24
* Moved several functions to profile.phpPaul S. Owen2001-05-021-183/+17
* Fixed bug in utilising user selected timezonePaul S. Owen2001-05-021-3/+4
* Added some passthru support to loginJames Atkinson2001-05-011-1/+1
* Fixed a pile of Windows carriage returnsJames Atkinson2001-05-011-21/+14
* Added forgotten default_theme to global declarationsPaul S. Owen2001-04-291-8/+8
* Minor change to var in user_prefsPaul S. Owen2001-04-291-1/+1
* Updated for generic themingPaul S. Owen2001-04-241-24/+8
* Added user selectable templates, and put the system template into the config ...James Atkinson2001-04-201-2/+37
* Removed need to send db as a parameter to functionsPaul S. Owen2001-04-191-4/+12
* Moved all included files to includesPaul S. Owen2001-04-191-0/+418