| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15055
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is needed to be able to correctly retrieve unicode data from the db.
PHPBB3-15055
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15055
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15055
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15055
|
| | |/
| | |
| | |
| | | |
PHPBB3-15055
|
| | |
| | |
| | |
| | | |
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
|
|\ \
| | |
| | |
| | | |
prep-release-3.2.2
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/security/211] Make sure website URL only uses http & https schemes
|
| | | |
| | | |
| | | |
| | | | |
SECURITY-211
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15303
|
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
SECURITY-211
|
| | |
| | |
| | |
| | | |
SECURITY-211
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
[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
|