aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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