rxu
rxu
What this implementation currently does on update is: - creates temporary directory - downloads phpBB archive to that dir - extract the archive to the tempdir/phpBB3 - deletes `config.php`, `styles`,...
> The database migration requires a different container and checks, which can not be replicated. Yeah. That would be done just like installer currently is, which has its own container....
That's because I'm debugging the issue so failures vary. The actual one is `test_split_topic` which I didn't figure out yet. Same code works fine for `master` but not for `3.3.x`....
Currently the main cause I suppose is incorrect search indexing of edited posts -> topic titles in `3.3.x` Sphinx search backend which is not the case for `master` for some...
Confirmed that edited posts don't get into delta index on `3.3.x`. No clue where's the culprit in the code though.
This code works for `master` but not for `3.3.x` for some reason. Probably different tests order affects or something.
@JoshyPHP any plans on this?
> Personally, I don't see the need for this. Tend to agree.
> This way you can't inherit and overwrite settings from other files right? As far as the files loading queue is not ordered, then rather right. Also you still can...
With this change you don't need to create new extension every time you need to make an addition to another extension.