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
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
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
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
1ec85b4dfb
Forgot to change the default configuration
2013-01-03 08:26:42 +01:00
Sébastien Lucas
60df6f1c18
Allow metadata updating for epub. Disabled by default for now.
...
fix #18
2013-01-02 21:50:44 +01:00