From 38b6a9b8627ac8b5ab6be7febc96d5970ead4806 Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Sun, 10 Jul 2016 23:36:24 -0400 Subject: [PATCH] $version_number --- home/wiki/App/Import/mwad.html | 380 ++++++++++++++++ home/wiki/Blog.html | 149 ++++++- home/wiki/Blog/2016-07.html | 149 ++++++- home/wiki/Change_log.html | 410 ++++++++++++----- home/wiki/Change_log/v3.7.2.1.html | 305 +++++++++++++ home/wiki/Dashboard/Image_databases.html | 2 +- home/wiki/Dashboard/Wiki_maintenance.html | 413 +++--------------- home/wiki/Diagnostics.html | 2 +- .../wiki/Diagnostics/Xtns/Wikivoyage/All.html | 56 --- home/wiki/Help/About.html | 7 +- home/wiki/Help/Contents.html | 75 ++-- home/wiki/Help/Download_XOWA.html | 204 ++++----- home/wiki/Main_Page.html | 27 +- home/wiki/Options/Files.html | 6 +- home/wiki/Options/Language.html | 18 + home/wiki/Options/Scribunto.html | 2 +- home/wiki/Options/Security.html | 2 +- 17 files changed, 1451 insertions(+), 756 deletions(-) create mode 100644 home/wiki/App/Import/mwad.html create mode 100644 home/wiki/Change_log/v3.7.2.1.html diff --git a/home/wiki/App/Import/mwad.html b/home/wiki/App/Import/mwad.html new file mode 100644 index 000000000..a3d5bf3be --- /dev/null +++ b/home/wiki/App/Import/mwad.html @@ -0,0 +1,380 @@ + + + + + App/Import/mwad - XOWA + + + + + +
+
+
+

App/Import/mwad

+
+
From XOWA: the free, open-source, offline wiki application
+
+
+ +

+ mwad is a python script / executable by Mattze96 to generate XML dumps using the MediaWiki API +

+ +

+ Overview: XML Dumps +

+

+ XOWA is an offline wiki application for online wikis. It works by converting a MediaWiki XML dump into an .xowa sqlite3 database. +

+

+ XML dumps can be obtained in the following locations: +

+ +

+ For non-Wikimedia wikis (Wikia wikis and other wikis), the dumps may not be available or out-of-date. For example, the freespech wikia has a dump date of 2013-12-26, which is over 2 and a half years old. +

+

+ For Wikia wikis, one can request an XML dump by doing the following: +

+
    +
  • + Logging in with a user account +
  • +
  • + Requesting a dump through the Special:Statistics page +
  • +
  • + Waiting for the dump to be generated +
  • +
+

+ Other wikis may require emails to the wiki's admins. +

+

+ An alternative to this process is to use Mattze96's mwad: the Media Wiki Api dump +

+

+ Usage +

+

+ Currently mwad is available as a command-line executable and a python script. +

+ +

+ Generating the dump +

+

+ Executable +

+
    +
  • + Open up a command prompt +
  • +
+
+
+ cmd +
+
+
    +
  • + Change to the mwad directory +
  • +
+
+
+ cd C:\xowa\bin\windows\python\mwad +
+
+
    +
  • + Run mwad with the following options +
  • +
+
+
+ mediawiki_api_dump.win32.exe http://freespeech.wikia.com +
+
+

+ Python script +

+
    +
  • + Make sure you have Python 3 installed on your system +
  • +
  • + Open up a command prompt +
  • +
+
+
+ cmd +
+
+
    +
  • + Change to the mwad directory +
  • +
+
+
+ cd C:\xowa\bin\any\python\mwad +
+
+
    +
  • + Run mwad with the following options +
  • +
+
+
+ python mediawiki_api_dump.py http://freespeech.wikia.com +
+
+

+ Both cases will generate an xml file called freespeech.wikia.com-20160710-pages-articles.xml +

+

+ Importing the dump +

