Commit graph

870 commits

Author SHA1 Message Date
Jim Miller
dcfcd112e1 Bump Test Version 3.10.1 2019-07-27 17:39:59 -05:00
Jim Miller
955eb1a2d3 Bump Release Version 3.10.0 2019-07-27 09:42:46 -05:00
Jim Miller
67f72497ea Update Translations comments 2019-07-27 09:41:51 -05:00
Jim Miller
667b784dca Bump Test Version 3.9.10 2019-07-25 12:17:29 -05:00
Jim Miller
105efcf395 Finish inclusion of always_include_first_post_chapters feature. 2019-07-24 18:36:56 -05:00
Jim Miller
4d6cc75b9b Bump Test Version 3.9.9 2019-07-22 16:50:38 -05:00
Jim Miller
b90bd847d2 Bump Test Version 3.9.8 2019-07-14 10:28:54 -05:00
Jim Miller
1e247571ec Update Translations. 2019-07-14 00:56:51 -05:00
Jim Miller
777efc59fd Bump Test Version 3.9.7 2019-07-13 12:02:25 -05:00
Jim Miller
4ec21b145f Add [base_xenforo2forum] to defaults.ini. 2019-07-13 09:24:49 -05:00
Jim Miller
cc6ccff2b4 Fix for reportorder results when not BG'ed. 2019-07-13 09:22:55 -05:00
Jim Miller
a4104d09b5 Bump Test Version 3.9.6 2019-07-12 21:54:48 -05:00
Jim Miller
ac72c19676 Plugin: Group reported results better. 2019-07-12 21:54:05 -05:00
Jim Miller
10ec0e7bb0 Bump Test Version 3.9.5 2019-07-11 20:35:22 -05:00
Jim Miller
c8c9520dd5 Adjust reader_posts_per_page for forum.questionablequesting.com. 2019-07-11 20:30:54 -05:00
Jim Miller
269e3d44b9 Bump Test Version 3.9.4 2019-07-11 19:41:28 -05:00
Jim Miller
8025ba06e4 Bump Test Version 3.9.2 2019-07-05 08:21:44 -05:00
Jim Miller
35fa48da02 Bump Test Version 3.9.1 2019-06-26 15:22:18 -05:00
Jim Miller
cd70d20b46 Bump Release Version 3.9.0 2019-06-25 13:21:19 -05:00
Jim Miller
e6f228c091 Bump Test Version 3.8.13 2019-06-22 15:13:21 -05:00
Jim Miller
33838ba887 Bump Test Version 3.8.12 2019-06-16 12:48:30 -05:00
Jim Miller
4992c952c9 Bump Test Version 3.8.11 2019-06-16 12:08:00 -05:00
Jim Miller
29ad115d6e Update translations. 2019-06-16 11:11:01 -05:00
Jim Miller
753f1f34ab Bump Test Version 3.8.10 2019-06-15 19:15:27 -05:00
Jim Miller
e46942ccde Bump Test Version 3.8.9 2019-06-15 11:11:11 -05:00
Jim Miller
a69100ba52 Bump Test Version 3.8.8 2019-06-13 13:57:05 -05:00
Jim Miller
46645c5b93 Change metadata separator to ' & ' when filling 'Contains names' custom columns. 2019-06-13 13:54:48 -05:00
Jim Miller
c7b7b393e3 Bump Test Version 3.8.7 2019-06-10 12:12:09 -05:00
Jim Miller
f8d5d9fb07 Bump Test Version 3.8.6 2019-06-08 08:30:39 -05:00
Jim Miller
cbcfd32464 Fix for yet more arbitrary py3 changes breaking code. Fixes #400 2019-06-08 08:26:25 -05:00
Jim Miller
f4d05d4f24 Bump Test Version 3.8.5 2019-06-06 14:52:03 -05:00
Jim Miller
cff4dca5e6 Bump Test Version 3.8.4 2019-06-05 12:18:46 -05:00
Jim Miller
5f97e5b0e2 Bump Test Version 3.8.3 2019-06-04 20:10:32 -05:00
Jim Miller
8b99a042fc Bump Test Version 3.8.2 2019-06-03 14:30:35 -05:00
Jim Miller
739cc681d5 Comment out some debugs. 2019-06-03 14:30:10 -05:00
Jim Miller
3b3e951100 Bump Test Version 3.8.1 2019-05-29 09:12:38 -05:00
Jim Miller
e4a5adceb6 Bump Release Version 3.8.0 2019-05-27 14:22:10 -05:00
Jim Miller
a968f73db5 Update translations. 2019-05-27 14:21:24 -05:00
Jim Miller
a1a49effad Bump Test Version 3.7.18 2019-05-18 16:20:57 -05:00
Jim Miller
64f00bdb97 Update translations 2019-05-18 16:20:35 -05:00
Jim Miller
9d2025afed Bump Test Version 3.7.17 2019-05-16 15:13:35 -05:00
Jim Miller
dffb4d3168 Add 'publisher' metadata as a copy of 'site' and use to fill Publisher in Calibre. 2019-05-16 14:54:33 -05:00
Jim Miller
ab6684c1ad Bump Test Version 3.7.16 2019-05-14 15:39:23 -05:00
Jim Miller
2978f9ece8 Bump Test Version 3.7.15 2019-05-14 13:15:57 -05:00
Jim Miller
7e80dacd92 Removing all filter()/map() calls--not consistent between Py2/Py3. 2019-05-14 13:12:54 -05:00
Jim Miller
881c55026f Fixes for adapter_quotevcom due to site changes. 2019-05-13 15:21:22 -05:00
Eli Schwartz
c8362433e2 optimization: do not use filter just to get counts of a list
This breaks in python3, because filter returns an iterable filter
object, and it's anyways wrong on python2, because it does extra work to
create a list only to discard it. The best way to do this is to test
each member of the list and abort early as soon as we get the info we
need (that it is non-zero). Or alternatively use sum with a generator
expression.
2019-05-13 13:06:35 -05:00
Jim Miller
012d12fb52 Bump Test Version 3.7.14 2019-05-12 10:47:19 -05:00
Jim Miller
055c051807 adapter_finestoriescom shares code with adapter_storiesonlinenet, also do datetimes. 2019-05-12 10:46:13 -05:00
Jim Miller
26733f2651 Fixes for adapter_storiesonlinenet site changes--login and use datetime by default because one was missing date-only. 2019-05-12 10:39:27 -05:00