Gráfico de commits

26 Commits

Autor SHA1 Mensaje Fecha
Sébastien Lucas 0a0007a096 Fix the détection of bad publication date. fix #245
The previous one was based on the fact that the PHP version used was 64bits and so the unix timestamp could go way back.

With a 32bits PHP that's not the case.  Check the notes in http://php.net/manual/en/function.strtotime.php for more information.
2016-02-13 06:25:20 +01:00
Sébastien Lucas 01b8f3b3c9 Fix the last remaining direct use of $_SERVER['QUERY_STRING'] (which can be empty with some webservers).
fix #133
2014-01-19 21:09:11 +01:00
Sébastien Lucas fe7ec53487 Remove unneeded constants. 2014-01-07 06:24:06 +01:00
Sébastien Lucas c835a2179b Fix search on non compliant client (Stanza, Moon+ Reader, ...). was broken for at least 6 months. fix #110 2013-11-18 15:57:17 +01:00
Sébastien Lucas 9cf33d7d1c Forgot two while fixing the ids. re #104 2013-10-25 08:07:42 +02:00
Marsender 701cb291a8 COPS config: Add author name, uri and email 2013-10-10 05:25:04 +01:00
Sébastien Lucas 3ca1d1d3df Cleanly fix the problems with line feed 2013-07-22 14:29:32 +02:00
Sébastien Lucas f5b9492e06 Remove all new lines after the end of PHP files. Fix a bug causing corrupt images with Wheezy. fix #81 2013-07-20 13:35:51 +02:00
Sébastien Lucas d35b7d4dc4 Fix opensearch, has to be tested on FBReader / Mantano. re #40 2013-04-30 09:42:43 +02:00
Sébastien Lucas 526483d7a5 OPDS id are cleanly handled. re #40 2013-04-30 09:11:04 +02:00
Sébastien Lucas b0e95c6f02 Avoid sending empty language Ibis reader doesn't like it. 2013-03-23 09:36:10 +01:00
Sébastien Lucas 14207672fa Update OPDS feed to use the new method getPubDate 2013-02-20 21:31:58 +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 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
Sébastien Lucas 5abcb05a90 Add language in OPDS feed. 2012-12-23 15:10:07 +01:00
Sébastien Lucas e7ac49244c Add subtitle in OPDS feed. suggested by Tyler J. Wagner. 2012-12-22 18:23:17 +01:00
Sébastien Lucas 00d7e1da4a Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner. 2012-12-22 18:03:52 +01:00
Sébastien Lucas 14b06905d5 Refactoring 2012-09-21 14:19:11 +02:00
Sébastien Lucas 4c9e8c67d0 First attempt to add paging in the OPDS side.
Need more polishing before being used everywhere.

--HG--
extra : rebase_source : 0fb3a4b12cf83d4b450a1fca81f82addd8d58c14
2012-09-18 15:39:22 +02:00
Sébastien Lucas 98d479df0f Add a new config parameter to make COPS generate an unvalid OPDS feed.
That unvalid feed will allow some non compliant OPDS client to perform search.

Note that Mantano Reader is the only reader so far that works with COPS's
perfectly valid feed.

FBReaderJ was working fine in May 2012 ans is not working anymore : see https://github.com/geometer/FBReaderJ/issues/70
Moon+ Reader is also not working without modification.

Not really happy about that. Fix #14
2012-09-08 15:09:52 +02:00
Sébastien Lucas bc4bb716e4 Fix search with FBReader / Moon+ Reader.
Doesn't seems to bother Mantano.

Yet it doesn't seems right to me. I'll ask away to be sure it's a right fix.

See #14
2012-09-05 10:40:06 +02:00
Sébastien Lucas 2e3d44f7a4 Fix tag handling in OPDS (broken in previous commit) 2012-06-12 08:27:19 +02:00
Sébastien Lucas ec2bf99b90 Add v0.0.4 2012-05-28 07:07:49 +02:00
Sébastien Lucas 2308af6033 Add v0.0.3 2012-05-28 07:06:12 +02:00
Sébastien Lucas b25ed5c052 Add v0.0.2 2012-05-28 07:05:05 +02:00