aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Move phpbb_preg_quote back into functions because it's plain annoying ... :DPaul S. Owen2002-03-251-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bad word cockup ... oh look the censor failed and let cockup through, ↵Paul S. Owen2002-03-251-2/+2
| | | | | | oh, and again ... geez sourceforge needs better censors for its CVS system git-svn-id: file:///svn/phpbb/trunk@2426 89ea8834-ac86-4346-8a33-228a782c2dd0
* timezone setup should be isset not !empty ... GMT is 0 after all .. oopsPaul S. Owen2002-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2417 89ea8834-ac86-4346-8a33-228a782c2dd0
* bahPaul S. Owen2002-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stuff that phpbb_preg ... not including bbcode and can't be bothered to move ↵Paul S. Owen2002-03-191-1/+1
| | | | | | phpbb_preg out ... git-svn-id: file:///svn/phpbb/trunk@2335 89ea8834-ac86-4346-8a33-228a782c2dd0
* phpbb_preg_quote that bad word replace ... just in case ...Paul S. Owen2002-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2331 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-181-5/+0
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-392/+85
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Localise days/months, fix bug in validate_username ... this doesn't see ↵Paul S. Owen2002-03-061-2/+18
| | | | | | functions.php split, working on that separately git-svn-id: file:///svn/phpbb/trunk@2274 89ea8834-ac86-4346-8a33-228a782c2dd0
* preg_quote badword ... don't use # in your bad word list(!)Paul S. Owen2002-03-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mod to language selector to handle double underscored lang filesPaul S. Owen2002-02-281-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2219 89ea8834-ac86-4346-8a33-228a782c2dd0
* Failed to switch to English images default if prefered language doesn't ↵Paul S. Owen2002-02-251-5/+4
| | | | | | exist ... git-svn-id: file:///svn/phpbb/trunk@2212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move activation key stuff to profile, search_username stuff to search, ↵Paul S. Owen2002-02-251-100/+1
| | | | | | re-add @ to create_date git-svn-id: file:///svn/phpbb/trunk@2208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2145 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error in make_forum_select box generation outputPaul S. Owen2002-02-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2128 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change way error is returned to validate email/username, fixes problem with ↵Paul S. Owen2002-02-121-142/+105
| | | | | | lack of language support for error output and subsequent doubled username, etc. issues + remove get_userdata_from_id and use get_userdata instead + other minor changes git-svn-id: file:///svn/phpbb/trunk@2113 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed 404 for header (#51499)Bart van Bragt2002-02-091-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2070 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2067 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm, doh ... of course removing the preg_quote here is no doubt going to ↵Paul S. Owen2002-02-081-9/+7
| | | | | | cause bug reports of "I can't censor xyz@asd" ... git-svn-id: file:///svn/phpbb/trunk@2065 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, mods, changes to several functions, moved smilies stuff to ↵Paul S. Owen2002-02-081-239/+135
| | | | | | bbcode.php ... nathan may kill me ... good bye all in advance git-svn-id: file:///svn/phpbb/trunk@2063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another change to the way {LANG} is handled for images ... last one, ... ↵Paul S. Owen2002-02-041-28/+28
| | | | | | hopefully :) git-svn-id: file:///svn/phpbb/trunk@2054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #507473James Atkinson2002-02-031-3/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@2049 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed selection of localised images ... new {LANG} replace formatPaul S. Owen2002-01-311-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2019 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various bugs; password length warning, proper warnings for ↵Paul S. Owen2002-01-271-62/+30
| | | | | | username/email errors git-svn-id: file:///svn/phpbb/trunk@1965 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #505838, debug messages didn't show SQL errorsBart van Bragt2002-01-221-19/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1919 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cosmetic error in language_select() (related to #499989)Bart van Bragt2002-01-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1841 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added / to dirname . file for is_file/links for language selector ...Paul S. Owen2002-01-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1810 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2002-01-061-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1807 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed windows carriage returns and newline at end of file ...Paul S. Owen2002-01-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1785 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok that was stupid.. Better version of a fix for 497077... Somebody hand me ↵the_systech2002-01-031-25/+1
| | | | | | a beer. git-svn-id: file:///svn/phpbb/trunk@1784 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated validate_username function for use with mysql4 Bug #497077the_systech2002-01-031-0/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@1783 89ea8834-ac86-4346-8a33-228a782c2dd0
* Clean up display of languages, limit to directory names onlyPaul S. Owen2002-01-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1775 89ea8834-ac86-4346-8a33-228a782c2dd0
* SighBart van Bragt2001-12-221-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed small problem with translation of imgsBart van Bragt2001-12-221-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1671 89ea8834-ac86-4346-8a33-228a782c2dd0
* More \' updatesPaul S. Owen2001-12-211-19/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made smileys case-sensitive (i.e. :o != :O )Bart van Bragt2001-12-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1633 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops, another file I forgot to commit, perhaps I should commit myself ...Paul S. Owen2001-12-171-7/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1617 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #493735 was still using old config value name for themePaul S. Owen2001-12-161-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1597 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-17/+21
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-2/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updates for Euclid, minor update to subSilver, fixed bug #490798Paul S. Owen2001-12-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1550 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #490848 and introduced $current_template_pathBart van Bragt2001-12-101-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1547 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #488016Paul S. Owen2001-12-051-10/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1512 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #487886 bad word preg now uses # and quotes # tooPaul S. Owen2001-12-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1504 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #486207Paul S. Owen2001-11-291-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with disappearing Mozilla nav bar when message_die() is calledBart van Bragt2001-11-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1458 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Navigation bar in MozillaBart van Bragt2001-11-261-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can ↵natec2001-11-251-0/+7
| | | | | | no longer contain the double-quote character. Also removed a dupe from lang_main file. git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Order of username in username search was missingPaul S. Owen2001-11-211-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1408 89ea8834-ac86-4346-8a33-228a782c2dd0
* More language updatesPaul S. Owen2001-11-191-36/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0