| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14957
|
| |
|
|
| |
PHPBB3-14825
|
| |
|
|
| |
PHPBB3-14688
|
| |
|
|
| |
PHPBB3-14156
|
| |\
| |
| |
| | |
[ticket/13981] Add events to capture avatar deletion or overwriting
|
| | |
| |
| |
| |
| |
| |
| | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
PHPBB3-13981
|
| |/
|
|
| |
PHPBB3-13952
|
| |\
| |
| |
| | |
[ticket/13489] Disable the event dispatcher in the migrator
|
| | |
| |
| |
| | |
PHPBB3-13489
|
| |\ \
| |/
|/|
| | |
[ticket/13154] Event to edit user list for notification in notifications
|
| | |
| |
| |
| | |
PHPBB3-13154
|
| | |
| |
| |
| | |
PHPBB3-13146
|
| | |
| |
| |
| | |
PHPBB3-13146
|
| | |
| |
| |
| | |
PHPBB3-13146
|
| |/
|
|
| |
PHPBB3-13146
|
| |
|
|
| |
PHPBB3-13389
|
| |
|
|
| |
PHPBB3-13358
|
| |
|
|
| |
PHPBB3-13358
|
| |
|
|
| |
PHPBB3-13358
|
| |
|
|
| |
PHPBB3-13280
|
| |
|
|
| |
PHPBB3-13211
|
| |
|
|
| |
PHPBB3-13203
|
| |
|
|
| |
PHPBB3-12987
|
| |
|
|
|
|
|
|
| |
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/13061] Replace the service event.subscriber_loader by a compiler pass
* Nicofuma/ticket/13061:
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
|
| | |
| |
| |
| | |
PHPBB3-13061
|
| |\ \
| | |
| | |
| | | |
[ticket/13034] Fix the route generated for the frontend not in the phpbb root path
|
| | |/
| |
| |
| | |
PHPBB3-13034
|
| |/
|
|
| |
PHPBB3-13056
|
| |
|
|
| |
PHPBB3-12975
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
| |
PHPBB3-11854
|
| |
|
|
|
|
|
| |
An extension can now override the datetime class by overwriting the
datetime.class parameter in their own yml file.
PHPBB3-12932
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12738] Move related code from functions_posting to function
* dhruvgoel92/ticket/12738:
[ticket/12738] Update constructor docblock
[ticket/12738] Add $config to constructor in notification test
[ticket/12738] Fix tests with new config object injection
[ticket/12738] Inject config object into content_visibility class
[ticket/11528] Move related code from functions_posting to function
|
| | |
| |
| |
| | |
PHPBB3-12738
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-marc1706/ticket/11148:
[ticket/11148] Remove unneeded variable mimetype and use type octet-stream
[ticket/11148] Change expected output with disallowed content in test
[ticket/11148] Always use the output of the mimetype guesser in get_mimetype
[ticket/11148] Get rid of extra line in mimetype guesser setter doc block
[ticket/11148] Add missing parts to docblock of get_mimetype() method
[ticket/11148] Default to application/octet-stream if no mimetype given
[ticket/11148] Use mimetype guesser for uploaded avatars
[ticket/11148] Pass mimetype guesser to upload_attachment() function
[ticket/11148] Add mimetype guesser to filespec and fileupload class
|
| | | |
| | |
| | |
| | | |
PHPBB3-11148
|
| | | |
| | |
| | |
| | | |
PHPBB3-12656
|
| | | |
| | |
| | |
| | | |
PHPBB3-12685
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Added a commands service collection and removed CLI container
PHPBB3-12685
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \ \ |
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Also clean path before working with it
PHPBB3-12834
|