Commit graph

207 commits

Author SHA1 Message Date
Sébastien Lucas 14207672fa Update OPDS feed to use the new method getPubDate 2013-02-20 21:31:58 +01:00
Sébastien Lucas 4820ad3db3 Fix strings ... (silly me) 2013-02-20 21:31:23 +01:00
Sébastien Lucas be7a59b934 Add a new string for the pubdate 2013-02-20 21:10:28 +01:00
Sébastien Lucas d2e38b1fe2 Fix whitespace 2013-02-20 21:08:48 +01:00
Tyler J. Wagner 46c0de5c66 This adds the function getPubDate() to book.php, which
returns either the publication year, or "", if the value is null or
"Undefined". By "Undefined", I mean the value Calibre sets as pubdate when
you choose "Undefined" in the GUI. which is 1 Jan 0100, or -58979926800.
2013-02-20 21:06:37 +01:00
Sébastien Lucas 977e669805 Hopefully fix all the remaining case where the book summary is full of HTML crap.
Should fix all the OPDS page not working with Mantano and FBReaderJ.
2013-02-19 21:50:38 +01:00
Sébastien Lucas b117f022e6 Prepare release 2013-02-14 09:19:31 +01:00
Sébastien Lucas 924b9b0b78 Hopefully last fixes to make COPS work on PRS-T1 2013-02-14 09:19:23 +01:00
Sébastien Lucas 39eae0dd5b Fix default value. re #39 2013-02-05 21:15:04 +01:00
Sébastien Lucas 4bce0d3349 Enable kepub.epub download. re #39 2013-02-05 21:08:28 +01:00
Sébastien Lucas 0d1506a078 Fix other type of Kobo eReader (Glo, Mini) detection 2013-02-05 20:14:58 +01:00
Sébastien Lucas 547284f5b1 Fix display on Kobo's browser 2013-02-02 10:04:52 +01:00
Sébastien Lucas d7f6e616c7 Update cover with metadata update. re #31 2013-01-31 21:26:31 +01:00
Sébastien Lucas d84ea868a8 Update to latest release of epub.php 2013-01-31 21:25:23 +01:00
Sébastien Lucas d1ce53087f If we update metadata then add the calibre uuid. 2013-01-31 14:44:48 +01:00
Sébastien Lucas 6c5aed67b7 Change the name of the epub downloaded to Author - Title. 2013-01-31 14:30:04 +01:00
Sébastien Lucas 52393002b0 Add another XSendFile use case on Wamp. Solution by mariosipad.
See http://www.mobileread.com/forums/showpost.php?p=2400853&postcount=281
2013-01-30 23:51:16 +01:00
Northguy f4578376b2 Add dutch translation. 2013-01-29 11:35:57 +01:00
Sébastien Lucas 9e15cbf26c Fix ugly bug. Report by mariosipad. 2013-01-29 09:03:30 +01:00
Sébastien Lucas 1fbbfa3b00 Étiquette 0.3.1 ajoutée à la révision aca483636af4 2013-01-27 09:49:32 +01:00
Sébastien Lucas 39353da504 Typo 2013-01-27 07:53:51 +01:00
Sébastien Lucas 4743c8a4f7 Fix default configuration for release 2013-01-27 07:52:56 +01:00
Sébastien Lucas 49653db49c Protect a little more the .htaccess on case mod_rewrite is not available. 2013-01-27 07:15:50 +01:00
Sébastien Lucas 06faaaf71b Update changelog 2013-01-27 07:14:52 +01:00
Sébastien Lucas 5da542a4e0 Update changelog 2013-01-25 21:20:24 +01:00
Sébastien Lucas 5dbc503a52 Try to explain a little the filters. 2013-01-25 21:12:05 +01:00
Sébastien Lucas 5099691cd9 simplify README 2013-01-25 21:04:10 +01:00
Tyler J. Wagner cb1d622220 Fix book default sort. 2013-01-25 20:27:38 +01:00
Sébastien Lucas 34ace66580 Add a default config_local.php. 2013-01-22 09:06:11 +01:00
Sébastien Lucas 8cfddc0d11 Fixed detection of absolute path. Add a Windows mapped drive detection.
Reported by Kevnancy
2013-01-22 09:05:32 +01:00
Sébastien Lucas bef7bbf2c3 Add better explaination if wrong Calibre path is provided 2013-01-20 15:13:43 +01:00
Sébastien Lucas 512b56ec6d Change default title. 2013-01-20 14:35:23 +01:00
Sébastien Lucas d2d639dcd5 Fix default config to reduce the minimum things to change.
Removed Nginx limitations which are not true anymore.
2013-01-20 13:49:08 +01:00
Sébastien Lucas 11645b2155 Small fixes to facets handling. re #21
* Fix ths duplicate of URL parameter
  * Fix when parameter is empty
2013-01-20 08:30:41 +01:00
Sébastien Lucas e5d0933971 Add another extension in the mimetypes array. Mentionned a long time ago
by Jillmess and totally forgot about it.
2013-01-19 21:28:07 +01:00
Sébastien Lucas 05cf561683 Release preparation 2013-01-19 07:09:12 +01:00
Sébastien Lucas f4675dec52 Add Custom columns through config. Only tested in HTML catalog for now
re #32
2013-01-19 07:08:47 +01:00
Sébastien Lucas a96888c76a Change the default config for cops_x_accel_redirect to let PHP handle the
download. Should fix problem from KevNancy on IIS.

Warning all Nginx users who wants to still use X-Accel-Redirect must add
$config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local

fix #33
2013-01-19 06:19:46 +01:00
Sébastien Lucas 2025bfc15e Fix entry title. re #32 2013-01-18 21:12:04 +01:00
Sébastien Lucas 9d51e64731 Rename custom column php file. re #32
--HG--
rename : custom_column.php => customcolumn.php
2013-01-18 20:52:44 +01:00
Sébastien Lucas b43d38ce61 Add first file to make use of custom columns. Not complete at all.
re #32
2013-01-18 05:56:16 +01:00
Sébastien Lucas e827a2c5a7 With FBReaderJ 1.6.9 the problem with OPDS search is fixed
See https://github.com/geometer/FBReaderJ/issues/70
2013-01-11 17:26:26 +01:00
Sébastien Lucas 5d9c54eee6 Add custom filter of tags in the OPDS feed using facets.
Need more testing but should be ok.

re #21
2013-01-11 15:16:15 +01:00
Gaspine 98362a6d39 Check of xsendfile is available. 2013-01-10 15:33:01 +01:00
Sébastien Lucas 1f9befb4e8 Étiquette 0.3.0 ajoutée à la révision 5cc3b8ed121d 2013-01-06 10:18:36 +01:00
Sébastien Lucas 637638e238 Release 2013-01-06 09:50:52 +01:00
Sébastien Lucas 48126bcad7 Try to better explain why the user has been redirected 2013-01-06 09:49:05 +01:00
Sébastien Lucas 024ac23fbd More release preparation 2013-01-06 09:36:19 +01:00
Sébastien Lucas 140c88a63c Fix an alt string that existed in the lang file.
Add a missing translation (more to do about it).
2013-01-06 09:28:49 +01:00
Sébastien Lucas 6f17a4dc65 Add URL discover for the OPDS feed. 2013-01-06 09:22:47 +01:00