aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'brunoais/ticket/11663' into developJoas Schilling2013-11-021-1/+11
|\
| * [ticket/11663] Add the doc block about the parameters.brunoais2013-08-171-0/+8
| * [ticket/11663] Add the doc block about the return value.brunoais2013-08-141-0/+2
| * [ticket/11663] Make generate_text_for_storage return the errors.brunoais2013-08-091-1/+1
* | [ticket/11901] Pass empty string as relative_url for non-local magic URL.Andreas Fischer2013-10-101-1/+2
* | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* | Merge remote-tracking branch 'fredsa/ticket/11606' into developAndreas Fischer2013-09-231-14/+35
|\ \
| * | [ticket/11606] remove preg_replace() /e modifier in make_clickable()Fred Sauer2013-06-131-14/+35
* | | [ticket/11832] Fix smiley pathsNathan Guse2013-09-131-2/+2
| |/ |/|
* | Merge branch 'develop-olympus' into developJoas Schilling2013-08-031-2/+2
|\ \ | |/ |/|
| * [ticket/11762] Use the === operator to distinguish "0" from ""s9e2013-08-031-2/+2
* | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-061-3/+1
|\ \
| * | [ticket/10845] Remove censor from textBruno Ais2012-05-021-2/+5
* | | [feature/add_events] Put globals on one lineDavid King2012-08-221-4/+2
* | | [feature/add_events] Remove $allow_bbcode and $allow_smiliesDavid King2012-08-221-10/+4
* | | [feature/add_events] Globalize event dispatcher object in some functionsDavid King2012-08-221-0/+2
* | | [feature/add_events] Before and after events for generate_text_for_* functionsDavid King2012-08-211-8/+72
* | | [feature/add_events] Added events for modifying generate_text_for_display()David King2012-08-211-0/+27
* | | [feature/add_events] Fixed docs, added _profile_cache to event parametersDavid King2012-08-211-4/+4
* | | [feature/add_events] Change alter -> modify in event nameDavid King2012-08-211-2/+2
* | | [feature/add_events] Add event core.alter_username_string to change usernameDavid King2012-08-201-2/+27
|/ /
* | [ticket/10438] Alligning the Smileys on the same line as the text.Hari Sankar R2012-04-021-1/+1
* | [ticket/10510] Moved a $user->lang call into the function.Callum Macrae2012-03-171-2/+3
* | [ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.Callum Macrae2012-03-171-1/+1
* | [ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.Callum Macrae2012-03-171-2/+17
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-9/+7
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-08-211-3/+0
|\ \ | |/
| * [ticket/10240] Reverted a commit which added buggy code.Callum Macrae2011-08-211-3/+0
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-091-0/+3
|\ \ | |/
| * 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
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-041-1/+1
|\ \ \ | |/ /
| * | [ticket/10299] Fix typo in comment about $max_store_length in truncate_string()Andreas Fischer2011-07-311-1/+1
| |/
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* 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