aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-11/+10
* [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-1/+1
* [ticket/14234] Replace more references with variablesMarc Alexander2015-10-121-2/+6
* [ticket/13993] Do not parse signatures as posts when editing them.Cesar G2015-10-111-2/+6
* [ticket/12505] Remove outdated media handing in attachmentsn-aleha2015-08-241-32/+0
* [ticket/13377] Fix decoding for www type URLs in function decode_message()rxu2015-07-071-1/+1
* [ticket/13805] Updated generate_text_for_storage() to match message_parserJoshyPHP2015-05-021-2/+14
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-41/+80
* Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-3/+3
|\
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-3/+3
* | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-1/+1
|/
* [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-091-5/+5
* [ticket/13108] Add core event to the parse_attachments() functionrxu2014-10-011-1/+29
* [ticket/12999] Remove @author tagsTristan Darricau2014-08-191-1/+0
* [ticket/12013] Use the correct variable for the forum id.Cesar G2014-07-041-1/+1
* [ticket/12013] Use path helper.Cesar G2014-07-041-4/+5
* [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-7/+11
* [ticket/12662] Add span containers to all usernames for consistencyPayBas2014-06-251-2/+2
* [ticket/12705] Store the regular expression matches based on server_urlJoas Schilling2014-06-141-7/+10
* [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* Merge pull request #2199 from Zoddo/ticket/12275Joas Schilling2014-05-241-10/+16
|\
| * [ticket/12275] Change if (empty) to if (!isset)Zoddo2014-04-141-1/+1
| * [ticket/12275] Fix a bug on the event "core.modify_username_string"Zoddo2014-04-011-10/+16
* | Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-asc...Nils Adermann2014-05-021-4/+7
|\ \
| * | [ticket/11508] Use $phpbb_path_helper.Cesar G2014-04-221-3/+2
| * | [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-2/+4
| * | [ticket/11508] Build the jumpbox hidden fields using the _form action_Cesar G2014-04-221-3/+5
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-9/+26
|\ \ \
| * | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-7/+7
| * | | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-3/+19
| * | | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
| |/ /
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+3
|/ /
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-0/+18
|\ \
| * | [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/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-0/+32
| |/ |/|
* | 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