| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13454
|
|
|
|
|
|
| |
This is part 5 and there is more to come.
PHPBB3-13454
|
|
|
|
| |
PHPBB3-13454
|
|
|
|
|
|
| |
Part 4
PHPBB3-13454
|
|
|
|
|
|
| |
Part 3 should fix tests up a little bit again.
PHPBB3-13454
|
|
|
|
|
|
| |
This is part 2 of the pr.
PHPBB3-13454
|
|
|
|
|
|
| |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
| |
| |
| |
| | |
PHPBB3-14325
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_captcha.php
|
| |\
| | |
| | |
| | | |
[ticket/11971] Validate "Spambot countermeasures" settings before saving
|
| | |
| | |
| | |
| | | |
PHPBB3-11971
|
| | |
| | |
| | |
| | | |
PHPBB3-14044
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14159] Hide version info on ACP if we don't have the permission
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
[ticket/14159] Hide version info on ACP if we don't have the permission
* Zoddo/ticket/14159:
[ticket/14159] Hide version info on ACP if we don't have the permission
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also hide a link to an unreachable module (Check phpBB version).
We could have simply remove the link to the module, but if the user hasn't
the permission to access to the phpBB version check module, I think that
he shouldn't view any version information about phpBB.
PHPBB3-14159
|
| | |
| | |
| | |
| | | |
PHPBB3-10572
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/10572] Unguarded includes in acp files
|
| | |
| | |
| | |
| | | |
PHPBB3-10572
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14234
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14234
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14168] Refactor attachment management functions into classes
* marc1706/ticket/14168: (36 commits)
[ticket/14168] Correctly state return type of upload and upload_attachment
[ticket/14168] Use attachment manager instead of separate classes
[ticket/14168] Fix docblock in manager
[ticket/14168] Add more test cases for attachment manager
[ticket/14168] Add new test method and more tests
[ticket/14168] Fix tabs in manager and add test file
[ticket/14168] Fix tests after rebase
[ticket/14168] Add attachment manager service
[ticket/14168] Use correct docblock
[ticket/14168] Add services_attachment.yml to services.yml
[ticket/14168] Minor coding style fixes
[ticket/14168] Move attachment service definitions to services_attachment
[ticket/14168] Improve code coverage in upload class
[ticket/14168] Move image check and don't use trigger_error()
[ticket/14168] Add tests for init_error() during upload
[ticket/14168] Add basic test file for attachments upload
[ticket/14168] Fix CS issue
[ticket/14168] No longer use deprecated functions in core files
[ticket/14168] Move phpbb_unlink() into attachment delete class
[ticket/14168] Reset sequence before tests in delete tests
...
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14168
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14168
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* upstream/3.1.x:
[ticket/14188] Add core.acp_styles_action_before event
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14188] Add core.acp_styles_action_before event
* Senky/ticket/14188:
[ticket/14188] Add core.acp_styles_action_before event
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14188
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The implementation of PHPBB3-12516 changed the manual use of the message parser
to using generate_text_for_storage(). The function does not support
parse_message::parse()'s mode parameter, thus all the error checks on the sig
are invalid.
PHPBB3-13993
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
[ticket/14157] Allow to set the alt/title attribute on post icons
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14157
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14219] Add email to inactive user listing
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14219] Add email to inactive user listing
* RMcGirr83/ticket_14219:
[ticket/14219] Add email to inactive user listing
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
in ACP. May help in spotting spam accounts quickly
PHPBB3-14219
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* 3.1.x:
[ticket/13960] Profile field validation breaks ACP
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13960] Profile field validation breaks ACP
* javiexin/ticket/13960:
[ticket/13960] Profile field validation breaks ACP
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make sure new step is calculated only if no error has been identified
during validation. Also, cleanup redundant code in acp_profile.php.
PHPBB3-13960
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14222
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/includes/acp/acp_users.php
|
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
[ticket/13636] Deleting inactive user in acp_users gives unexpected link
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13636
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change "referer" to "redirect" in variable names and GET params as well.
PHPBB3-13636
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Success message did not provide the expected "previous page" link
(acp_inactive was expected, but the link took users to acp_users) if the
acp_users module was accessed by navigating from the inactive user list to
acp_users and then deleting inactive user.
PHPBB3-13636
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/10165] Add a "Send test email" feature
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10165
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14205
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| / / / / /
| |/ / / / /
| | | | | | |
* 3.1.x:
[ticket/14154] Add extension composer name as tooltip
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-14154
|