Skip to content

Commit

Permalink
merge branches (#11)
Browse files Browse the repository at this point in the history
* Support wikis that have an incorrectly configured DH key (mediawiki-client-tools#224)

This makes the tool work on https://kol.coldfront.net/thekolwiki, for
example

* .md link to caps (mediawiki-client-tools#225)

One intra-documentation link gave me a 404 so I updated it to the
filename. All other markdown links look ok.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Update and remove URLs in test (mediawiki-client-tools#227)

I found some URLs in test file have redirect to non wiki URL so I update
and remove it for avoid unnecessary error when running check.

* [Backport] Add option to disable image file size check (close mediawiki-client-tools#170) (mediawiki-client-tools#228)

This commit is backport from
[saveweb/wikiteam3](https://github.com/saveweb/wikiteam3) all credit
goes to the original author.

Close mediawiki-client-tools#170 
Fix size mismatch error when some wiki do server-side image
resizing/compression without re-upload/update data in wiki.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Fix error in commit 265855d (mediawiki-client-tools#229)

In commit 265855d, I forget to change MediaWiki version in
site_info_test.py so this commit fix this problem.

Also I change function name in this file from `test_mediawiki_1_16` to
`test_mediawiki_version_match` to make it clear what it really does.

* get latest changes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* sync with upstream (#8)

* uploader might want to compare new archive with trailing cruft in prefix filename

* disable SSL certificate verification

---------

Co-authored-by: Samuel Gaus <sam@gaus.co.uk>
Co-authored-by: E. Seiver <ellis.seiver@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: sian1468 <58017832+sian1468@users.noreply.github.com>
  • Loading branch information
5 people committed Dec 18, 2023
1 parent 05579cd commit 0a5b552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wikiteam3/launcher/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import sys
import time
from pathlib import Path

from py7zr import SevenZipFile

from wikiteam3.dumpgenerator.config import Config
Expand Down

0 comments on commit 0a5b552

Please sign in to comment.