464 Commits

Author SHA1 Message Date
Kiran Mathew Koshy
215ce29c1f Permanant fix for bug651.
Kiwix manager class is back to original state, additional function for obtaining origID has been added to Kiwix::Reader class.
Kiwix-manage and Kiwix-serve back to normal.
2013-09-20 18:35:20 +05:30
Kiran Mathew Koshy
b198e56717 Updated Kiwix::Manager class to accept origID as the last optional parameter, so as not to break existing tools which use Kiwix::Manager 2013-09-20 02:52:29 +05:30
Kiran Mathew Koshy
ed53a9fdec Fixed kiwix-serve incompatibility after modification to manager class 2013-09-20 02:32:37 +05:30
Kiran Mathew Koshy
11897437f9 Kiwix manage now adds origID tag automatically if it detects a diff_file. 2013-09-18 00:28:35 +05:30
kelson42
50c6004204 + useless 2013-09-11 20:38:57 +02:00
Kiran Mathew Koshy
87e9b56236 Modified Kiwix-manage to incorporate origID parameter for diff files in the kiwix library.
Book class and Manager class modified.

-Kiran
2013-09-06 04:09:35 +05:30
renaud gaudin
3f485df8e7 ctpp2 as external lib on unix 2013-08-10 22:14:18 +08:00
renaud gaudin
ff06a99bd7 removed old pugixml tree 2013-08-09 18:29:25 +08:00
renaud gaudin
0b0d2fc4d0 removed old zimlib tree 2013-08-09 18:29:05 +08:00
kelson42
e027ec4e8d + Add cache HTTP headers 2013-06-17 15:41:06 +02:00
kelson42
3e0bd1ae80 + replace POST method with GET method in kiwix-serve UI 2013-06-17 14:56:15 +02:00
kelson42
90c1e137c8 + In the homepage, replace form method POST by GET (allow page reload without popup) 2013-06-17 14:40:16 +02:00
kelson42
fa9a87039e + fix encoding issue if search pattern not found 2013-05-21 11:41:11 +02:00
kelson42
4f254303f7 + new trial to fix the bug with the failing onclick on the kiwiwx-serve suggestion list 2013-05-21 11:09:35 +02:00
kelson42
7c87d15c14 + last fix in the suggestion bug (with click) 2013-05-20 12:50:53 +02:00
kelson42
75d37ade43 * FIXED: Buggy kiwix-serve suggestion click handling 2013-05-20 12:40:30 +02:00
kelson42
c0f54fb24c + fix launcher for XR20 2013-05-07 16:18:18 +02:00
kelson42
f83a5372fb * FIXED: kiwix-serve index page for chrome/chromium 2013-05-03 16:02:13 +02:00
renaud gaudin
394a0d8af2 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 04:03:55 +02:00
kelson42
28324c1651 + Was a unused jsctype prototype 2013-04-05 23:47:31 +02:00
kelson42
5f232c75e6 FIXED: Encoding issue in kiwix-serve 404 error message 2013-03-17 19:22:57 +01:00
kelson42
0ffb620669 * FIXED: Argument forwarding in kiwix-launcher 2013-03-06 15:24:36 +01:00
kelson42
5d67f41c58 + small visual UI fixes 2013-02-12 19:33:00 +00:00
kelson42
581362a43a * FIXED: kiwix-serve crahs if really long URL (#400) 2013-02-12 18:55:09 +00:00
kelson42
a861e378af * FIXED: kiwix-serve UI for non-javascript browsers like Dillo (#587) 2013-02-12 18:13:01 +00:00
kelson42
18bb573429 + make the index page button clickable also if javascript is not activated 2013-02-12 17:42:14 +00:00
kelson42
29f17e157f * FIXED: unclear usage() for console tools 2013-01-16 15:33:37 +00:00
kelson42
0b10631139 + bump version -> 0.9rc3 2012-12-30 17:22:39 +00:00
kelson42
8f85669e53 + fix fulltext result page for pattern including mustbeurlencoded characters 2012-12-30 16:55:08 +00:00
kelson42
a977b0ca67 + kiwix-serve page margin-top a little bit bigger 2012-12-20 22:30:35 +00:00
reg_
0506c603df fix install name ID for components (required for i386) 2012-12-20 11:52:48 +00:00
reg_
7c9b705304 fixed argument order 2012-12-03 22:34:04 +00:00
reg_
f228490138 different rpath for components, libraries and binaries 2012-12-03 17:41:00 +00:00
reg_
0080827b41 bins have different relative path to libs 2012-12-03 13:27:30 +00:00
reg_
11283444a7 fix rpath on kiwix binaries 2012-12-03 08:52:11 +00:00
kelson42
8feb6d7a98 small fix for osx 2012-11-25 14:24:29 +00:00
kelson42
1ef43029dc + fix bug to avoid kiwix-serve sporadicaly dies with big content 2012-11-22 21:46:06 +00:00
kelson42
1fe4e185f4 increase COMPRESSOR_BUFFER_SIZE to avoid segfaults 2012-11-22 20:14:12 +00:00
kelson42
888b5920e6 + re-add a few fixed for windows which where accidentely removed in r4170 2012-11-20 00:13:46 +00:00
kelson42
449d6ca472 + small fix for MSVC10 2012-11-18 16:50:30 +00:00
kelson42
1bb0a33dd0 + MSVC10 adaptation 2012-11-18 16:11:26 +00:00
kelson42
4c79cfcf06 + fix segfault if compress() return empty string 2012-11-18 12:14:57 +00:00
kelson42
8121f83d61 + also compress js, css and everything with "text/***" mimetype 2012-11-15 15:23:05 +00:00
reg_
01e1ee9f44 Changelog update 2012-11-15 15:11:21 +00:00
reg_
58fdb1d52f Fix bug where I.E9 could not access kiwix-serve content due to deflate. 2012-11-15 15:08:10 +00:00
kelson42
6d044853f4 + small fix in the welcome html 2012-11-15 14:10:53 +00:00
kelson42
e628bf5119 + some fixes in static pages 2012-11-15 14:06:30 +00:00
kelson42
274bd5829f + improve a few static html templates 2012-11-15 14:00:32 +00:00
kelson42
df32addcc1 + better html conformance for static pages 2012-11-15 13:51:33 +00:00
kelson42
5c9ec9cf3b + fixed buggy kiwix-manage remove feature 2012-11-12 10:17:23 +00:00