| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-15408
|
| |\ |
|
| | |
| |
| |
| | |
PHPBB3-14412
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
|
| | |
| |
| |
| | |
SECURITY-188
|
| | |
| |
| |
| |
| |
| | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
| |\ \
| | |
| | |
| | | |
[ticket/13832] Use preg_replace_callback instead of /e modifier
|
| | | |
| | |
| | |
| | | |
PHPBB3-13832
|
| | | |
| | |
| | |
| | | |
PHPBB3-13832
|
| |/ /
| |
| |
| |
| |
| | |
Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code.
PHPBB3-13614
|
| | |
| |
| |
| | |
PHPBB3-11768
|
| | |
| |
| |
| |
| |
| |
| | |
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
|
| | |
| |
| |
| | |
PHPBB3-13455
|
| | |
| |
| |
| | |
PHPBB3-13455
|
| |/
|
|
| |
PHPBB3-13468
|
| |
|
|
|
|
| |
Also fix the $utf8 checking regexp removing the curly braces.
PHPBB3-13492
|
| |
|
|
|
|
|
| |
Custom BBCode URL tokens does not support IDN.
Custom BBCodes added earlier than IDN has been applied are unaffected.
PHPBB3-13492
|
| |
|
|
| |
PHPBB3-12594
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
...
|
| | |
| |
| |
| | |
PHPBB3-12273
|
| | |
| |
| |
| | |
PHPBB3-12273
|
| |/
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
|
|
| |
doc block
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
|
|
| |
parenthesis
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
| |
PHPBB3-12060
|
| |
|
|
|
|
| |
Modify display of bbcodes in the form
PHPBB3-12060
|
| |
|
|
|
|
| |
Modify bbcode template data before we display the form
PHPBB3-12060
|
| |
|
|
|
|
| |
Modify bbcode data before modify/create
PHPBB3-12060
|
| |
|
|
|
|
| |
Modify bbcode template before we display the add/edit form
PHPBB3-12060
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-11700
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| |
| | |
PHPBB3-8319
|
| | |
| |
| |
| |
| |
| | |
The explanation now states that links are prefixed with the board URL.
PHPBB3-8319
|
| | |
| |
| |
| | |
PHPBB3-8319
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
PHPBB3-9916
|