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:
@@ -695,7 +695,7 @@
|
||||
<span class="mw-headline" id="Fix_for_simple-mode_Category_pages_not_loading">Fix for simple-mode Category pages not loading</span>
|
||||
</h3>
|
||||
<p>
|
||||
XOWA generates a simple Category system when it builds a wiki (this is called v1). If you want an authentic version of the Category system (this is called v2), you can always import it separately under <a href="/wiki/Dashboard/Import/Offline" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Import offline</a>.
|
||||
XOWA generates a simple Category system when it builds a wiki (this is called v1). If you want an authentic version of the Category system (this is called v2), you can always import it separately under <a href="/wiki/Dashboard/Import/Offline" id="xolnki_3" title="Dashboard/Import/Offline">Import offline</a>.
|
||||
</p>
|
||||
<p>
|
||||
The simple Category system looks like it broke some time ago during the general database redesign from .sqlite3 to .xowa. I fixed it for this release.
|
||||
@@ -851,7 +851,7 @@
|
||||
Redirects would not work if they had an argument. For example, #REDIRECT [[Target_page|link=collapsed]]
|
||||
</li>
|
||||
<li>
|
||||
Clicking on "Redirected from" links at the top of the page would not work. For example, try <a href="/site/en.wikipedia.org/wiki/UK">https://en.wikipedia.org/wiki/UK</a> and click on "Redirected from UK"
|
||||
Clicking on "Redirected from" links at the top of the page would not work. For example, try <a href="https://en.wikipedia.org/wiki/UK" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/UK</a> and click on "Redirected from UK"
|
||||
</li>
|
||||
</ul>
|
||||
<h3>
|
||||
@@ -961,7 +961,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
The rest are more trivial in comparison. You can check the <a href="/wiki/Change_log" id="xolnki_4" title="Change log" class="xowa-visited">Change_log</a> for more detail.
|
||||
The rest are more trivial in comparison. You can check the <a href="/wiki/Change_log" id="xolnki_4" title="Change log">Change_log</a> for more detail.
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Image_packages_for_Serbian,_Malay_and_Bulgarian_wikis">Image packages for Serbian, Malay and Bulgarian wikis</span>
|
||||
@@ -999,7 +999,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
The rest are more trivial in comparison. You can check the <a href="/wiki/Change_log" id="xolnki_5" title="Change log" class="xowa-visited">Change_log</a> for more detail.
|
||||
The rest are more trivial in comparison. You can check the <a href="/wiki/Change_log" id="xolnki_5" title="Change log">Change_log</a> for more detail.
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Image_packages_for_Serbian,_Malay_and_Bulgarian_wikis_2">Image packages for Serbian, Malay and Bulgarian wikis</span>
|
||||
@@ -1026,7 +1026,7 @@
|
||||
<span class="mw-headline" id="Fix_for_broken_references_in_2015-10_English_Wikipedia_dump">Fix for broken references in 2015-10 English Wikipedia dump</span>
|
||||
</h3>
|
||||
<p>
|
||||
XOWA was showing broken references on 2.6 millions pages for the 2015-10 English Wikipedia dump. This was due to some recent changes in <a href="/site/en.wikipedia.org/wiki/Module:Citation/CS1">Module:Citation/CS1</a>. Specifically, the number of local variables in the citation0 function was greater than the default 200 limit for Luaj.
|
||||
XOWA was showing broken references on 2.6 millions pages for the 2015-10 English Wikipedia dump. This was due to some recent changes in <a href="https://en.wikipedia.org/wiki/Module:Citation/CS1" rel="nofollow" class="external text">Module:Citation/CS1</a>. Specifically, the number of local variables in the citation0 function was greater than the default 200 limit for Luaj.
|
||||
</p>
|
||||
<p>
|
||||
I recompiled a new version of luaj_xowa.jar to fix this issue.
|
||||
@@ -1465,7 +1465,7 @@
|
||||
<span class="mw-headline" id="Various_minor_fixes">Various minor fixes</span>
|
||||
</h3>
|
||||
<p>
|
||||
There were a lot of other minor fixes in v2.8.1. Most of these are parser related, but there are a few interesting items under the <b>change</b> section. Please have a look at the <a href="/wiki/Change_log" id="xolnki_11" title="Change log" class="xowa-visited">Change_log</a>
|
||||
There were a lot of other minor fixes in v2.8.1. Most of these are parser related, but there are a few interesting items under the <b>change</b> section. Please have a look at the <a href="/wiki/Change_log" id="xolnki_11" title="Change log">Change_log</a>
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Next_release:_v2.8.2">Next release: v2.8.2</span>
|
||||
@@ -1519,7 +1519,7 @@
|
||||
The old version of the Bookmarks page was a simple feature. It basically added bookmarks to the bottom of a wiki page. Unfortunately, it was part of the "home" wiki and used the old text database format. I needed to convert the home wiki for Android, but couldn't do it without breaking Bookmarks.
|
||||
</p>
|
||||
<p>
|
||||
As a result, v2.7.3 now has a new Bookmarks page. These entries get saved in the user database (C:\xowa\xowa.user.anonymous.sqlite3) . In addition, it supports HTTP Server mode. For more info, see <a href="/wiki/App/Bookmarks" id="xolnki_13" title="App/Bookmarks">App/Bookmarks</a>
|
||||
As a result, v2.7.3 now has a new Bookmarks page. These entries get saved in the user database (C:\xowa_release\xowa.user.anonymous.sqlite3) . In addition, it supports HTTP Server mode. For more info, see <a href="/wiki/App/Bookmarks" id="xolnki_13" title="App/Bookmarks">App/Bookmarks</a>
|
||||
</p>
|
||||
<p>
|
||||
I didn't have time to add folder support for this release. I'm planning to add in the future, but it may wait until I can clear more Android tasks out of the way. If you want this feature, please create an issue at <a href="https://github.com/gnosygnu/xowa/issues" rel="nofollow" class="external text">github</a> .
|
||||
@@ -1540,7 +1540,7 @@
|
||||
<span class="mw-headline" id="Minor_miscellaneous_fixes">Minor miscellaneous fixes</span>
|
||||
</h3>
|
||||
<p>
|
||||
There were a bunch of minor fixes. None of these are worth further explanation, so please take a quick look at the <a href="/wiki/Change_log" id="xolnki_14" title="Change log" class="xowa-visited">Change_log</a>
|
||||
There were a bunch of minor fixes. None of these are worth further explanation, so please take a quick look at the <a href="/wiki/Change_log" id="xolnki_14" title="Change log">Change_log</a>
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="New_javascript_libraries">New javascript libraries</span>
|
||||
@@ -1567,7 +1567,7 @@
|
||||
<span class="mw-headline" id="Handle_incomplete_XML_datadumps_at_http://dumps.wikimedia.org/backup-index.html">Handle incomplete XML datadumps at <a href="http://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">http://dumps.wikimedia.org/backup-index.html</a></span>
|
||||
</h3>
|
||||
<p>
|
||||
WMF is currently having problems with the XML data dumps. Unfortunately, it failed in a way to break auto-dump downloading in <a href="/wiki/Dashboard/Import/Online" id="xolnki_15" title="Dashboard/Import/Online" class="xowa-visited">Import Online</a>. Basically, the "latest-pages-articles.xml.bz2" file is being wiped out in the new multi-phase dump. See <a href="https://phabricator.wikimedia.org/T89273" rel="nofollow" class="external free">https://phabricator.wikimedia.org/T89273</a> and <a href="https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html" rel="nofollow" class="external free">https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html</a>
|
||||
WMF is currently having problems with the XML data dumps. Unfortunately, it failed in a way to break auto-dump downloading in <a href="/wiki/Dashboard/Import/Online" id="xolnki_15" title="Dashboard/Import/Online">Import Online</a>. Basically, the "latest-pages-articles.xml.bz2" file is being wiped out in the new multi-phase dump. See <a href="https://phabricator.wikimedia.org/T89273" rel="nofollow" class="external free">https://phabricator.wikimedia.org/T89273</a> and <a href="https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html" rel="nofollow" class="external free">https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html</a>
|
||||
</p>
|
||||
<p>
|
||||
v2.7.2 now goes back one dump month if the "latest-pages-articles.xml.bz2" is not there. In the case of Japanese Wikipedia, it does this:
|
||||
@@ -1667,7 +1667,7 @@
|
||||
Close XOWA
|
||||
</li>
|
||||
<li>
|
||||
Delete this folder: C:\xowa\user\anonymous\wiki\simple.wikipedia.org
|
||||
Delete this folder: C:\xowa_release\user\anonymous\wiki\simple.wikipedia.org
|
||||
</li>
|
||||
<li>
|
||||
Restart XOWA and visit <code>simple.wikipedia.org/wiki/Main_Page</code>
|
||||
@@ -1952,7 +1952,7 @@
|
||||
<span class="mw-headline" id="Release:_v2.5.4.1_(2015-05-25_01:15_Sun)">Release: v2.5.4.1 (2015-05-25 01:15 Sun)</span>
|
||||
</h2>
|
||||
<p>
|
||||
v2.5.4.1 is a significant release. In brief, it involved a rewrite of the online file downloading system to use the same system as the offline version. It also includes instructions for building the image databases on <a href="/wiki/Dashboard/Image_databases" id="xolnki_25" title="Dashboard/Image databases">Dashboard/Image_databases</a> as well as an Android alpha. It may be worthwhile to go through the items in <a href="/wiki/Change_log" id="xolnki_26" title="Change log" class="xowa-visited">Change_log</a>
|
||||
v2.5.4.1 is a significant release. In brief, it involved a rewrite of the online file downloading system to use the same system as the offline version. It also includes instructions for building the image databases on <a href="/wiki/Dashboard/Image_databases" id="xolnki_25" title="Dashboard/Image databases">Dashboard/Image_databases</a> as well as an Android alpha. It may be worthwhile to go through the items in <a href="/wiki/Change_log" id="xolnki_26" title="Change log">Change_log</a>
|
||||
</p>
|
||||
<p>
|
||||
As a side-note, I've not generated image databases for a few weeks. This is due to the dumps being badly broken at <a href="http://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">http://dumps.wikimedia.org/backup-index.html</a> See <a href="https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-May/date.html" rel="nofollow" class="external free">https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-May/date.html</a> and <a href="https://phabricator.wikimedia.org/T98585" rel="nofollow" class="external free">https://phabricator.wikimedia.org/T98585</a> .
|
||||
|
||||
Reference in New Issue
Block a user