31934 Commits

Author SHA1 Message Date
Kovid Goyal
74d02ee2a8 ... 2015-11-25 11:13:42 +05:30
Kovid Goyal
7e1770c204 ... 2015-11-25 11:09:53 +05:30
Kovid Goyal
f7e3d0374e ... 2015-11-25 11:06:22 +05:30
Kovid Goyal
3baaa87c2f Start work on search panel
Also wrap all book list elements in a container <div>
2015-11-25 11:05:21 +05:30
Kovid Goyal
cac806b417 Content server: Fix next and previous links not working in the mobile view when using a search query that includes url unsafe characters. Fixes #1519606 [In Content Server mobile view, 'Next' URL is not formed correctly when search query contains user tag](https://bugs.launchpad.net/calibre/+bug/1519606) 2015-11-25 10:51:23 +05:30
Kovid Goyal
a90c68d8e9 ... 2015-11-25 09:02:42 +05:30
Kovid Goyal
b9f31eefee Merge branch 'master' of https://github.com/cbhaley/calibre 2015-11-24 23:17:25 +05:30
Charles Haley
46e79d6394 Preferences -> Add your own columns: description of title and ondevice must be special-cased because they are not shown in the tag browser. 2015-11-24 18:41:28 +01:00
Kovid Goyal
b99d56acc7 Preferenes->Add your own columns: Show more information about existing columns
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-11-24 22:52:29 +05:30
Kovid Goyal
fede595e87 ... 2015-11-24 22:50:12 +05:30
Charles Haley
eb9607772c Change "add your own columns" to display more info about the columns. 2015-11-24 18:17:44 +01:00
Kovid Goyal
d92200eaba Nocer handling od db read locking while rendering tag browser 2015-11-24 20:43:08 +05:30
Kovid Goyal
4f601b23df Change server avg_rating calculation to match new GUI algorithm for hierarchical items 2015-11-24 20:37:09 +05:30
Kovid Goyal
2ed36fb746 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-11-24 20:09:15 +05:30
Kovid Goyal
afd02fd413 ... 2015-11-24 18:55:13 +05:30
Charles Haley
1def031ea3 The stuff to handle the counts as we have been discussing. 2015-11-24 13:38:13 +01:00
Kovid Goyal
157f2c4211 Dont send Tag Browser with interface init data as it is too large 2015-11-24 13:28:29 +05:30
Kovid Goyal
a18dc59b27 End point to get only tag browser data 2015-11-24 12:57:59 +05:30
Kovid Goyal
ced4126d04 ... 2015-11-24 11:31:11 +05:30
Kovid Goyal
aa2f592c98 Fix differences in counting algorithms for category counts 2015-11-24 10:25:20 +05:30
Kovid Goyal
1c0f8a4c02 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-11-24 09:14:29 +05:30
Charles Haley
6c2f86b7b7 Fix crash when books in GST don't have ratings 2015-11-23 18:49:20 +01:00
Kovid Goyal
6eb304c3be Fix a bug in the counting of ratings from legacy databases 2015-11-23 21:22:54 +05:30
Kovid Goyal
4c425353bf ... 2015-11-23 21:15:43 +05:30
Kovid Goyal
d33db7bc37 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-11-23 21:13:52 +05:30
Charles Haley
8ff0bf8481 Fix counting items. The old way misstated the counts for user categories because it was using the cumulative id_set from the original category. 2015-11-23 16:21:27 +01:00
Charles Haley
99adf52046 Cache the computed average rating 2015-11-23 16:21:11 +01:00
Charles Haley
b4efa96292 Only put a node into intermediate_nodes if it is involved in a hierarchy 2015-11-23 16:20:53 +01:00
Charles Haley
4aa32c8e4d Fix GSTs to show the source categories of the items consolidated into the name, and to correct the average rating during consolidation 2015-11-23 16:20:05 +01:00
Kovid Goyal
e8f62e0e49 Add file type icons to icon map 2015-11-23 20:47:32 +05:30
Kovid Goyal
455ab662e2 ... 2015-11-23 20:38:01 +05:30
Kovid Goyal
ac0994da7d ... 2015-11-23 20:33:52 +05:30
Kovid Goyal
cd57f42705 Add icon map to JSON Tag browser 2015-11-23 20:32:52 +05:30
Kovid Goyal
7a3261d86b ... 2015-11-23 18:22:29 +05:30
Kovid Goyal
568163c5f7 Do not store icons in get_categories() 2015-11-23 18:22:24 +05:30
Kovid Goyal
ebddee8f59 Cache the rendered Tag Browser rather than the result of get_categories() in the server
get_categories() now has its own independent cache which is used by the
old AJAX API kept around for backwards compatibility.
2015-11-23 17:09:41 +05:30
Kovid Goyal
87b4e0906b Tag browser: Fix book counts for hierarchical items incorrect in user categories 2015-11-23 16:39:06 +05:30
Kovid Goyal
68790624fe Calculate correct avg_rating for JSON rep as well 2015-11-23 15:39:37 +05:30
Kovid Goyal
502193eb24 ... 2015-11-23 15:33:03 +05:30
Kovid Goyal
4f51fc439e Implement intermediate_nodes for the JSON tag browser as well 2015-11-23 15:07:33 +05:30
Kovid Goyal
17edcc0686 Put back intermediate_nodes
With the changes to avg_rating it works ok
2015-11-23 14:58:14 +05:30
Kovid Goyal
9b229f3951 Show search expression in tooltip for saved search entries in tag browser 2015-11-23 13:13:39 +05:30
Kovid Goyal
b4f84a8fb4 Show correct values for average rating of hierarchical items in the Tag Browser 2015-11-23 12:54:57 +05:30
Kovid Goyal
9f9655d812 Do not create tooltips in get_categories()
Tooltips should be generated on demand by the UI
2015-11-23 12:32:37 +05:30
Kovid Goyal
e9a1bc0e55 Get rid of intermediate_nodes as it seems to not be the right approach
Finding the right approach will require some careful thought/discussion
2015-11-23 10:28:56 +05:30
Kovid Goyal
e4f934b8b9 Fix tag id_set being modified when serializing to JSON 2015-11-23 09:27:26 +05:30
Kovid Goyal
4b7ed56566 Output rating when dumping tag trees 2015-11-23 00:48:59 +05:30
Kovid Goyal
039a582b96 ... 2015-11-23 00:46:35 +05:30
Kovid Goyal
7489f1a793 PDF Output: Handle input documents with fonts that do not have either postscript or full name information. Fixes #1518678 [ebook-convert failing on file with embedded font](https://bugs.launchpad.net/calibre/+bug/1518678) 2015-11-22 17:21:16 +05:30
Kovid Goyal
385fcfbba6 ... 2015-11-22 11:42:53 +05:30