aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10423] Match multiple wildcardsOliver Schramm2014-04-131-2/+2
* [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-0/+18
* [ticket/11762] Use the === operator to distinguish "0" from ""s9e2013-08-031-2/+2
* [ticket/10240] Reverted a commit which added buggy code.Callum Macrae2011-08-211-3/+0
* Merge remote-tracking branch 'callumacrae/ticket/10240' into develop-olympusOleg Pudeyev2011-08-091-0/+3
|\
| * [ticket/10240] Added code to strip control characters from messages.Callum Macrae2011-08-081-0/+3
* | [ticket/10299] Fix typo in comment about $max_store_length in truncate_string()Andreas Fischer2011-07-311-1/+1
|/
* Deprecate $allow_reply parameter to truncate_string() (Bug #56675)Josh Woody2010-01-251-2/+3
* Allow "0" as censor word and replacement.Andreas Fischer2009-08-211-0/+6
* Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...Meik Sievertsen2009-08-171-1/+2
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-3/+3
* Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.p...Joas Schilling2009-07-241-2/+7
* Fix bug #47775 - Properly convert and show filesize informationAndreas Fischer2009-07-111-5/+3
* late fix for #44845 (phpBB debug notice for some search terms)Meik Sievertsen2009-05-131-0/+5
* Fix infinite loop in truncate_string (Bug #43475)Meik Sievertsen2009-04-041-1/+1
* Fix infinite loop in truncate_string (Bug #43475)Meik Sievertsen2009-04-041-1/+1
* Flash files do not display anymore after update to flash player 10 (Bug #41315)Meik Sievertsen2009-03-171-0/+1
* Fix download count increments for image attachments without corresponding thu...Meik Sievertsen2009-03-161-0/+2
* fix tiny typo... the mode is no_profile instead of noprofile.Meik Sievertsen2009-01-031-1/+1
* change get_username_string() again. This time we do not try to "guess" someth...Meik Sievertsen2008-12-241-51/+66
* Fix bug #38655Meik Sievertsen2008-12-111-3/+3
* fix the no_profile one called after another mode with the same user_id and gu...Meik Sievertsen2008-12-031-2/+2
* Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)Meik Sievertsen2008-12-021-48/+45
* better fix for (Bug #37055)Nils Adermann2008-11-221-4/+3
* - Properly treat punctuation marks after local urls [Bug #37055]Nils Adermann2008-11-221-1/+9
* Fix for r8752Meik Sievertsen2008-10-061-14/+24
* Wrong parameter count for preg_replace in get_context() (IMO we need no limit...Meik Sievertsen2008-09-301-1/+1
* #31185Henry Sudhof2008-08-131-44/+43
* further checks on maximum storage lengthMeik Sievertsen2008-06-211-1/+24
* correctly set flags if text is emptyMeik Sievertsen2008-06-141-2/+2
* fix for bug #27355Meik Sievertsen2008-05-181-1/+1
* - [Fix] Do not detect the board URL as a link twice in posts (Bug #19215)Nils Adermann2008-03-241-4/+15
* #22355Meik Sievertsen2008-02-281-1/+1
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-1/+1
* One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-8/+8
* re-allow disabling of word censors (we somehow forgot to commit this, i reall...Meik Sievertsen2007-12-261-3/+12
* - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to c...Nils Adermann2007-11-181-2/+2
* some bugfixesMeik Sievertsen2007-10-121-2/+3
* #i42Meik Sievertsen2007-10-041-0/+1267