aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | [ticket/13805] Updated generate_text_for_storage() to match message_parserJoshyPHP2015-05-021-2/+14
| | | | | | | | PHPBB3-13805
* | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-41/+80
| | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-3/+3
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-3/+3
| | | | | | | | PHPBB3-13597
* | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-1/+1
|/ | | | PHPBB3-13455
* [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-091-5/+5
| | | | PHPBB3-13297
* [ticket/13108] Add core event to the parse_attachments() functionrxu2014-10-011-1/+29
| | | | | | | Add core event to the parse_attachments() function in functions_content.php to allow modifying/adding attachment template data. PHPBB3-13108
* [ticket/12999] Remove @author tagsTristan Darricau2014-08-191-1/+0
| | | | PHPBB3-12999
* [ticket/12013] Use the correct variable for the forum id.Cesar G2014-07-041-1/+1
| | | | PHPBB3-12013
* [ticket/12013] Use path helper.Cesar G2014-07-041-4/+5
| | | | PHPBB3-12013
* [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-7/+11
| | | | PHPBB3-12013
* [ticket/12662] Add span containers to all usernames for consistencyPayBas2014-06-251-2/+2
| | | | PHPBB3-12662
* [ticket/12705] Store the regular expression matches based on server_urlJoas Schilling2014-06-141-7/+10
| | | | PHPBB3-12705
* [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
| | | | PHPBB3-12675
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* Merge pull request #2199 from Zoddo/ticket/12275Joas Schilling2014-05-241-10/+16
|\ | | | | | | | | | | | | | | [ticket/12275] Fix a bug on the event "core.modify_username_string" * Zoddo/ticket/12275: [ticket/12275] Change if (empty) to if (!isset) [ticket/12275] Fix a bug on the event "core.modify_username_string"
| * [ticket/12275] Change if (empty) to if (!isset)Zoddo2014-04-141-1/+1
| | | | | | | | PHPBB3-12275
| * [ticket/12275] Fix a bug on the event "core.modify_username_string"Zoddo2014-04-011-10/+16
| | | | | | | | | | | | | | Call the event "core.modify_username_string" also if $mode is "colour", "username" or "profile". PHPBB3-12275
* | Merge remote-tracking branch 'github-prototech/ticket/11508' into ↵Nils Adermann2014-05-021-4/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-prototech/ticket/11508: [ticket/11508] Fix build_url test. [ticket/11508] Add functional test for jumpbox. [ticket/11508] Use $phpbb_path_helper. [ticket/11508] Allow equal sign in parameter value. [ticket/11508] Remove unnecessary implode. [ticket/11508] Remove unnecessary isset check. [ticket/11508] Fix build_url test. [ticket/11508] Curly brace should be on its own line... [ticket/11508] The question mark is expected even if there are no parameters. [ticket/11508] Add tests. [ticket/11508] Do not add the '?' unless there are parameters. [ticket/11508] Change separator parameter to a simple true|false $is_amp. [ticket/11508] Move helper functions to path_helper class. [ticket/11508] Move the stripping param code to separate function as well. [ticket/11508] Build the jumpbox hidden fields using the _form action_ [ticket/11508] Split parts of build_url() into reusable functions.
| * | [ticket/11508] Use $phpbb_path_helper.Cesar G2014-04-221-3/+2
| | | | | | | | | | | | PHPBB3-11508
| * | [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-2/+4
| | | | | | | | | | | | PHPBB3-11508
| * | [ticket/11508] Build the jumpbox hidden fields using the _form action_Cesar G2014-04-221-3/+5
| | | | | | | | | | | | PHPBB3-11508
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-9/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-7/+7
| | | | | | | | | | | | | | | | PHPBB3-12273
| * | | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-3/+19
| | | | | | | | | | | | | | | | PHPBB3-12273
| * | | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
| |/ / | | | | | | | | | PHPBB3-12273
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+3
|/ / | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458