aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* addition for sorting smiley codes so that they all work properly on all DBMS'sthe_systech2001-08-281-2/+14
* Thought it best to add the email validate nowPaul S. Owen2001-08-241-0/+46
* LENGTH not compatible with ODBCPaul S. Owen2001-08-231-3/+2
* Added border=0 as suggested to remove borders around linked smiliesPaul S. Owen2001-08-211-2/+2
* Fixed moved topic in syncgpolins2001-08-191-1/+1
* Fixed bug in updating forum last post in syncgpolins2001-08-171-0/+4
* Hurray the smilies code appears to work :)the_systech2001-08-151-3/+4
* Ok last bit with the smilies :)the_systech2001-08-141-1/+1
* Another attempt at fixing smilies code :)the_systech2001-08-141-1/+1
* Fix for smilies code ;)the_systech2001-08-141-4/+2
* Moved smilies code into functions, would it be better in bbcode.php?Paul S. Owen2001-08-091-1/+34
* User, IP and email banning admin functionalPaul S. Owen2001-08-011-3/+3
* More compliance ... it never endsPaul S. Owen2001-07-311-9/+9
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-14/+12
* Removed header frame, reduced timezone naming, added DB size for MySQL, no ma...Paul S. Owen2001-07-271-3/+3
* System config admin section started. Can view settings but can't modify them ...James Atkinson2001-07-241-0/+144
* Still seems to be pagination problem, I dont have it so what havent I committ...Paul S. Owen2001-07-221-10/+16
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-1/+12
* Split posts works, split beyond this post does not. Still needs interface wor...James Atkinson2001-07-131-0/+106
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-4/+4
* Split is half done... don't try and use it though its current b0rked :)James Atkinson2001-07-111-0/+37
* Some tidying up and switchover to message_diePaul S. Owen2001-07-081-59/+50
* 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