Chris Mayo
ad71cb4e43
Fix CssSyntaxCheck list index out of range
...
Errors do not report the column.
2020-08-14 19:25:21 +01:00
Chris Mayo
94dbac1e5e
Fix CssSyntaxCheck warning message, CSS not HTML
2020-08-14 19:25:21 +01:00
Chris Mayo
e053b3bc5f
HtmlSyntaxCheck disabled because it is broken
2020-08-14 19:25:21 +01:00
Chris Mayo
068a60ee39
SyntaxCheck plugins only work with http
...
They use a Requests session from url_data.
2020-08-14 19:25:21 +01:00
Chris Mayo
a977e4d712
Merge pull request #444 from cjmayo/isinstance
...
Remove or replace uses of isinstance()
2020-07-08 19:55:29 +01:00
Chris Mayo
7a0644a234
No need to process an empty string in str_format.ascii_safe()
2020-07-08 19:47:59 +01:00
Chris Mayo
282f8c970d
Merge pull request #442 from cjmayo/unicode_safe
...
Remove strformat.unicode_safe()
2020-07-08 19:38:56 +01:00
Chris Mayo
10170b2966
Add a test for the LocationInfo plugin
...
Because the GeoIP database now requires registration to download the
result of the lookup using geoip-database is not going to change.
2020-07-07 17:25:28 +01:00
Chris Mayo
b328520f08
Convert UrlBase syntax Exception to a string
...
Causes an exception when logging.
2020-07-07 17:25:28 +01:00
Chris Mayo
53bd5c4d21
Remove HttpUrl.getheader()
2020-07-07 17:25:28 +01:00
Chris Mayo
1018b8332b
Convert PDF URL to a string
2020-07-07 17:25:28 +01:00
Chris Mayo
3fcee872b6
urlparts need to support assignment
2020-07-07 17:25:28 +01:00
Chris Mayo
d91a328224
Remove strformat.unicode_safe() and strformat.url_unicode_split()
...
All strings support Unicode in Python 3.
2020-07-07 17:25:28 +01:00
Chris Mayo
4cb5b6f2fa
Merge pull request #443 from cjmayo/kde5
...
Replace KDE 3 proxy support with KDE 5 support
2020-07-07 17:12:53 +01:00
Chris Mayo
ab6315a8d3
Merge pull request #453 from cjmayo/brew
...
Update Mac installation instructions with Homebrew pip and macOS
2020-07-07 17:07:46 +01:00
Chris Mayo
18f20d592f
Check for KDE 5 proxy first and then KDE 4
...
Don't look for kde4-config in case a KDE 5 user still has it installed.
2020-07-07 17:06:25 +01:00
Chris Mayo
bd55c2ef8f
Compare KDE proxy ReversedException integer value to zero
2020-07-07 17:06:25 +01:00
Chris Mayo
893875d913
Update Mac installation instructions with Homebrew pip and macOS
...
The first release of macOS was in 2016.
2020-07-06 19:41:51 +01:00
Chris Mayo
a0df9c3d33
Merge pull request #448 from cjmayo/macinstall
...
Remove manual setup for OSX from install instructions
2020-06-23 17:45:39 +01:00
Chris Mayo
da22d4886b
Merge pull request #441 from cjmayo/authentication
...
Improve documentation of authentication
2020-06-23 17:35:19 +01:00
Chris Mayo
a9097bf277
Document that HTTP POST is used for loginurl
2020-06-23 17:28:31 +01:00
Chris Mayo
085ae188f7
Remove checks for empty loginpasswordfield and loginuserfield
...
These have default values and cannot be reset.
2020-06-23 17:28:31 +01:00
Chris Mayo
1ec3848720
Log problem with login form without exception
2020-06-23 17:28:31 +01:00
Chris Mayo
a972150854
Improve authentication comments in template linkcheckerrc
2020-06-23 17:28:31 +01:00
Chris Mayo
2f51a9dca0
Improve documentation of authentication
2020-06-23 17:28:31 +01:00
anarcat
09ae495cc5
Merge pull request #445 from cjmayo/strformat
...
Remove unused code from strformat.py
2020-06-22 12:35:23 -04:00
Chris Mayo
49ac0ddecb
Merge pull request #447 from cjmayo/mskb
...
Update translation files for MS link in configuration/confparse.py
2020-06-21 17:55:36 +01:00
Chris Mayo
b8be24e389
Remove manual setup for OSX from install instructions
...
py2app support was removed in:
e3ab9024 ("Remove platform-specific installer stuff and ensure a build
.whl wheel file can be built.", 2016-01-17)
2020-06-19 16:57:01 +01:00
Chris Mayo
9890a7d8f6
Update translation files for MS link in configuration/confparse.py
...
Log message changed in:
eeb5fa48 ("Update configuration/confparse.py log message to https", 2020-06-05)
2020-06-19 16:44:18 +01:00
Chris Mayo
d66e64460c
Remove unused code from strformat.py
2020-06-18 19:31:00 +01:00
Chris Mayo
1f77506c9f
Remove isinstance() in url.url_fix_mailto_urlsplit()
...
urls are strings.
2020-06-18 19:27:06 +01:00
Chris Mayo
8f9f687ed8
Remove isinstance() from fileutil.path_safe()
...
paths are derived from urls which are strings.
2020-06-18 19:27:06 +01:00
Chris Mayo
f86e506de4
Remove isinstance() from FileUrl.read_content()
...
get_index_html() returns a string.
2020-06-18 19:27:06 +01:00
Chris Mayo
3231730366
Remove isinstance() from robotparser2.py
...
Originally for encoding Python 2 Unicode strings [1]. Will not be used
in Python 3 because the variables are strings, if they were bytes
exceptions would be raised.
[1] c97f68f7 ("accept unicode in robots.txt can_fetch", 2004-11-09)
2020-06-18 19:27:06 +01:00
Chris Mayo
9c9a3d8b14
Remove isinstance() from url.idna_encode()
...
Was originally used for Python 2 Unicode strings.
f4b73c6d ("Python3: fix unicode in url.py", 2018-01-05)
2020-06-18 19:27:06 +01:00
Chris Mayo
3a6540bc46
Replace isinstance() in strformat.ascii_safe()
2020-06-18 19:27:06 +01:00
Chris Mayo
4009039158
Merge pull request #420 from cjmayo/dconf
...
Update GNOME proxy support for GNOME 3 and Python 3
2020-06-14 18:56:19 +01:00
Chris Mayo
f494b62981
Copy date and add translation for GNOME/KDE to de.po
2020-06-11 19:35:02 +01:00
Chris Mayo
26525a332f
Merge pull request #440 from cjmayo/misc
...
Assorted review comments and use python3 for setup.py
2020-06-09 19:53:58 +01:00
Chris Mayo
18d6eeae76
Ensure PO files are opened as UTF-8 in test_gtranslator()
2020-06-09 19:47:24 +01:00
Chris Mayo
b6004fb6b1
Simplify and add debug messages to KDE proxy retrieval
2020-06-08 17:00:10 +01:00
Chris Mayo
29b292c90f
Replace KDE 3 proxy support with KDE 5 support
...
KDE 3 was superseded in 2008.
KDE 4 uses: ${HOME}/.kde4/share/config/kioslaverc
KDE 5 (Kubuntu) uses: ${HOME}/.config/kioslaverc
Default ReversedException is false
2020-06-08 17:00:10 +01:00
Chris Mayo
9108afeee5
Add html.escape on URLs in logger/html.py
2020-06-05 16:59:46 +01:00
Chris Mayo
eeb5fa48ca
Update configuration/confparse.py log message to https
2020-06-05 16:59:46 +01:00
Chris Mayo
0191b021f4
Make configuration/confparse.py log message translatable
2020-06-05 16:59:46 +01:00
Chris Mayo
36246c15ac
Update various comments to https
2020-06-05 16:59:46 +01:00
Chris Mayo
3bd790c22d
Update W3C validator links to use https
2020-06-05 16:59:46 +01:00
Chris Mayo
b987d6f3ca
Fix indent in plugins/locationinfo.py
2020-06-05 16:59:46 +01:00
Chris Mayo
74d449f8ac
Test po files as strings and check po files have been found
2020-06-05 16:59:46 +01:00
Chris Mayo
4330b8a59e
Replace codecs.open() with open()
2020-06-05 16:59:46 +01:00