Commit graph

1206 commits

Author SHA1 Message Date
kelson42
ddede5e413 + fix crash on MS/Windows with files having an empty title (Alchemy.zim) 2012-10-08 10:24:20 +00:00
kelson42
42c226da91 + better debug message 2012-09-24 20:55:30 +00:00
kelson42
36fa54647f + better debug message 2012-09-24 20:46:41 +00:00
kelson42
6efb49c81e + small renaming of stopword files 2012-09-01 11:38:09 +00:00
kelson42
79c7a9a730 + stopwords list in french 2012-09-01 11:17:54 +00:00
kelson42
7a134b0c34 + move the stopworkds directory 2012-09-01 11:14:51 +00:00
kelson42
a693423197 + add a space between the ZIM file unity in the library 2012-08-25 15:50:40 +00:00
kelson42
149c840d99 + move improved suggestion system (check also variations of the prefix) to reader.cpp 2012-08-25 15:36:41 +00:00
kelson42
7cf557b44d + remove uselles debug message 2012-08-15 19:21:11 +00:00
kelson42
0f7c1d812d + fix escaping problem by kiwix-serve suggestions 2012-08-15 19:17:45 +00:00
kelson42
20771de512 + small fix in suggestions 2012-08-15 18:58:31 +00:00
kelson42
52f7b38a46 + if not suggestions try ucFirst() and lcFirst() on the pattern 2012-08-15 18:51:05 +00:00
kelson42
717b7a902a + in the fulltext search, if pattern match exactly a title, then load automatical the article 2012-08-15 16:25:42 +00:00
kelson42
284085e3e1 + show introducetaskbar everytime (now we have the suggestions) 2012-08-15 15:44:44 +00:00
kelson42
38dbceeb50 + samll fix to make it working with XR14 2012-08-15 08:28:38 +00:00
kelson42
6e514f44f5 + fix small bug in autosuggest 2012-08-14 16:57:08 +00:00
kelson42
a74d192479 + add alway a new item "containing <searchpattern>" to force to go to the search engine 2012-08-14 16:47:22 +00:00
kelson42
523f8bc5a5 + remove js warning in kiwix-serve autosuggest 2012-08-14 16:36:18 +00:00
kelson42
5fb669acec + autosubmit by choosing a value in the search autocomplete list 2012-08-14 16:21:28 +00:00
kelson42
f13855a092 launch xulrunner-bin instead of xulrunner (otherwise does not work with XR 14.0.1) 2012-08-14 15:52:36 +00:00
kelson42
43f321e92f + small improvement of the debug messages 2012-08-14 15:18:25 +00:00
kelson42
9d81b35ebd + protect the verbose flag with mutex 2012-08-14 13:08:58 +00:00
kelson42
a6b177a8f8 + 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
kelson42
b8cad4be66 + remove useless js code 2012-08-14 07:11:45 +00:00
kelson42
bbc7644de0 + implement the suggestion in kiwix-serve 2012-08-13 23:37:51 +00:00
kelson42
a7397e73c3 + small fixes in error messages 2012-08-13 22:47:50 +00:00
kelson42
88d09e333a + better "verbose" mode 2012-08-08 14:39:40 +00:00
kelson42
4dd9c3b306 + try to fix problems with the "max" macro and windows 2012-08-07 10:09:31 +00:00
kelson42
641177ae0e + try to fix a problem with min/max macros 2012-08-07 07:24:45 +00:00
kelson42
dd1e6e17f0 + remove stdint.h include (useless and not portable) 2012-08-07 06:46:52 +00:00
kelson42
f2b9db6535 + resync the code with the ZIM SVN trunk 2012-08-05 18:33:52 +00:00
kelson42
2e71d6ab9c + small reorg. of the code 2012-07-25 16:05:52 +00:00
kelson42
d27d1c1716 + remove the old Makefile.mvsc 2012-07-18 08:23:27 +00:00
kelson42
2477c2649c + bump version to rc2 2012-07-17 19:02:11 +00:00
kelson42
dc1a1f4999 + remove ctype tries (now useless) 2012-07-06 18:23:51 +00:00
reg_
ce77b18d0e WARN dangerous: removed old autotools scripts. 2012-07-06 17:21:51 +00:00
reg_
cd36b21462 added zimaa file assoc for OSX 2012-07-06 16:41:30 +00:00
kelson42
6ec537d35a + does not exit anymore if a ZIM file is not readable (maybe the other ones are...) 2012-06-30 13:16:22 +00:00
kelson42
717725d55d + remove include_HEADERS directive 2012-06-30 09:43:46 +00:00
kelson42
575ad9e6cd + avoid installing header files 2012-06-30 08:54:15 +00:00
kelson42
26dba8fe49 + change call of function appendToFirstOccurence() and replaceRegex() 2012-06-28 12:53:06 +00:00
kelson42
e0cf824188 + was not able to deal with relative path in libraries 2012-06-27 10:18:41 +00:00
kelson42
c2cd40d067 + bump to 0.9 rc1 2012-06-20 11:12:52 +00:00
reg_
b41001382b fixed french manpage + aclocal clean 2012-06-15 16:33:17 +00:00
reg_
3258114ab3 Sleep for win32 2012-06-14 07:52:03 +00:00
kelson42
a6d062782f + windows port 2012-06-13 20:10:31 +00:00
kelson42
6251e429eb + fix unistd.h include on windows 2012-06-13 19:55:08 +00:00
reg_
92b1fb9ac2 unistd.h not in win32 2012-06-13 17:43:51 +00:00
reg_
958be0b496 use Sleep() on win32 in indexer. Add pthread dll to win dist 2012-06-13 16:48:14 +00:00
kelson42
340ab0dca8 + update date of copyright 2012-06-12 15:53:38 +00:00