541 Commits

Author SHA1 Message Date
Mossroy
0b6d9b42ac Merge pull request #305 from kiwix/translate-some-french-comments-second-attempt
Translate in English some comments that were in French.
2017-09-29 13:28:46 +02:00
Mossroy
11606448e7 Translate in English some comments that were in French. 2017-09-21 14:37:38 +02:00
Mossroy
6b3076a701 Merge pull request #298 from kiwix/make-nightwatch-use-split-test-zim-file
Make Nightwatch use the split ZIM files of Ray Charles archive.
2017-08-08 20:43:00 +02:00
Mossroy
29b69eb0e0 Make Nightwatch use the split ZIM files of Ray Charles archive.
Instead of the standalone ZIM file.
Fixes #185
2017-08-08 20:28:58 +02:00
Jaifroid
8f0658eac4 Handle uncaught exception and display welcome text if ZIMfile does not have main page 2017-08-08 19:24:03 +01:00
Mossroy
14f4991470 Merge pull request #296 from kiwix/fix-woff-removed-from-ubuntu-touch-package
Fix double-quotes handling to actually remove *.woff* from click package
2017-08-06 23:21:46 +02:00
Mossroy
c79e826401 Fix double-quotes handling to actually remove *.woff* from click package
Else the package is rejected by click-review
2017-08-06 23:16:29 +02:00
Mossroy
216d50a261 Merge pull request #295 from kiwix/add-ubuntu-touch-click-packaging
Add ubuntu touch click packaging
2017-08-03 22:17:53 +02:00
Mossroy
9194bce049 Put paths into double-quotes to avoid issues with spaces in folders.
Especially when you do a rm -rf...
2017-08-03 22:06:31 +02:00
Mossroy
166cf43d42 Add script and files to package app for Ubuntu Touch (.click file)
See #285
2017-08-03 22:06:31 +02:00
Jaifroid
90b4199dd1 Update requireJS to 2.3.3 (#283)
Tested and working on Firefox, Edge, Internet Explorer and Edge Mobile.
2017-07-15 23:27:14 +01:00
Mossroy
9731ecb643 Merge pull request #282 from kiwix/explicit-statement-on-platform-compatibility
Add explicit statement about browser compatibility in README.
2017-07-15 21:55:46 +02:00
Mossroy
dbbe7b45f8 Add explicit statement about browser compatibility in README.
Fixes #271
Plus minor rewording in the description
2017-07-15 21:47:30 +02:00
Mossroy
da32c3c768 Merge pull request #281 from kiwix/add-changelog
Add a changelog file in the source code.
2017-07-12 21:07:11 +02:00
Mossroy
cee720705c Add a changelog file in the source code.
Fixes #247
2017-07-12 18:01:50 +02:00
Jaifroid
83617b90cc Correct minor mistake
In commiting the PR I made a silly mistake (missed out "htmlArticle =" when copying a change to the regex). Apologies.
2017-07-10 22:08:05 +01:00
Jaifroid
0ab1bf9f9e Implements #272 (Prevent unnecessary display of 404s) (#273)
Implements #272, elaborating on idea of @sharun-s (hiding of img.src in img.data-src). This also hides the whitespace until the image is displayed.
2017-07-10 19:02:55 +01:00
Jaifroid
1506d2d966 Update bootstrap to 3.3.7 #269 (#279)
Implements kiwix-js #269 (Update bootstrap to 3.3.7).
2017-07-09 22:18:21 +01:00
Mossroy
30772b3f9c Merge pull request #276 from kiwix/firefox-48-for-nightwatch
Use version 47 of Firefox in nightwatch unit and UI tests.
2017-07-05 10:55:14 +02:00
Mossroy
80522867bf Use version 47 of Firefox in nightwatch unit and UI tests.
To workaround some random timeouts in Travis on Firefox>=48
Fixes #251
2017-06-29 21:01:16 +02:00
Jaifroid
213b937d51 Implements #268 Update jQuery to 3.2.1
Implements #268
2017-06-29 08:48:43 +01:00
Jaifroid
f038c4945f Rebrand candidate files (#263)
* Rebrand candidate files

Implements #262

* Reverted some refs to kiwix-html5

* Revert email for FFOS

* Changed HTML5 in email header

* Rebrand candidate files

Implements #262
2017-06-24 13:09:07 +01:00
Mossroy
6f488717c4 Merge pull request #261 from kiwix/fix-setremote-archive-for-Sauce-UI-tests
Minor enhancements on the way to inject the ZIM file for UI tests
2017-06-21 16:21:04 +02:00
Mossroy
172c8a6785 Read the ZIM file from localhost for UI tests
Instead of reading it from github.io
2017-06-21 15:57:43 +02:00
Mossroy
0624b99cb7 Properly use onreadystatechange on XHR for reading ZIM for UI tests. 2017-06-21 15:57:28 +02:00
Mossroy
be383bc1fa Merge pull request #258 from kiwix/more-info-when-ZIM-file-not-found-in-unit-tests
Give more info when a ZIM file is not found in unit tests.
2017-06-21 11:03:22 +02:00
Mossroy
3a166b8ed4 Give more info when a ZIM file is not found in unit tests.
Now it gives an error in the console log.
Fixes #234
Also replace this.* by xhr.* to be consistent in the code style
2017-06-21 11:01:50 +02:00
Mossroy
165ae7a8bd Merge pull request #260 from kiwix/Test-TOTAL_MEMORY-values-xzdec.js
Fixes #253 (EMSCRIPTEN buffer overrun)
2017-06-21 10:47:01 +02:00
Jaifroid
33ffb25f77 Fixes #253 (EMSCRIPTEN buffer overrun)
Incorrectly entered HEX value for TOTAL_MEMORY in xzdec.js. See #253 for full discussion. NB this file is minified, so diffs will not look pretty.
2017-06-19 10:32:01 +01:00
Mossroy
bf0f5bd924 Merge pull request #256 from kiwix/Random-button-display-bug
Fixes #250 Random button display bug
2017-06-18 22:29:30 +02:00
Mossroy
0c7944cfdb Merge pull request #255 from kiwix/Add-zimb-extensions
Add .zimb-extensions: fixes #254
2017-06-18 22:18:04 +02:00
Jaifroid
499fac07eb Fixes #250 Random button display bug
"Random" button displays over Wiki page in Windows 10 Mobile portrait orientation.
2017-06-18 10:35:17 +01:00
Jaifroid
cce09409b5 Add .zimb-extensions: fixes #254
Add .zimb-series extensions to <input ...> tag in .html
2017-06-18 09:20:57 +01:00
Jaifroid
c7c16d6881 Ignore VS
Ignore Visual Studio configuration files
2017-06-18 08:55:36 +01:00
Mossroy
e2a3941ba6 Fix requirejs Netbeans mapping for jQuery library.
To fix code autocompletion on this library
2017-06-05 17:46:18 +02:00
Mossroy
e9e2593615 Switch to 2.2-WIP in source code, to prepare version 2.2 2017-06-05 17:43:55 +02:00
Mossroy
041137dace Fix in script to publish to gh-pages 2017-06-05 17:38:17 +02:00
Mossroy
7fb1dd2d29 Fix Chrome extension version number.
It was wrong because we did not use the modified files in tmp/
Also rename the unsigned Firefox extensions as .zip instead of .xpi
2.1.0 2.1.0rc3
2017-06-02 23:20:05 +02:00
Mossroy
5d019dc6d6 Use 2 deploy providers in .travis.yml to handle nightly and tags.
It does not seem to be possible to have only one script launched in
both cases.
Should really fix #245
2.1.0rc2
2017-06-02 22:45:47 +02:00
Mossroy
d37f97183c Merge pull request #246 from kiwix/fix-travis-nighlty-builds-and-tags
Fix .travis.yml to generate packages for both nightly and tags.
2.1.0rc1
2017-06-02 22:28:57 +02:00
Mossroy
5cfa7dc76d Fix .travis.yml to generate packages for both nightly and tags.
Fixes #245
2017-06-02 22:23:15 +02:00
Mossroy
e4355cd4be Merge pull request #244 from kiwix/enhance-scripts-for-release
Enhance packaging scripts to handle public releases on tags
2017-05-31 22:49:49 +02:00
Mossroy
1bf2b9fa52 Change version numbers to 2.1-WIP 2017-05-31 22:36:49 +02:00
Mossroy
8421edb898 Enhance packaging scripts to handle public releases on tags.
So that Travis automatically runs on tags, and generates the
necessary files to be uploaded to Mozilla and Google.

Fixes #243
2017-05-31 22:33:35 +02:00
Mossroy
a3d3c76659 Merge pull request #241 from kiwix/readme_on_old_features_and_rewording_of_title_vs_direntry
Readme on old features and rewording of title vs direntry
2017-05-28 23:03:21 +02:00
Mossroy
25cda11420 Reword titleName to title, and remove DirEntry.name() and .getReadableName().
To help understanding the code.
2017-05-28 16:27:19 +02:00
Mossroy
e521f9dac0 Remove the zimArchive._dirEntryToTitleObject function to simplify. 2017-05-28 12:20:11 +02:00
Mossroy
c091922246 Remove the concept of Title (remaining from Evopedia archive structure).
As suggested in #218
2017-05-28 11:39:51 +02:00
Mossroy
2b7ff70ff5 Minor update README to talk about old removed features.
As suggested in #218
2017-05-27 23:13:15 +02:00
Mossroy
bf007b449e Merge pull request #239 from sharun-s/fix177
Fixes #177 History Navigation
2017-05-26 23:17:28 +02:00