43434 Commits

Author SHA1 Message Date
Charles Haley
5a3d65a132 Add a method to db.cache to return the size of a format stored in the database table 'data'. With this method one can compare the real size to the stored size. 2021-01-02 15:07:21 +00:00
Kovid Goyal
533aa3206e
Update El Pais
Fixes #1909831 [Make El Pais recipe work again: Fix RSS feeds and article classes](https://bugs.launchpad.net/calibre/+bug/1909831)
2021-01-02 09:38:39 +05:30
Kovid Goyal
adef43ddab
Update USA Today 2021-01-01 19:55:56 +05:30
Kovid Goyal
c4c1c5f841
Amazon metadata download: Ignore ' and " in titles when matching results 2021-01-01 19:38:42 +05:30
Kovid Goyal
501e7b8973
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1909786 [[enhancement] Catagories TO partition](https://bugs.launchpad.net/calibre/+bug/1909786)
2021-01-01 16:37:02 +05:30
Charles Haley
b2f9b48a05 Bug #1909786: add drop-down list to preference "Tag browser: Categories not to partition" 2021-01-01 10:51:23 +00:00
Kovid Goyal
2b3dfeeb31
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909738 [Strangeness with hierarchical searches](https://bugs.launchpad.net/calibre/+bug/1909738)
2020-12-31 19:07:57 +05:30
Charles Haley
4131efa270 Fix for Bug #1909738: Strangeness with hierarchical searches
Because it is useful I decided to continue to permit hierarchy for saved searches even though behavior will be a bit strange.

The following behaviors exist and will not be changed.
- Renames will not rename all items in the the hierarchy.
- Intermediate nodes that aren't 'real' searches will not offer the rename option.
- Drag & drop is disabled.

In addition I changed the behavior of "Add search" in "Manage saved searches". It used to act like a rename if the target name already exists, throwing away the old search expression. It now refuses.
2020-12-31 12:51:07 +00:00
Kovid Goyal
1eb424dcb7
Edit book: Errors in loading third party plugins should not prevent editor from starting 2020-12-29 21:52:30 +05:30
Kovid Goyal
aa72949779
Update WirtchaftsWoche Online 2020-12-29 15:29:52 +05:30
Kovid Goyal
2e367ac402
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909507 [Enhancement Request: Make "Formats" a default column](https://bugs.launchpad.net/calibre/+bug/1909507)
2020-12-29 15:27:33 +05:30
Charles Haley
e62a22f000 Bug #1909507: Enhancement: permit disambiguation of columns such as formats and #formats in rules editor. 2020-12-29 09:17:29 +00:00
Kovid Goyal
01b6c8c5b2
Update The Guardian
Merge branch 'master' of https://github.com/hehonghui/calibre
2020-12-29 13:45:04 +05:30
hehonghui
47ff9fe969 update guardian style 2020-12-29 14:53:29 +08:00
Kovid Goyal
2a7b42152d
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909442 [inlibrary: problem](https://bugs.launchpad.net/calibre/+bug/1909442)
2020-12-29 09:42:17 +05:30
Charles Haley
d61540d065 Bug #1909442: saved searches don't work in the device view 2020-12-28 16:16:29 +00:00
Kovid Goyal
94d68db7af
LRF Output: Fix conversion broken in calibre 5 when font size rescaling is active. Fixes #1909224 [Error al convertir a LRF](https://bugs.launchpad.net/calibre/+bug/1909224) 2020-12-28 19:46:13 +05:30
Kovid Goyal
568e9851a4
py3 compat 2020-12-28 19:28:31 +05:30
Kovid Goyal
7514b58066
String changes 2020-12-28 08:53:57 +05:30
Kovid Goyal
f51d169f55
... 2020-12-28 08:53:23 +05:30
Kovid Goyal
fe1886393b
Use a monotonic clock 2020-12-27 19:26:10 +05:30
Kovid Goyal
bec6c7c0cd
Update arcamax 2020-12-27 18:27:11 +05:30
Kovid Goyal
d3ba0e98c5
http -> https 2020-12-27 18:23:41 +05:30
Kovid Goyal
ca6e78008d
Merge branch 'master' of https://github.com/davidfor/calibre 2020-12-27 18:04:37 +05:30
Kovid Goyal
51a21c3887
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909380 [Tag Browser: Drag & drop doesn't give VL prompt](https://bugs.launchpad.net/calibre/+bug/1909380)
2020-12-27 18:03:40 +05:30
Kovid Goyal
1bec527eb7
Ensure timeouts are respected by all fetches in BasicNewsRecipe 2020-12-27 18:02:48 +05:30
Charles Haley
74e6a375fc Enhancement #1909380: make drag & drop give VL prompt 2020-12-27 11:31:30 +00:00
David
28e36d7efd Fix handling of subtitle option in KoboTouch driver 2020-12-27 22:24:37 +11:00
Kovid Goyal
0c678a1dc4
Update Miami Herald
Fixes #1906178 [[Enhancement] Fetch news: 30+ McClatchy newspapers](https://bugs.launchpad.net/calibre/+bug/1906178)
2020-12-27 13:38:22 +05:30
Kovid Goyal
c3e9853221
Revert "Remove non-working recipe"
This reverts commit 657c427f86923d417706fd176b93193751aa9978.
2020-12-27 13:26:37 +05:30
Kovid Goyal
351f93f599
Update The Seattle Times 2020-12-27 13:21:37 +05:30
Kovid Goyal
0e19f6a399
Use an up-to-date UA when downloading news 2020-12-27 12:56:45 +05:30
Kovid Goyal
e0ec185ea2
Improve random user agent selection
Dont hardcode a default user agent. Also, when picking randomnly pick
according to relative popularity.
2020-12-27 11:12:47 +05:30
Kovid Goyal
abfc9ffe23
Get chrome and firefox version on CI as well 2020-12-27 11:01:28 +05:30
Kovid Goyal
e742a9e293
Get recent UAs on CI as well 2020-12-27 10:59:47 +05:30
Kovid Goyal
18a3d945c6
Get common user agents from the calibre website logs 2020-12-27 10:21:14 +05:30
Kovid Goyal
ffdf794246
Allow re-use of method to get any URL 2020-12-27 10:18:01 +05:30
Kovid Goyal
28455a23c4
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909332 [Rules editor: Duplicated rules appear to overwrite next item in list](https://bugs.launchpad.net/calibre/+bug/1909332)
Fixes #1909339 [Enhancement Request: Rules editors: Button to open icons folder](https://bugs.launchpad.net/calibre/+bug/1909339)
2020-12-26 17:25:34 +05:30
Charles Haley
10e227c70c Bug 1909339]: Enhancement Request: Rules editors: Button to open icons folder 2020-12-26 10:14:53 +00:00
Charles Haley
530238b2fb Bug #1909332: Duplicated rules appear to overwrite next item in list Edit
Actually the duplicated rule was exchanged with the last rule.
2020-12-26 09:22:12 +00:00
Kovid Goyal
d7a7dd755f
show-book -> view-book in markdown highlights export 2020-12-26 14:33:29 +05:30
Kovid Goyal
11ad7120ab
Update recent user agents at each publish 2020-12-26 11:11:25 +05:30
Kovid Goyal
f80e1853ac
Remove obsolete entry in FAQ 2020-12-26 09:49:53 +05:30
Kovid Goyal
3d117adaee
El Diario by Dirk Gómez
Fixes #1909331 [Add recipe for eldiario.es](https://bugs.launchpad.net/calibre/+bug/1909331)
2020-12-26 09:47:55 +05:30
Kovid Goyal
1e7fe201d1
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1909293 [Composite tag-like column: list_re_group is case-sensitive?](https://bugs.launchpad.net/calibre/+bug/1909293)
Fixes #1909258 [Enhancement Request: Quickview: Dropdown menu for all selectable columns](https://bugs.launchpad.net/calibre/+bug/1909258)
2020-12-26 08:49:07 +05:30
Charles Haley
a92ee3ecb5 Bug #1909258: Fix for tags-like composite columns "shown in the tag browser" not considered categories in quickview. 2020-12-25 21:11:38 +00:00
Charles Haley
301844ae38 Bug #1909293:Composite tag-like column: problem with case 2020-12-25 20:38:47 +00:00
Kovid Goyal
c071bb5be1
Fix dropping files onto book details causing an error if the confirmation dialog is disabled. Fixes #1909291 [Cannot add additional formats via drag-and-drop in 5.8.1](https://bugs.launchpad.net/calibre/+bug/1909291) 2020-12-25 18:30:06 +05:30
Kovid Goyal
673f779b4c
Forgot to bump version number v5.8.1 2020-12-24 17:23:48 +05:30
Kovid Goyal
a9b944b31a
String changes 2020-12-24 17:02:32 +05:30