aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-251-2/+1
* [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-241-1/+5
* [ticket/16250] Reworked status as constantsJoshyPHP2019-12-161-5/+5
* [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-4/+15
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-261-5/+0
|\
| * [ticket/16161] Enable BBcodes without closing tag3D-I2019-09-221-5/+0
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-6/+6
|\ \ | |/
| * [ticket/security/246] Check form key no matter if submit is setMarc Alexander2019-07-141-6/+6
* | [ticket/15410] Remove obsolete code from BBCodes ACPJoshyPHP2019-05-091-154/+5
|/
* [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
* [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+1
|\
| * [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+1
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/
* [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
* Merge branch '3.1.x'Marc Alexander2016-01-161-1/+1
|\
| * [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-151-1/+1
* | Merge branch '3.1.x'Joas Schilling2016-01-091-0/+6
|\ \ | |/
| * [ticket/security-188] Check form key in acp_bbcodesMarc Alexander2015-12-231-0/+6
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-5/+15
|\ \
| * | [ticket/13832] Use preg_replace_callback in acp_bbcodesMarc Alexander2015-05-191-4/+12
| * | [ticket/13832] Use preg_replace_callback instead of /e modifierMarc Alexander2015-05-181-1/+3
* | | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()JoshyPHP2015-05-111-5/+3
|/ /
* | [ticket/11768] Re-added the code that got lost in rebaseJoshyPHP2015-04-021-1/+2
* | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+2
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+6
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+3
|/
* [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-1/+1
* [ticket/13492] Add IDN support for custom BBCode URL tokensrxu2015-01-111-1/+3
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-1/+10
|\
| * [ticket/12273] Update existing eventsJoas Schilling2014-04-251-3/+10
| * [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+3
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+2
|/
* [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-7/+9
* [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
* [ticket/12060] Fix docblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
* [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event d...Matt Friedman2013-12-131-1/+1
* [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-4/+4
* [ticket/12060] Fix u_action comments in docblocksMatt Friedman2013-12-121-2/+2
* [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-4/+4
* [ticket/12060] Update the docblock comments in acp core eventsMatt Friedman2013-12-121-4/+4
* [ticket/12060] Refactor u_action in the events that use itMatt Friedman2013-12-121-9/+7
* [ticket/12060] Use $sql_ary instead of $sqlMatt Friedman2013-12-121-7/+9
* [ticket/12060] Adjust last item in array to use a comma instead of closing pa...Matt Friedman2013-12-121-2/+2
* [ticket/12060] Copy this_u_action back to original this->u_action varMatt Friedman2013-12-121-0/+2
* [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc blockMatt Friedman2013-12-051-1/+1
* [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_addMatt Friedman2013-12-051-5/+7