| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15518
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By pre assgin `$extra_headers` to array.
PHPBB3-15507
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15528] Display style phpBB version
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15528
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-15529
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15510] Link Orphan attachments in ACP General to its page
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Link Orphan attachments in ACP General to Orphaned attachments page
if Orphan attachments>0
PHPBB3-15510
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
When editing a users signature in acp, a error is thrown.
PHPBB3-15513
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/15495] Use transaction in ACP move_forum
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Should prevent the forums table from getting messed up if an error or
concurrent execution happens.
PHPBB3-15495
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The attachrow_template_vars array needs to be defined once in front of the
foreach instead of resetting the array on every iteration of the foreach.
PHPBB3-15506
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[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
|