| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15498] Do not pass whether URL uses router to is_route
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
is_route expects a flag of whether this is a route that was generated
with the router as opposed to is_router_used() which returns whether
the router will be used via app.php.
PHPBB3-15498
|
|\ \ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15055] Add appveyor file to allow running tests on appveyor as well
|
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | | |
PHPBB3-15055
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
SECURITY-211
|
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15454] Add core.mcp_queue_approve_details_template
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15454
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15454
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15453] Add core event after language deleted in acp_language.php
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add core event after language deleted in acp_language.php
PHPBB3-15453
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15446] Add event core.acp_profile_action
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15446
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15447] Add event core.acp_profile_modify_profile_row
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15447
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15471] Add core events to ACP when pruning a forum
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15471
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15471
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15486] Add core event to the user_add() to modify notifications data
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Additionally, fix some typos in two other events docblocks.
PHPBB3-15486
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/15322] Add config for envelope sender & remove mail function setting
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-15322
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-15322
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/15266] Fix events in content_visibility
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/15440] Added core.ucp_register_agreement_modify_template_data
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-15440
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15440
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | | |
[ticket/15431] Add event core.ucp_register_modify_template_data
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15431
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15431
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15431
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15431
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15431
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15460
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
[ticket/15171] Replace all BBCode templates by default
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15171
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15171
|