Commit Graph

231 Commits

Author SHA1 Message Date
e4f52e355d + improve the verbose messages 2012-08-29 22:25:28 +00:00
a0b8ef99fc + replace sleep() by usleep(0 2012-08-29 22:21:41 +00:00
0c6bf971bf + size initialisation (=0)x 2012-08-26 09:29:44 +00:00
8de4dd9ce0 + move improved suggestion system (check also variations of the prefix) to reader.cpp 2012-08-25 15:36:41 +00:00
f3bdf98a51 + size in KB (not in Bytes) 2012-08-22 15:11:40 +00:00
ea8f560c76 + fix escaping problem by kiwix-serve suggestions 2012-08-15 19:17:45 +00:00
f8bb4a9998 + ucFirst() and lcFirst() functions 2012-08-15 18:50:24 +00:00
59d67aa036 + remove js warning in kiwix-serve autosuggest 2012-08-14 16:36:18 +00:00
68cf5e4977 + move unaccent.[h|cpp] to stringTools.[h|cpp]
+ remove unaccent.[h|cpp]
+ put stringTools.[h|cpp] methods in the "kiwix" namespace
+ modify code & compilation script to keep everything compiling
2012-08-14 10:58:03 +00:00
6cac5e6320 + remove useless js code 2012-08-14 07:11:45 +00:00
c55de68072 + implement the suggestion in kiwix-serve 2012-08-13 23:37:51 +00:00
d37e2355f8 + in computeAbsolutePath(), if "root" path is empty, compute with the current path 2012-08-13 22:47:09 +00:00
0305c3fff5 + buffer of 5000 instead of 10000 for the indexer 2012-08-08 21:57:10 +00:00
6067fab7f3 + better "verbose" mode 2012-08-08 14:39:40 +00:00
67211be8ad + better computation of ZIM files sizes 2012-08-05 18:44:05 +00:00
cef66b20e1 + getFileSize() method 2012-08-05 18:34:44 +00:00
e9740183c2 + replace C code with C++ 2012-08-05 18:03:44 +00:00
f4dc0a43e0 * FIXED: kiwix-serve memory leak on ARM (ID: 3538663) 2012-07-29 22:56:07 +00:00
4d15525dca + remove a few function attribute references 2012-07-25 16:29:49 +00:00
6ae3c27195 + fix small regression in indexinv (title were without accents) 2012-07-12 17:51:23 +00:00
d1ccecc5f7 + fixed indexing progression > 100% (ID: 3539572) 2012-07-05 10:30:10 +00:00
28138e7ff9 + change call of function appendToFirstOccurence() and replaceRegex() 2012-06-28 12:53:06 +00:00
084af011dd + try to fix ZIM loading problem on Windows with library relative paths 2012-06-14 18:32:41 +00:00
3a5b7fabc1 added #include <unistd.h> for GCC 4.7+ 2012-06-07 15:21:10 +00:00
2cd537fd02 + try to fix the problem with corrupted resources on arm kiwix-serve 2012-05-20 10:53:00 +00:00
f29a845682 + realloc values before creating the string 2012-05-19 19:16:26 +00:00
ae8882bd58 + new version of the resources 2012-05-12 21:27:24 +00:00
4259de99f2 + change HTML ids of kiwix taskbar 2012-05-03 10:11:05 +00:00
fd87db6844 + xapian writabledatabase::close() only for Windows 2012-04-28 17:22:33 +00:00
4dd4d510c9 + Move beautifyInteger() to stringTools.[h|cpp] 2012-04-28 16:16:54 +00:00
f48df4a960 + move splitString.[h|cpp] to stringTools.[h|cpp] 2012-04-28 16:01:27 +00:00
508fd68958 + fix small regression in kiwix-serve search engine display 2012-04-24 18:09:09 +00:00
b61db587ac + new resources 2012-04-24 16:35:10 +00:00
91245974e2 fixed indexer UI on OSX 2012-04-24 16:25:03 +00:00
2acadfb0c9 + remove small -reorder compilation warning 2012-04-24 15:20:09 +00:00
040ace5091 + replace in the searcher the usage of dynamic loaded template file by the usage of a resource 2012-04-23 21:20:25 +00:00
359f386ebe + first version of the resourceTools 2012-04-23 17:36:09 +00:00
d00142d1cd small improvement of getHumanReadableIdFromPath() 2012-04-23 11:15:32 +00:00
b8a13ede0a + small windows adaptation to the function to get the exe full path 2012-04-19 16:22:45 +00:00
17a4c42eb3 fixed getExecutablePath() on OSX 2012-04-19 16:10:34 +00:00
bec68ffa13 + close cleanly the writabledatabse at the end of the indexing process 2012-04-19 13:31:15 +00:00
b40a317bf0 + introduce Sleep() for Windows 2012-04-19 12:10:05 +00:00
9c3c3a1f68 Manager::readFile() returns now false if the file can not be found/open/read 2012-04-19 08:18:50 +00:00
8f69987929 + last improvement of the new kiwix-serve 2012-04-16 23:21:37 +00:00
54cb99d074 + add unaccent.[c[[|h] to Makefile.am
+ fix some regression added few hours ago
2012-04-16 22:48:12 +00:00
179ed1917d + Book.getHumanReadableIdFromPath() 2012-04-16 19:32:24 +00:00
2e8806e4d7 + sort contents by date DESC 2012-04-16 16:18:42 +00:00
12fd7eb06a + comment a xapian commit(), not mandatory and not available in old xapian versions 2012-04-16 14:31:25 +00:00
52348ef11c + fix different stuff related to the new indexer 2012-04-07 20:48:55 +00:00
1fd0314f1e + small fix to avoid system error by "killing" the indexing 2012-04-07 20:27:56 +00:00