| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There is no reason why db drivers must have a cache to work.
They query the database, that part works without caches.
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
| |
PHPBB3-11305
|
|
|
|
|
|
|
|
|
|
|
| |
The final step calls a bunch of code which expects a full phpBB
runtime environment. Also, by this step everything should be configured
and database schema set up.
Therefore, in the final step replace installer container with a normal
phpBB container.
PHPBB3-11305
|
|
|
|
|
|
| |
This only covers some of the call sites.
PHPBB3-11305
|
|
|
|
|
|
|
| |
Unlike most other things in cache service, hook finder does not need
a database connection.
PHPBB3-11305
|
|\
| |
| |
| |
| |
| |
| |
| | |
# By Igor Wiedler
# Via Igor Wiedler
* igorw/ticket/11306:
[ticket/11306] Add docblocks to all container related functions
[ticket/11306] Introduce phpbb_create_default_container
|
| |
| |
| |
| | |
PHPBB3-11306
|
|/
|
|
|
|
|
| |
Extracts default container construction to factory function, removing
boilerplate duplication for container construction.
PHPBB3-11306
|
|\
| |
| |
| |
| |
| |
| |
| | |
* p/ticket/11037:
[ticket/11037] Fix unit tests.
[ticket/11037] Update services.yml.
[ticket/11037] Add/update docblocks.
[ticket/11037] Eliminate globals from cache service.
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11037
|
| |
| |
| |
| | |
PHPBB3-11037
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* p/ticket/11188:
[ticket/11188] Reduce waste.
[ticket/11188] add result count query for author search
[ticket/11188] add count query to postgres search
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
| | |
| | |
| | |
| | | |
PHPBB3-11188
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* develop-olympus:
[ticket/11293] Add a note that mysqli should be in front of mysql.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/11293:
[ticket/11293] Add a note that mysqli should be in front of mysql.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
php 5.5 alpha 2 deprecated mysql extension, prefer mysqli if
both are available.
PHPBB3-11293
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* EXreaction/ticket/11259:
[ticket/11259] htmlspecialchars($phpbb_admin_path)
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
[ticket/11259] Also make adm_relative_path available in the container
[ticket/11259] Make phpbb_admin_path available everywhere
Conflicts:
phpBB/install/index.php
phpBB/install/install_update.php
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11259
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We can assume they properly format their config settings, right?
PHPBB3-11259
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11259
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11259
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Andreas Fischer
# Via Andreas Fischer (1) and Oleg Pudeyev (1)
* develop-olympus:
[ticket/11291] phing: Also add checkreturn="true" to composer execution.
[ticket/11291] phing: Add checkreturn="true" to all new commands.
[ticket/11291] phing: Exclude vendor folder from diffs.
[ticket/11291] phing packaging: Export composer.phar and install dependencies.
[ticket/11291] phing: Remove no longer needed create-package target.
[ticket/11291] phing: The package target does not depend on composer.
[ticket/11291] phing: Adjust directory format of composer exec.
[ticket/11291] phing: Add description for composer target.
[ticket/11291] phing: Add --dev to composer install.
[ticket/11291] phing: Correct dependencies of composer target.
[ticket/11291] phing: Make sure composer is available before calling it.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11291:
[ticket/11291] phing: Also add checkreturn="true" to composer execution.
[ticket/11291] phing: Add checkreturn="true" to all new commands.
[ticket/11291] phing: Exclude vendor folder from diffs.
[ticket/11291] phing packaging: Export composer.phar and install dependencies.
[ticket/11291] phing: Remove no longer needed create-package target.
[ticket/11291] phing: The package target does not depend on composer.
[ticket/11291] phing: Adjust directory format of composer exec.
[ticket/11291] phing: Add description for composer target.
[ticket/11291] phing: Add --dev to composer install.
[ticket/11291] phing: Correct dependencies of composer target.
[ticket/11291] phing: Make sure composer is available before calling it.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Otherwise we end up with very huge diffs and the build process is severely
slowed down.
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The packaging process does not require running composer in the phpBB tree.
It does however require running composer on the git exports, but this is not
what the composer target does.
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adjust the directory format to what all the other exec calls are using.
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The composer target runs composer in the phpBB tree in order to load
dependencies for testing. The testing framework may have additional
development dependencies (e.g. goutte). We also have to load those.
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This command runs composer in the phpBB tree and does not write to the build
folders. Thus, it does not have to depend on prepare and clean targets.
PHPBB3-11291
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Older versions of the tree didn't use it.
PHPBB3-11291
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* p/ticket/11294-develop:
[ticket/11294] Update required/optional extension list for develop.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11294
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/11294] Capitalize phpunit.
[ticket/11294] Update required/optional extension list for olympus.
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/11294:
[ticket/11294] Capitalize phpunit.
[ticket/11294] Update required/optional extension list for olympus.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11294
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-11294
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10758:
[ticket/10758] Add return to the other compat function.
[ticket/10758] Add periods.
[ticket/10758] Yes, only one empty line.
[ticket/10758] Add deprecated tags.
[ticket/10758] Add compat functions.
[ticket/10758] Admin is not working yet.
[ticket/10758] Test moderator and admin permissions.
[ticket/10758] Check that acl was changed in the test.
[ticket/10758] Extract obtain_user_data for the benefit of tests.
[ticket/10758] Functional test for changing a user's permission.
[ticket/10758] Spelling fix.
[ticket/10758] Add a test for acp login.
[ticket/10758] Dependency inject parameters into update_foes.
[ticket/10758] Dependency inject parameters into cache_moderators.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10758
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10758
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10758
|