aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_bbcodes.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for eventsMatt Friedman2013-12-041-1/+1
| | | | PHPBB3-12060
* [ticket/12060] Add acp event core.acp_bbcodes_display_bbcodesMatt Friedman2013-12-041-2/+17
| | | | | | Modify display of bbcodes in the form PHPBB3-12060
* [ticket/12060] Add acp event core.acp_bbcodes_display_formMatt Friedman2013-12-041-2/+20
| | | | | | Modify bbcode template data before we display the form PHPBB3-12060
* [ticket/12060] Add acp event core.acp_bbcodes_modify_createMatt Friedman2013-12-041-4/+24
| | | | | | Modify bbcode data before modify/create PHPBB3-12060
* [ticket/12060] Add acp event core.acp_bbcodes_edit_addMatt Friedman2013-12-041-2/+16
| | | | | | Modify bbcode template before we display the add/edit form PHPBB3-12060
* [ticket/11973] Remove logic from tokens language arrayJoas Schilling2013-10-261-2/+3
| | | | | | | | | | Previously if a translator did no translate a token, it would not be displayed. On the other hand, the translator could add additional tokens which have no functionality. Functionality is already hardcoded into bbcode.php so we can that in the ACP aswell, in order to prevent namend issues. PHPBB3-11973
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* Merge branch 'ticket/8319' into ticket/8319-develop2Joas Schilling2013-07-101-3/+11
|\ | | | | | | | | | | | | | | | | | | | | | | * ticket/8319: [ticket/8319] Do not repeat the replacement [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse Conflicts: phpBB/install/database_update.php
| * [ticket/8319] Do not repeat the replacementJoas Schilling2013-07-101-9/+5
| | | | | | | | PHPBB3-8319
| * [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URLJoas Schilling2013-06-031-2/+2
| | | | | | | | | | | | The explanation now states that links are prefixed with the board URL. PHPBB3-8319
| * [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL partsJoas Schilling2013-06-031-0/+4
| | | | | | | | PHPBB3-8319
| * [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuseJoas Schilling2013-06-031-1/+9
| | | | | | | | | | | | | | | | | | The description says: "The URL must be relative to the topic page and cannot contain a server name or protocol." We now enforce this and will add a new token with the current behaviour back. PHPBB3-8319
* | [ticket/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-311-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following places have had deletion AJAXified: * Smilies and icons * Word censors * BBCodes * Attachment groups * Groups * Admin / User / Moderator / Forum roles * Report / denial reasons * Module management * Custom profile fields PHPBB3-10271
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
| | | | | | | | | | | | Introduced by 6b4d0a254218e8d40151ca1bdff8c439f89502e9. PHPBB3-10329
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7778] Update all the schema files [ticket/7778] Add the column change to `mysql_upgrader.php` [ticket/7778] BBCode single limit Conflicts: phpBB/install/database_update.php
| * [ticket/7778] BBCode single limitErik Frèrejean2011-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | There are currently two hard limits for the number of BBCodes allowed. One is enforced by the type of the `bbcode_id` column, the other by an hard limit in `acp/acp_bbcode.php`. However this limit can never be reached due to the size of the database column. Suggested fix involves adding a new constant to define the max. number of BBCodes (as with smilies) and chaning the database column from a tinyint to a smallint to actually allow 1511 BBCodes PHPBB3-7778
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-7/+1
| | | | | | | | | | | | | | Refactor the check for PCRE UTF-8 support into a new pcre_utf8_support() function. PHPBB3-9574
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-6/+3
| | | | | | | | | | | | | | There is a large amount of conditional code for PHP < 5.2 that can be removed with phpBB 3.1. PHPBB3-9574
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* Make the new {INTTEXT} work on pcre installations without utf8 support, it ↵Nils Adermann2010-02-271-9/+20
| | | | | | only matches ascii characters & numbers there. [Bug #58055] git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10551 89ea8834-ac86-4346-8a33-228a782c2dd0
* #58055 againHenry Sudhof2010-02-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10546 89ea8834-ac86-4346-8a33-228a782c2dd0
* okay, minus should work now #58055Henry Sudhof2010-02-261-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10544 89ea8834-ac86-4346-8a33-228a782c2dd0
* possible cause of #58055Henry Sudhof2010-02-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10542 89ea8834-ac86-4346-8a33-228a782c2dd0
* only whitespaces, not newlinesHenry Sudhof2010-02-251-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enter stage left: the INTTEXT tokenHenry Sudhof2010-02-211-1/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10516 89ea8834-ac86-4346-8a33-228a782c2dd0
* warn users about TEXTHenry Sudhof2010-02-201-91/+107
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Catch too long help linesHenry Sudhof2008-08-121-0/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8743 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Custom BBCode {EMAIL}-Token usage - #21155Meik Sievertsen2008-02-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8387 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Match custom BBCodes in the same way during first and second pass - patch ↵Nils Adermann2007-10-071-1/+12
| | | | | | provided by IBBoard [Bug #14268] git-svn-id: file:///svn/phpbb/trunk@8153 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+3
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0