Commit graph

119 commits

Author SHA1 Message Date
Sébastien Lucas
bbc6d858b3 Next release will be 0.5.0 2013-05-21 09:48:51 +02:00
Sébastien Lucas
99f0c63a0f Merge the html5 branch. fix #45 2013-05-21 09:40:39 +02:00
Sébastien Lucas
32279afc6e Hide tags & series if there is none. re #63 2013-05-21 09:10:05 +02:00
Sébastien Lucas
a56184153c Prepare for next release. 2013-05-09 02:51:26 +02:00
Sébastien Lucas
32d4588cbd Merge pull request #61 from wogong/master
add Chinese localization file and add charset setting
2013-05-07 05:10:35 -07:00
wogong
26c1d8f1c4 remove debug code 2013-05-07 16:30:53 +08:00
wogong
4c3f9b2820 zh localize almost done 2013-05-07 16:29:17 +08:00
wogong
0e6320e5a3 remove debug codes 2013-05-07 09:18:07 +08:00
Sébastien Lucas
6cd2cf8f0a Next version will be 0.4.0 2013-05-06 18:30:04 +02:00
wogong
e2dd39dfdd Chinese localize basicly OK 2013-05-04 11:53:21 +08:00
Sébastien Lucas
7ae55f0ba6 Fix string. re #40 2013-04-30 10:17:38 +02:00
Sébastien Lucas
6512313733 Fix a bad URL in OPDS catalog. re #40 2013-04-30 09:57:12 +02:00
Sébastien Lucas
526483d7a5 OPDS id are cleanly handled. re #40 2013-04-30 09:11:04 +02:00
Sébastien Lucas
ad52901226 Fix OPDS link. re #40 2013-04-29 16:47:16 +02:00
Sébastien Lucas
33cad7ad98 Fix search when no database is selected. re #40 2013-04-29 16:46:52 +02:00
Sébastien Lucas
059f05fac1 Fix some strings. re #37 2013-04-21 15:47:32 +02:00
Sébastien Lucas
6272cd1b01 Get rid of fancybox completely if not enabled. fixes #50
About.xml is still utf8 but looses it's BOM
2013-04-21 15:00:21 +02:00
Sébastien Lucas
0682c568b4 Add missing translation for search result. Based on a patch by Tobias. re #37 2013-04-20 15:19:48 +02:00
Sébastien Lucas
1a501e3c6c Fix database title with multiple database. re #40 2013-04-17 13:36:19 +02:00
Sébastien Lucas
16c85418c0 Reindent. re #55 2013-04-09 21:30:33 +02:00
Sébastien Lucas
893855a81d Hopefully fix the book summary problem with Wamp. re #45 2013-04-09 21:29:43 +02:00
Sébastien Lucas
60e8619d21 Prepare release 2013-04-04 21:12:52 +02:00
Sébastien Lucas
b34af8ae1f Fix bookdetail when Fancyapps is enabled. re #40 2013-04-04 21:11:45 +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
78b60baebd Basic multidatabase support. re #40
TODO :
 * Document the new option
 * Handle URL rewriting
 * Handle bookdetail
 * Test the case without fancybox
 * Update the title with database name
2013-04-04 08:55:58 +02:00
Sébastien Lucas
d86d544074 Refactor the use of Calibre path to prepare multi database. re #40 2013-04-03 15:00:09 +02:00
Sébastien Lucas
f8f20f3d5c Update addURLParameter to allow for a leading ?. re #40 2013-04-03 14:54:03 +02:00
Sébastien Lucas
51a97f8e57 Hopefully fix again comments. Reported by Alain. fixes #55 2013-04-03 14:41:58 +02:00
Sébastien Lucas
fee2275393 Prepare next release 2013-03-26 22:53:20 +01:00
Sébastien Lucas
6a9646bf15 Enhance the search to have a different output depending on the current page. re #34 2013-03-08 09:40:25 +01:00
Sébastien Lucas
02b55687e2 Fix book comment handling ... once again 2013-03-07 10:58:58 +01:00
Sébastien Lucas
75862fe24c Prepare next version 2013-03-06 08:21:46 +01:00
Sébastien Lucas
977e669805 Hopefully fix all the remaining case where the book summary is full of HTML crap.
Should fix all the OPDS page not working with Mantano and FBReaderJ.
2013-02-19 21:50:38 +01:00
Sébastien Lucas
b117f022e6 Prepare release 2013-02-14 09:19:31 +01:00
Sébastien Lucas
9e15cbf26c Fix ugly bug. Report by mariosipad. 2013-01-29 09:03:30 +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
05cf561683 Release preparation 2013-01-19 07:09:12 +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
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
48126bcad7 Try to better explain why the user has been redirected 2013-01-06 09:49:05 +01:00
Sébastien Lucas
10d0cf0eb6 Fix some title again :( 2013-01-05 18:19:56 +01:00
Sébastien Lucas
393f38a281 Fix some plural strings and a missing title. Reported by David Ciscar Presas. 2013-01-05 14:33:12 +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
Sébastien Lucas
0ba361e434 Add a permalink to book (the little linkish thingy)
fix the image zoom in the book detail
Add book title to the book detail
clean the code a little (more to do)
2013-01-03 21:40:43 +01:00
Sébastien Lucas
11f4efb51d Prepare release 2013-01-02 20:53:17 +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
8906430b13 Add a config item to avoid using Fancyapps.
For now the about box still use Fancyapps.

Reported by mcister and Northguy
2012-12-10 06:06:45 +01:00
Sébastien Lucas
473117567d Release preparation 2012-11-30 11:53:13 +01:00
Sébastien Lucas
95df9c8b7d Release preparation 2012-10-20 05:35:39 +02:00