+
    +
  • + Create a folder called C:\xowa\wiki\freespeech.wikia.com +
  • +
  • + Move the xml file to C:\xowa\wiki\freespeech.wikia.com +
  • +
  • + Rename the file to freespeech.wikia.com.xml +
  • +
  • + Choose "Main Menu" -> "Tools" -> "Import Offline" +
  • +
  • + Change "Wiki" to "Other wiki" +
  • +
  • + Change "Where to get the dump" to "read from file" +
  • +
  • + Select the XML file by clicking "..." +
  • +
  • + Press "Import Now" +
  • +
+

+ Depending on the wiki, the Main_Page may not be available. You can use the XOWA search bar to look for pages in the wiki. +

+

+ Other notes +

+
    +
  • + Do not run this on Wikimedia wikis. Wikimedia has strict web-crawling policies. If you run this on a Wikimedia wiki, such as en.wikipedia.org, your IP address will probably be banned and you will be unable to access Wikipedia. +
  • +
  • + Pay attention to the licenses for the wiki. All Wikia wikis are under a Creative Commons license for article text[1]. Other wikis may follow similiarly permissive licensing but it is your responsibility to check. If a wiki has a strict copyright license, please do not run mwad on it. +
  • +
  • + Web-scraping policies may get your IP banned. Different wikis may have different limits on number of articles downloaded, even through their API. If you're downloading a large wiki, you should consult first with the wiki's admins. Otherwise, your IP address may be flagged as an unauthorized web-crawler and you will be banned. +
  • +
+

+
+

+

+ mwad usage notes +

+
+usage: mediawiki_api_dump.py [-h] [-v] [-n NAME] [-l LOG] [-c] [-x] url
+
+Create a wiki xml-dump via api.php
+
+positional arguments:
+  url                   download url
+
+optional arguments:
+  -h, --help            show this help message and exit
+  -v, --verbose         verbose level... repeat up to three times
+  -n NAME, --name NAME  name of the wiki for filename etc.
+  -l LOG, --log LOG     specify log-file.
+  -c, --compress        compress output file with bz2
+  -x, --xowa            special XOWA mode: xml to stdout, progress to stderr
+
+Example:
+
+./mediawiki_api_dump.py http://wiki.archlinux.org
+
+

+ References +

+
    +
  1. + ^ See [1] +
  2. +
+ +
+
+
+ + +
+
+
+

Namespaces

+ +
+
+
+ +
+ + + + + +
+

Android

+
+ +
+
+ +
+

Help

+
+ +
+
+ +
+

Blog

+
+ +
+
+ + + +
+

Donate

+
+ +
+
+ +
+ + \ No newline at end of file diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html index 9e6d912ec..9d7912a0e 100644 --- a/home/wiki/Blog.html +++ b/home/wiki/Blog.html @@ -58,35 +58,152 @@ +

+ Release: v3.7.2.1 (2016-07-10 21:00 Sun) +

+

+ The PC version is a major release. It fixes a breaking change for importing 2016-07 wikis. It also adds Table of Contents for HTML databases, fixes an HTTP server bug, and includes mwad -- a new utility for creating XML dumps +

+

+ The Android version is a minor release. It handles the new 2016-07 wikis and the Table of Contents support. +

+

+ (Wiki) Publish 2016-07 Haitian Wikipedia +

+

+ I fell behind on French wikis this week while waiting for the new month's dumps. French Wikipedia is uploading now, and the rest will be generated and uploaded during the week. +

+

+ In the meantime, I added Haitian Wikipedia as per the request at https://github.com/gnosygnu/xowa/issues/67 +

+

+ (PC) Fix 2016-07 English Wikipedia import failure +

+

+ 2016-07 English Wikipedia failed to import. This was due to the categorylinks.sql file and some specific SQL parsing in XOWA. +

+

+ v3.7.2.1 resolves this issue, and English Wikipedia now imports correctly +

+

+ (Server) Fix images not showing for Wikitext databases +

+

+ This was kindly reported by ve3lst in https://github.com/gnosygnu/xowa/issues/68 I broke images for Wikitext databases back in v3.6.4.3. Note that images do show for HTML databases (databases from Download Central). +

+

+ v3.7.2.1 resolves this issue. Viewing a page on the HTTP Server will now shows images. +

+

+ (PC) Add Table of Contents support for HTML databases on the PC +

+

