kelson42
|
20daa92b65
|
+ start of the work on the multithreading indexer
|
2012-03-28 14:59:57 +00:00 |
kelson42
|
81424fedf3
|
+ new function def. for the indexer
|
2012-03-15 19:18:48 +00:00 |
kelson42
|
e6299aaeab
|
+ stub of new functions
|
2012-03-15 18:41:46 +00:00 |
reg_
|
13a7d481ca
|
moved all Makefile.am to Makefile.am.orig, added .alt ones and added link creation in autogen
|
2012-03-13 12:02:13 +00:00 |
kelson42
|
1455c1bfbc
|
FIXED: Library filtering by language with ISO639-1 language ZIM metadata
|
2012-03-08 21:13:09 +00:00 |
kelson42
|
288b0018fa
|
+ exception include
|
2012-03-07 17:25:33 +00:00 |
kelson42
|
b17f6a6d01
|
FIXED: Kiwix-serve sporadic invisible search box with non-latin contents
|
2012-02-27 17:57:26 +00:00 |
kelson42
|
8f89edf17c
|
+ fix bug in regex insertion (string was inserted in wrong place)
|
2012-02-27 17:25:01 +00:00 |
kelson42
|
bc8a400fd1
|
FIXED: Number of articles to high in the library (ID: 3396763)
|
2012-02-27 11:32:06 +00:00 |
kelson42
|
0b50729e03
|
+ fixed compilation with clucene 2.3
|
2012-02-07 23:41:03 +00:00 |
kelson42
|
1fb5194906
|
+ new getCurrentBook() method
|
2012-01-24 12:45:22 +00:00 |
reg_
|
19c355241c
|
fixed OSX indexing never ending
|
2011-12-22 14:07:28 +00:00 |
kelson42
|
d0d08c4f96
|
+ better default page loading
|
2011-12-22 11:54:19 +00:00 |
kelson42
|
fb1d0893e3
|
+ remove useless comment
|
2011-12-22 11:25:59 +00:00 |
kelson42
|
72e62fab6b
|
+ move appendToFirstOccurence() to regexTools.cpp and use now ICU as regex engine
|
2011-12-22 11:25:24 +00:00 |
kelson42
|
73217d5e49
|
+ small bug fix for windows
|
2011-12-20 20:11:56 +00:00 |
kelson42
|
784f87e715
|
+ port to windows
|
2011-12-17 14:59:43 +00:00 |
kelson42
|
4b545b8ae2
|
|
2011-12-12 14:49:49 +00:00 |
kelson42
|
faff227365
|
+ port makeDirectory to WIN32
|
2011-12-10 18:52:11 +00:00 |
kelson42
|
8df9c53878
|
+ fix the implementation of the arrows in the search restult page
|
2011-12-04 15:11:38 +00:00 |
kelson42
|
aa9ebdb87e
|
+ * Add "First" and "Last" arrows in the search result page (ID: 3442313)
|
2011-12-04 13:40:22 +00:00 |
kelson42
|
d851d065e8
|
+ small modification in the behaviour of addBook()
|
2011-11-28 10:50:57 +00:00 |
kelson42
|
74caed4811
|
Fix a wrong behaviour in case of two portable kiwix consecutive runs (ID: 3442083)
|
2011-11-26 09:32:02 +00:00 |
kelson42
|
fb12ac5eb1
|
+ small improvment of getMainPageUrl()
|
2011-11-26 07:14:09 +00:00 |
kelson42
|
9d4fd28ba6
|
* In the library, pressing <ENTER> in your local library directly open the file
* Greying "Load random article" menu entry if no content is loaded (ID: 3439112)
* Add the support of the "publisher" ZIM Metadata
|
2011-11-18 14:25:21 +00:00 |
kelson42
|
97548d4798
|
+ better deal by SetIndexBook() and SetBookPath() with relative paths.
+ Add addBookFromPathAndGetId() to know which book id has the added book
|
2011-11-01 15:07:30 +00:00 |
kelson42
|
bf58cf6b76
|
+ small fix to be able to save relative path in addBookFromPath()
|
2011-11-01 12:58:34 +00:00 |
kelson42
|
79d00c2b36
|
+ small fix to avoid duplicate slashes in paths
|
2011-11-01 12:58:00 +00:00 |
kelson42
|
5922808e12
|
+ copyFile() & getLastPathElement()
|
2011-11-01 12:25:33 +00:00 |
kelson42
|
f2280a6b02
|
+ bool makeDirectory(const string &path);
|
2011-11-01 10:57:51 +00:00 |
kelson42
|
cfa00c33f2
|
+ fix bug in path computation in computeAbsolutePath()
|
2011-11-01 10:04:16 +00:00 |
kelson42
|
9d371f295c
|
+ use libicu in regexTools
|
2011-10-31 09:55:34 +00:00 |
kelson42
|
9c9b32f897
|
+ fixed a regression I added one week ago
|
2011-10-31 09:46:38 +00:00 |
kelson42
|
5bd84c8db7
|
+ add the fileExists() function
|
2011-10-28 16:13:44 +00:00 |
kelson42
|
400cf57343
|
+ remove a few warnings with better parentheses and a cast
|
2011-10-28 16:06:19 +00:00 |
kelson42
|
98bf706297
|
+ better factorisation of the code (moved from manager.cpp to pathTools.cpp) -> creation of functions getFileSize() and getFileSizeAsString()
|
2011-10-28 15:54:31 +00:00 |
kelson42
|
9182f4e529
|
+ reorganisation of the code: creation of componentTools.[h|cpp] with two methods for charset manipulation (only used in contentManager XPCOM) and move of 3 path manipulations functions from manager.cpp to pathTools.cpp
|
2011-10-28 15:40:17 +00:00 |
kelson42
|
7e00a3339d
|
+ introduction of ternary operators
|
2011-10-24 13:26:53 +00:00 |
kelson42
|
8dce6d645e
|
+ remove useless string init. (string foobar="")
|
2011-10-24 13:13:50 +00:00 |
kelson42
|
c40a87837e
|
+ less if, more efficient
|
2011-10-24 12:55:12 +00:00 |
kelson42
|
1e9bfa168d
|
Better kiwix-serve default loading if no welcome page is defined in ZIM (ID: 3417227)
|
2011-10-24 12:50:27 +00:00 |
kelson42
|
72b8527654
|
+ add regex cache
|
2011-10-23 14:16:03 +00:00 |
kelson42
|
a1dfb3c9fd
|
+ New content manager search/filter feature (ID: 3390515)
|
2011-10-13 11:31:20 +00:00 |
kelson42
|
e33b448380
|
+ fix the generation of the lastopen list of files
|
2011-10-13 10:35:56 +00:00 |
kelson42
|
aadce46adf
|
+ improve filter
|
2011-10-11 22:22:14 +00:00 |
kelson42
|
5cd20c8fa7
|
+ code to pupulate publisher list in the content manager
|
2011-10-11 20:33:08 +00:00 |
kelson42
|
8b5559af2b
|
+ code to populate the language filter combobox in the content manager
|
2011-10-11 18:47:08 +00:00 |
kelson42
|
0f3c1e2888
|
+ filter by size
|
2011-10-10 17:05:36 +00:00 |
kelson42
|
d11f027fbe
|
+ content manager sortBy
|
2011-10-10 14:24:32 +00:00 |
kelson42
|
8f43bcc954
|
* Fixing a bug responsible of masking ongoing downloads while deleting an other content
|
2011-09-18 14:13:19 +00:00 |