| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15055
|
|
|
|
| |
PHPBB3-15172
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-14739
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
PHPBB3-14825
|
| |
| |
| |
| | |
PHPBB3-10809
|
| |
| |
| |
| | |
PHPBB3-14576
|
| |
| |
| |
| | |
PHPBB3-14250
|
| |
| |
| |
| | |
PHPBB3-13564
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13564
|
| |
| |
| |
| | |
PHPBB3-13762
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13433
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13543
|
|/
|
|
| |
PHPBB3-13499
|
|
|
|
|
|
| |
Add international domain name support for URLs.
PHPBB3-12926
|
|\
| |
| |
| | |
[ticket/13297] Add unicode modifier to url/email regular expression patterns
|
| |
| |
| |
| | |
PHPBB3-13297
|
| |
| |
| |
| | |
PHPBB3-13338
|
| |
| |
| |
| | |
PHPBB3-13338
|
| |
| |
| |
| | |
PHPBB3-13280
|
|/
|
|
|
|
|
| |
This reverts commit a1b58d05d158ff7afd789c1b27821e17198f8d58, reversing
changes made to 0e772afb9db640e54e84cfccaddcf74f3edbb3fb.
PHPBB3-13280
|
|
|
|
| |
PHPBB3-13280
|
|
|
|
| |
PHPBB3-13280
|
|
|
|
| |
PHPBB3-13073
|
|
|
|
|
|
|
| |
We're now calling get_preg_expression() instead of hardcoding the regex into
the helper route method.
PHPBB3-13073
|
|
|
|
| |
PHPBB3-12932
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12841] Allow extensions to position new config vars
* VSEphpbb/ticket/12841:
[ticket/12841] Make config position default to after
[ticket/12841] Update comments in tests making after default
[ticket/12841] prefix function name with phpbb_
[ticket/12841] Add a tests for the new function
[ticket/12841] Fix white space issues reported by sniffer
[ticket/12841] Allow extensions to position new config vars
|
| |
| |
| |
| | |
PHPBB3-12841
|
| |
| |
| |
| | |
PHPBB3-12841
|
| |
| |
| |
| | |
PHPBB3-12841
|
| |
| |
| |
| | |
PHPBB3-12841
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[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
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12787] Allow the route to say that the referer has to be used.
* Nicofuma/ticket/12787:
[ticket/12787] Updates phpbb_mock_controller_helper
[ticket/12787] Add controller_helper::get_current_url()
[ticket/12787] Remove one app.php when it's both in $path and $web_root_path
[ticket/12787] Fix the absolute board url
[ticket/12787] Use a parameter (_referer) instead of the Referer header
[ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer()
[ticket/12099] Remove config again
[ticket/12099] Correctly fix the path when performing AJAX requests
[ticket/12099] Add request argument to path_helper service
|
| |
| |
| |
| | |
PHPBB3-12099
|
|/
|
|
| |
PHPBB3-12662
|
|
|
|
| |
PHPBB3-12747
|
|
|
|
| |
PHPBB3-10073
|
|
|
|
| |
PHPBB3-10073
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12510
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-prototech/ticket/11508:
[ticket/11508] Fix build_url test.
[ticket/11508] Add functional test for jumpbox.
[ticket/11508] Use $phpbb_path_helper.
[ticket/11508] Allow equal sign in parameter value.
[ticket/11508] Remove unnecessary implode.
[ticket/11508] Remove unnecessary isset check.
[ticket/11508] Fix build_url test.
[ticket/11508] Curly brace should be on its own line...
[ticket/11508] The question mark is expected even if there are no parameters.
[ticket/11508] Add tests.
[ticket/11508] Do not add the '?' unless there are parameters.
[ticket/11508] Change separator parameter to a simple true|false $is_amp.
[ticket/11508] Move helper functions to path_helper class.
[ticket/11508] Move the stripping param code to separate function as well.
[ticket/11508] Build the jumpbox hidden fields using the _form action_
[ticket/11508] Split parts of build_url() into reusable functions.
|
| |
| |
| |
| | |
PHPBB3-11508
|
| |
| |
| |
| | |
PHPBB3-11508
|