Casey Peel
Casey Peel
Alternatively, you should be able to use PluggableAuth 5.7 with the Auth_phpBB 4.0.0 release on MediaWiki 1.35.
Thanks @mattheimer. @WinterMute if you're still having problems please open a new issue after trying the above.
@chrismiceli - can you please squash the branch so it has two commits: 1. update node, deps (current first commit) 2. everything with prettier Then I'll get it merged in.
@chrismiceli - do you have thoughts or suggestions on how to reduce the number of individual `.js` files that we create as part of this effort? I know that it's...
tl;dr: Hold off on any investigation until I see if we can support http/2. I'm less worried about making them smaller than making fewer of them. With http 1.1 the...
> tools/authors. Was ther some discussion of removing this entirely? Yes, this code is getting deleted completely, probably after the next code release but maybe before. (see https://www.pgdp.net/phpBB3/viewtopic.php?t=82401)
> The concern is that the code prior to this PR would automatically register an `onchange` listener for the table generated by `echo_page_table` (on [this line](https://github.com/DistributedProofreaders/dproofreaders/pull/1299/files#diff-e7c7f0e626d9032fb2ad179f2459b03b328ce5d5b98bd07966f2a7c757b24668L510)). The new code puts...
Note: iterative work on this issue is appreciated, it doesn't need to be solved all at once.
Correction, I think https://github.com/Seldaek/monolog is a good option here. It has a lot of optional requires but the default set is very small.
As a datapoint, I would lean towards a container-based approach where a `docker-compose.yml` would bring up a MySQL and PHP/Apache container with local volume mounts pointing to the code and...