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

fix_cli_for_fsdb_make_v1a

This commit is contained in:
gnosygnu
2020-09-07 22:43:20 -04:00
parent 52523ced53
commit 2fa92d6e34
161 changed files with 2406 additions and 5103 deletions

View File

@@ -25,7 +25,7 @@
</p>
<ul>
<li>
<a href="/wiki/Blog/2019-07" id="xolnki_2" title="Blog/2019-07" class="xowa-visited">2019-07</a>
<a href="/wiki/Blog/2019-07" id="xolnki_2" title="Blog/2019-07">2019-07</a>
</li>
<li>
<a href="/wiki/Blog/2019-03" id="xolnki_3" title="Blog/2019-03">2019-03</a>
@@ -178,7 +178,7 @@
<span class="mw-headline" id="(PC)_Fix_import_errors_in_Import/Offline">(PC) Fix import errors in Import/Offline</span>
</h3>
<p>
<a href="/wiki/Dashboard/Import/Offline" id="xolnki_10" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a> was broken due to the recent changes in the Category system. In addition, there were a few other minor fixes.
<a href="/wiki/Dashboard/Import/Offline" id="xolnki_10" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a> was broken due to the recent changes in the Category system. In addition, there were a few other minor fixes.
</p>
<h3>
<span class="mw-headline" id="Next_release:_v3.11.2">Next release: v3.11.2</span>
@@ -240,13 +240,13 @@
</p>
<ul>
<li>
<b>Improved performance on SATA drives, especially for large categories</b>: The category system in v3.9.4.1 worked okay on SSD drives, but did poorly on SATA drives. Large categories (2,000+) like <a href="/site/en.wikipedia.org/wiki/Category:2001_albums">https://en.wikipedia.org/wiki/Category:2001_albums</a> would take 20-30 seconds to load. Now they take 4-5 seconds.
<b>Improved performance on SATA drives, especially for large categories</b>: The category system in v3.9.4.1 worked okay on SSD drives, but did poorly on SATA drives. Large categories (2,000+) like <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a> would take 20-30 seconds to load. Now they take 4-5 seconds.
</li>
<li>
<b>Next 200 / Previous 200 would not work on English Wikipedia for large categories</b>: English Wikipedia recently changed their sorting collation from "uppercase" to "uca-default-u-kn". As a result, a number of entries no longer sorted correctly, and pressing "Next / Previous" would break. As an example, <a href="/site/en.wikipedia.org/wiki/Category:All_stub_articles">https://en.wikipedia.org/wiki/Category:All_stub_articles</a> now works correctly navigating forward
<b>Next 200 / Previous 200 would not work on English Wikipedia for large categories</b>: English Wikipedia recently changed their sorting collation from "uppercase" to "uca-default-u-kn". As a result, a number of entries no longer sorted correctly, and pressing "Next / Previous" would break. As an example, <a href="https://en.wikipedia.org/wiki/Category:All_stub_articles" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:All_stub_articles</a> now works correctly navigating forward
</li>
<li>
<b>HTML dumps now show wikitext HTML</b>: Category pages sometimes have a letter index at the top of the page, or other information. For example, <a href="/site/de.wikipedia.org/wiki/Category:Mann">https://de.wikipedia.org/wiki/Category:Mann</a> has a large table of contents listing many 2-letter combinations. This information didn't appear in the HTML dumps before. Now they do
<b>HTML dumps now show wikitext HTML</b>: Category pages sometimes have a letter index at the top of the page, or other information. For example, <a href="https://de.wikipedia.org/wiki/Category:Mann" rel="nofollow" class="external free">https://de.wikipedia.org/wiki/Category:Mann</a> has a large table of contents listing many 2-letter combinations. This information didn't appear in the HTML dumps before. Now they do
</li>
<li>
<b>Other minor changes</b>: There are a small number of other changes as well which are covered more in the <a href="/wiki/Change_log/v3.10.3.1" id="xolnki_13" title="Change log/v3.10.3.1">Change log</a>
@@ -256,7 +256,7 @@
<span class="mw-headline" id="(PC)_Fix_for_">(PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages</span>
</h3>
<p>
A number of pages in 2016-10 English Wikipedia would should "Script error: index out of bounds" in the Infobox area near the Coordinates. For example, <a href="/site/en.wikipedia.org/wiki/Paris">https://en.wikipedia.org/wiki/Paris</a> This was fixed in this release
A number of pages in 2016-10 English Wikipedia would should "Script error: index out of bounds" in the Infobox area near the Coordinates. For example, <a href="https://en.wikipedia.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Paris</a> This was fixed in this release
</p>
<h3>
<span class="mw-headline" id="(PC)_Add_custom_scripting_support_through_standalone_javascript_/_lua_files">(PC) Add custom scripting support through standalone javascript / lua files</span>