From 64bccda37e9afa7e7a2d0d6e5b1b70fed9633603 Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Sun, 3 Jul 2016 22:44:13 -0400 Subject: [PATCH] $version_number --- home/wiki/App/UI/Tabs.html | 2 +- home/wiki/Blog.html | 483 +- home/wiki/Blog/2016-01.html | 17 +- home/wiki/Blog/2016-02.html | 19 +- home/wiki/Blog/2016-03.html | 23 +- home/wiki/Blog/2016-04.html | 25 +- home/wiki/Blog/2016-05.html | 15 +- home/wiki/Blog/2016-06.html | 29 +- home/wiki/Blog/2016-07.html | 245 + home/wiki/Change_log.html | 1041 ++-- home/wiki/Change_log/2013.html | 2 +- home/wiki/Change_log/2014.html | 22 +- home/wiki/Change_log/2016.html | 798 +++ home/wiki/Change_log/v3.7.1.1.html | 341 ++ home/wiki/Dashboard/Import/Online.html | 5630 ++++++++++----------- home/wiki/Dashboard/Wiki_maintenance.html | 117 +- home/wiki/Help/Download_XOWA.html | 390 +- home/wiki/Main_Page.html | 30 +- home/wiki/Options.html | 4 +- home/wiki/Options/Config_script.html | 1 - home/wiki/Options/Dev.html | 4 +- home/wiki/Options/Files.html | 6 +- home/wiki/Options/Import.html | 2 +- home/wiki/Options/Search.html | 2 +- home/wiki/Options/Search_suggest.html | 4 +- home/wiki/Options/Shortcuts.html | 2 +- home/wiki/Options/Wikibase.html | 2 +- 27 files changed, 4751 insertions(+), 4505 deletions(-) create mode 100644 home/wiki/Blog/2016-07.html create mode 100644 home/wiki/Change_log/2016.html create mode 100644 home/wiki/Change_log/v3.7.1.1.html diff --git a/home/wiki/App/UI/Tabs.html b/home/wiki/App/UI/Tabs.html index 1dec81879..f0dd2a363 100644 --- a/home/wiki/App/UI/Tabs.html +++ b/home/wiki/App/UI/Tabs.html @@ -56,7 +56,7 @@ Tab functionality will be enhanced in later v1.5.* releases.
  • - Tab configuration is available at Options/Tabs + Tab configuration is available at Options/Tabs
  • diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html index 195752e85..4c3dd38df 100644 --- a/home/wiki/Blog.html +++ b/home/wiki/Blog.html @@ -25,26 +25,29 @@

    - Archives + Archives

    @@ -55,492 +58,88 @@

    - Release: v3.6.4.2 (2016-06-27 12:40 Mon) -

    -

    - (PC) Fix Download Central failing on last step of image import -

    -

    - This is a patch to fix an issue with Download Central. Download Central would fail when trying to import images (it failed on the very last command). Restarting the app and resuming would fix it. -

    -

    - Note that this bug only occurred on PC and not Android. -

    -

    - I also included a few minor HTML changes for some related screens. -

    -

    - Release: v3.6.4.1 (2016-06-25 20:20 Sat) + Release: v3.7.1.1 (2016-07-03 18:00 Sun)

    - All apps are a major release due to fixes for Download Central and HTML databases. In addition, both PC and Android now have redlinks. + The PC version is a minor release. It adds Gallery support for HTML dtabases. +

    +

    + The Android version is a minor release. It fixes a number of severe crashes for outlier situations.

    - (Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki + (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews

    - All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central. + These wikis are available at Download Central.

    - (All) Fixes / changes for Download Central including multiple-tasks bug + (PC) Support Gallery

    - Last week had a patch to handle Download Central not working after resume. + On the PC, the HTML databaes showed Galleries vertically and with incorrect styles (no gray border box).

    - This release fixes another bug wherein tasks were only able to run one at a time. Now multiple tasks can be added to the queue. I tested this week with the English wikis and loading all the tasks. + This build fixes some galleries for the existing 2016-06 wikis. Unfortunately, the other galleries can only be fixed in the next HTML dump: 2016-07 and beyond.

    +

    + (PC & Android) More minor fixes for Download Central including connection disruption and WAKE_LOCK fixes +

    - In addition, this week has a few other notable items: + There are basically two types of fixes:

    - (All) HTML Databases: Better support for Redlinks, Timeline and Gallery + (Android) Multiple fixes for severe crashes

    - Last week had a few patches to handle HTML databases not working for old archive.org wikis. + There were a number of fixes for crashes in uncommon scenarios. Most of these involved switching SD cards, or deleting wikis outside XOWA. The crash was bad enough such that XOWA would not work unless the Storage files were cleared (or XOWA was reinstalled).

    - This week has a few new features: -

    - -

    - (PC) Minor parser fixes including tags with apostrophe and missing transluded pages -

    -

    - There are a handful of fixes here: -

    - -

    - Unfortunately, parser bugs are still part of the HTML dumps in the 2016-06 versions. They will be fixed in 2016-07 and beyond. + These are fixed in this version. For more info, see the Change log

    - Next release: v3.7.1 + Next release: v3.7.2

    -

    -
    -

    -

    - Release: v3.6.3.4 (2016-06-21 15:00 Wed) -

    -

    - (Server) Fix blank pages for wikis downloaded from archive.org (fixed for GUI in 3.6.3.3, but not for HTTP Server) -

    -

    - Thombles reported that v3.6.3.3 still didn't fix the blank pages. See: https://github.com/gnosygnu/xowa/issues/60 -

    -

    - I discovered that my fix in v3.6.3.3 only affected the GUI. The HTTP server still used different code (I was in the middle of refactoring). -

    -

    - I centralized the code for v3.6.3.4 and tested again with both GUI and HTTP Server. Hopefully this is the final patch release for the v3.6.3 series. -

    -

    - Thanks again to thombles for reporting the issues. -

    -

    - Release: v3.6.3.3 (2016-06-21 13:00 Tue) -

    -

    - Sorry all. Another patch release to fix a few major bugs. -

    -

    - Thanks to William and thombles for reporting the issues. -

    -

    - (PC) Fix blank pages for wikis downloaded from archive.org -

    -

    - v3.6.3.1 introduced automatic support for wikis downloaded through Download Central (HTML dumps). However, it wouldn't work with any wiki that was downloaded from archive.org (wikitext dumps, but with HTML metadata) -

    -

    - v3.6.3.3 fixes this issue. It now uses the wikitext dumps if the HTML dumps are not there. Just update your app, and you will see actual pages, not blank ones. -

    -

    - Also, note that you can disable the automatic HTML read by going to Options/HTML_databases -

    -

    - (PC) Fix Download Central icons for Mac OS X -

    -

    - Download Central looked pretty bad on Mac OS X. This was due to issues with the CSS flex directive and Safari browsers. -

    -

    - I put in a fix now to make it more presentable though there are still a few more blemishes to remove. -

    -

    - (PC) Log Download Central progress to troubleshoot failed completions -

    -

    - I had a report of Download Central failing for Simple Wikipedia. I was able to reproduce it partially on my Windows 32-bit machine, but it has since worked fine 4 times. Note that Download Central has also worked fine multiple times on Windows 64-bit machines and Linux 32-bit machines as well as Android OS. -

    -

    - I added some logging statements to troubleshoot the issue. -

    -

    - Release: v3.6.3.2 (2016-06-20 13:00 Mon) -

    -

    - (PC & Android) Fix Download Central not resuming after app is restarted -

    -

    - There was a bug in last night's release. Download Central would not resume after restarting the app. -

    -

    - This is fixed in this release. If you're downloading, please pause the download, exit the app, install the update, and resume again. -

    -

    - Release: v3.6.3.1 (2016-06-19 19:30 Sun) -

    -

    - The PC app is a major release. It has a new Download page, can now read Android HTML databases by default, and includes many minor fixes -

    -

    - The Android app is a major release. It also has a new Download page, as well as some minor changes. -

    -

    - The Server app is a major release. It can read Android HTML databases by default, and has a fix for the broken Search. -

    -

    - (PC & Android) New Download Central to download HTML dumps and images -

    -

    - Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well. -

    -

    - For v3.6.3, there are only two wikis: Simple Wikipedia and English Wikipedia. More wikis will be added every week throughout 2016. Next week, v3.6.4 should have other English wikis, like English Wiktionary and Wikisource. -

    -

    - Going forward, Download Central will be the primary vehicle to get XOWA wikis. It provides a simple way to import wikis. It eliminates any confusion about which files to download and where to copy them. Monthly updates for English Wikipedia will be published here as well. -

    -

    - To try it out, go to Download Central. For more info, see the Download Central help page. -

    -

    - (PC & Server) Android HTML dumps are now usable -

    -

    - This is the other major feature of the release. Previously, the app could only read wikitext dumps. Now, it can read the XOWA Android HTML dumps. This has a few key benefits: -

    - -

    - However, there are drawbacks as well: -

    - -
    -
    - Plans: Each of these features will be implemented over the course of 2016. The end-goal is to have the HTML dumps produce the same output as the wikitext dumps. -
    -
    - -
    -
    - Plans: This will be whittled down over releases, though it's unlikely that the HTML dumps will ever be smaller than 25 GB. -
    -
    - -
    -
    - Plans: This may be simplified with a "Generate HTML dump" button in the future, but generating an HTML dump for English Wikipedia will probably be a resource-intensive task -
    -
    -

    - Finally, a few notes on wikitext dumps versus HTML dumps. -

    - -

    - (PC & Android & Server) Search now reduces importance of short pages -

    -

    - The new XOWA Search Engine uses PageRank to rate pages by importance. Although this works well for Wikipedia, it sometimes overrates pages which exist for encyclopedic book-keeping. -

    -

    - For example, a lot of Wikipedia pages will have a small box called "Authority Control" at the bottom of the page. This box will have links to other pages like https://en.wikipedia.org/wiki/Integrated_Authority_Control If a million pages have this Integrated Authority Control link, then PageRank rates this page highly. ("1 million pages link to it!") However, the page itself is fairly short, and is not really one of the most important articles in Wikipedia (it would score higher than India, Insect, Italy, etc). -

    -

    - v3.6.3 tries to reduce the importance of these pages if these articles are "short". This heuristic was already present in the previous versions of the search engine, but has been further tweaked. -

    -

    - (Server) Fix for broken Search -

    -

    - This was kindly reported by thombles here: https://github.com/gnosygnu/xowa/issues/59 . The new Search Engine in 2016-03 broke the HTTP Server search. This was fixed in this release. -

    -

    - (PC) Minor fixes (Database, HTML Dump, Search, Special, Parser) -

    -

    - These can be described briefly as follows: -

    - -

    - (Android) Minor changes (more Special pages: redesigned UI for special pages, HTML Page Title, flat icon) -

    -

    - These can also be described briefly as follows: -

    - -

    - (Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06) -

    -

    - These are available through Download Central. -

    -

    - For users who want the 2016-06 English Wikipedia image update, see App/Import/Download Central -

    -

    - Next release: v3.6.4 -

    -

    - I'm focusing on HTML dump related issues for the next few weeks, particularly table of contents and redlinks -

    -

    - For wikis, I'm going to update the generate the other English wikis for Download Central. -

    -

    - Release: Android Beta with wiki downloader (2016-06-12 23:00 Sun) -

    -

    - I released a beta version of the wiki downloader: See https://play.google.com/store/apps/details?id=org.xowa.beta and https://github.com/gnosygnu/xowa/releases . I'm planning on doing some minor tweaks this week, before uploading it to the main XOWA Android app next week. I'll also release the desktop app as well. -

    -

    - In addition, I generated 2016-06 English Wikipedia, and will be uploading a new version to be used with the wiki downloader. Once I get the wiki downloader stabilized, I'll start updating the other wikis. -

    -

    - Release: NONE (2016-06-05 22:00 Sun) -

    -

    - There's no release again this week. I've been bogged down in Android SQLite optimizations for the wiki downloader. I'm going to release something next week as I'd like to get back to regular releases. -

    -

    - English Wikipedia is building now, so hopefully I'll have that ready for next week. -

    diff --git a/home/wiki/Blog/2016-01.html b/home/wiki/Blog/2016-01.html index 8c0eb3dff..3333b21f1 100644 --- a/home/wiki/Blog/2016-01.html +++ b/home/wiki/Blog/2016-01.html @@ -25,26 +25,29 @@

    - Archives + Archives

    @@ -393,7 +396,7 @@ The Android app is a major release. It has a Random feature, shows more images, and adds CSS-tweaks.

    - Documentation for html-dump script. See Dev/Command-line/Dumps + Documentation for html-dump script. See Dev/Command-line/Dumps

    This item is self-explanatory. The XOWA Android app is getting more stable, so I felt it would be time to document the generation of the HTML databases. diff --git a/home/wiki/Blog/2016-02.html b/home/wiki/Blog/2016-02.html index 721941d9e..cc6447428 100644 --- a/home/wiki/Blog/2016-02.html +++ b/home/wiki/Blog/2016-02.html @@ -25,26 +25,29 @@

    - Archives + Archives

    @@ -158,7 +161,7 @@

    - v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible + v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible

    New Raspberry Pi build diff --git a/home/wiki/Blog/2016-03.html b/home/wiki/Blog/2016-03.html index 510ee8428..9777e7023 100644 --- a/home/wiki/Blog/2016-03.html +++ b/home/wiki/Blog/2016-03.html @@ -25,26 +25,29 @@

    - Archives + Archives

    @@ -98,7 +101,7 @@ (Desktop) New autocomplete address bar

    - The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest. + The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest.

    Unfortunately, the autocomplete uses the new search system, so old wikis need to upgrade the search databases. You can upgrade by any of the following: @@ -119,10 +122,10 @@

  • - Use the Dashboard/Wiki_maintenance page + Use the Dashboard/Wiki_maintenance page
    • - Go to Dashboard/Wiki_maintenance + Go to Dashboard/Wiki_maintenance
    • Find your wiki in the list @@ -164,7 +167,7 @@ Punctuation friendly: Searches can be done for U.S.A. or USA; dont't or dont; half-life or half or life.
    • - Boolean searches: Searches can use boolean operators like -, ,, +, (), and *. In addition, there's even an escape operator: \. See App/Search + Boolean searches: Searches can use boolean operators like -, ,, +, (), and *. In addition, there's even an escape operator: \. See App/Search
    • Home wiki: The home wiki is now searchable. Try entering in search or any other word diff --git a/home/wiki/Blog/2016-04.html b/home/wiki/Blog/2016-04.html index dad78764e..7ef52fb67 100644 --- a/home/wiki/Blog/2016-04.html +++ b/home/wiki/Blog/2016-04.html @@ -25,26 +25,29 @@

      - Archives + Archives

  • @@ -162,7 +165,7 @@ The images are an update to the 2015-09 set. If you already have the 2015-09 set, just download the 2016-04 update: https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_file_update.7z
  • - For Android, download all the de.wikipedia.org files in Android/Setup + For Android, download all the de.wikipedia.org files in Android/Setup
  • For the other German wikis, the process is similar. Download https://archive.org/download/Xowa_dewiki_latest/Xowa_debundle_2016-04-07.7z and copy the files to your microSD card. @@ -270,7 +273,7 @@ Youtube video: https://www.youtube.com/watch?v=jsMTBxGweUw
  • - Android Setup: Android/Setup + Android Setup: Android/Setup
  • @@ -394,7 +397,7 @@ Really benefits from an SSD: SQLite really does better with an SSD. I tried some tricks like changing PRAGMA synchronous to OFF, but this only shaves off a dozen or so minutes. In contrast, an SSD will easily knock off an hour if not more (from 2 hours to about 40 min)

  • - If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org: + If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org:
    • https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z @@ -419,7 +422,7 @@ New user: Download the new 2016-03 version. Previously you would have to download 2015-06 set, and then download separate updates for every month between 2015-07 and 2016-03. This was just too cumbersome.
    • - Existing user (2015-06): Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see Dashboard/Files/Deletion. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version. + Existing user (2015-06): Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see Dashboard/Files/Deletion. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version.
    • Existing user (2013-11 or something else): Download the 2016-03 version. You have an old set of XOWA image databases that I really can't support any longer (they have an extension of .sqlite3). I know downloading 80 GB is painful, but I'm not planning to change database formats again in the future. @@ -511,7 +514,7 @@ The total size of English Wikipedia is about 90 GB. 8 GB is from old images: images removed from articles during the day-to-day editing churn.

      - If you have English Wikipedia and have been following along with the updates, go to Dashboard/Files/Deletion and follow the instructions therein. + If you have English Wikipedia and have been following along with the updates, go to Dashboard/Files/Deletion and follow the instructions therein.

      (Package) Release of French Wikipedia 2016-03 diff --git a/home/wiki/Blog/2016-05.html b/home/wiki/Blog/2016-05.html index 6c9898d81..3c6638543 100644 --- a/home/wiki/Blog/2016-05.html +++ b/home/wiki/Blog/2016-05.html @@ -25,26 +25,29 @@

      - Archives + Archives

  • diff --git a/home/wiki/Blog/2016-06.html b/home/wiki/Blog/2016-06.html index 5a8c34e21..6cb08b81d 100644 --- a/home/wiki/Blog/2016-06.html +++ b/home/wiki/Blog/2016-06.html @@ -24,27 +24,30 @@ 2016

    - Archives + Archives

    @@ -174,7 +177,7 @@ (Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki

    - All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central. + All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central.

    (All) Fixes / changes for Download Central including multiple-tasks bug @@ -296,7 +299,7 @@ v3.6.3.3 fixes this issue. It now uses the wikitext dumps if the HTML dumps are not there. Just update your app, and you will see actual pages, not blank ones.

    - Also, note that you can disable the automatic HTML read by going to Options/HTML_databases + Also, note that you can disable the automatic HTML read by going to Options/HTML_databases

    (PC) Fix Download Central icons for Mac OS X @@ -344,7 +347,7 @@ (PC & Android) New Download Central to download HTML dumps and images

    - Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well. + Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.

    For v3.6.3, there are only two wikis: Simple Wikipedia and English Wikipedia. More wikis will be added every week throughout 2016. Next week, v3.6.4 should have other English wikis, like English Wiktionary and Wikisource. @@ -353,7 +356,7 @@ Going forward, Download Central will be the primary vehicle to get XOWA wikis. It provides a simple way to import wikis. It eliminates any confusion about which files to download and where to copy them. Monthly updates for English Wikipedia will be published here as well.

    - To try it out, go to Download Central. For more info, see the Download Central help page. + To try it out, go to Download Central. For more info, see the Download Central help page.

    (PC & Server) Android HTML dumps are now usable @@ -414,7 +417,7 @@
    • - Requires separate post-processing generation step: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: Dev/Command-line/Dumps) + Requires separate post-processing generation step: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: Dev/Command-line/Dumps)
    @@ -509,10 +512,10 @@ (Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06)

    - These are available through Download Central. + These are available through Download Central.

    - For users who want the 2016-06 English Wikipedia image update, see App/Import/Download Central + For users who want the 2016-06 English Wikipedia image update, see App/Import/Download Central

    Next release: v3.6.4 diff --git a/home/wiki/Blog/2016-07.html b/home/wiki/Blog/2016-07.html new file mode 100644 index 000000000..ef37cb4d9 --- /dev/null +++ b/home/wiki/Blog/2016-07.html @@ -0,0 +1,245 @@ + + + + + Blog/2016-07 - XOWA + + + + + +
    +
    +
    +

    Blog/2016-07

    +
    +
    From XOWA: the free, open-source, offline wiki application
    +
    +
    + + + +

    + Release: v3.7.1.1 (2016-07-03 18:00 Sun) +

    +

    + The PC version is a minor release. It adds Gallery support for HTML dtabases. +

    +

    + The Android version is a minor release. It fixes a number of severe crashes for outlier situations. +

    +

    + (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews +

    +

    + These wikis are available at Download Central. +

    +

    + (PC) Support Gallery +

    +

    + On the PC, the HTML databaes showed Galleries vertically and with incorrect styles (no gray border box). +

    +

    + This build fixes some galleries for the existing 2016-06 wikis. Unfortunately, the other galleries can only be fixed in the next HTML dump: 2016-07 and beyond. +

    +

    + (PC & Android) More minor fixes for Download Central including connection disruption and WAKE_LOCK fixes +

    +

    + There are basically two types of fixes: +

    +
      +
    • + Show error when downloading: A user reported intermittent problems with download central: https://github.com/gnosygnu/xowa/issues/63 . A little later in the week, I discovered archive.org can sometimes drop a connection after a few hours. In these cases, XOWA would just stop without any indication. This version prints status messages to the screen, and also allows the user to resume +
    • +
    • + Android would sometimes time out: Android sometimes stops XOWA while downloading. This version allows XOWA to keep Android awake (WAKE_LOCK) until downloads finish. +
    • +
    +

    + (Android) Multiple fixes for severe crashes +

    +

    + There were a number of fixes for crashes in uncommon scenarios. Most of these involved switching SD cards, or deleting wikis outside XOWA. The crash was bad enough such that XOWA would not work unless the Storage files were cleared (or XOWA was reinstalled). +

    +

    + These are fixed in this version. For more info, see the Change log +

    +

    + Next release: v3.7.2 +

    +
      +
    • + Table of contents: I did more work on the TOC, but wasn't able to integrate it for this release. It should be part of the next one. +
    • +
    • + Redlinks for HTTP Server: This also didn't make it into this release. +
    • +
    • + Wikis: I'm working on French next and adding them to Download Central. +
    • +
    + +
    +
    +
    + + +
    +
    +
    +

    Namespaces

    + +
    +
    +
    + +
    + + + + + +
    +

    Android

    +
    + +
    +
    + +
    +

    Help

    +
    + +
    +
    + +
    +

    Blog

    +
    + +
    +
    + + + +
    +

    Donate

    +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html index d2af31da4..3b2d0259b 100644 --- a/home/wiki/Change_log.html +++ b/home/wiki/Change_log.html @@ -36,194 +36,148 @@
  • - 2 v3.6.4.2 (2016-06-27) + 2 v3.7.1.1 (2017-07-03) -
  • -
  • - 3 v3.6.4.1 (2016-06-25) - +
  • +
  • + 3 v3.6.4.2 (2016-06-27) +
  • -
  • - 4 v3.6.3.4 (2016-06-22) +
  • + 4 v3.6.4.1 (2016-06-25) -
  • -
  • - 5 v3.6.3.3 (2016-06-21) -
  • -
  • - 6 v3.6.3.2 (2016-06-20) +
  • + 5 v3.6.3.4 (2016-06-22) +
  • +
  • + 6 v3.6.3.3 (2016-06-21) +
  • -
  • - 7 v3.6.3.1 (2016-06-19) +
  • + 7 v3.6.3.2 (2016-06-20) +
  • +
  • + 8 v3.6.3.1 (2016-06-19) + -
  • -
  • - 8 v3.5.1.1 (2016-05-01) - -
  • -
  • - 9 v3.4.4.1 (2016-04-24) -
  • - 10 v3.4.3.1 (2016-04-17) + 9 v3.5.1.1 (2016-05-01) +
  • +
  • + 10 v3.4.4.1 (2016-04-24) +
  • -
  • - 11 v3.4.2.1 (2016-04-10) +
  • + 11 v3.4.3.1 (2016-04-17)
  • -
  • - 12 v3.4.1.1 (2016-04-04) - -
  • - 13 v3.3.4.1 (2016-03-27) + 12 v3.4.2.1 (2016-04-10)
  • - 14 v3.2.1.1 (2016-01-31) + 13 v3.4.1.1 (2016-04-04)
  • - 15 v3.1.5.1 (2016-01-31) - -
  • -
  • - 16 v3.1.4.2 (2016-01-28) - -
  • -
  • - 17 v3.1.4.1 (2016-01-24) - -
  • -
  • - 18 v3.1.3.1 (2016-01-17) - -
  • -
  • - 19 v3.1.1.1 (2016-01-03) -
  • -
  • - 20 Archives + 14 Archives
  • @@ -244,7 +198,7 @@ PC: Changes related to the XOWA application on Windows, Linux, and Mac OS X personal computers.
  • - Android: Changes related to Android OS phones, tablets, and related devices + Android: Changes related to the XOWA Android app on Android OS phones, tablets, and related devices
  • Server: Changes related to the XOWA HTTP Server on Windows, Linux, Mac OS X, and Raspberry PI machines @@ -253,7 +207,7 @@ Doc: Documentation changes in home wiki and http://xowa.org
  • - Dev: Code-related changes. Will not be noticeable. + Dev: Code-related changes.
  • @@ -279,11 +233,204 @@

    The most important category to review is major. The other categories may be skipped due to lower importance (if they were more important, they would be bumped up to major).

    +

    + v3.7.1.1 (2017-07-03) +

    +

    + Wiki +

    + +

    + PC +

    +

    + major +

    + +
    +
    + Links: https://en.wikipedia.org/wiki/Édouard_Manet https://en.wikipedia.org/wiki/List_of_tallest_buildings_in_the_world https://en.wikipedia.org/wiki/National_Gallery_of_Art +
    +
    + +

    + minor +

    + + + +

    + trivial +

    + + +
    +
    + Links: https://fr.wikipedia.org/wiki/Portail:Nord-Amérindiens/Image_sélectionnée +
    +
    + +
    +
    + Links: https://fr.wikipedia.org/wiki/Wikipédia:LiveRC/ToDo +
    +
    +

    + Android +

    +

    + major +

    + +
    +
    + Resolved by: Try "SECONDARY_STORAGE" environment variable if present. +
    +
    +

    + major +

    + +
    +
    + Resolved by: Always release WAKE_LOCK when task is done; remove WAKE_LOCK from internal hash. +
    +
    + +
    +
    + Resolved by: Reset progress at cmd level upon failure. +
    +
    + + +
    +
    + Resolved by: Use 1st installed wiki if English Wikipedia is not available. +
    +
    + +
    +
    + Resolved by: Add try / catch to Page__on_load_end. +
    +
    + +
    +
    + Resolved by: Add try / catch to OfflinePageStrategy. +
    +
    + +

    + trivial +

    + +
    +
    + Resolved by: Set "en" as language for home wiki. +
    +
    +

    + Dev +

    + +
    +
    + Resolved by: Split classes into separate files. +
    +
    + +

    v3.6.4.2 (2016-06-27)

    - PC + PC

    major @@ -328,7 +475,7 @@ v3.6.4.1 (2016-06-25)

    - Wiki + Wiki

    - v3.6.4.2 (2016-06-27) + v3.7.1.1 (2017-07-03)

    +

    + Wiki +

    +

    PC

    @@ -99,22 +107,17 @@

    - Resolved by: Release fsdb connections after registering new wiki. + Links: https://en.wikipedia.org/wiki/Édouard_Manet https://en.wikipedia.org/wiki/List_of_tallest_buildings_in_the_world https://en.wikipedia.org/wiki/National_Gallery_of_Art
    -

    @@ -122,269 +125,45 @@

    -

    -
    -

    -

    - v3.6.4.1 (2016-06-25) -

    -

    - Wiki -

    - -
    -
    - Links: Special:XowaDownloadCentral -
    -
    -

    - PC -

    -

    - major -

    - -
    -
    - Resolved by: Do not make Http_download_wkr a singleton. -
    -
    - -
    -
    - Links: Special:XowaDownloadCentralInfo?task id=1 -
    -
    - -
    -
    - Resolved by: Specify -webkit-align-items; Specify display:inline-block. -
    -
    - -
    -
    - Links: https://en.wikipedia.org/wiki/Arthur_Duffey -
    -
    - -
    -
    - Resolved by: Add timeline.js if timeline is present. -
    -
    - Links: https://en.wikipedia.org/wiki/Solar_System -
    -
    - -
    -
    - Resolved by: Include "mediawiki.page.gallery.css" if page has gallery. -
    -
    - Links: https://en.wiktionary.org/wiki/head https://en.wiktionary.org/wiki/A -
    -
    -

    - minor -

    - -
    -
    - Resolved by: Return template_name and template_args if template_name is invalid, not just template_name. -
    -
    - Example: pass: {{ {{{0}}} | arg_1 | arg_2 }}; fail: {{{{{0}}}}}. -
    -
    - Links: https://en.wikipedia.org/wiki/Flag_of_Greenland https://en.wikipedia.org/wiki/List_of_flags_by_number_of_colors -
    -
    - -
    -
    - Resolved by: Handle apostrophes inside quotes for attributes. -
    -
    - Example: key="a'b" x> key="a". -
    -
    - Links: https://en.wikisource.org/wiki/The_formative_period_in_Colby's_history -
    -
    - -
    -
    - Resolved by: Do not add Template: to transcluded missing pages. -
    -
    - Example: {{:missing}} -> [[:missing]] x> [[Template:Missing]]. -
    -
    - Links: https://en.wiktionary.org/wiki/a -
    -
    - -
    -
    - Resolved by: Add "kok" lang. -
    -
    - Links: https://en.wiktionary.org/wiki/नेपाळ -
    -

    trivial

    +
    - Resolved by: Use 32px ico instead of 512px. + Links: https://fr.wikipedia.org/wiki/Portail:Nord-Amérindiens/Image_sélectionnée
    - Resolved by: Change href='#' to href='javascript:void(0)'. -
    -
    - -
    -
    - Example: [[File:a.ogv]] -> "a.ogv" x> "A.ogv". -
    -
    - Links: https://de.wiktionary.org/wiki/fappieren -
    -
    - -
    -
    - Resolved by: Do not add </p> if gallery caption has <hr>. -
    -
    - Links: https://fr.wikiversity.org/wiki/Forfry -
    -
    - -
    -
    - Resolved by: Use underscore version of href for custom namespace title. -
    -
    - Example: "User_talk:A" x> "User talk:A". -
    -
    - Links: https://de.wikibooks.org/wiki/Wikibooks:Benutzersperrung/_InselFahrer -
    -
    -

    - Server -

    -

    - major -

    - -
    -
    - Resolved by: Add support for long-polling. -
    -
    - Links: http://localhost:8080/home/wiki/Special:XowaDownloadCentral -
    -
    - -
    -
    - Resolved by: Add more mime_types like svg, tif, web, etc. -
    -
    - Links: http://localhost:8080/home/wiki/Special:XowaDownloadCentral + Links: https://fr.wikipedia.org/wiki/Wikipédia:LiveRC/ToDo

    @@ -395,35 +174,88 @@

    - -
    - Links: https://en.wikipedia.org/wiki/Arthur_Duffey + Resolved by: Try "SECONDARY_STORAGE" environment variable if present. +
    +
    +

    + major +

    + +
    +
    + Resolved by: Always release WAKE_LOCK when task is done; remove WAKE_LOCK from internal hash.
    - Resolved by: Add timeline.js if timeline is present. + Resolved by: Reset progress at cmd level upon failure.
    +
    + + +
    - Links: https://en.wikipedia.org/wiki/Solar_System + Resolved by: Use 1st installed wiki if English Wikipedia is not available. +
    +
    + +
    +
    + Resolved by: Add try / catch to Page__on_load_end. +
    +
    + +
    +
    + Resolved by: Add try / catch to OfflinePageStrategy. +
    +
    + +

    + trivial +

    + +
    +
    + Resolved by: Set "en" as language for home wiki.

    @@ -431,7 +263,22 @@

    +
    +
    + Resolved by: Split classes into separate files. +
    +
    + + @@ -536,5 +383,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/home/wiki/Main_Page.html b/home/wiki/Main_Page.html index 6bed1a0fd..f3bf22a35 100644 --- a/home/wiki/Main_Page.html +++ b/home/wiki/Main_Page.html @@ -23,7 +23,7 @@

    - The XOWA Android app is now on Google Play Store. + The XOWA Android app is on the Google Play Store.

    Please try it out! See: https://play.google.com/store/apps/details?id=org.xowa @@ -82,28 +82,20 @@ Release notes

    - v3.6.4.2 features the following: + v3.7.1.1 features the following:

    -

    - v3.6.4.1 features the following: -

    -

    @@ -194,20 +186,20 @@

    - v3.3.4 also uses sqlite 3.8.2 + v3.3.4 uses sqlite 3.8.2