aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-281-0/+3
|\
| * Merge pull request #5459 from mrgoldy/ticket/15886Marc Alexander2019-07-281-0/+3
| |\ | | | | | | | | | [ticket/15886] Group helper functions
| | * [ticket/15886] Appropriate HTML docsmrgoldy2019-03-101-1/+3
| | | | | | | | | | | | PHPBB3-15886
| | * [ticket/15886] Add @html doc for group/user stringsmrgoldy2019-03-091-0/+1
| | | | | | | | | | | | PHPBB3-15886
* | | [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-091-20/+0
|/ / | | | | | | PHPBB3-15663
* | [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-021-7/+8
|/ | | | PHPBB3-15893
* [ticket/15875] Fix PHP fatal error on BBCode parsingrxu2018-11-181-1/+1
| | | | PHPBB3-15875
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
| | | | PHPBB3-15849
* [ticket/15622] Rename function to avoid potential future conflictsMikelAlejoBR2018-09-161-1/+1
| | | | PHPBB3-15622
* [ticket/15622] Remove "since" tag as it belongs to eventsMikelAlejoBR2018-09-161-1/+0
| | | | PHPBB3-15622
* [ticket/15622] Refactor message link concatenationMikelAlejoBR2018-08-011-12/+5
| | | | PHPBB3-15622
* [ticket/15622] Correct code styleMikelAlejoBR2018-08-011-2/+2
| | | | PHPBB3-15622
* [ticket/15622] Extract duplicated codeMikelAlejoBR2018-07-311-0/+52
| | | | PHPBB3-15622
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-10/+10
| | | | PHPBB3-14972
* [ticket/15318] Make user option to disable word censoring effective againrxu2017-08-121-0/+8
| | | | PHPBB3-15318
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-251-1/+3
|\
| * [ticket/15107] Add message_parser to eventRichard McGirr2017-03-071-1/+1
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
| * [ticket/15107] Add message_parser to eventRMcGirr832017-03-021-1/+3
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ | |/
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-1/+11
|\ \ | |/
| * [ticket/14850] Add core.smiley_text_root_pathJmz2016-11-201-1/+11
| | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-3/+19
|\ \ | |/
| * [ticket/14738] Add core events to improve modifying forum listsrxu2016-08-071-3/+19
| | | | | | | | PHPBB3-14738
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-131-5/+24
|\ \ | |/
| * [ticket/14626] Event core.make_jumpbox_modify_tpl_aryTobi Schäfer2016-06-131-4/+2
| | | | | | | | PHPBB3-14626
| * [ticket/14626] Event core.make_jumpbox_modify_tpl_aryTobi Schäfer2016-06-131-2/+2
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14626 PHPBB3-14626
| * [ticket/14626] Event core.make_jumpbox_modify_tpl_aryTobi Schäfer2016-06-131-5/+26
| | | | | | | | PHPBB3-14626
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-15/+15
|\ \ | |/ | | | | | | | | | | | | * 3.1.x: [ticket/14437] Make sure attachments array is properly ordered before processing [ticket/14437] Preserve attachment ID order by ordering by attach_id [ticket/14437] Sort attachments after assigning inline attachments [ticket/14437] Correctly assume index from attachment display order
| * Merge pull request #4190 from marc1706/ticket/14437Tristan Darricau2016-03-251-15/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14437] Correctly assume index from attachment display order * marc1706/ticket/14437: [ticket/14437] Make sure attachments array is properly ordered before processing [ticket/14437] Preserve attachment ID order by ordering by attach_id [ticket/14437] Sort attachments after assigning inline attachments [ticket/14437] Correctly assume index from attachment display order
| | * [ticket/14437] Make sure attachments array is properly ordered before processingMarc Alexander2016-03-061-4/+4
| | | | | | | | | | | | PHPBB3-14437
| | * [ticket/14437] Sort attachments after assigning inline attachmentsMarc Alexander2016-03-061-13/+13
| | | | | | | | | | | | | | | | | | | | | This does not seem to cause any issues but prevents us from having to consider the currenty display order. PHPBB3-14437
| | * [ticket/14437] Correctly assume index from attachment display orderMarc Alexander2016-02-211-2/+2
| | | | | | | | | | | | PHPBB3-14437
* | | [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
* | | [ticket/14527] Retrieve link URL from href and not link textMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | PHPBB3-14527
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-271-1/+27
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/functions_content.php
| * | Merge pull request #4086 from rxu/ticket/14366Marc Alexander2016-02-271-1/+27
| |\ \ | | | | | | | | | | | | [ticket/14366] Add core events to the function decode_message()
| | * | [ticket/14366] Add core events to the function decode_message()rxu2016-02-271-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove match/replace vars, use alternative var for the message var, update the target phpBB version. PHPBB3-14366
| | * | [ticket/14366] Add core events to the function decode_message()rxu2015-12-171-1/+27
| | |/ | | | | | | | | | | | | | | | | | | | | | Add core event to the function decode_message() in includes/functions_content.php to allow extensions performing additional message handling before/after decoding. PHPBB3-14366
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-261-1/+37
|\ \ \ | |/ /
| * | [ticket/14189] Add core.gen_sort_selects_after eventJakub Senko2016-02-261-1/+37
| |/ | | | | | | PHPBB3-14189
* | [ticket/13454] Add excessively removed code backMarc Alexander2016-01-061-0/+2
| | | | | | | | PHPBB3-13454
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+1
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-11/+10
| | | | | | | | PHPBB3-14325
* | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-1/+1
| | | | | | | | PHPBB3-14234
* | [ticket/14234] Replace more references with variablesMarc Alexander2015-10-121-2/+6
| | | | | | | | PHPBB3-14234
* | [ticket/13993] Do not parse signatures as posts when editing them.Cesar G2015-10-111-2/+6
| | | | | | | | | | | | | | | | | | The implementation of PHPBB3-12516 changed the manual use of the message parser to using generate_text_for_storage(). The function does not support parse_message::parse()'s mode parameter, thus all the error checks on the sig are invalid. PHPBB3-13993
* | [ticket/12505] Remove outdated media handing in attachmentsn-aleha2015-08-241-32/+0
| | | | | | | | | | | | | | Remove code for handling media in RealPlayer, QuickTime, and Windows Media Player. PHPBB3-12505
* | [ticket/13377] Fix decoding for www type URLs in function decode_message()rxu2015-07-071-1/+1
| | | | | | | | PHPBB3-13377