Commit Graph

23070 Commits

Author SHA1 Message Date
Kovid Goyal 993fdfa34e New download: Do not convert all downloaded images to JPG format. This fixes the problem of PNG images with transparent backgrounds being rendered with black backgrounds 2013-01-22 22:32:15 +05:30
Kovid Goyal 4cf17349af Fix #1102403 (Private bug) 2013-01-22 22:26:23 +05:30
Kovid Goyal c1729160a3 PDF Output: Dont error out for open type fonts without OS/2 tables 2013-01-22 11:52:23 +05:30
Kovid Goyal d45534ccc8 Conversion: Do not error out because of an error in user supplied search replace rules. See #1102647 2013-01-22 11:44:44 +05:30
Kovid Goyal b79fdfe65a Conversion: Replace all non-ascii characters in CSS class anmes, as they cause problems with some broken EPUB renderers. Fixes #1102587 (ODT-EPUB conversion generates invalid CSS) 2013-01-22 11:11:41 +05:30
Kovid Goyal c64783797e ... 2013-01-22 11:10:35 +05:30
Kovid Goyal a15d236830 Fix #1102408 (Untranslated string "(# books)") 2013-01-22 10:11:28 +05:30
Kovid Goyal e0d0eb1973 Fix TSN and St. Louis Post DIspatch 2013-01-22 09:45:10 +05:30
Kovid Goyal d52a659da2 ... 2013-01-21 15:27:35 +05:30
Kovid Goyal acf4811fb6 Searching done 2013-01-21 15:26:31 +05:30
Kovid Goyal 268342b9ae Speed up device connection when there are lots of books on the device by not geenrating cover thumbnails unless they are actually needed. 2013-01-21 14:31:30 +05:30
Kovid Goyal a4dbc37a90 Text field searching 2013-01-21 14:18:20 +05:30
Charles Haley 9f220fb79b Merge from trunk 2013-01-21 09:36:42 +01:00
Charles Haley d2866a2208 When doing device book matching: on UUID matches, generate covers only if the last_modified date of the book in the db is later than the date on the book on the device, or if existing thumbnail is not the size that the device asked for. 2013-01-21 09:35:39 +01:00
Kovid Goyal 5000f5c133 User category searching 2013-01-21 11:43:57 +05:30
Kovid Goyal f4fb43875f ... 2013-01-21 11:25:09 +05:30
Kovid Goyal 45fbe9fa27 Keypair searching 2013-01-21 11:20:22 +05:30
Kovid Goyal ffbdb63f6f Update Metro UK 2013-01-21 09:31:03 +05:30
Kovid Goyal 93f8de31bd ... 2013-01-21 09:12:19 +05:30
Kovid Goyal d915e49815 Move _match to db.search module 2013-01-20 23:27:30 +05:30
Kovid Goyal e0df1634ab Boolean searches 2013-01-20 22:25:49 +05:30
Kovid Goyal e23df40adb ... 2013-01-20 21:57:26 +05:30
Charles Haley 9e1627569f Merge from trunk 2013-01-20 15:45:59 +01:00
Charles Haley f4a8a2f267 Fix resending metadata on every connect if a book's cover is smaller than what the device wants. 2013-01-20 15:44:27 +01:00
Kovid Goyal 3a299104fa ... 2013-01-20 19:43:12 +05:30
Kovid Goyal 62805ec264 ... 2013-01-20 19:33:43 +05:30
Kovid Goyal 9d29d7ab34 ... 2013-01-20 17:37:39 +05:30
Kovid Goyal 556582f1ba Implement numeric field searches 2013-01-20 16:33:28 +05:30
Kovid Goyal 63b164241a Start work on implementing search in the new backend. Searching for date columns working. 2013-01-20 14:34:26 +05:30
Kovid Goyal aff8f66fa1 Fix Michelle Malkin 2013-01-20 14:31:16 +05:30
Kovid Goyal 2d72a30759 ... 2013-01-20 13:48:34 +05:30
Kovid Goyal 419f3b6394 Add language dependent sorting for series like columns 2013-01-19 22:37:27 +05:30
Kovid Goyal 3e4d847eee Fix Barrons login form parsing 2013-01-19 21:28:50 +05:30
Kovid Goyal 5b08c1ed60 Fix get_metadata() test 2013-01-19 11:45:23 +05:30
Kovid Goyal 8402205d11 Fix datetime tests and read many-many fields in id order 2013-01-19 11:35:14 +05:30
Charles Haley 2cd7cec3bd Merge from trunk 2013-01-19 07:05:08 +01:00
Kovid Goyal f0518e3336 Have the metadata download dialog remember its last used size. Fixes #1101150 ([Feature Request] automatically adjust the size of the meta data choosing screen) 2013-01-18 21:54:57 +05:30
Kovid Goyal 70a22e0327 Do not choke when reading metadata from MOBI files with incorrectly encoded metadata fields 2013-01-18 21:32:56 +05:30
Kovid Goyal 67e691c2ff Conversion: Preserve ToC entries that point nowhere instead of causing them to point to a non-existant file 2013-01-18 21:19:55 +05:30
Kovid Goyal 805d8c6223 E-book viewer: Allow entries in the Table of Contents that do not point anywhere, instead of just ignoring them. 2013-01-18 20:00:23 +05:30
Kovid Goyal 1f2daebce6 CHM Input: Support hierarchical table of contents. Do not generate an inline table of contents when a metadata table of contents is present. Also correctly decode the text in the table of contents 2013-01-18 19:33:45 +05:30
Kovid Goyal 8134629e59 Fix #1101124 (Mobile client browsing backward skips entry) 2013-01-18 16:10:55 +05:30
Kovid Goyal 75613b4eb5 ... 2013-01-18 15:34:27 +05:30
Kovid Goyal bfb7a3107e IGN:Tag release 2013-01-18 09:53:39 +05:30
Kovid Goyal 1fde30f872 version 0.9.15 2013-01-18 09:12:13 +05:30
Kovid Goyal fa88550f04 Update Business Week Magazine 2013-01-18 09:04:21 +05:30
Kovid Goyal 320d64194d Fix #1101034 (the economist news download doesn't work anymore.) 2013-01-18 08:49:55 +05:30
Kovid Goyal 705bea4e19 Content server: Fix custom icons for top level categories incorrect. Fixes #1095016 (User category icon mixup on webserver) 2013-01-18 08:44:16 +05:30
Kovid Goyal df1efd3fe8 Kobo driver: When resending a file to the device, update the filesize in the Kobo db to prevent the device from deleting the file. Fixes #1100607 (Update size when sending book to Kobo device) 2013-01-18 08:29:47 +05:30
davidfor e98ed60d2d Bug #1100607: Update size when sending book to Kobo device
- Incorrectly did check on on metadata management. Files size update and deleted row check needs to be done all the time.
2013-01-18 09:14:37 +11:00