1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

v3.12.2.1

This commit is contained in:
gnosygnu
2016-12-11 21:16:32 -05:00
parent ab61eef560
commit 2a68394f65
67 changed files with 560 additions and 199 deletions

View File

@@ -73,27 +73,90 @@
</div>
<ul>
<li class="toclevel-1 tocsection-1">
<a href="#Release:_v3.12.1.1_.282016-12-04_22:00_Sun.29"><span class="tocnumber">1</span> <span class="toctext">Release: v3.12.1.1 (2016-12-04 22:00 Sun)</span></a>
<a href="#Release_.28Android.29:_v3.12.2.1_.282016-12-11_20:00_Sun.29"><span class="tocnumber">1</span> <span class="toctext">Release (Android): v3.12.2.1 (2016-12-11 20:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-2">
<a href="#.28Wiki.29_Publish_2016-11_Dutch_and_Russian_wikis._Also.2C_2016-11_German_Wikipedia"><span class="tocnumber">1.1</span> <span class="toctext">(Wiki) Publish 2016-11 Dutch and Russian wikis. Also, 2016-11 German Wikipedia</span></a>
<a href="#.28Android.29_Remove_horizontal_scrollbars_by_hiding_Navigation_boxes_by_default"><span class="tocnumber">1.1</span> <span class="toctext">(Android) Remove horizontal scrollbars by hiding Navigation boxes by default</span></a>
</li>
<li class="toclevel-2 tocsection-3">
<a href="#.28PC.29_Fix_.22stalled.22_English_Wikipedia_import_on_older_machines"><span class="tocnumber">1.2</span> <span class="toctext">(PC) Fix "stalled" English Wikipedia import on older machines</span></a>
</li>
<li class="toclevel-2 tocsection-4">
<a href="#.28PC.29_Fix_various_minor_Scribunto_and_Wikibase_errors_with_Russian_Wikipedia_including_inferred_datatype"><span class="tocnumber">1.3</span> <span class="toctext">(PC) Fix various minor Scribunto and Wikibase errors with Russian Wikipedia including inferred datatype</span></a>
<a href="#Next_release:_v3.12.4"><span class="tocnumber">1.2</span> <span class="toctext">Next release: v3.12.4</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-4">
<a href="#Release:_v3.12.1.1_.282016-12-04_22:00_Sun.29"><span class="tocnumber">2</span> <span class="toctext">Release: v3.12.1.1 (2016-12-04 22:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-5">
<a href="#.28PC.29_Fix_page_sync_issues_when_syncing_File_or_Chinese_pages_with_math"><span class="tocnumber">1.4</span> <span class="toctext">(PC) Fix page sync issues when syncing File or Chinese pages with math</span></a>
<a href="#.28Wiki.29_Publish_2016-11_Dutch_and_Russian_wikis._Also.2C_2016-11_German_Wikipedia"><span class="tocnumber">2.1</span> <span class="toctext">(Wiki) Publish 2016-11 Dutch and Russian wikis. Also, 2016-11 German Wikipedia</span></a>
</li>
<li class="toclevel-2 tocsection-6">
<a href="#Next_release:_v3.12.2"><span class="tocnumber">1.5</span> <span class="toctext">Next release: v3.12.2</span></a>
<a href="#.28PC.29_Fix_.22stalled.22_English_Wikipedia_import_on_older_machines"><span class="tocnumber">2.2</span> <span class="toctext">(PC) Fix "stalled" English Wikipedia import on older machines</span></a>
</li>
<li class="toclevel-2 tocsection-7">
<a href="#.28PC.29_Fix_various_minor_Scribunto_and_Wikibase_errors_with_Russian_Wikipedia_including_inferred_datatype"><span class="tocnumber">2.3</span> <span class="toctext">(PC) Fix various minor Scribunto and Wikibase errors with Russian Wikipedia including inferred datatype</span></a>
</li>
<li class="toclevel-2 tocsection-8">
<a href="#.28PC.29_Fix_page_sync_issues_when_syncing_File_or_Chinese_pages_with_math"><span class="tocnumber">2.4</span> <span class="toctext">(PC) Fix page sync issues when syncing File or Chinese pages with math</span></a>
</li>
<li class="toclevel-2 tocsection-9">
<a href="#Next_release:_v3.12.2"><span class="tocnumber">2.5</span> <span class="toctext">Next release: v3.12.2</span></a>
</li>
</ul>
</li>
</ul>
</div>
<h2>
<span class="mw-headline" id="Release_.28Android.29:_v3.12.2.1_.282016-12-11_20:00_Sun.29">Release (Android): v3.12.2.1 (2016-12-11 20:00 Sun)</span>
</h2>
<p>
There is no PC release this week. I've been working on the new Configuration system as well as Section editing.
</p>
<p>
The Android version has a minor release.
</p>
<h3>
<span class="mw-headline" id=".28Android.29_Remove_horizontal_scrollbars_by_hiding_Navigation_boxes_by_default">(Android) Remove horizontal scrollbars by hiding Navigation boxes by default</span>
</h3>
<p>
This was a change due to the feedback from a Google Play review (which has since been deleted). There's a little more documentation at <a href="https://github.com/gnosygnu/xowa/issues/112" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/112</a>
</p>
<p>
XOWA Android would show pages which have horizontal scrollbars. They appear mostly because of what's called Navigation boxes ("navboxes") at the bottom of the page. For example, go to <a href="https://en.wikipedia.org/wiki/Earth#External_links" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Earth#External_links</a> and see the section called "Articles related to Earth"
</p>
<p>
The Wikipedia Mobile App and the Wikipedia Mobile Site both hide these by default. XOWA Android used to show them by default. This was a deliberate decision on my side, because (a) I generally like to show as much content as possible and (b) I do find them useful.
</p>
<p>
However, after the strongly worded review, I realized that there probably was considerable UI wisdom in hiding them by default. So I changed the behavior of XOWA to follow the same behavior as Wikipedia's Mobile App / site.
</p>
<p>
However, I also left a configuration option to show them by default. To do so, the following would need to be done:
</p>
<ul>
<li>
Open the left side menu and do "XOWA" -&gt; "Settings" -&gt; "XOWA options"
</li>
<li>
Check "Show navboxes"
</li>
<li>
Visit a page like Earth
</li>
</ul>
<h3>
<span class="mw-headline" id="Next_release:_v3.12.4">Next release: v3.12.4</span>
</h3>
<p>
I'm skipping next week due to personal reasons. This means that the next possible release would be Christmas weekend. I'll try to push something out then, but since may rely on a quick "beta" release.
</p>
<ul>
<li>
<b>Wikis</b>: I'm running a little behind on 2016-12 English Wikipedia. I'm hoping to have a version later this week, but there may be a few things to investigate.
</li>
<li>
<b>Options</b>: I'm done with most of the core parts the Options system. I now need to work on migration, which will probably take some time.
</li>
</ul>
<h2>
<span class="mw-headline" id="Release:_v3.12.1.1_.282016-12-04_22:00_Sun.29">Release: v3.12.1.1 (2016-12-04 22:00 Sun)</span>
</h2>
@@ -107,7 +170,7 @@
<span class="mw-headline" id=".28Wiki.29_Publish_2016-11_Dutch_and_Russian_wikis._Also.2C_2016-11_German_Wikipedia">(Wiki) Publish 2016-11 Dutch and Russian wikis. Also, 2016-11 German Wikipedia</span>
</h3>
<p>
As per the section title, 2016-11 Dutch and Russian wikis are up at archive.org. You can check <a href="http://xowa.org/home/wiki/Wiki_setup/Listing.html" id="xolnki_15" title="Wiki setup/Listing" class="xowa-visited">Wiki_setup/Listing</a> or <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_16" title="Special:XowaDownloadCentral">Special:XowaDownloadCentral</a>
As per the section title, 2016-11 Dutch and Russian wikis are up at archive.org. You can check <a href="http://xowa.org/home/wiki/Wiki_setup/Listing.html" id="xolnki_15" title="Wiki setup/Listing" class="xowa-visited">Wiki_setup/Listing</a> or <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_16" title="Special:XowaDownloadCentral" class="xowa-visited">Special:XowaDownloadCentral</a>
</p>
<p>
Again, thanks to Ope30 for testing these wikis.