aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-251-2/+1
| | | | PHPBB3-16267
* [ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.43D-I2019-12-241-1/+5
| | | | PHPBB3-16267
* [ticket/16250] Reworked status as constantsJoshyPHP2019-12-161-5/+5
| | | | PHPBB3-16250
* [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-4/+15
| | | | PHPBB3-16250
* 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
| | | | | | | | PHPBB3-16161
* | 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
| | | | | | | | SECURITY-246
* | [ticket/15410] Remove obsolete code from BBCodes ACPJoshyPHP2019-05-091-154/+5
|/ | | | PHPBB3-15410
* [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
| | | | PHPBB3-15590
* [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
| | | | PHPBB3-15590
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+1
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+1
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/ | | | PHPBB3-14972
* [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
| | | | PHPBB3-15408
* Merge branch '3.1.x'Marc Alexander2016-01-161-1/+1
|\
| * [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-151-1/+1
| | | | | | | | PHPBB3-14412
* | Merge branch '3.1.x'Joas Schilling2016-01-091-0/+6
|\ \ | |/ | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/acp/acp_bbcodes.php
| * [ticket/security-188] Check form key in acp_bbcodesMarc Alexander2015-12-231-0/+6
| | | | | | | | SECURITY-188
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-5/+15
|\ \ | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | [ticket/13832] Use preg_replace_callback in acp_bbcodesMarc Alexander2015-05-191-4/+12
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback instead of /e modifierMarc Alexander2015-05-181-1/+3
| | | | | | | | | | | | PHPBB3-13832
* | | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()JoshyPHP2015-05-111-5/+3
|/ / | | | | | | | | | | Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code. PHPBB3-13614
* | [ticket/11768] Re-added the code that got lost in rebaseJoshyPHP2015-04-021-1/+2
| | | | | | | | PHPBB3-11768
* | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+2
| | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+6
| | | | | | | | PHPBB3-13455
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+3
|/ | | | PHPBB3-13468
* [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-1/+1
| | | | | | Also fix the $utf8 checking regexp removing the curly braces. PHPBB3-13492
* [ticket/13492] Add IDN support for custom BBCode URL tokensrxu2015-01-111-1/+3
| | | | | | | Custom BBCode URL tokens does not support IDN. Custom BBCodes added earlier than IDN has been applied are unaffected. PHPBB3-13492
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-1/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 existing eventsJoas Schilling2014-04-251-3/+10
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+3
| | | | | | | | PHPBB3-12273
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+2
|/ | | | | | | | | * 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
* [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-7/+9
| | | | PHPBB3-12060
* [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
| | | | PHPBB3-12060
* [ticket/12060] Fix docblock for acp_bbcodes_modify_create eventMatt Friedman2013-12-161-3/+3
| | | | PHPBB3-12060
* [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event ↵Matt Friedman2013-12-131-1/+1
| | | | | | doc block PHPBB3-12060
* [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-4/+4
| | | | PHPBB3-12060
* [ticket/12060] Fix u_action comments in docblocksMatt Friedman2013-12-121-2/+2
| | | | PHPBB3-12060
* [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-4/+4
| | | | PHPBB3-12060
* [ticket/12060] Update the docblock comments in acp core eventsMatt Friedman2013-12-121-4/+4
| | | | PHPBB3-12060
* [ticket/12060] Refactor u_action in the events that use itMatt Friedman2013-12-121-9/+7
| | | | PHPBB3-12060
* [ticket/12060] Use $sql_ary instead of $sqlMatt Friedman2013-12-121-7/+9
| | | | PHPBB3-12060
* [ticket/12060] Adjust last item in array to use a comma instead of closing ↵Matt Friedman2013-12-121-2/+2
| | | | | | parenthesis PHPBB3-12060
* [ticket/12060] Copy this_u_action back to original this->u_action varMatt Friedman2013-12-121-0/+2
| | | | PHPBB3-12060
* [ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc blockMatt Friedman2013-12-051-1/+1
| | | | PHPBB3-12060
* [ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_addMatt Friedman2013-12-051-5/+7
| | | | PHPBB3-12060