wiki.techinc.nl/includes/db
Amir Sarabadani 788d2f0a28 Centralize logic behind building ChronologyProtector object
Building blocks of CP don't really need to depend on LBF. Even the
config value for CP stash type is also different. But it's being passed
around along the rest of LB/LBF config and possibly down to the DB
object.

This is making the code much harder to understand, adds more coupling
than it needs to, and it's making pieces that don't need to rely on LFB
(like load.php) actually depend on LBF just to disable CP.

This clean up also helps improving DI of LB/LBF and building of DB
objects down the road.

Bug: T275713
Change-Id: Ic27269a1f1190ee7a03c6a422ada7ff293c3cab1
2023-08-30 18:44:09 +00:00
..
AbstractSchemaValidationError.php
AbstractSchemaValidator.php
CloneDatabase.php
MWLBFactory.php Centralize logic behind building ChronologyProtector object 2023-08-30 18:44:09 +00:00