| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14948
|
|
|
|
| |
PHPBB3-12636
|
|
|
|
| |
PHPBB3-12636
|
|
|
|
| |
PHPBB3-12624
|
|
|
|
|
|
| |
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
|
|
|
|
| |
PHPBB3-14670
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14938
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
Fix extension_manager_mock to have config and user components.
PHPBB3-14938
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14875
|
| |
| |
| |
| | |
PHPBB3-14576
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14434] Allow non-migration files inside migrations folder (continued)
* VSEphpbb/ticket/14434:
[ticket/14434] Refactored to check migrations when setting them
[ticket/14434] Check migrations in the database updater task
[ticket/14434] Do not include non-migrations in CLI list
[ticket/14434] Remove redundant conditional
[ticket/14434] Fix whitespace mistakes
[ticket/14434] Remove recursion to simplify is_migration method
[ticket/14434] Extract migration check to a reusable method
[ticket/14434] Schema generator should ignore migration helpers
|
| | |
| | |
| | |
| | | |
PHPBB3-14434
|
|/ /
| |
| |
| | |
PHPBB3-14129
|
| |
| |
| |
| | |
PHPBB3-14237
|
| |
| |
| |
| | |
PHPBB3-13904
|
| |
| |
| |
| | |
PHPBB3-13645
|
| |
| |
| |
| | |
PHPBB3-11444
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
|\ \
| |/ |
|
| |
| |
| |
| | |
SECURITY-171
|
| |
| |
| |
| | |
SECURITY-171
|
|/
|
|
| |
PHPBB3-13063
|
|
|
|
| |
PHPBB3-13280
|
|
|
|
|
|
|
|
| |
Add core event to generate_page_link() to allow
overriding/modifying pagination URLs.
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905
PHPBB3-13059
|
|\
| |
| |
| | |
[ticket/12963] Load extensions migrations from /migration
|
| |
| |
| |
| | |
PHPBB3-12963
|
| |
| |
| |
| | |
PHPBB3-13034
|
|/
|
|
| |
PHPBB3-13034
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12775] Replace functions_container with a container_builder class.
* Nicofuma/ticket/12775: (34 commits)
[ticket/12775] Set dbal.conn.driver as synthetic during installation
[ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml
[ticket/12775] Inject the connection when created in the container
[ticket/12775] Extract the vars later in install/install_update.php
[ticket/12775] Rename config_php_handler to config_php_file container_builder
[ticket/12775] Set defined_vars as a property of config_php_file
[ticket/12775] Fix doc blocks in the container builder
[ticket/12775] Remove useless includes of config.php
[ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class
[ticket/12775] Fix comments
[ticket/12775] Update doc blocks
[ticket/12775] Fix container_builder
[ticket/12775] Rename config_php to config_php_file
[ticket/12775] Renamed to \phpbb\di\container_builder
[ticket/12775] Remove the last include of functions_container
[ticket/12775] Fix unit tests
[ticket/12775] Add tests for \phpbb\config_php
[ticket/12775] Add tests for the container factory
[ticket/12775] Use a field instead of a local var in load_config_var()
[ticket/12775] Update container and config in install/
...
|
| |
| |
| |
| | |
PHPBB3-12775
|
| |
| |
| |
| | |
PHPBB3-12775
|
| |
| |
| |
| | |
PHPBB3-12775
|
| |
| |
| |
| | |
PHPBB3-12775
|
|/
|
|
| |
PHPBB3-12787
|
|
|
|
| |
PHPBB3-12352
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-11497
|
|
|
|
| |
PHPBB3-11497
|
|
|
|
| |
PHPBB3-11497
|
|
|
|
| |
PHPBB3-10521
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/12113:
[ticket/12113] Fix view_log() tests
[ticket/12113] Correctly use plurals when deleting user warnings
[ticket/12113] Allow log entries to use plurals
|
| |
| |
| |
| | |
PHPBB3-12113
|
|/
|
|
| |
PHPBB3-12282
|
|
|
|
| |
PHPBB3-11959
|
|\
| |
| | |
Ticket/11852 filesystem class must not depend on a web request
|
| |
| |
| |
| | |
PHPBB3-11852
|