| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
|
|
|
|
|
|
| |
As of PHP 7.2, only arrays and objects implementing the Countable interface
should be passed as a count() or sizeof() parameter.
See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198
Also, sizeof() seems to be sheduled for deprecation, see
https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations
PHPBB3-14972
|
| |
|
|\
| |
| |
| | |
[ticket/15339] Use manual method when adding modules
|
| |
| |
| |
| | |
PHPBB3-15339
|
| |
| |
| |
| | |
PHPBB3-15339
|
| |
| |
| |
| |
| |
| | |
Also restore old behaviour from Olympus regarding re-sorting modules
PHPBB3-15339
|
| |
| |
| |
| |
| |
| |
| | |
This will fix cases where the module is deleted in later
versions and the migrator thus cannot retrieve the info.
PHPBB3-15339
|
|\ \
| | |
| | |
| | | |
[ticket/15322] Add config for envelope sender & remove mail function setting
|
| | |
| | |
| | |
| | | |
PHPBB3-15322
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The -f parameter can now be added via configuration in the ACP. Addtionally,
the config setting for the mail function name has been removed.
PHPBB3-15322
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14857] Throw `S` from dateformat for non English languages
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Throw `S` (ordinal suffix) from dateformat for non English languages
PHPBB3-14857
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15444] Merge duplicate BBCodes via a migration
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15444
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
Add a service to merge duplicate BBCodes
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15468
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
[ticket/15457] Updated s9e/text-formatter dependency
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-15457
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15266] Fix events in content_visibility
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15266
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added new function "is_visible", and replaced several immediate
uses of the above, including a single event in the new function
to handle change in all places consistently, and much simpler.
PHPBB3-15266
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional errors found. The event parameter 'timestamp' does
not exist, it is really called 'time'. Affects four events:
core.set_post_visibility_before_sql
core.set_post_visibility_after
core.set_topic_visibility_before_sql
core.set_topic_visibility_after
PHPBB3-15266
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes core.phpbb_content_visibility_get_visibility_sql_before,
core.phpbb_content_visibility_get_forums_visibility_before,
core.phpbb_content_visibility_get_global_visibility_before
Does not modify the events, but fixes some comments, and changes
the rest of the function to allow (at least) the documented
event functionality.
PHPBB3-15266
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15442] Allow unsafe HTML in bbcode.html
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-15442
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
[ticket/15224] Fix some MySQL fulltext index searching errors
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-15224
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15433] Fix phpbbcli can enable non-existent extension
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix phpbbcli can enable non-existent extension
PHPBB3-15433
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15464
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15171] Replace all BBCode templates by default
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15171
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15171
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | | |
[ticket/15353] Make sure users can continue update after merging file diff
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15353
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15353
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[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.
PHPBB3-14994
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15419] Fix Sphinx UTF8 search in delta index
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15419
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15389] Allow arrays in event dispatcher
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
I've also improved some regular expressions
PHPBB3-15389
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15389
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | | |
[ticket/15372] Add permission for listing topics without being able to read them
|