Kelson
fc1eb3c282
Bump-up kiwix-tools version to 2.1.0
2019-07-09 12:31:25 +02:00
Kelson
e31c1cd9a3
Update Changelog
2019-07-09 12:31:22 +02:00
Joe Reeve
e897dd4e59
Update classes and ids to have Kiwix namespace
2019-07-09 12:24:57 +02:00
Joe Reeve
7db7d2a2ab
Switch caret to image and move JS to separate file
2019-07-09 12:24:57 +02:00
Joe Reeve
5b612e67bd
Fix a few bugs found in code review
2019-07-09 12:24:57 +02:00
Joe Reeve
df047588a9
fix kiwix-serve toolbar search icon on article pages
2019-07-09 12:24:57 +02:00
Joe Reeve
9dede26717
Search icon positioning fix for Firefox
2019-07-09 12:24:57 +02:00
Joe Reeve
a22ae3d467
👌 updates from pr review
2019-07-09 12:24:57 +02:00
Joe Reeve
ea93a8a195
Fix padding and search bug, update button toggle icon
2019-07-09 12:24:57 +02:00
Joe Reeve
0a7f375f3a
Format taskbar.css
2019-07-09 12:24:57 +02:00
Joe Reeve
66c35b7b3e
Fix alignment, improve search box appearance
2019-07-09 12:24:57 +02:00
Joe Reeve
bad7f2ddf1
Make server toolbar auto-hide and collapse buttons into dropdown on small screens
2019-07-09 12:24:57 +02:00
Matthieu Gautier
758014a5ba
Merge pull request #304 from kiwix/int_retcode
...
Use integer to store the returnCode.
2019-07-01 11:24:22 +02:00
Matthieu Gautier
4fd961a761
Use integer to store the returnCode.
...
If we want to return `-1` we must use a integer, not a bool.
2019-06-27 19:15:41 +02:00
Matthieu Gautier
c063587a69
Merge pull request #303 from kiwix/no_unistd
...
Remove include of unistd.h
2019-06-27 18:49:13 +02:00
Matthieu Gautier
9b24676b02
Remove include of unistd.h
...
unistd.h is useless.
2019-06-27 18:20:22 +02:00
Matthieu Gautier
fc5572f495
Merge pull request #302 from kiwix/adapt_to_new_book_filter
...
Adapt kiwix-serve to the new api to filter library.
2019-06-27 09:55:50 +02:00
Matthieu Gautier
a1b3f46e4e
Adapt kiwix-serve to the new api to filter library.
...
See kiwix/kiwix-lib#234
2019-06-26 17:38:35 +02:00
Kelson
e0177c4923
Create FUNDING.yml
2019-06-22 07:58:19 +02:00
Matthieu Gautier
a365c1e720
Merge pull request #297 from kiwix/new_version
...
New version 2.0.0
2.0.0
2019-05-29 12:00:23 +02:00
Matthieu Gautier
3e97352128
[CI] Build on xenial.
2019-05-29 11:52:03 +02:00
Matthieu Gautier
78d2530878
New version 2.0.0
2019-05-29 11:52:03 +02:00
Kelson
d09f481b47
Merge pull request #298 from kiwix/better_usage
...
Small updates of the README
2019-05-29 10:37:27 +02:00
Emmanuel Engelhart
e0f07086d5
Small updates of the README
2019-05-29 10:29:48 +02:00
Kelson
bbff57e6aa
Merge pull request #290 from kiwix/add_footer
...
Add footer
2019-05-14 13:29:47 +02:00
Kelson
3c24d0a026
Add kiwix-serve welcome page footer
2019-05-04 14:09:26 +02:00
Kelson
6107bad17e
Remove deprecated js code
2019-05-04 13:44:06 +02:00
Kelson
5931ac45c4
Merge pull request #289 from kiwix/fix_multiple_add
...
Correctly set the zimPathToSave if there are several zim file to add.
2019-05-03 12:50:19 +02:00
Matthieu Gautier
4de8623a52
Correctly set the zimPathToSave if there are several zim file to add.
...
The variable `zimPathToSave` is used to store the option passed by the
user.
If we reuse this variable to store the real path to use for the first
zim file, then we will mess the path to save of other zim files.
Let's use a local variable here.
Fix #288
2019-05-03 12:09:23 +02:00
Kelson
6eace310a2
Merge pull request #284 from kiwix/better_kiwix-serve_usage
...
Better kiwix-serve usage()
2019-05-03 11:49:58 +02:00
Kelson
c6499ad5c6
Fix typo in kiwix-manage usage()
2019-05-03 11:41:18 +02:00
Emmanuel Engelhart
34ceaf37f2
Better kiwix-serve usage()
2019-05-03 11:38:35 +02:00
Kelson
f05096e2ce
Merge pull request #282 from kiwix/better_usage
...
Better kiwix-manage usage()
2019-05-03 11:31:48 +02:00
Emmanuel Engelhart
3864b2404c
Better kiwix-manage usage()
2019-05-03 11:23:53 +02:00
Kelson
4cd74dca4b
Merge pull request #283 from kiwix/remove_download_action
...
Remove kiwix-manage download action
2019-05-03 10:50:11 +02:00
Kelson
88cea54520
Revert "[kiwix-manage] Add a download
command to kiwix-manage."
...
This reverts commit c1e635bd4e3265eb5d0f87520b252a47cd14e36b.
2019-05-03 10:42:14 +02:00
Matthieu Gautier
3061c8bba3
Merge pull request #281 from kiwix/thread_win
...
Do not use this_thread::sleep or thread::hardware_concurrency.
2019-04-17 17:57:03 +02:00
Matthieu Gautier
2774eb9529
Do not use this_thread::sleep or thread::hardware_concurrency.
...
Mingw doesn't implement them. So, we should not use it.
I suppose that it was working before because mingw package for debian trusty
simply no provides a "thread" header.
We may face to include the native "thread" header.
2019-04-17 15:48:33 +00:00
Kelson
77dc2ef2ed
Merge pull request #280 from kiwix/3_columns_fix
...
Display cards in 3 columns properly
2019-04-17 16:44:18 +02:00
Emmanuel Engelhart
17d11f9772
Display cards in 3 columns properly
2019-04-17 09:12:23 +02:00
Matthieu Gautier
68ac06c397
Merge pull request #278 from kiwix/fix_server
...
Fix server
1.2.1
2019-04-16 14:37:58 +02:00
Matthieu Gautier
99f6941614
New version 1.2.1
2019-04-16 14:30:54 +02:00
Matthieu Gautier
848d058610
Always use POLL wen possible.
...
SELECT works only with fd < 1024. If we've got "too many" zim files,
the fd of the socket is > 1024 and we cannot create the daemon.
Also add the MHD_USE_DEBUG flag when we are verbose.
Fix #277
2019-04-16 14:29:06 +02:00
Matthieu Gautier
cdb9b28d35
Merge pull request #276 from kiwix/new_version
...
New version 1.2.0
1.2.0
2019-04-15 16:02:34 +02:00
Matthieu Gautier
43e1740d52
New version 1.2.0
2019-04-15 15:56:05 +02:00
Matthieu Gautier
7e8d02990e
Merge pull request #270 from kiwix/noDateAliasesFlag
...
Add --nodatealiases command line option #269
2019-04-15 10:24:59 +02:00
Kelson
c337cf174e
Add --nodatealiases command line option #269
2019-04-07 10:09:37 +02:00
Matthieu Gautier
8a64083d5b
Merge pull request #274 from kiwix/fix_win
...
Do not use POLL on windows.
2019-04-04 14:06:42 +02:00
Matthieu Gautier
d0687e40a6
Do not use POLL on windows.
...
libmicrohttpd has no support of poll on windows.
2019-04-04 12:14:37 +02:00
Matthieu Gautier
14b0b901f1
Merge pull request #273 from kiwix/no_rpath
...
Remove rpath in installed binaries.
2019-04-04 12:12:13 +02:00