+ v3.7.2.1 now generates Table of Contents for HTML databases on the PC. Note that this only affects new wikis such as Haitian and French. The 2016-07 version of English Wikipedia will have them when I release it next week. I'll redo German Wikipedia later to include this as well. +

+

+ (PC) Include mwad (MediaWiki API dump) for creating XML dumps for Wikia and other wikis {contributed by Mattze96} +

+

+ For those who are unaware, Mattze96 was the amazing developer who contributed the original HTTP Server code. This time, Mattze96 contributed mwad: the MediaWiki API dump tool. This tool allows creating XML dumps for Wikia and other wikis (https://wiki.archlinux.org/). +

+

+ If you use XOWA for Wikia wikis, or other non-Wikimedia wikis, you definitely want to try it out. For more info, see App/Import/mwad as well as https://github.com/Mattze96/mwad and https://github.com/gnosygnu/xowa/issues/66 +

+

+ (PC) Fix minor Wikibase issues, including wikibase-item +

+

+ There are two issues here: +

+ +

+ (PC) Target Java 1.7, not Java 1.8 +

+

+ I noticed that I accidentally bumped the Java version requirement from 1.7 to 1.8 back in 2016-03. v3.7.2.1 now requires Java 1.7 only +

+

+ Next release: v3.7.3 +

+

Release: v3.7.1.2 (2016-07-03 23:40 Sun)

@@ -118,7 +235,7 @@ (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews

- These wikis are available at Download Central. + These wikis are available at Download Central.

(PC) Support Gallery @@ -150,7 +267,7 @@ There were a number of fixes for crashes in uncommon scenarios. Most of these involved switching SD cards, or deleting wikis outside XOWA. The crash was bad enough such that XOWA would not work unless the Storage files were cleared (or XOWA was reinstalled).

- These are fixed in this version. For more info, see the Change log + These are fixed in this version. For more info, see the Change log

Next release: v3.7.2 diff --git a/home/wiki/Blog/2016-07.html b/home/wiki/Blog/2016-07.html index 86de6db5d..51635c2b1 100644 --- a/home/wiki/Blog/2016-07.html +++ b/home/wiki/Blog/2016-07.html @@ -58,35 +58,152 @@ +

+ Release: v3.7.2.1 (2016-07-10 21:00 Sun) +

+

+ The PC version is a major release. It fixes a breaking change for importing 2016-07 wikis. It also adds Table of Contents for HTML databases, fixes an HTTP server bug, and includes mwad -- a new utility for creating XML dumps +

+

+ The Android version is a minor release. It handles the new 2016-07 wikis and the Table of Contents support. +

+

+ (Wiki) Publish 2016-07 Haitian Wikipedia +

+

+ I fell behind on French wikis this week while waiting for the new month's dumps. French Wikipedia is uploading now, and the rest will be generated and uploaded during the week. +

+

+ In the meantime, I added Haitian Wikipedia as per the request at https://github.com/gnosygnu/xowa/issues/67 +

+

+ (PC) Fix 2016-07 English Wikipedia import failure +

+

+ 2016-07 English Wikipedia failed to import. This was due to the categorylinks.sql file and some specific SQL parsing in XOWA. +

+

+ v3.7.2.1 resolves this issue, and English Wikipedia now imports correctly +

+

+ (Server) Fix images not showing for Wikitext databases +

+

+ This was kindly reported by ve3lst in https://github.com/gnosygnu/xowa/issues/68 I broke images for Wikitext databases back in v3.6.4.3. Note that images do show for HTML databases (databases from Download Central). +

+

+ v3.7.2.1 resolves this issue. Viewing a page on the HTTP Server will now shows images. +

+

+ (PC) Add Table of Contents support for HTML databases on the PC +

+

+ v3.7.2.1 now generates Table of Contents for HTML databases on the PC. Note that this only affects new wikis such as Haitian and French. The 2016-07 version of English Wikipedia will have them when I release it next week. I'll redo German Wikipedia later to include this as well. +

+

+ (PC) Include mwad (MediaWiki API dump) for creating XML dumps for Wikia and other wikis {contributed by Mattze96} +

+

+ For those who are unaware, Mattze96 was the amazing developer who contributed the original HTTP Server code. This time, Mattze96 contributed mwad: the MediaWiki API dump tool. This tool allows creating XML dumps for Wikia and other wikis (https://wiki.archlinux.org/). +

+

+ If you use XOWA for Wikia wikis, or other non-Wikimedia wikis, you definitely want to try it out. For more info, see App/Import/mwad as well as https://github.com/Mattze96/mwad and https://github.com/gnosygnu/xowa/issues/66 +

+

+ (PC) Fix minor Wikibase issues, including wikibase-item +

+

+ There are two issues here: +

+ +

+ (PC) Target Java 1.7, not Java 1.8 +

+

+ I noticed that I accidentally bumped the Java version requirement from 1.7 to 1.8 back in 2016-03. v3.7.2.1 now requires Java 1.7 only +

+

+ Next release: v3.7.3 +

+

Release: v3.7.1.2 (2016-07-03 23:40 Sun)

@@ -118,7 +235,7 @@ (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews

- These wikis are available at Download Central. + These wikis are available at Download Central.

(PC) Support Gallery @@ -150,7 +267,7 @@ There were a number of fixes for crashes in uncommon scenarios. Most of these involved switching SD cards, or deleting wikis outside XOWA. The crash was bad enough such that XOWA would not work unless the Storage files were cleared (or XOWA was reinstalled).

- These are fixed in this version. For more info, see the Change log + These are fixed in this version. For more info, see the Change log

Next release: v3.7.2 diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html index 643842c3a..8c155529e 100644 --- a/home/wiki/Change_log.html +++ b/home/wiki/Change_log.html @@ -36,151 +36,171 @@
  • - 2 v3.7.1.2 (2017-07-03) -
  • -
  • - 3 v3.7.1.1 (2017-07-03) + 2 v3.7.2.1 (2017-07-10)
  • - 4 v3.6.4.2 (2016-06-27) + 3 v3.7.1.2 (2017-07-03) +
  • +
  • + 4 v3.7.1.1 (2017-07-03)
  • -
  • - 5 v3.6.4.1 (2016-06-25) +
  • + 5 v3.6.4.2 (2016-06-27)
  • - 6 v3.6.3.4 (2016-06-22) + 6 v3.6.4.1 (2016-06-25) -
  • -
  • - 7 v3.6.3.3 (2016-06-21) - -
  • -
  • - 8 v3.6.3.2 (2016-06-20) -
  • - 9 v3.6.3.1 (2016-06-19) + 7 v3.6.3.4 (2016-06-22) +
  • +
  • + 8 v3.6.3.3 (2016-06-21) + +
  • +
  • + 9 v3.6.3.2 (2016-06-20) +
  • -
  • - 10 v3.5.1.1 (2016-05-01) +
  • + 10 v3.6.3.1 (2016-06-19) -
  • -
  • - 11 v3.4.4.1 (2016-04-24) -
  • -
  • - 12 v3.4.3.1 (2016-04-17) +
  • + 11 v3.5.1.1 (2016-05-01)
  • - 13 v3.4.2.1 (2016-04-10) + 12 v3.4.4.1 (2016-04-24)
  • - 14 v3.4.1.1 (2016-04-04) + 13 v3.4.3.1 (2016-04-17)
  • -
  • - 15 Archives +
  • + 14 v3.4.2.1 (2016-04-10) + +
  • +
  • + 15 v3.4.1.1 (2016-04-04) + +
  • +
  • + 16 Archives
  • @@ -236,6 +256,160 @@

    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.7.2.1 (2017-07-10) +

    +

    + Wiki +

    + +

    + PC +

    +

    + major +

    + +
    +
    + Resolved by: Search for "PRIMARY KEY" if "UNIQUE KEY" is missing. +
    +
    + + +
    +
    + Links: App/Import/mwad +
    +
    + +

    + minor +

    + +
    +
    + Resolved by: Change "wikibase-entityid" to "wikibase-item". +
    +
    + Example: Erreur de script: =Module:Wikidata:500 unknown datavalue type.. +
    +
    + Links: https://ht.wikipedia.org/wiki/Srilanka +
    +
    + +
    +
    + Resolved by: Change "specieswiki" abbreviation from ".species" to "species". +
    +
    + +
    +
    + Links: Special:XowaWikiInfo?wiki=simple.wikipedia.org +
    +
    +

    + trivial +

    + + +

    + Server +

    +

    + major +

    + +

    + Android +

    +

    + minor +

    + +

    + Dev +

    + +
    +
    + Example: ['a', 'b'] == array('a', 'b'). +
    +
    + + + +

    v3.7.1.2 (2017-07-03)

    @@ -253,7 +427,7 @@ v3.7.1.1 (2017-07-03)

    - Wiki + Wiki

    - PC + PC

    major @@ -328,7 +502,7 @@

    - Android + Android

    major @@ -420,7 +594,7 @@

    - Dev + Dev

    - Links: Special:XowaDownloadCentralInfo?task id=1 + Links: Special:XowaDownloadCentralInfo?task id=1
    - Links: Options/HTML_databases + Links: Options/HTML_databases

    @@ -1105,7 +1279,7 @@

    - Links: App/Setup/Installation App/Setup/Flash_card App/Xtn/Browser/XOWA_viewer + Links: App/Setup/Installation App/Setup/Flash_card App/Xtn/Browser/XOWA_viewer
    - Links: Dashboard/Import/Offline + Links: Dashboard/Import/Offline
    - Links: Help/Privacy/Android + Links: Help/Privacy/Android

    - Dev + Dev

    - Links: Dashboard/Wiki_maintenance + Links: Dashboard/Wiki_maintenance

    @@ -1365,7 +1539,7 @@

    - Android + Android

    major.fix @@ -1430,7 +1604,7 @@ Resolved by: Pass display_title info to new page_banner manager.

    - Links: http://en.wikipedia.org/wiki/gzip Diagnostics/ParserFunctions/DisplayTitle + Links: http://en.wikipedia.org/wiki/gzip Diagnostics/ParserFunctions/DisplayTitle
    - Links: Diagnostics/Xtns/Wikia/All + Links: Diagnostics/Xtns/Wikia/All
    - Links: Diagnostics/Xtns/Wikia/All + Links: Diagnostics/Xtns/Wikia/All
    - Links: Diagnostics/Xtns/Wikia/All + Links: Diagnostics/Xtns/Wikia/All


    - Android + Android

    major.add @@ -1673,7 +1847,7 @@

    - Links: Dashboard/Import/Offline + Links: Dashboard/Import/Offline
    - Links: Dashboard/Files/Deletion + Links: Dashboard/Files/Deletion

    @@ -1724,16 +1898,16 @@

    diff --git a/home/wiki/Change_log/v3.7.2.1.html b/home/wiki/Change_log/v3.7.2.1.html new file mode 100644 index 000000000..bfc3ce35b --- /dev/null +++ b/home/wiki/Change_log/v3.7.2.1.html @@ -0,0 +1,305 @@ + + + + + Change log/v3.7.2.1 - XOWA + + + + + +
    +
    +
    +

    Change log/v3.7.2.1

    +
    +
    From XOWA: the free, open-source, offline wiki application
    +
    +
    + +
    +
    +

    + Contents +

    +
    + +
    +

    + v3.7.2.1 (2017-07-10) +

    +

    + Wiki +

    +
      +
    • + Wiki: Publish Haitian wikis. {requested by NickRance} +
    • +
    +

    + PC +

    +

    + major +

    +
      +
    • + Import: Fix 2016-07 English Wikipedia import failing. +
    • +
    +
    +
    + Resolved by: Search for "PRIMARY KEY" if "UNIQUE KEY" is missing. +
    +
    +
      +
    • + HtmlView: Support Table Of Contents. +
    • +
    +
      +
    • + Import: Include mwad (MediaWiki API dump) for creating XML dumps for Wikia and other wikis. {contributed by Mattze96} +
    • +
    +
    +
    + Links: App/Import/mwad +
    +
    +
      +
    • + Install: Require Java 1.7, not Java 1.8. [broken since: v3.3.4.1] +
    • +
    +

    + minor +

    +
      +
    • + Wikibase: Fix script error for "Module:Wikidata:500 unknown datavalue type." on many ht.w pages. +
    • +
    +
    +
    + Resolved by: Change "wikibase-entityid" to "wikibase-item". +
    +
    + Example: Erreur de script: =Module:Wikidata:500 unknown datavalue type.. +
    +
    + Links: https://ht.wikipedia.org/wiki/Srilanka +
    +
    +
      +
    • + Wikibase: Show specieswiki links in "In Other Languages". [broken since: v3.6.4.1] +
    • +
    +
    +
    + Resolved by: Change "specieswiki" abbreviation from ".species" to "species". +
    +
    +
      +
    • + Special: Enable delete on Special:XowaWikiInfo. +
    • +
    +
    +
    + Links: Special:XowaWikiInfo?wiki=simple.wikipedia.org +
    +
    +

    + trivial +

    +
      +
    • + Wikibase: Add "jamwiki" to list of known wikis. +
    • +
    +
      +
    • + Lang: Add new languages: aeb-arab; aeb-latn; dty; gor; lki; olo. +
    • +
    +

    + Server +

    +

    + major +

    +
      +
    • + HTTP Server: Fix images not showing when using "text" databases. [broken since: v3.6.3.4] {detected by ve3lst} +
    • +
    +

    + Android +

    +

    + minor +

    +
      +
    • + HtmlView: Ignore Table of Content markers. +
    • +
    +

    + Dev +

    +
      +
    • + Php_parser: Parse "[" and "]" as array. +
    • +
    +
    +
    + Example: ['a', 'b'] == array('a', 'b'). +
    +
    +
      +
    • + Source: Make parser code thread safe. +
    • +
    +
      +
    • + Source: Change Scrib_core from static to instance. +
    • +
    +
      +
    • + Source: Refactor Xoa_ttl. +
    • +
    +
      +
    • + Source: Consolidate Redirect methods on Page. +
    • +
    + +
    +
    +
    + + +
    +
    +
    +

    Namespaces

    + +
    +
    +
    + +
    + + + + + +
    +

    Android

    +
    + +
    +
    + +
    +

    Help

    +
    + +
    +
    + +
    +

    Blog

    +
    + +
    +
    + + + +
    +

    Donate

    +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/home/wiki/Dashboard/Image_databases.html b/home/wiki/Dashboard/Image_databases.html index 73854d68c..1cb426ba2 100644 --- a/home/wiki/Dashboard/Image_databases.html +++ b/home/wiki/Dashboard/Image_databases.html @@ -2970,7 +2970,7 @@ ^ For simplicity's sake, these instructions use a root folder of C:\xowa for all examples. Please adjust as necessary for Linux / Mac OS X.
  • - ^ a c Note the following types of folders: + ^ Note the following types of folders:

    - v3.7.1.2 (2017-07-03) -

    - -
    -
    - Resolved by: Cast double to int to handle HTML dumps from 2016-05 and earlier. -
    -
    -

    - v3.7.1.1 (2017-07-03) + v3.7.2.1 (2017-07-10)

    Wiki

    @@ -120,17 +107,32 @@

    • - HtmlView: Support Gallery. + Import: Fix 2016-07 English Wikipedia import failing.
    - Links: https://en.wikipedia.org/wiki/Édouard_Manet https://en.wikipedia.org/wiki/List_of_tallest_buildings_in_the_world https://en.wikipedia.org/wiki/National_Gallery_of_Art + Resolved by: Search for "PRIMARY KEY" if "UNIQUE KEY" is missing.
    • - DownloadCentral: Show error message if error during download; also allow resume. + HtmlView: Support Table Of Contents. +
    • +
    +
      +
    • + Import: Include mwad (MediaWiki API dump) for creating XML dumps for Wikia and other wikis. {contributed by Mattze96} +
    • +
    +
    +
    + Links: App/Import/mwad +
    +
    +
      +
    • + Install: Require Java 1.7, not Java 1.8. [broken since: v3.3.4.1]

    @@ -138,160 +140,106 @@

    • - UI: Add Ctrl+P as default keyboard shortcut for Print. + Wikibase: Fix script error for "Module:Wikidata:500 unknown datavalue type." on many ht.w pages.
    +
    +
    + Resolved by: Change "wikibase-entityid" to "wikibase-item". +
    +
    + Example: Erreur de script: =Module:Wikidata:500 unknown datavalue type.. +
    +
    + Links: https://ht.wikipedia.org/wiki/Srilanka +
    +
    • - UI: Automatically save zoom level when using Ctrl+Wheel_Up, Ctrl+Wheel_Down. {detected by Ope30} + Wikibase: Show specieswiki links in "In Other Languages". [broken since: v3.6.4.1]
    +
    +
    + Resolved by: Change "specieswiki" abbreviation from ".species" to "species". +
    +
    • - UI: Restore font size for tab buttons. + Special: Enable delete on Special:XowaWikiInfo.
    +
    +
    + Links: Special:XowaWikiInfo?wiki=simple.wikipedia.org +
    +

    trivial

    • - Log: Add logging statements for search. + Wikibase: Add "jamwiki" to list of known wikis.
    • - Hzip: Skip manual <h2> if <span> does not have id. + Lang: Add new languages: aeb-arab; aeb-latn; dty; gor; lki; olo.
    -
    -
    - Links: https://fr.wikipedia.org/wiki/Portail:Nord-Amérindiens/Image_sélectionnée -
    -
    -
      -
    • - Hzip: Skip manual <h2> if <h2> has atrs. -
    • -
    -
    -
    - Links: https://fr.wikipedia.org/wiki/Wikipédia:LiveRC/ToDo -
    -

    - Android + Server

    major

    -
    -
    - Resolved by: Try "SECONDARY_STORAGE" environment variable if present. -
    -
    +

    + Android +

    - major + minor

    -
    -
    - Resolved by: Always release WAKE_LOCK when task is done; remove WAKE_LOCK from internal hash. -
    -
    - -
    -
    - Resolved by: Reset progress at cmd level upon failure. -
    -
    - - -
    -
    - Resolved by: Use 1st installed wiki if English Wikipedia is not available. -
    -
    - -
    -
    - Resolved by: Add try / catch to Page__on_load_end. -
    -
    - -
    -
    - Resolved by: Add try / catch to OfflinePageStrategy. -
    -
    - -

    - trivial -

    - -
    -
    - Resolved by: Set "en" as language for home wiki. -
    -

    Dev

    - Resolved by: Split classes into separate files. + Example: ['a', 'b'] == array('a', 'b').
    + + diff --git a/home/wiki/Main_Page.html b/home/wiki/Main_Page.html index c17e8349b..121438665 100644 --- a/home/wiki/Main_Page.html +++ b/home/wiki/Main_Page.html @@ -82,28 +82,29 @@ Release notes

    - v3.7.1.2 features the following: + v3.7.2.1 features the following:

    -

    - v3.7.1.1 features the following: -

    -

    diff --git a/home/wiki/Options/Files.html b/home/wiki/Options/Files.html index 342191685..c3e9ca405 100644 --- a/home/wiki/Options/Files.html +++ b/home/wiki/Options/Files.html @@ -360,9 +360,9 @@ li.active a, li.active a:hover diff --git a/home/wiki/Options/Language.html b/home/wiki/Options/Language.html index 883c3ca51..7bb322523 100644 --- a/home/wiki/Options/Language.html +++ b/home/wiki/Options/Language.html @@ -338,6 +338,12 @@ li.active a, li.active a:hover + + @@ -587,6 +593,9 @@ li.active a, li.active a:hover + @@ -713,6 +722,9 @@ li.active a, li.active a:hover + @@ -992,6 +1004,9 @@ li.active a, li.active a:hover + @@ -1166,6 +1181,9 @@ li.active a, li.active a:hover + diff --git a/home/wiki/Options/Scribunto.html b/home/wiki/Options/Scribunto.html index 174f7f1de..707173c7d 100644 --- a/home/wiki/Options/Scribunto.html +++ b/home/wiki/Options/Scribunto.html @@ -403,7 +403,7 @@ li.active a, li.active a:hover executable permissions: Linux / Mac OS X users may need to grant execute permission to the Lua binary. To ensure proper setup, please do the following: