Графік комітів

76 Коміти

Автор SHA1 Повідомлення Дата
Sébastien Lucas 0d5c3a08ff Add the Kindle 4 to the list of device which cannot handle client side rendering (note that Kindle 4 has a UA witn Kindle 3.0). fix #208 2015-05-14 18:37:15 +02:00
Sébastien Lucas 8c982fdfdb Only use server side rendering for Kindle 1 or Kindle 2. re #194 2015-02-16 08:42:51 +01:00
Sébastien Lucas 04afff076a Add a warning to discourage users to use $config ['cops_normalized_search'] 2014-12-29 06:53:34 +01:00
Sébastien Lucas 4d697ca860 A a little detail on the new $config['cops_template'] configuration item. 2014-12-29 06:52:32 +01:00
Sandy Pleyte 10297299d4 Added a config param to force a specific language 2014-12-27 17:09:27 +01:00
Shin b5caab4185 typo 2014-12-24 23:40:57 +01:00
Shin e1567d040f Default template added to configuration 2014-12-24 23:37:39 +01:00
Sébastien Lucas 3006bac2ce Add full PHP password check (without any need from specific webserver configuration). Heavily based on a patch from Mark Bond. 2014-11-11 21:15:55 +01:00
Sébastien Lucas 78d42b48e2 Allow normalized search (without diacritics) it should also fix the case problem with non latin languages (cyrillic).
The last part is not tested.

disclaimer : Slow !

re #49, #48
2014-05-03 17:57:06 +02:00
Sébastien Lucas 8d07e6d12f Remove trailing spaces. 2014-05-03 16:44:01 +02:00
Michael 1ad15d410c adding ratings category to possible ignores and merge lang update (nl)
had to change rating.title to ratings.title due to $keyPlural in base.php#L997
2014-03-05 11:15:20 +01:00
Sébastien Lucas 19dcd73585 Rename the ignored parameter. re #34 2013-12-17 20:56:41 +01:00
Sébastien Lucas b5f89a1f4b Typo. Reported by Tyler. 2013-12-12 20:54:53 +01:00
Sébastien Lucas da5ec2583a Add an additionnal protection for Sony PRS-T2 / Aldiko. fix #120 2013-12-10 21:34:19 +01:00
Sébastien Lucas 2a20fa688e Typo. re #123 2013-12-09 09:16:37 +01:00
Sébastien Lucas 7ba85d150b Add a new config item to ignore a category in search. Simplify the queries. re #123 2013-12-08 21:01:17 +01:00
Sébastien Lucas 0f09ef5f8c Remove trailing spaces 2013-12-05 10:52:51 +01:00
At-Libitum 98e7afeb8d remove test custom columns from default config. 2013-12-02 15:20:00 +01:00
At-Libitum d4cedf3737 removed some unused variables from base.php and pageTest.php
added custom columns to ```default_config.php``` for pageTest.php
2013-12-01 13:25:34 +01:00
At-Libitum 8db9489e07 Added support for optional flat-list display of "All Books"
Files modified:

config_default.php

base.php

changed class PageAllBooks to test for configuration option "cops_titles_split_first_letter".
Used getCurrentOption to prepare for making Split Letter options configurable in web GUI

book.php

added SQL_BOOKS_ALL query to have a flat-list datasource not grouped by first letter.
added const SQL_BOOKS_ALL to class Book
added public static function "getBooks", called from Base::PageAllBooks to retrieve the flat-list
2013-11-08 17:53:11 +01:00
Sébastien Lucas 5f7f8e6527 Clear a little the documentation for the full url prefix. Idea from Mariosipad. 2013-11-04 14:37:12 +01:00
Marsender 701cb291a8 COPS config: Add author name, uri and email 2013-10-10 05:25:04 +01:00
Sébastien Lucas 8390411a58 Fix config_default, FBReaderJ is now compliant (for a few months). 2013-09-22 16:00:24 +02:00
Sébastien Lucas 3e80fe8c3b Add also Cybook devices. Only found Orizon, Still looking for Odyssey UA. re #82
Mozilla/5.0 (mobile; CPU ARM Linux 2.6.21;en-us) AppleWebKit/525.1 (bookeen/cybook) Orizon/1.0 (screen 600x800)
2013-09-05 15:29:33 +02:00
Edwin Mons fa4ffb47e7 Use server site rendering for Sony PRS-T2. re #82 2013-09-04 16:55:52 +02:00
Sébastien Lucas 79ba699673 Same thumbnail size for HTML and OPDS. 2013-09-03 21:10:58 +02:00
Sébastien Lucas 2605aed853 Change the default height of the thumbnails for OPDS. 2013-08-27 10:04:57 +02:00
Sébastien Lucas 13b16163d3 Add several ways to handle thumbnails. re #5 2013-08-26 21:15:54 +02:00
Sébastien Lucas 309786a8ff Fix a silly bug .... 2013-08-26 07:05:38 +02:00
Sébastien Lucas 9c8ec7fb8a Add (again) server side rendering ! the list of user agent need to be completed but it should work. 2013-08-22 15:20:30 +02:00
Sébastien Lucas 8e94fb8a1f Add AZW to the list of prefered format.
Remove the sample configuration for email
2013-07-29 07:50:02 +02:00
Sébastien Lucas 2ba9723568 Clarify / fix typo. Thanks to Mario ;) 2013-07-24 14:36:32 +02:00
Sébastien Lucas 3ca1d1d3df Cleanly fix the problems with line feed 2013-07-22 14:29:32 +02:00
Sébastien Lucas e840d4cf70 Change the way images are shown. re #77
Jpeg quality is lowered but resolution is two times higher.
The image is then reduced with CSS.
The default value is changed.
2013-07-04 22:37:27 +02:00
Sébastien Lucas d9f0f3e051 Fix default value. re #46 2013-07-03 23:37:18 +02:00
Sébastien Lucas 35d6a5ab4e Add a global parameter to enable tag filtering with books. re #46
Also fix many problem with util.js
2013-07-03 23:36:38 +02:00
Sébastien Lucas ba0268fdcd Restore the new config item for mail. re #53 2013-06-06 09:07:52 +02:00
Sébastien Lucas 129647cf40 For now remove the option for mail to Kindle. re #53
Will reenabled later.
2013-06-04 21:22:45 +02:00
Sébastien Lucas c7f2e0b9e4 Add AZW3 books in the default prefered format. 2013-05-24 14:14:10 +02:00
Sébastien Lucas 1f4db62fc1 Add a new configuration item to handle mail sending. re #53 2013-05-15 19:34:37 +02:00
Sébastien Lucas ea9c73c244 Remove the unneeded option to use CDN. it's too confusing and is not really needed. 2013-05-06 17:45:27 +02:00
Sébastien Lucas b23baf981f change the default value : COPS should not rely on external resources. 2013-05-05 21:09:40 +02:00
Sébastien Lucas 89c353dd07 Add a config item to use local resources instead of CDN hosted resources. 2013-04-17 13:42:23 +02:00
Sébastien Lucas 7483132dc7 Update configuration documentation. re #40 2013-04-09 10:58:01 +02:00
Sébastien Lucas d01b23b615 Document multi database support. re #40 2013-04-04 21:18:33 +02:00
Sébastien Lucas 81ced1dcb6 Update config documentation. 2013-03-23 09:43:15 +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 4743c8a4f7 Fix default configuration for release 2013-01-27 07:52:56 +01:00
Sébastien Lucas 5dbc503a52 Try to explain a little the filters. 2013-01-25 21:12:05 +01:00