Commit graph

1296 commits

Author SHA1 Message Date
Sébastien Lucas
32a38fe2dd Add Turkish Translation. Thanks to Yunus Emre Deligöz 2015-10-31 09:37:56 +01:00
Sébastien Lucas
30f7a487a8 Merge pull request #226 from mike-ferenduros/master
Include Chunky in OPDS reader agents
2015-11-03 14:30:20 +01:00
Mike Ferenduros
099806215d Include Chunky in OPDS reader agents 2015-11-01 01:00:46 +02:00
Sébastien Lucas
922cc0113b Merge pull request #210 from glls/master
Transliteration of search text
2015-10-30 13:53:24 +01:00
George Litos
806eaf5c9d Test normalized utf8 string according to unicode.org output 2015-10-29 22:10:55 +02:00
George Litos
62a7034ab8 Merge branch 'master' of github.com:seblucas/cops 2015-10-29 19:46:06 +02:00
Sébastien Lucas
058fb303b3 Reorder the .htaccess to make it more consistant 2015-10-14 17:54:26 +02:00
Sébastien Lucas
eac1837e5e Add some information about non debian based linux flavour. fix #218 2015-10-14 17:53:59 +02:00
Sébastien Lucas
933292553d Add a check for a altered database id in the query. Fixes the problem reported in the issue but there may be a lot more to do.
fix #216
2015-10-14 17:46:59 +02:00
Sébastien Lucas
5fb661f195 Changed the dutch translation to be more like Calibre's own dutch translation. thanks to FPCUser 2015-08-06 09:06:50 +02:00
Sébastien Lucas
36f6cced9f Add a fix with user based configuration and Apache / PHP FPM. fix #213 2015-08-05 16:57:05 +02:00
George Litos
beae2d8bec Merge branch 'master' of github.com:glls/cops 2015-06-03 13:54:58 +03:00
George Litos
a141fb50c4 Code cleanup
removing unused code
2015-06-03 13:54:45 +03:00
George Litos
7f79e02b05 Merge branch 'master' of github.com:glls/cops 2015-06-03 13:28:54 +03:00
George Litos
674c9d4846 code cleanup 2015-06-03 13:28:28 +03:00
George Litos
8814c9b5da Merge branch 'master' of github.com:glls/cops 2015-06-03 13:16:11 +03:00
George Litos
ddb2b7dee8 Merge remote-tracking branch 'upstream/master' 2015-06-02 10:43:35 +03:00
George Litos
13624a6d63 Merge branch 'master' of github.com:glls/cops 2015-05-31 22:40:12 +03:00
George Litos
d0f0507c99 Transliteration of search text
with the help of drupal transliteration module (https://www.drupal.org/project/transliteration)

please set:
$config ['cops_normalized_search'] = "1";

Issue 49 (https://github.com/seblucas/cops/issues/49) fixed
Goal : search for Honore should return books written by Honoré de Balzac
achieved
2015-05-28 15:16:03 +03:00
George Litos
eb006c064d Fixed missing closing quotes in Romanian 2015-05-28 13:05:43 +03:00
Sébastien Lucas
0b210a8237 Merge pull request #209 from glls/master
Greek translation
2015-05-27 14:23:00 +02:00
George Litos
12a8e7f4a0 Greek translation 2015-05-27 13:26:05 +03:00
Sébastien Lucas
a99e9725cc Remove the open sans font, in addition of being completely self served IMHO Century Gothic is better. fix #205 2015-05-20 17:43:47 +02:00
Sébastien Lucas
934e4f9fa1 Add an embedded version of latest bootstrap. 2015-05-19 15:41:35 +02:00
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
58fadf13cf Merge pull request #203 from mtzro2003/master
Added Romanian translation
2015-04-01 17:20:44 +02:00
mtzro2003
fd418dd99f Merge pull request #1 from mtzro2003/mtzro2003-patch-1
Create Localization_ro.json
2015-04-01 14:34:21 +03:00
mtzro2003
87e9d066cf Create Localization_ro.json
Romanian localization
2015-04-01 14:29:52 +03:00
Sébastien Lucas
b39612d897 Merge pull request #199 from hkjinlee/master
Added Korean translation
2015-03-04 14:49:01 +01:00
Jin, Heonkyu
5ceb4503e1 Added Korean translation 2015-03-04 00:40:24 +09: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
b4630d1476 Add a disclaimer in the about page to make it clearer that I'm not the one responsible for the books made available (I got two mails from book authors some weeks ago). 2015-02-15 15:05:17 +01:00
Sébastien Lucas
3b855b9e42 Add some comments on the language code normalization 2015-02-06 20:55:32 +01:00
Sébastien Lucas
c5c9ffc3b0 Add other unit tests and fix a bug which caused COPS to be in english on a french IE11 2015-02-06 20:55:02 +01:00
Sébastien Lucas
a3ab0cc37c Merge pull request #193 from scorphus/localization-pt-br-and-pt
Improve/add localization files for both pt_BR and pt
2015-02-06 17:22:43 +01:00
Pablo Aguiar
0633dade25 Add Portuguese localization file, thanks @horus68! (re #37) 2015-02-06 13:30:07 -02:00
Pablo Aguiar
d384d6a6c6 Rename Brazilian Portuguese localization file to correct name (re #37)
This changeset stands on the shoulders of bc91c92 :)

Thanks @seblucas!
2015-02-06 13:30:00 -02:00
Pablo Aguiar
139cb002f0 Improve Brazilian Portuguese localization (re #37)
Thanks @horus68! These improvements are based on your suggestions
2015-02-06 13:23:52 -02:00
Sébastien Lucas
2358c6142c Fix the tests for php 5.3 2015-02-06 06:55:27 +01:00
Sébastien Lucas
8b69b7fe0a Translate all languages of russian translation. Thanks to Konstantin Krasnikov. 2015-02-05 21:52:23 +01:00
Sébastien Lucas
bc91c92ced Prepare COPS to handle language and country code. Still some stuff to fix but shouldn't be much. 2015-02-05 21:44:00 +01:00
Sébastien Lucas
37b7ef9037 Prepare next release (hopefully it will be 1.0.0). 2014-12-29 18:25:13 +01:00
Sébastien Lucas
f40c33e69e Fix the release date 2014-12-29 18:24:49 +01:00
Sébastien Lucas
78b9622538 Étiquette 1.0.0RC3 ajoutée à la révision 681dce395a60 2014-12-29 17:54:38 +01:00
Sébastien Lucas
2a4ab97d2c It feels better this way .... but I don't really know. 2014-12-29 17:14:18 +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
Sébastien Lucas
b05da57376 Fix 1.0.0RC2 release date. 2014-12-29 06:50:24 +01:00
Sébastien Lucas
34d1e9c3d4 Update changelog 2014-12-29 06:48:27 +01:00
Sébastien Lucas
07a85406fb Change the default sort of books by author to have books in a series first. 2014-12-29 06:20:57 +01:00