| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Revert to the pre-v0.6.0 method of checking for file existence.
A change introduced in v0.6.0 caused the check to fail if the file
existed only in a shared repository and not locally on the requested
wiki.
|
|
Previously, every file downloaded in a batch would create a new Site
object. Now, the Site object created by the first file will be reused
by subsequent files if it matches the file's requested host, which will
significantly speed up the download process, assuming all files are from
the same site. This is a quick and dirty fix which could be improved to
better handle situations where there are a mix of files from different
sites.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Defer string formatting until needed by removing f-strings in log
messages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the input is an invalid URL, the error message will report the
whole input string instead of a URL fragment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|