aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* - Match custom BBCodes in the same way during first and second pass - patch p...Nils Adermann2007-10-071-1/+12
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+3
* - Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]Nils Adermann2007-08-191-4/+10
* try to normalize everything...Meik Sievertsen2007-07-221-2/+2
* #12473David M2007-06-181-2/+2
* #12377David M2007-06-161-5/+6