aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for eventsMatt Friedman2013-12-041-1/+1
* [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodesMatt Friedman2013-12-041-2/+17
* [ticket/12060] Add acp event core.acp_bbcodes_display_formMatt Friedman2013-12-041-2/+20
* [ticket/12060] Add acp event core.acp_bbcodes_modify_createMatt Friedman2013-12-041-4/+24
* [ticket/12060] Add acp event core.acp_bbcodes_edit_addMatt Friedman2013-12-041-2/+16
* [ticket/11973] Remove logic from tokens language arrayJoas Schilling2013-10-261-2/+3
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* Merge branch 'ticket/8319' into ticket/8319-develop2Joas Schilling2013-07-101-3/+11
|\
| * [ticket/8319] Do not repeat the replacementJoas Schilling2013-07-101-9/+5
| * [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URLJoas Schilling2013-06-031-2/+2
| * [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL partsJoas Schilling2013-06-031-0/+4
| * [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuseJoas Schilling2013-06-031-1/+9
* | [ticket/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-311-1/+13
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-231-1/+1
|\ \ | |/
| * [ticket/7778] BBCode single limitErik Frèrejean2011-02-231-1/+1
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-7/+1
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-6/+3
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Make the new {INTTEXT} work on pcre installations without utf8 support, it on...Nils Adermann2010-02-271-9/+20
* #58055 againHenry Sudhof2010-02-271-2/+2
* okay, minus should work now #58055Henry Sudhof2010-02-261-2/+2
* possible cause of #58055Henry Sudhof2010-02-261-1/+1
* only whitespaces, not newlinesHenry Sudhof2010-02-251-2/+2
* Enter stage left: the INTTEXT tokenHenry Sudhof2010-02-211-1/+7
* warn users about TEXTHenry Sudhof2010-02-201-91/+107
* Catch too long help linesHenry Sudhof2008-08-121-0/+6
* Fix Custom BBCode {EMAIL}-Token usage - #21155Meik Sievertsen2008-02-231-2/+2