Commit Graph

21 Commits

Author SHA1 Message Date
Sébastien Lucas a9062a7632 Add a formal check for the PHP version. I still have a lot of people trying with PHP 5.2.X 2014-12-07 21:02:40 +01:00
Sébastien Lucas 81fbe584db Add a check for the php5-json extension (some Ubuntu based linux don't have it installed automatically). Reported by Mario. 2014-05-28 16:05:33 +02: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
edent ea92159631 Adding missing <h4> 2014-03-02 16:12:04 +00:00
edent b2a4f349eb Adding <meta charset="utf-8"> to relevant files 2014-03-01 12:09:51 +00:00
Sébastien Lucas 0f09ef5f8c Remove trailing spaces 2013-12-05 10:52:51 +01:00
Sébastien Lucas 4d9b3a4925 Fix the redirect in case the database is not found. I also handle better the case were no file are actually found. Thanks to At Libitum. fix #116 2013-11-25 17:10:43 +01:00
Sébastien Lucas 7e5d386275 add an option to detect case problem in the path stored in the database. re #103
Thanks to Ruud for the idea.
2013-10-22 21:40:31 +02:00
Sébastien Lucas c0d54591eb Add a checkconfig test to show which rendering engine is used. 2013-09-03 14:30:57 +02:00
Sébastien Lucas 3ca1d1d3df Cleanly fix the problems with line feed 2013-07-22 14:29:32 +02:00
Sébastien Lucas 29eb9329a0 Add a check for calibre path : it has to be local. 2013-06-26 21:36:25 +02:00
Sébastien Lucas e2622191b4 Move the CSS to a specific directory. re #25 2013-05-28 07:49:52 +02:00
Sébastien Lucas 0486dfd03b Small fixes to UI again 2013-05-16 17:22:21 +02:00
Sébastien Lucas 765b1a02e8 Add a footer. 2013-05-16 14:42:56 +02:00
Sébastien Lucas 9a2edbce70 Almost fixed checkconfig. 2013-05-16 14:41:24 +02:00
Sébastien Lucas 868a1b1d47 Add a test for the presence of libxml (not really needed in most cases). 2013-04-08 17:29:31 +02:00
Sébastien Lucas ff95d618db Checkconfig can now handle multi database. re #40 2013-04-04 20:53:44 +02:00
Sébastien Lucas 99454bd562 Add another test in checkconfig to check if the database contains at least some table from Calibre. 2013-03-19 21:11:10 +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 48126bcad7 Try to better explain why the user has been redirected 2013-01-06 09:49:05 +01:00
Sébastien Lucas 5105fa0a69 Add a configuration check page (checkconfig.php)
If opening the database is impossible redirect to the configuration check.

fix #7
2013-01-05 07:35:19 +01:00