1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2020-10-19 09:45:45 -04:00
parent e70c900140
commit 291fdcd0ff
109 changed files with 8379 additions and 6679 deletions

View File

@@ -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>