| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[ticket/15475] Fix Travis pull request commit messages validation
|
| |/
|
|
|
|
| |
It stopped working because of Travis's default clone depth of 50.
PHPBB3-15475
|
| |\
| |
| |
| | |
[ticket/15431] Add event core.ucp_register_modify_template_data
|
| | |
| |
| |
| | |
PHPBB3-15431
|
| | |
| |
| |
| | |
PHPBB3-15431
|
| | |
| |
| |
| | |
PHPBB3-15431
|
| | |
| |
| |
| | |
PHPBB3-15431
|
| | |
| |
| |
| | |
PHPBB3-15431
|
| |\ \
| | |
| | |
| | | |
[ticket/15433] Fix phpbbcli can enable non-existent extension
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix phpbbcli can enable non-existent extension
PHPBB3-15433
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* rxu/ticket/15460:
[ticket/15460] Fix group name displayed in the manage users ACP module
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15460
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* CHItA/ticket/15463:
[ticket/15463] Add MichaelC and Hanakin to the dev credits
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15463
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15390] Fix vertical bar permission tooltip
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15390
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix a vertical bar and menu text running through the Admin Permission
Role Tooltip pop-up caused by z-index on menu div (and opacity of the
popup of .95 rather than 1).
PHPBB3-15390
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
[ticket/15464] Detect BBCodes in uppercase when reparsing
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15464
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/15461] Add Derky to the list of contributors.
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-15461
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15171] Replace all BBCode templates by default
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15171
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15171
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15171
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15171
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15353] Make sure users can continue update after merging file diff
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15353
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15353
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15408] Reject duplicate BBCodes in ACP
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15408
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15195] Fix code block in rtl print version
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15195
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15195
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15195
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15041] Add pagination to orphaned attachments
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15041
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15041
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanations
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-15384
|
| | | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15384
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14994] Refactor template->assign_block_var
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests.
PHPBB3-14994
|
| | | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
PHPBB3-14994
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/15432] Don't remove dark background if fadedark is false
|
| | | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15432
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/15419] Fix Sphinx UTF8 search in delta index
|
| | | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15419
|