From 9253976235a60d0d0c2607f79344fd7f76897b42 Mon Sep 17 00:00:00 2001
From: gnosygnu
Date: Mon, 29 Aug 2016 23:39:28 -0400
Subject: [PATCH] $version_number
---
home/wiki/Blog.html | 282 ++++++++++++--
home/wiki/Blog/2016-08.html | 282 ++++++++++++--
home/wiki/Change_log.html | 534 +++++++++++++++++++--------
home/wiki/Change_log/v3.8.5.1.html | 355 ++++++++++++++++++
home/wiki/Help/Download_XOWA.html | 212 +++++++----
home/wiki/Main_Page.html | 12 +-
home/wiki/Options.html | 2 +-
home/wiki/Options/Config_script.html | 1 +
home/wiki/Options/Files.html | 4 +-
index.html | 32 +-
10 files changed, 1373 insertions(+), 343 deletions(-)
create mode 100644 home/wiki/Change_log/v3.8.5.1.html
diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html
index 17169277d..dcbaba1af 100644
--- a/home/wiki/Blog.html
+++ b/home/wiki/Blog.html
@@ -61,66 +61,268 @@
-
- 1 Release: NONE (2016-08-28 22:00 Sun)
-
- -
- 2 Release: NONE (2016-08-21 20:00 Sun)
-
- -
- 3 Release: v3.8.3.1 (2016-08-14 20:00 Sun)
+ 1 Release: v3.8.5.1 (2016-08-29 21:00 Sun)
- -
- 4 Release: v3.8.2.1 (2016-08-07 19:30 Sun)
+
-
+ 2 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
- -
- 4.1 (Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
-
-
- 4.2 (PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
+ 2.1 (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
-
- 4.3 (PC) Fix "Script error:Module:Effective protection expiry" for many English Wikipedia pages
+ 2.2 (PC) Fix "invalid title" when clicking on wikis in left-hand nav
-
- 4.4 (PC) Fix parser issues for Polish Wikipedia pages, including location maps and broken infoboxes
+ 2.3 (PC) Minor wikibase update for "renderSnaks"
-
- 4.5 Next release: v3.8.3
+ 2.4 (Android) Fix random failure when restarting XOWA while downloading wikis
+
+ -
+ 2.5 Next release: v3.8.2
- -
- 5 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
-
+ 3 Release: POSTPONED (2016-08-28 22:00 Sun)
+
+ -
+ 4 Release: NONE (2016-08-21 20:00 Sun)
+
+ -
+ 5 Release: v3.8.3.1 (2016-08-14 20:00 Sun)
+
+ -
+ 6 Release: v3.8.2.1 (2016-08-07 19:30 Sun)
+
+
+ -
+ 7 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
- Release: NONE (2016-08-28 22:00 Sun)
+ Release: v3.8.5.1 (2016-08-29 21:00 Sun)
+
+
+ The PC version is a major release. It adds better html database support for certain images, handles the lsth parser function, and makes minor changes to the Download Central Info page
+
+
+ The Android version is a major release. It also includes the same better support for certain images.
+
+
+ (Wiki) Publish 2016-08 English Wikipedia and German Wikipedia
+
+
+ The 2016-08 versions of both wikis are finally up. You can get them through Download Central.
+
+
+ (PC / Android) Better html database support for packed galleries, video thumbnails, and image maps
+
+
+ There was a small percentage (< .1%) of images that didn't appear in the HTML databases. These include the following:
+
+
+
+ The fix for the first two items required a major change to the HTML database format. The following is a brief (though technical) summary:
+
+
+ -
+ Wikitext metadata is no longer embededded with the images; previously an HTML attribute was embedded with this info. For example,
<img data-xowa-image="0|220|110|-1|-1"
.
+
+ -
+ All orig_image info is early-resolved at HTML-generation time; previously, orig_image info was late-resolved at HTML-view time.
+
+ -
+ All file-related HTML is now correctly generated at HTML-generation time; previously, it was "guessed" at HTML-generation time. Note that this "guess" was 99.9% correct, but failed for things like "a .ogg file which is actually a video"
+
+
+
+ From a general user standpoint, this change should be entirely transparent. v3.8.5 will work with both the old HTML databases as well as the new ones. However, any version earlier v3.8.4 and earlier will not work with the new HTML databases.
+
+
+ Finally, the 2016-08 English and German Wikipedia are the first wikis to use the multi-threaded builder. This allowed me to cut down the English Wikipedia generation time from 80 hours to 12 hours (with 2 high-grade 8-core machines). This was a significant under-the-cover change, but hopefully most of the kinks have been worked out.
+
+
+ (PC) Support the lsth parser function
+
+
+ I discovered that a number of English Wikipedia pages used the {{#lsth}} function. In brief, this function includes a section from another page on the current page. For example: https://en.wikipedia.org/wiki/10s_BC . I ended up rewriting the lst functions to support this behavior.
+
+
+ (PC) Add torrent link / MD5 info to the Download Central Info page
+
+
+ Based on some welcome feedback from malakov1, I added a torrent link to the Download Central Info page. For example, Special:XowaDownloadCentralInfo?task id=96. Note that these torrent links are to the full archive.org folder, not the task. In particular, the following two types will be included:
+
+
+ -
+ Old database dumps: I keep at least one old set around. Otherwise, users who are downloading an old set will be suddenly cut off when a new set is published.
+
+ -
+ Other wikis: All wikis for a language are saved in a given folder. For example, https://archive.org/download/Xowa_dewiki_latest/ has German Wikipedia, but also German Wiktionary, German Wikisource, etc.
+
+
+
+ In most cases, you will need to manually exclude files from the torrent. Most torrent programs support this feature. For example, in qBittorrent do the following:
+
+
+
+ In addition, the Download Central Info page now includes MD5 and file size info.
+
+
+ Next release: v3.9.1
+
+
+ -
+ Wikis: I'm going to keep this week light and work on the Czech wikis..
+
+ -
+ Dynamic update of wiki pages: A primitive version of this functionality is included in this release, but it's disabled by default. If you want to try it, I'll post more information at https://github.com/gnosygnu/xowa/issues/72 . Otherwise, I plan to finish it up for the next release.
+
+
+
+ Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
+
+ The PC version is a minor release. It fixes a bug with "invalid title" when clicking on the left-hand sidebar.
+
+
+ The Android version is a minor release. It fixes a random crash when restarting the app while downloading wikis
+
+
+ (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
+
+
+ The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
+
+
+ (PC) Fix "invalid title" when clicking on wikis in left-hand nav
+
+
+ This was kindly reported by markusmaresch in https://github.com/gnosygnu/xowa/issues/73 . Basically, clicking on a wiki in the left-hand sidebar would fail with "invalid title". This was due to some changes I made with the UI in a recent release.
+
+
+ v3.8.1 fixes the issue
+
+
+ (PC) Minor wikibase update for "renderSnaks"
+
+
+ Wikidata (www.wikidata.org), or "Wikibase", is a continually evolving project. French Wikipedia started using two new methods recently: renderSnaks and renderSnak. I added support for these calls in this release. I also cleaned up some Wikibase code.
+
+
+ (Android) Fix random failure when restarting XOWA while downloading wikis
+
+
+ A helpful anonymous user forwarded me a crash report for XOWA Android. Sometimes, XOWA Android would fail to restart when in the process of downloading wikis from Download Central. This was broken since the initial release of Download Central.
+
+
+ This fix was pushed out by a separate Play Store release last week. It is included formally in the apk-build now.
+
+
+ Next release: v3.8.2
+
+
+ -
+ Wikis: I'm going to work on Polish this week.
+
+ -
+ New HTML database generator: I'm still been plugging away at the HTML generator. It's closer to 99% now, and I'll start phasing it in over the next few releases.
+
+ -
+ Dynamic update of wiki pages: This was requested in https://github.com/gnosygnu/xowa/issues/72 . This will probably take a few weeks. For next week, I'm going to work on the simpler "wikimedia API" calls.
+
+ -
+ Redlinks for HTTP Server: This too has also slipped another week.
+
+ -
+ mwad integration with the status bar: Another week of slippage here as well.
+
+
+
+ Release: POSTPONED (2016-08-28 22:00 Sun)
I'm postponing the release till tomorrow night. I uploaded 2016-08 English and German Wikipedia, but there are a few minor tweaks I want to make before release.
@@ -189,7 +391,7 @@
(Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
- The 2016-07 versions of the Polish wikis are up. You can get them through Download Central.
+ The 2016-07 versions of the Polish wikis are up. You can get them through Download Central.
(PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
@@ -266,7 +468,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
- Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+ Release: v3.8.1.1 (2016-07-31 19:30 Sun)
The PC version is a minor release. It fixes a bug with "invalid title" when clicking on the left-hand sidebar.
@@ -275,13 +477,13 @@ http://ftp.fi.muni.cz/pub/wikimedia/
The Android version is a minor release. It fixes a random crash when restarting the app while downloading wikis
- (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
+ (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
- The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
+ The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
- (PC) Fix "invalid title" when clicking on wikis in left-hand nav
+ (PC) Fix "invalid title" when clicking on wikis in left-hand nav
This was kindly reported by markusmaresch in https://github.com/gnosygnu/xowa/issues/73 . Basically, clicking on a wiki in the left-hand sidebar would fail with "invalid title". This was due to some changes I made with the UI in a recent release.
@@ -290,13 +492,13 @@ http://ftp.fi.muni.cz/pub/wikimedia/
v3.8.1 fixes the issue
- (PC) Minor wikibase update for "renderSnaks"
+ (PC) Minor wikibase update for "renderSnaks"
Wikidata (www.wikidata.org), or "Wikibase", is a continually evolving project. French Wikipedia started using two new methods recently: renderSnaks and renderSnak. I added support for these calls in this release. I also cleaned up some Wikibase code.
- (Android) Fix random failure when restarting XOWA while downloading wikis
+ (Android) Fix random failure when restarting XOWA while downloading wikis
A helpful anonymous user forwarded me a crash report for XOWA Android. Sometimes, XOWA Android would fail to restart when in the process of downloading wikis from Download Central. This was broken since the initial release of Download Central.
@@ -305,7 +507,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
This fix was pushed out by a separate Play Store release last week. It is included formally in the apk-build now.
- Next release: v3.8.2
+ Next release: v3.8.2
-
diff --git a/home/wiki/Blog/2016-08.html b/home/wiki/Blog/2016-08.html
index f445a7c8b..1712d14db 100644
--- a/home/wiki/Blog/2016-08.html
+++ b/home/wiki/Blog/2016-08.html
@@ -61,66 +61,268 @@
-
- 1 Release: NONE (2016-08-28 22:00 Sun)
-
- -
- 2 Release: NONE (2016-08-21 20:00 Sun)
-
- -
- 3 Release: v3.8.3.1 (2016-08-14 20:00 Sun)
+ 1 Release: v3.8.5.1 (2016-08-29 21:00 Sun)
- -
- 4 Release: v3.8.2.1 (2016-08-07 19:30 Sun)
+
-
+ 2 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
- -
- 4.1 (Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
-
-
- 4.2 (PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
+ 2.1 (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
-
- 4.3 (PC) Fix "Script error:Module:Effective protection expiry" for many English Wikipedia pages
+ 2.2 (PC) Fix "invalid title" when clicking on wikis in left-hand nav
-
- 4.4 (PC) Fix parser issues for Polish Wikipedia pages, including location maps and broken infoboxes
+ 2.3 (PC) Minor wikibase update for "renderSnaks"
-
- 4.5 Next release: v3.8.3
+ 2.4 (Android) Fix random failure when restarting XOWA while downloading wikis
+
+ -
+ 2.5 Next release: v3.8.2
- -
- 5 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
-
+ 3 Release: POSTPONED (2016-08-28 22:00 Sun)
+
+ -
+ 4 Release: NONE (2016-08-21 20:00 Sun)
+
+ -
+ 5 Release: v3.8.3.1 (2016-08-14 20:00 Sun)
+
+ -
+ 6 Release: v3.8.2.1 (2016-08-07 19:30 Sun)
+
+
+ -
+ 7 Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
- Release: NONE (2016-08-28 22:00 Sun)
+ Release: v3.8.5.1 (2016-08-29 21:00 Sun)
+
+
+ The PC version is a major release. It adds better html database support for certain images, handles the lsth parser function, and makes minor changes to the Download Central Info page
+
+
+ The Android version is a major release. It also includes the same better support for certain images.
+
+
+ (Wiki) Publish 2016-08 English Wikipedia and German Wikipedia
+
+
+ The 2016-08 versions of both wikis are finally up. You can get them through Download Central.
+
+
+ (PC / Android) Better html database support for packed galleries, video thumbnails, and image maps
+
+
+ There was a small percentage (< .1%) of images that didn't appear in the HTML databases. These include the following:
+
+
+
+ The fix for the first two items required a major change to the HTML database format. The following is a brief (though technical) summary:
+
+
+ -
+ Wikitext metadata is no longer embededded with the images; previously an HTML attribute was embedded with this info. For example,
<img data-xowa-image="0|220|110|-1|-1"
.
+
+ -
+ All orig_image info is early-resolved at HTML-generation time; previously, orig_image info was late-resolved at HTML-view time.
+
+ -
+ All file-related HTML is now correctly generated at HTML-generation time; previously, it was "guessed" at HTML-generation time. Note that this "guess" was 99.9% correct, but failed for things like "a .ogg file which is actually a video"
+
+
+
+ From a general user standpoint, this change should be entirely transparent. v3.8.5 will work with both the old HTML databases as well as the new ones. However, any version earlier v3.8.4 and earlier will not work with the new HTML databases.
+
+
+ Finally, the 2016-08 English and German Wikipedia are the first wikis to use the multi-threaded builder. This allowed me to cut down the English Wikipedia generation time from 80 hours to 12 hours (with 2 high-grade 8-core machines). This was a significant under-the-cover change, but hopefully most of the kinks have been worked out.
+
+
+ (PC) Support the lsth parser function
+
+
+ I discovered that a number of English Wikipedia pages used the {{#lsth}} function. In brief, this function includes a section from another page on the current page. For example: https://en.wikipedia.org/wiki/10s_BC . I ended up rewriting the lst functions to support this behavior.
+
+
+ (PC) Add torrent link / MD5 info to the Download Central Info page
+
+
+ Based on some welcome feedback from malakov1, I added a torrent link to the Download Central Info page. For example, Special:XowaDownloadCentralInfo?task id=96. Note that these torrent links are to the full archive.org folder, not the task. In particular, the following two types will be included:
+
+
+ -
+ Old database dumps: I keep at least one old set around. Otherwise, users who are downloading an old set will be suddenly cut off when a new set is published.
+
+ -
+ Other wikis: All wikis for a language are saved in a given folder. For example, https://archive.org/download/Xowa_dewiki_latest/ has German Wikipedia, but also German Wiktionary, German Wikisource, etc.
+
+
+
+ In most cases, you will need to manually exclude files from the torrent. Most torrent programs support this feature. For example, in qBittorrent do the following:
+
+
+
+ In addition, the Download Central Info page now includes MD5 and file size info.
+
+
+ Next release: v3.9.1
+
+
+ -
+ Wikis: I'm going to keep this week light and work on the Czech wikis..
+
+ -
+ Dynamic update of wiki pages: A primitive version of this functionality is included in this release, but it's disabled by default. If you want to try it, I'll post more information at https://github.com/gnosygnu/xowa/issues/72 . Otherwise, I plan to finish it up for the next release.
+
+
+
+ Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+
+
+ The PC version is a minor release. It fixes a bug with "invalid title" when clicking on the left-hand sidebar.
+
+
+ The Android version is a minor release. It fixes a random crash when restarting the app while downloading wikis
+
+
+ (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
+
+
+ The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
+
+
+ (PC) Fix "invalid title" when clicking on wikis in left-hand nav
+
+
+ This was kindly reported by markusmaresch in https://github.com/gnosygnu/xowa/issues/73 . Basically, clicking on a wiki in the left-hand sidebar would fail with "invalid title". This was due to some changes I made with the UI in a recent release.
+
+
+ v3.8.1 fixes the issue
+
+
+ (PC) Minor wikibase update for "renderSnaks"
+
+
+ Wikidata (www.wikidata.org), or "Wikibase", is a continually evolving project. French Wikipedia started using two new methods recently: renderSnaks and renderSnak. I added support for these calls in this release. I also cleaned up some Wikibase code.
+
+
+ (Android) Fix random failure when restarting XOWA while downloading wikis
+
+
+ A helpful anonymous user forwarded me a crash report for XOWA Android. Sometimes, XOWA Android would fail to restart when in the process of downloading wikis from Download Central. This was broken since the initial release of Download Central.
+
+
+ This fix was pushed out by a separate Play Store release last week. It is included formally in the apk-build now.
+
+
+ Next release: v3.8.2
+
+
+ -
+ Wikis: I'm going to work on Polish this week.
+
+ -
+ New HTML database generator: I'm still been plugging away at the HTML generator. It's closer to 99% now, and I'll start phasing it in over the next few releases.
+
+ -
+ Dynamic update of wiki pages: This was requested in https://github.com/gnosygnu/xowa/issues/72 . This will probably take a few weeks. For next week, I'm going to work on the simpler "wikimedia API" calls.
+
+ -
+ Redlinks for HTTP Server: This too has also slipped another week.
+
+ -
+ mwad integration with the status bar: Another week of slippage here as well.
+
+
+
+ Release: POSTPONED (2016-08-28 22:00 Sun)
I'm postponing the release till tomorrow night. I uploaded 2016-08 English and German Wikipedia, but there are a few minor tweaks I want to make before release.
@@ -189,7 +391,7 @@
(Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
- The 2016-07 versions of the Polish wikis are up. You can get them through Download Central.
+ The 2016-07 versions of the Polish wikis are up. You can get them through Download Central.
(PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
@@ -266,7 +468,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
- Release: v3.8.1.1 (2016-07-31 19:30 Sun)
+ Release: v3.8.1.1 (2016-07-31 19:30 Sun)
The PC version is a minor release. It fixes a bug with "invalid title" when clicking on the left-hand sidebar.
@@ -275,13 +477,13 @@ http://ftp.fi.muni.cz/pub/wikimedia/
The Android version is a minor release. It fixes a random crash when restarting the app while downloading wikis
- (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
+ (Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
- The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
+ The 2016-07 versions of the Arabic wikis are up. You can get them through Download Central.
- (PC) Fix "invalid title" when clicking on wikis in left-hand nav
+ (PC) Fix "invalid title" when clicking on wikis in left-hand nav
This was kindly reported by markusmaresch in https://github.com/gnosygnu/xowa/issues/73 . Basically, clicking on a wiki in the left-hand sidebar would fail with "invalid title". This was due to some changes I made with the UI in a recent release.
@@ -290,13 +492,13 @@ http://ftp.fi.muni.cz/pub/wikimedia/
v3.8.1 fixes the issue
- (PC) Minor wikibase update for "renderSnaks"
+ (PC) Minor wikibase update for "renderSnaks"
Wikidata (www.wikidata.org), or "Wikibase", is a continually evolving project. French Wikipedia started using two new methods recently: renderSnaks and renderSnak. I added support for these calls in this release. I also cleaned up some Wikibase code.
- (Android) Fix random failure when restarting XOWA while downloading wikis
+ (Android) Fix random failure when restarting XOWA while downloading wikis
A helpful anonymous user forwarded me a crash report for XOWA Android. Sometimes, XOWA Android would fail to restart when in the process of downloading wikis from Download Central. This was broken since the initial release of Download Central.
@@ -305,7 +507,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
This fix was pushed out by a separate Play Store release last week. It is included formally in the apk-build now.
- Next release: v3.8.2
+ Next release: v3.8.2
-
diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html
index e18299622..4a066aa3b 100644
--- a/home/wiki/Change_log.html
+++ b/home/wiki/Change_log.html
@@ -36,29 +36,29 @@
- 2 v3.8.3.1 (2016-08-14)
+ 2 v3.8.5.1 (2016-08-22)
-
- 3 v3.8.2.1 (2016-08-07)
+
+ 3 v3.8.3.1 (2016-08-14)
- 4 v3.8.1.1 (2016-08-01)
+ 4 v3.8.2.1 (2016-08-07)
-
- 5 v3.7.4.1 (2016-07-25)
+
+ 5 v3.8.1.1 (2016-08-01)
-
- 6 v3.7.3.1 (2017-07-17)
+
+ 6 v3.7.4.1 (2016-07-25)
- 7 v3.7.2.1 (2017-07-10)
+ 7 v3.7.3.1 (2017-07-17)
-
- 8 v3.7.1.2 (2017-07-03)
-
-
- 9 v3.7.1.1 (2017-07-03)
+
+ 8 v3.7.2.1 (2017-07-10)
-
- 10 v3.6.4.2 (2016-06-27)
+
+ 9 v3.7.1.2 (2017-07-03)
+
+
+ 10 v3.7.1.1 (2017-07-03)
-
-
- 11 v3.6.4.1 (2016-06-25)
-
+
+
+ 11 v3.6.4.2 (2016-06-27)
+
+
+
+ 12 v3.6.4.1 (2016-06-25)
+
-
-
- 12 v3.6.3.4 (2016-06-22)
-
-
-
- 13 v3.6.3.3 (2016-06-21)
-
- 14 v3.6.3.2 (2016-06-20)
+ 13 v3.6.3.4 (2016-06-22)
- 15 v3.6.3.1 (2016-06-19)
+ 14 v3.6.3.3 (2016-06-21)
+
+
+ 15 v3.6.3.2 (2016-06-20)
+
+
+
+ 16 v3.6.3.1 (2016-06-19)
+
-
-
- 16 v3.5.1.1 (2016-05-01)
-
-
-
- 17 v3.4.4.1 (2016-04-24)
-
-
- 18 Archives
+
+ 17 v3.5.1.1 (2016-05-01)
+
+
+
+ 18 v3.4.4.1 (2016-04-24)
+
+
+
+ 19 Archives
@@ -296,6 +310,216 @@
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.8.5.1 (2016-08-22)
+
+
+ Wiki
+
+
+ -
+ Wiki: Publish 2016-08 English Wikipedia HTML and images.
+
+
+
+ -
+ Wiki: Publish 2016-08 German Wikipedia HTML and images.
+
+
+
+ PC
+
+
+ major
+
+
+ -
+ Html_dump: Show "about this info" button for image maps.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/Philippines
+
+
+
+ -
+ Html_dump: Show "packed galleries" with proper spacing.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/Mexico https://en.wikipedia.org/wiki/Austria https://en.wikipedia.org/wiki/National_Gallery_of_Art
+
+
+
+ -
+ Html_dump: Show video thumbnails when underlying video is actually an .ogg file.
+
+
+
+ -
+ Example: [[File:A.ogg|thumb|123px]].
+
+ -
+ Links: https://en.wikipedia.org/wiki/Lepidoptera
+
+
+
+ -
+ Lst: Support lsth to transclude sections on other pages.
+
+
+
+ -
+ Example: {{#lsth:page_1|header_1}}.
+
+ -
+ Links: https://pl.wikivoyage.org/wiki/Wielka_Brytania https://en.wikipedia.org/wiki/10s_BC https://en.wikipedia.org/wiki/Germany_national_football_team
+
+
+
+ minor
+
+
+ -
+ DownloadCentral: Add md5 and size. {suggested by malakov1}
+
+
+
+ -
+ Links: Special:XowaDownloadCentralInfo?task id=96
+
+
+
+ -
+ DownloadCentral: Add verbose log. {detected by markusmaresch}
+
+
+
+ -
+ Example: xowa.api.addon.bldr.central.log_verbose = 'y';.
+
+ -
+ Links: Options/Config_script
+
+
+
+ -
+ Table_of_contents: Tidy malformed HTML in headers.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/List_of_U-boats_never_deployed
+
+
+
+ -
+ Wikibase: Fix script error "Module:Cycling race:1756 attempt to index ?" on a dozen fr.w pages.
+
+
+
+ -
+ Message:
Script error: =Module:Cycling race:1756 attempt to index ? (a nil value)
+
+ -
+ Resolved by: Add redirect support for wikibase pages.
+
+ -
+ Links: https://fr.wikipedia.org/wiki/Tour_du_Táchira_2016
+
+
+
+ -
+ Parser.Xml: Fix broken infobox images inside a few dozen en.w pages.
+
+
+
+ -
+ Resolved by: Do not pop table stack if <tr> prematurely inside lnki.
+
+ -
+ Example: [[A|t_0<tr><td>t_1</td></tr>]].
+
+ -
+ Links: https://en.wikipedia.org/wiki/Aargau
+
+
+
+
+ trivial
+
+
+ -
+ Options: Add options for database layout and html / file databases.
+
+
+
+ -
+ Links: Options/Import
+
+
+
+ -
+ Parser.Lnki: Fix non-working link on 1 en.w page.
+
+
+
+ -
+ Resolved by: Get wiki's Main_Page for colon-only links.
+
+ -
+ Example: [[File:A.png|link=w:]].
+
+ -
+ Links: https://en.wikipedia.org/wiki/Wikipedia:Main_Page_alternative_(CSS_Update)
+
+
+
+ -
+ Html: Write target title for redirected images.
+
+
+
+ -
+ Example: [[File:A.png]] is redirected to B.png; -> 'href="B.png"' x> 'href="A.png"'.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Switzerland
+
+
+
+ -
+ Html_dump: Do not output class="thumbimage" for image maps.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/Philippines
+
+
+
+ -
+ Wikibase: Do not warn if {{#property}} uses id arg.
+
+
+
+ -
+ Example: {{#property:P277|id=Q1322933}}.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Symfony
+
+
+
+ Dev
+
+
+ -
+ Dev: Refactor lst parser functions.
+
+
v3.8.3.1 (2016-08-14)
@@ -311,7 +535,7 @@
v3.8.2.1 (2016-08-07)
- Wiki
+ Wiki
- PC
+ PC
major
@@ -432,7 +656,7 @@
- Dev
+ Dev
-
@@ -448,7 +672,7 @@
v3.8.1.1 (2016-08-01)
- Wiki
+ Wiki
- PC
+ PC
major
@@ -471,7 +695,7 @@
-
- Links: Blog https://en.wikipedia.org/wiki/UK https://en.wikipedia.org/wiki/Special:Random
+ Links: Blog https://en.wikipedia.org/wiki/UK https://en.wikipedia.org/wiki/Special:Random
@@ -484,7 +708,7 @@
-
- Links: Blog
+ Links: Blog
@@ -533,7 +757,7 @@
- Dev
+ Dev
- Dev
+ Dev
- Dev
+ Dev
- v3.8.3.1 (2016-08-14)
-
-
- Android
-
-
- -
- Android: Fix random "Unable to start activity ComponentInfo" when starting XOWA.
-
-
-
- v3.8.2.1 (2016-08-07)
+ v3.8.5.1 (2016-08-22)
Wiki
-
- Wiki: Publish 2016-07 Polish Wikipedia, Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews.
+ Wiki: Publish 2016-08 English Wikipedia HTML and images.
+
+
+
+ -
+ Wiki: Publish 2016-08 German Wikipedia HTML and images.
@@ -118,80 +112,48 @@
-
- Setup: Fix random "SSL peer shut down incorrectly".
+ Html_dump: Show "about this info" button for image maps.
-
- Resolved by: Make "your.org" primary backup url.
-
- -
- Links: https://lists.wikimedia.org/pipermail/xmldatadumps-l/2016-August/001325.html
+ Links: https://en.wikipedia.org/wiki/Philippines
-
- Scribunto: Fix script error for "Module:Effective protection expiry" "malformed expiry timestamp" on many en.w pages. {detected by William}
+ Html_dump: Show "packed galleries" with proper spacing.
-
- Resolved by: Change "infinite" to "infinity" for {{PROTECTIONEXPIRY}}.
-
- -
- Links: https://en.wikipedia.org/wiki/Earth
+ Links: https://en.wikipedia.org/wiki/Mexico https://en.wikipedia.org/wiki/Austria https://en.wikipedia.org/wiki/National_Gallery_of_Art
-
- Parser: Fix broken infobox tables on many pl.w pages. {detected by anonymous}
+ Html_dump: Show video thumbnails when underlying video is actually an .ogg file.
-
- Resolved by: Ignore % in xml tag names.
+ Example: [[File:A.ogg|thumb|123px]].
-
- Example: <ref% name=abc>def</ref><references/>.
-
- -
- Links: https://pl.wikipedia.org/wiki/Scynk_nadrzewny
+ Links: https://en.wikipedia.org/wiki/Lepidoptera
-
- Scribunto: Fix missing location maps for many pl.w pages.
+ Lst: Support lsth to transclude sections on other pages.
-
- Resolved by: Return top-level JSON arrays as numbered nodes.
+ Example: {{#lsth:page_1|header_1}}.
-
- Links: https://pl.wikipedia.org/wiki/Albania https://pl.wikipedia.org/wiki/Alabama https://pl.wikipedia.org/wiki/Oklahoma_City
-
-
-
- -
- Scribunto: Fix missing "push buttons" for location maps on many pl.w pages.
-
-
-
- -
- Resolved by: Return decimal values as double.
-
-
-
- -
- Scribunto: Fix missing location maps for many pl.w pages wherein location map info is not available.
-
-
-
- -
- Resolved by: Specify width / height as non-null in GetFileInfo.
-
- -
- Links: https://pl.wikipedia.org/wiki/Andrespol
+ Links: https://pl.wikivoyage.org/wiki/Wielka_Brytania https://en.wikipedia.org/wiki/10s_BC https://en.wikipedia.org/wiki/Germany_national_football_team
@@ -199,28 +161,133 @@
-
- Html: Fix "could not find" when clicking on wikis in left-sidebar. [broken since: v3.7.4.1] {detected by anonymous}
+ DownloadCentral: Add md5 and size. {suggested by malakov1}
-
- Resolved by: Use Main_Page of target wiki, not current wiki.
+ Links: Special:XowaDownloadCentralInfo?task id=96
+
+
+
+ -
+ DownloadCentral: Add verbose log. {detected by markusmaresch}
+
+
+
+ -
+ Example: xowa.api.addon.bldr.central.log_verbose = 'y';.
+
+ -
+ Links: Options/Config_script
+
+
+
+ -
+ Table_of_contents: Tidy malformed HTML in headers.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/List_of_U-boats_never_deployed
+
+
+
+ -
+ Wikibase: Fix script error "Module:Cycling race:1756 attempt to index ?" on a dozen fr.w pages.
+
+
+
+ -
+ Message:
Script error: =Module:Cycling race:1756 attempt to index ? (a nil value)
+
+ -
+ Resolved by: Add redirect support for wikibase pages.
+
+ -
+ Links: https://fr.wikipedia.org/wiki/Tour_du_Táchira_2016
+
+
+
+ -
+ Parser.Xml: Fix broken infobox images inside a few dozen en.w pages.
+
+
+
+ -
+ Resolved by: Do not pop table stack if <tr> prematurely inside lnki.
+
+ -
+ Example: [[A|t_0<tr><td>t_1</td></tr>]].
+
+ -
+ Links: https://en.wikipedia.org/wiki/Aargau
+
trivial
-
- Messages: Fix "<Please-translate>" showing as "<please-translate>" on 1 s.w page.
+ Options: Add options for database layout and html / file databases.
-
- Resolved by: For missing messages, always use current key, not key of cached item.
+ Links: Options/Import
+
+
+
+ -
+ Parser.Lnki: Fix non-working link on 1 en.w page.
+
+
+
+ -
+ Resolved by: Get wiki's Main_Page for colon-only links.
-
- Links: https://simple.wikipedia.org/wiki/Wikipedia:Simple_talk/Archive_116
+ Example: [[File:A.png|link=w:]].
+
+ -
+ Links: https://en.wikipedia.org/wiki/Wikipedia:Main_Page_alternative_(CSS_Update)
+
+
+
+ -
+ Html: Write target title for redirected images.
+
+
+
+ -
+ Example: [[File:A.png]] is redirected to B.png; -> 'href="B.png"' x> 'href="A.png"'.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Switzerland
+
+
+
+ -
+ Html_dump: Do not output class="thumbimage" for image maps.
+
+
+
+ -
+ Links: https://en.wikipedia.org/wiki/Philippines
+
+
+
+ -
+ Wikibase: Do not warn if {{#property}} uses id arg.
+
+
+
+ -
+ Example: {{#property:P277|id=Q1322933}}.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Symfony
@@ -228,14 +295,9 @@
-
- Html_dump: Pre-load all imagelinks to identify .ogg as audio or video.
+ Dev: Refactor lst parser functions.
-
- -
- Links: https://en.wikipedia.org/wiki/Lepidoptera
-
-
diff --git a/home/wiki/Main_Page.html b/home/wiki/Main_Page.html
index 1812c034f..4869ded4b 100644
--- a/home/wiki/Main_Page.html
+++ b/home/wiki/Main_Page.html
@@ -26,7 +26,7 @@
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
+ Please try it out! https://play.google.com/store/apps/details?id=org.xowa
@@ -82,20 +82,20 @@
Release notes
- v3.8.2.1 features the following:
+ v3.8.5.1 features the following:
-
- (Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews
+ (Wiki) Publish 2016-08 English Wikipedia and German Wikipedia
-
- (PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
+ (PC / Android) Better html database support for packed galleries, video thumbnails, and image maps
-
- (PC) Fix "Script error:Module:Effective protection expiry" for many English Wikipedia pages
+ (PC) Support the lsth parser function
-
- (PC) Fix parser issues for Polish Wikipedia pages, including location maps and broken infoboxes
+ (PC) Add torrent link / MD5 info to the Download Central Info page
diff --git a/home/wiki/Options.html b/home/wiki/Options.html
index c71e126ea..8316ca766 100644
--- a/home/wiki/Options.html
+++ b/home/wiki/Options.html
@@ -468,7 +468,7 @@ li.active a, li.active a:hover
- Content Apps
+ Content Apps
|
Content applications (web browser, image viewer, media player)
diff --git a/home/wiki/Options/Config_script.html b/home/wiki/Options/Config_script.html
index 5e6478ca1..46d5db5ee 100644
--- a/home/wiki/Options/Config_script.html
+++ b/home/wiki/Options/Config_script.html
@@ -302,6 +302,7 @@ li.active a, li.active a:hover
|
|
diff --git a/home/wiki/Options/Files.html b/home/wiki/Options/Files.html
index 0b12d89f1..6b95b1309 100644
--- a/home/wiki/Options/Files.html
+++ b/home/wiki/Options/Files.html
@@ -360,8 +360,8 @@ li.active a, li.active a:hover
|
diff --git a/index.html b/index.html
index 2c902a765..e9709d537 100644
--- a/index.html
+++ b/index.html
@@ -101,6 +101,14 @@
Recent News
+ 2016-08-29 English Wikipedia and German Wikipedia updated
+
+
2016-08-08 Polish Wikis updated
-
- 2016-04-24 German wikis updated
-
-
- 2016-04-16 XOWA app released on Google Play
-
-
- 2016-04-04 French Wikipedia 2016-03 update released
-
-
- 2016-03-20 English Wikipedia 2016-03 update released
-
|