Commit Graph

2200 Commits

Author SHA1 Message Date
kelson42 840442fccd + remove debug messages 2013-12-16 13:33:29 +01:00
kelson42 51fb9e1417 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-12-16 03:34:21 +01:00
Rashiq Ahmad 7d0c715e76 Merge remote-tracking branch 'origin/master' 2013-12-16 03:01:25 +01:00
renaud gaudin 27eababf7c Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-12-13 09:14:40 +00:00
Rashiq Ahmad 8e08340efd Merge remote-tracking branch 'origin/master' 2013-12-12 21:26:35 +01:00
renaud gaudin 6d22810d2d Merge branch 'master' into winbuild 2013-12-11 19:17:33 +00:00
renaud gaudin 6ed0acfde4 Merge branch 'master' into extern_zimlib 2013-12-09 12:07:38 +00:00
renaud gaudin fd9c9ac17e catching up with master 2013-12-09 12:02:58 +00:00
rgaudin fcf84811c6 Fixed extern compile (static) on linux and removed Clucene dependency 2013-12-09 10:51:06 +00:00
Kelson42 060b6c03f1 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-11-24 13:22:48 +01:00
Kelson42 bf4381d4f4 Remove usage of UnicodeString.tempSubString() which is only available in recent versions of ICU 2013-11-24 13:22:05 +01:00
renaud gaudin 8bb7c040b1 Fixed CTPP2 loader to use resource instead of file 2013-11-14 18:50:26 +00:00
renaud gaudin 2bbe2cb9ad Added compiled template to static 2013-11-13 20:02:20 +00:00
renaud gaudin 2a8d7fde56 Fixed CTPP2 not working
* Fixed templates
* Changed behavior of getHtml() to use higher level VM API
2013-11-13 19:58:56 +00:00
kelson42 ad20fde08f + android integrates now libicu 2013-11-12 02:03:34 +01:00
kelson42 39fa510af5 + improve suggestions search, search also entitled words 2013-11-10 17:54:11 +01:00
kelson42 987d6f672f + take care the nore than maxsuggestions is delivered 2013-11-10 17:42:52 +01:00
kelson42 2ad238f095 + fix kiwix:ucFirst and kiwix:lcFirst 2013-11-05 12:08:43 +01:00
kelson42 835388daf9 cleaner unescapeUrl() 2013-10-07 13:10:37 +02:00
kelson42 48fa26028f + fix small regression in the unescape_url() code 2013-10-06 20:58:20 +02:00
kelson42 696cfc90c3 + small beautifying of the code 2013-09-22 16:56:16 +02:00
kelson42 0bab890203 + fix small regression 2013-09-22 13:17:11 +02:00
kelson42 c9d1f562ff + fix a few typo/style stuff 2013-09-22 13:11:19 +02:00
Kiran Mathew Koshy 1299c4c264 wix::Manager::getBooksIDs() now returns diff files too. 2013-09-22 15:09:23 +05:30
Kiran Mathew Koshy 14a4394f6d 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 2f89926616 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 c22b5a1d4c Rmoved title, favicon, faviconmimetype,description,author, publisher, date, language parameters from library file for diff files. 2013-09-18 15:55:29 +05:30
Kiran Mathew Koshy 7fbf20936e Updated kiwix::manager class to prevent it from returning a diff file as a normal book. 2013-09-13 14:59:44 +05:30
Kiran Mathew Koshy 7fd2dce1fa 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 d2a2802897 ctpp2 as external lib on unix 2013-08-10 22:14:18 +08:00
renaud gaudin 69f43266c0 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-08 13:06:19 +08:00
kelson42 0e729f4027 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-07 15:54:35 +08:00
renaud gaudin 741c15da0d Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-07 12:37:05 +08:00
kelson42 75130b883b + load custom ctpp2 class 2013-08-07 12:24:48 +08:00
kelson42 80750edbdd + Isolation of a custom CTPP2 class 2013-08-07 12:24:16 +08:00
renaud gaudin 2f7e909b88 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-06 16:06:42 +08:00
kelson42 9fb152b7f2 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-06 13:44:05 +08:00
kelson42 bd81a2c662 + fix mgmt of custom libraries with relative paths 2013-08-06 13:43:26 +08:00
kelson42 435e7ac76f + fix in ro library mgmt 2013-08-06 13:09:34 +08:00
kelson42 c80914b774 + fix library update with readonly libraries 2013-08-06 12:41:14 +08:00
kelson42 34d69ae2c2 + better deal with relative/absolute paths 2013-08-05 19:08:50 +08:00
kelson42 cb95e1f2ee addBook() save also books pathAbsolute&indexPathAbsolute 2013-08-05 19:07:10 +08:00
kelson42 65486616ed Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-05 16:41:14 +08:00
kelson42 58f30fd0e5 + fix escaping character (%) parser in url parsing 2013-08-05 16:40:40 +08:00
kelson42 5d8593805f + fixes for Android 2013-08-05 13:11:35 +08:00
kelson42 2a13f2a177 + add kiwix string split() functions in android builds 2013-08-05 11:38:27 +08:00
kelson42 4cafeaf153 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-08-04 15:26:46 +08:00
kelson42 9b3064d945 + better deal with paths 2013-08-04 15:26:09 +08:00
kelson42 acc78f585b + replace a few variables with a CONSTANT
+ new method computeRelativePath()
2013-08-04 14:26:33 +08:00
Ayoub DARDORY ac50d0eade Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-06-22 18:41:00 +01:00