aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* addition for sorting smiley codes so that they all work properly on all DBMS'sthe_systech2001-08-281-2/+14
| | | | | | | The smiley functions should probably be moved to bbcode.php at some point git-svn-id: file:///svn/phpbb/trunk@937 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thought it best to add the email validate nowPaul S. Owen2001-08-241-0/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@931 89ea8834-ac86-4346-8a33-228a782c2dd0
* LENGTH not compatible with ODBCPaul S. Owen2001-08-231-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@921 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added border=0 as suggested to remove borders around linked smiliesPaul S. Owen2001-08-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@913 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed moved topic in syncgpolins2001-08-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@907 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in updating forum last post in syncgpolins2001-08-171-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@901 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hurray the smilies code appears to work :)the_systech2001-08-151-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok last bit with the smilies :)the_systech2001-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@875 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another attempt at fixing smilies code :)the_systech2001-08-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@874 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for smilies code ;)the_systech2001-08-141-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@873 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved smilies code into functions, would it be better in bbcode.php?Paul S. Owen2001-08-091-1/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@828 89ea8834-ac86-4346-8a33-228a782c2dd0
* User, IP and email banning admin functionalPaul S. Owen2001-08-011-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@781 89ea8834-ac86-4346-8a33-228a782c2dd0
* More compliance ... it never endsPaul S. Owen2001-07-311-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@773 89ea8834-ac86-4346-8a33-228a782c2dd0
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-14/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@770 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed header frame, reduced timezone naming, added DB size for MySQL, no ↵Paul S. Owen2001-07-271-3/+3
| | | | | | major technical changes git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
* System config admin section started. Can view settings but can't modify them ↵James Atkinson2001-07-241-0/+144
| | | | | | at the moment git-svn-id: file:///svn/phpbb/trunk@750 89ea8834-ac86-4346-8a33-228a782c2dd0
* Still seems to be pagination problem, I dont have it so what havent I ↵Paul S. Owen2001-07-221-10/+16
| | | | | | committed ... git-svn-id: file:///svn/phpbb/trunk@728 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-1/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split posts works, split beyond this post does not. Still needs interface ↵James Atkinson2001-07-131-0/+106
| | | | | | work as well git-svn-id: file:///svn/phpbb/trunk@649 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split is half done... don't try and use it though its current b0rked :)James Atkinson2001-07-111-0/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@627 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some tidying up and switchover to message_diePaul S. Owen2001-07-081-59/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@605 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added a count of total number of topics to the get_db_stats functionJames Atkinson2001-06-131-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@485 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switched validate_username check to groups tablePaul S. Owen2001-06-121-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@481 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed isset and empty checks on userdata so user prefs now work againPaul S. Owen2001-06-111-18/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@468 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed isset and empty checks on userdata so user prefs now work againPaul S. Owen2001-06-111-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-7/+66
| | | | git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some updatesPaul S. Owen2001-06-111-21/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Likely fix for pagination failure on div 10 boundaryPaul S. Owen2001-06-091-5/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@446 89ea8834-ac86-4346-8a33-228a782c2dd0
* Similar problem with the user_timezone fieldJames Atkinson2001-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check user_dateformat against '' was messing up sourceforge so I changed it ↵James Atkinson2001-06-091-2/+2
| | | | | | | | | | | to an if($userdata[user_dateformat]) insted. git-svn-id: file:///svn/phpbb/trunk@442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth Stage-1 goes inPaul S. Owen2001-05-301-6/+57
| | | | git-svn-id: file:///svn/phpbb/trunk@377 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on posting. Editing now works. Also replies can have subjects.James Atkinson2001-05-271-14/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a small problem with paginationPaul S. Owen2001-05-261-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@331 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of work on posting. New topic and reply functionality is mostly done. ↵James Atkinson2001-05-261-0/+8
| | | | | | | | | Edit post loads the form but needs database functionality All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again git-svn-id: file:///svn/phpbb/trunk@328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved the append_sid routine to the sessions.php filePaul S. Owen2001-05-201-19/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@317 89ea8834-ac86-4346-8a33-228a782c2dd0
* This fixes the error that I though I fixed in the last commit ... dohPaul S. Owen2001-05-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@298 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-05-151-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@297 89ea8834-ac86-4346-8a33-228a782c2dd0
* First of changes to SQLPaul S. Owen2001-05-131-18/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added generate_pagination routinePaul S. Owen2001-05-071-1/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now allow for GET based sessionPaul S. Owen2001-05-061-1/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-26/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved several functions to profile.phpPaul S. Owen2001-05-021-183/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@232 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in utilising user selected timezonePaul S. Owen2001-05-021-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@226 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some passthru support to loginJames Atkinson2001-05-011-1/+1
| | | | | | | Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a pile of Windows carriage returnsJames Atkinson2001-05-011-21/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@222 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added forgotten default_theme to global declarationsPaul S. Owen2001-04-291-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@216 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to var in user_prefsPaul S. Owen2001-04-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@215 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for generic themingPaul S. Owen2001-04-241-24/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added user selectable templates, and put the system template into the config ↵James Atkinson2001-04-201-2/+37
| | | | | | database. Updated mysql_schema as well git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0