| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It had no callers other than the test suite.
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
template_path is now private.
Change semantics of passing false for template path - now this resets
template path to default which I think makes sense.
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
template_path is now only present in style resource locator and
should not be assigned to.
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
template_path is now only present in style resource locator.
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This localizes template_path to style resource locator.
locate function on template will be removed in a subsequent commit.
PHPBB3-10933
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11212
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11212
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11212
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11212
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-11212
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11211
|
| | |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11192] Merge dataProvider arrays because the test is the same now.
[ticket/11192] Update $value parameter description to support other types.
[ticket/11192] Mark negative byte numbers as unsupported.
[ticket/11192] Test strings not converted to int/float before.
[ticket/11192] Also test strings, e.g. sums returned by the database.
[ticket/11192] Also test powers of 10 / 1000.
[ticket/11192] Add tests.
[ticket/11192] Add Tebibyte to get_formatted_filesize().
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11192
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11192
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11192
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* igorw/ticket/11199:
[ticket/11199] Match cache purge container files against container_*
[ticket/11199] Purge dumped container correctly on cache purge.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously it was matching against only container*, checking for the
underscore is consistent with the other checks.
PHPBB3-11199
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This patch changes the dumped container suffix to a prefix instead which
makes the existing code for purging 'cache/container_*' files work
as intended.
PHPBB3-11199
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11200
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes fatal errors in the dbal.
PHPBB3-11200
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 303fc646adf9104d7c82cf8bcebbc8fc0d328624, reversing
changes made to 9c28470ad7b45c10ce3a32065650e4b17f9f27ea.
The correct fix should be to alter the container file name to start with
container_ prefix.
PHPBB3-11199
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11199
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11103
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create a very basic user loader class to handle querying/storing
user data in a centralized location.
Use DIC collection service for notification types/methods.
Cleanup unused dependencies.
Fix some other issues.
PHPBB3-11103
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/common.php
phpBB/config/services.yml
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11195
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11194
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11193
|
| | |\ \ \ \
| | | | | |
| | | | | | |
[feature/compiled-dic] Compile the DI Container into a cached class
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
path
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We cannot use container tags at run time if we are using a cached, compiled
container object (i.e. phpbb_cache_container) so we have to load them
beforehand.
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These things should be added in the Controller PR instead.
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11152
|