aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Slight mod to language selector to handle double underscored lang filesPaul S. Owen2002-02-281-2/+3
* Failed to switch to English images default if prefered language doesn't exist...Paul S. Owen2002-02-251-5/+4
* Move activation key stuff to profile, search_username stuff to search, re-add...Paul S. Owen2002-02-251-100/+1
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
* Fixed error in make_forum_select box generation outputPaul S. Owen2002-02-131-2/+2
* Change way error is returned to validate email/username, fixes problem with l...Paul S. Owen2002-02-121-142/+105
* Fixed 404 for header (#51499)Bart van Bragt2002-02-091-2/+2
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
* hmmm, doh ... of course removing the preg_quote here is no doubt going to cau...Paul S. Owen2002-02-081-9/+7
* Various updates, mods, changes to several functions, moved smilies stuff to b...Paul S. Owen2002-02-081-239/+135
* Another change to the way {LANG} is handled for images ... last one, ... hope...Paul S. Owen2002-02-041-28/+28
* Fixed bug #507473James Atkinson2002-02-031-3/+17
* Changed selection of localised images ... new {LANG} replace formatPaul S. Owen2002-01-311-3/+3
* Fix various bugs; password length warning, proper warnings for username/email...Paul S. Owen2002-01-271-62/+30
* Fixed bug #505838, debug messages didn't show SQL errorsBart van Bragt2002-01-221-19/+26
* Cosmetic error in language_select() (related to #499989)Bart van Bragt2002-01-111-2/+2
* Added / to dirname . file for is_file/links for language selector ...Paul S. Owen2002-01-071-1/+1
* Minor changesPaul S. Owen2002-01-061-2/+3
* Removed windows carriage returns and newline at end of file ...Paul S. Owen2002-01-031-1/+1
* Ok that was stupid.. Better version of a fix for 497077... Somebody hand me a...the_systech2002-01-031-25/+1
* Updated validate_username function for use with mysql4 Bug #497077the_systech2002-01-031-0/+25
* Clean up display of languages, limit to directory names onlyPaul S. Owen2002-01-021-3/+3
* SighBart van Bragt2001-12-221-1/+0
* Fixed small problem with translation of imgsBart van Bragt2001-12-221-2/+3
* More \' updatesPaul S. Owen2001-12-211-19/+10
* Made smileys case-sensitive (i.e. :o != :O )Bart van Bragt2001-12-191-2/+2
* Oops, another file I forgot to commit, perhaps I should commit myself ...Paul S. Owen2001-12-171-7/+17
* Fix bug #493735 was still using old config value name for themePaul S. Owen2001-12-161-2/+1
* Remove guest user topic tracking via cookies, update viewtopic to re-fix high...Paul S. Owen2001-12-141-17/+21
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-2/+22
* More updates for Euclid, minor update to subSilver, fixed bug #490798Paul S. Owen2001-12-111-2/+2
* Fixed #490848 and introduced $current_template_pathBart van Bragt2001-12-101-1/+2
* Fixed bug #488016Paul S. Owen2001-12-051-10/+17
* Should fix bug #487886 bad word preg now uses # and quotes # tooPaul S. Owen2001-12-031-2/+2
* Fixed bug #486207Paul S. Owen2001-11-291-2/+2
* Fixed problem with disappearing Mozilla nav bar when message_die() is calledBart van Bragt2001-11-261-1/+1
* Implemented Navigation bar in MozillaBart van Bragt2001-11-261-0/+11
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no...natec2001-11-251-0/+7
* Order of username in username search was missingPaul S. Owen2001-11-211-1/+2
* More language updatesPaul S. Owen2001-11-191-36/+5
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-5/+13
* Treat moved topics as being non-existent for re-sync of topic countsPaul S. Owen2001-11-131-1/+2
* Fixed bug #477831 + some minor alterationsPaul S. Owen2001-11-031-16/+16
* Altered various language constructs + new quote changes for PM + altered pagi...Paul S. Owen2001-10-251-84/+83
* Slight mods to the usersearch function, moved to search.phpPaul S. Owen2001-10-161-64/+30
* Fixed some bugs with banning and some code that wasnt updated when we changed...James Atkinson2001-10-161-1/+1
* Username Disallow Admin...the_systech2001-10-151-3/+3
* Various updates mainly to message die for admin compatibilityPaul S. Owen2001-10-141-4/+19
* Changed paths for languagePaul S. Owen2001-10-111-9/+10
* Fixed preg single quote potential problem, altered jumpbox slightly - Third t...Paul S. Owen2001-10-061-1/+1