- (PC) Fix Download Central failing on last step of image import
-
-
- This is a patch to fix an issue with Download Central. Download Central would fail when trying to import images (it failed on the very last command). Restarting the app and resuming would fix it.
-
-
- Note that this bug only occurred on PC and not Android.
-
-
- I also included a few minor HTML changes for some related screens.
-
- All apps are a major release due to fixes for Download Central and HTML databases. In addition, both PC and Android now have redlinks.
+ The PC version is a minor release. It adds Gallery support for HTML dtabases.
+
+
+ The Android version is a minor release. It fixes a number of severe crashes for outlier situations.
- (Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki
+ (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews
- All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central.
+ These wikis are available at Download Central.
- (All) Fixes / changes for Download Central including multiple-tasks bug
+ (PC) Support Gallery
- Last week had a patch to handle Download Central not working after resume.
+ On the PC, the HTML databaes showed Galleries vertically and with incorrect styles (no gray border box).
- This release fixes another bug wherein tasks were only able to run one at a time. Now multiple tasks can be added to the queue. I tested this week with the English wikis and loading all the tasks.
+ This build fixes some galleries for the existing 2016-06 wikis. Unfortunately, the other galleries can only be fixed in the next HTML dump: 2016-07 and beyond.
+
+ (PC & Android) More minor fixes for Download Central including connection disruption and WAKE_LOCK fixes
+
- In addition, this week has a few other notable items:
+ There are basically two types of fixes:
- Download Central for HTTP Server: This uses a new long-polling mechanism to capture progress updates
+ Show error when downloading: A user reported intermittent problems with download central: https://github.com/gnosygnu/xowa/issues/63 . A little later in the week, I discovered archive.org can sometimes drop a connection after a few hours. In these cases, XOWA would just stop without any indication. This version prints status messages to the screen, and also allows the user to resume
- Download Central CSS for Mac OS X: Safari needed a few CSS tweaks.
-
-
- Download Central Info page: This page offers more data on each task, including download links (for use in your download manager)
+ Android would sometimes time out: Android sometimes stops XOWA while downloading. This version allows XOWA to keep Android awake (WAKE_LOCK) until downloads finish.
- (All) HTML Databases: Better support for Redlinks, Timeline and Gallery
+ (Android) Multiple fixes for severe crashes
- Last week had a few patches to handle HTML databases not working for old archive.org wikis.
+ 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).
- This week has a few new features:
-
-
-
- Redlinks: Missing links to pages now show up as red links. Note that this doesn't work on HTTP Server yet.
-
-
- Timeline: Timeline now works again for Android. Also, it has been added to HTML databases.
-
-
- Gallery: Gallery now has better support on the PC. Images used to line up vertically: one underneath each other. Now they line up horizontally in rows.
-
-
-
- (PC) Minor parser fixes including tags with apostrophe and missing transluded pages
-
-
- There are a handful of fixes here:
-
-
-
- Flag icons sometimes not showing: This had to do with some inintuitive usage of a Module called Flagg. It relied on a failed template to return back the entire text of the text. XOWA was only returning the title.
-
-
- Some missing pages in Wikisource due to tag and apostrophe: The {{tag}} function was not being parsed correctly if it had apostrophes.
-
-
- Incorrect redlinks for known pages in Wiktionary: This was another similar issue wherein missing pages should come back as just the title name. XOWA was adding "Template:"
-
-
-
- Unfortunately, parser bugs are still part of the HTML dumps in the 2016-06 versions. They will be fixed in 2016-07 and beyond.
+ These are fixed in this version. For more info, see the Change log
- Next release: v3.7.1
+ Next release: v3.7.2
- Table of contents: HTML databases on the PC will get a TOC just like the Wikitext version
+ Table of contents: I did more work on the TOC, but wasn't able to integrate it for this release. It should be part of the next one.
- Gallery: Gallery still needs a few changes, particularly to handle packed galleries, as well as other custom-sized galleries.
+ Redlinks for HTTP Server: This also didn't make it into this release.
- Redlinks for HTTP Server: I'm going to try adding the new long-polling facility to the HTTP Server for redlinks
-
-
- Wikis: I'm redoing German and adding them to Download Central.
+ Wikis: I'm working on French next and adding them to Download Central.
-
-
-
-
- Release: v3.6.3.4 (2016-06-21 15:00 Wed)
-
-
- (Server) Fix blank pages for wikis downloaded from archive.org (fixed for GUI in 3.6.3.3, but not for HTTP Server)
-
- I discovered that my fix in v3.6.3.3 only affected the GUI. The HTTP server still used different code (I was in the middle of refactoring).
-
-
- I centralized the code for v3.6.3.4 and tested again with both GUI and HTTP Server. Hopefully this is the final patch release for the v3.6.3 series.
-
-
- Thanks again to thombles for reporting the issues.
-
-
- Release: v3.6.3.3 (2016-06-21 13:00 Tue)
-
-
- Sorry all. Another patch release to fix a few major bugs.
-
-
- Thanks to William and thombles for reporting the issues.
-
-
- (PC) Fix blank pages for wikis downloaded from archive.org
-
-
- v3.6.3.1 introduced automatic support for wikis downloaded through Download Central (HTML dumps). However, it wouldn't work with any wiki that was downloaded from archive.org (wikitext dumps, but with HTML metadata)
-
-
- v3.6.3.3 fixes this issue. It now uses the wikitext dumps if the HTML dumps are not there. Just update your app, and you will see actual pages, not blank ones.
-
-
- Also, note that you can disable the automatic HTML read by going to Options/HTML_databases
-
-
- (PC) Fix Download Central icons for Mac OS X
-
-
- Download Central looked pretty bad on Mac OS X. This was due to issues with the CSS flex directive and Safari browsers.
-
-
- I put in a fix now to make it more presentable though there are still a few more blemishes to remove.
-
-
- (PC) Log Download Central progress to troubleshoot failed completions
-
-
- I had a report of Download Central failing for Simple Wikipedia. I was able to reproduce it partially on my Windows 32-bit machine, but it has since worked fine 4 times. Note that Download Central has also worked fine multiple times on Windows 64-bit machines and Linux 32-bit machines as well as Android OS.
-
-
- I added some logging statements to troubleshoot the issue.
-
-
- Release: v3.6.3.2 (2016-06-20 13:00 Mon)
-
-
- (PC & Android) Fix Download Central not resuming after app is restarted
-
-
- There was a bug in last night's release. Download Central would not resume after restarting the app.
-
-
- This is fixed in this release. If you're downloading, please pause the download, exit the app, install the update, and resume again.
-
-
- Release: v3.6.3.1 (2016-06-19 19:30 Sun)
-
-
- The PC app is a major release. It has a new Download page, can now read Android HTML databases by default, and includes many minor fixes
-
-
- The Android app is a major release. It also has a new Download page, as well as some minor changes.
-
-
- The Server app is a major release. It can read Android HTML databases by default, and has a fix for the broken Search.
-
-
- (PC & Android) New Download Central to download HTML dumps and images
-
-
- Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.
-
-
- For v3.6.3, there are only two wikis: Simple Wikipedia and English Wikipedia. More wikis will be added every week throughout 2016. Next week, v3.6.4 should have other English wikis, like English Wiktionary and Wikisource.
-
-
- Going forward, Download Central will be the primary vehicle to get XOWA wikis. It provides a simple way to import wikis. It eliminates any confusion about which files to download and where to copy them. Monthly updates for English Wikipedia will be published here as well.
-
- (PC & Server) Android HTML dumps are now usable
-
-
- This is the other major feature of the release. Previously, the app could only read wikitext dumps. Now, it can read the XOWA Android HTML dumps. This has a few key benefits:
-
-
-
- One micro-SD card: many platforms: The same micro-SD card can be used to read XOWA on Windows, Linux, Mac OS X, Raspberry PI or Android
-
-
- Fast page loads: The app no longer needs to generate HTML from the wikitext. It can just load the HTML directly. This will be significantly faster. For example, a page like Earth might have taken 5 seconds to load. Now it loads in 1 second (or less).
-
-
- Wikidata no longer required: The HTML dumps no longer need Wikidata, which took up an additional 32 GB of space. Previously, Wikidata (www.wikidata.org) needed to be imported, or else some data would be missing.
-
-
-
- However, there are drawbacks as well:
-
-
-
- Missing features: The HTML dumps currently do not support these features:
-
-
- Table of Contents: Android generates Table of Contents in a different manner
-
-
- Redlinks: This feature still needs to be implemented.
-
-
- Links in other languages: Wikidata is still needed for this information
-
-
- Categories (partially): Categories are dynamically rendered. The HTML dumps includes the first 200 items in a category, but if there are more, they won't be available
-
-
- Other omissions: Image Map and Gallery were found to be broken for 2016-06 English Wikipedia. They are fixed for future releases. However, there will probably be other items that will be discovered as well.
-
-
-
-
-
-
- Plans: Each of these features will be implemented over the course of 2016. The end-goal is to have the HTML dumps produce the same output as the wikitext dumps.
-
-
-
-
- Larger size: The HTML dumps are larger than the wikitext (approximately 30 GB vs 20 GB).
-
-
-
-
- Plans: This will be whittled down over releases, though it's unlikely that the HTML dumps will ever be smaller than 25 GB.
-
-
-
-
- Requires separate post-processing generation step: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: Dev/Command-line/Dumps)
-
-
-
-
- Plans: This may be simplified with a "Generate HTML dump" button in the future, but generating an HTML dump for English Wikipedia will probably be a resource-intensive task
-
-
-
- Finally, a few notes on wikitext dumps versus HTML dumps.
-
-
-
- More work on HTML dumps in the future: Going forward, a lot of development work will go into the HTML dumps. This is necessary as the wikitext dumps are too slow for Android.
-
-
- HTML dumps will be uploaded to archive.org: Previously, Wikitext dumps were uploaded to archive.org. Now it will be HTML dumps instead.
-
-
- Wikitext dump support is not going away: Wikitext dumps will still be supported and used. Note that they are still a critical precursor to HTML dumps. (HTML dumps can't be produced without them).
-
-
-
- (PC & Android & Server) Search now reduces importance of short pages
-
-
- The new XOWA Search Engine uses PageRank to rate pages by importance. Although this works well for Wikipedia, it sometimes overrates pages which exist for encyclopedic book-keeping.
-
-
- For example, a lot of Wikipedia pages will have a small box called "Authority Control" at the bottom of the page. This box will have links to other pages like https://en.wikipedia.org/wiki/Integrated_Authority_Control If a million pages have this Integrated Authority Control link, then PageRank rates this page highly. ("1 million pages link to it!") However, the page itself is fairly short, and is not really one of the most important articles in Wikipedia (it would score higher than India, Insect, Italy, etc).
-
-
- v3.6.3 tries to reduce the importance of these pages if these articles are "short". This heuristic was already present in the previous versions of the search engine, but has been further tweaked.
-
-
- (Server) Fix for broken Search
-
-
- This was kindly reported by thombles here: https://github.com/gnosygnu/xowa/issues/59 . The new Search Engine in 2016-03 broke the HTTP Server search. This was fixed in this release.
-
-
- (PC) Minor fixes (Database, HTML Dump, Search, Special, Parser)
-
-
- These can be described briefly as follows:
-
-
-
- Database: Small wikis now generate a "core.xowa" file in addition to a "text.xowa" file. Previously, they only generated a "text.xowa" file.
-
-
- HTML dump: Image Map and Gallery weren't working correctly. Note that these are still broken in the current 2016-06 dump, but will be fixed in the 2016-07 one.
-
-
- Search: A few searches would be blank if the page also existed in a different namespace (for example, dokuwiki)
-
-
- Special: Special page names can now be case-insensitive (Special:RANDOM) or use native-language terms (Spezial:Zufällige_Seite)
-
-
- Parser: A handful of script errors around redirect links and country flags
-
-
-
- (Android) Minor changes (more Special pages: redesigned UI for special pages, HTML Page Title, flat icon)
-
-
- These can also be described briefly as follows:
-
-
-
- More Special pages: The following two pages have been added:
-
-
- Wiki Info: Shows information about the wiki, including size and location. Also allows deletion of the wiki. Available by doing: Menu -> XOWA -> Info icon
-
-
- Log: Shows log information for troubleshooting. Available by doing: Menu -> Settings -> Logs
-
-
-
-
- Redesigned UI for special pages: Special pages now use a common look and feel. This involves shared CSS, more icons, and a simple "help" panel. Also, they no longer show the footer (view page in browser; last modified, CC Content)
-
-
- HTML Page Title: The Page Title used to be an Android TextView widget. Now it's part of the HTML document. This makes resizing the page much nicer (the widget used to jump around when the page was resized)
-
-
- Flat icon: XOWA now has a flat icon
-
-
-
- (Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06)
-
- In addition, I generated 2016-06 English Wikipedia, and will be uploading a new version to be used with the wiki downloader. Once I get the wiki downloader stabilized, I'll start updating the other wikis.
-
-
- Release: NONE (2016-06-05 22:00 Sun)
-
-
- There's no release again this week. I've been bogged down in Android SQLite optimizations for the wiki downloader. I'm going to release something next week as I'd like to get back to regular releases.
-
-
- English Wikipedia is building now, so hopefully I'll have that ready for next week.
-
This item is self-explanatory. The XOWA Android app is getting more stable, so I felt it would be time to document the generation of the HTML databases.
diff --git a/home/wiki/Blog/2016-02.html b/home/wiki/Blog/2016-02.html
index 721941d9e..cc6447428 100644
--- a/home/wiki/Blog/2016-02.html
+++ b/home/wiki/Blog/2016-02.html
@@ -25,26 +25,29 @@
Find your wiki and click the "Search" button
@@ -188,7 +191,7 @@
- v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible
+ v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible
New Raspberry Pi build
diff --git a/home/wiki/Blog/2016-03.html b/home/wiki/Blog/2016-03.html
index 510ee8428..9777e7023 100644
--- a/home/wiki/Blog/2016-03.html
+++ b/home/wiki/Blog/2016-03.html
@@ -25,26 +25,29 @@
@@ -98,7 +101,7 @@
(Desktop) New autocomplete address bar
- The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest.
+ The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest.
Unfortunately, the autocomplete uses the new search system, so old wikis need to upgrade the search databases. You can upgrade by any of the following:
@@ -119,10 +122,10 @@
Find your wiki in the list
@@ -164,7 +167,7 @@
Punctuation friendly: Searches can be done for U.S.A. or USA; dont't or dont; half-life or half or life.
- Boolean searches: Searches can use boolean operators like -, ,, +, (), and *. In addition, there's even an escape operator: \. See App/Search
+ Boolean searches: Searches can use boolean operators like -, ,, +, (), and *. In addition, there's even an escape operator: \. See App/Search
Home wiki: The home wiki is now searchable. Try entering in search or any other word
diff --git a/home/wiki/Blog/2016-04.html b/home/wiki/Blog/2016-04.html
index dad78764e..7ef52fb67 100644
--- a/home/wiki/Blog/2016-04.html
+++ b/home/wiki/Blog/2016-04.html
@@ -25,26 +25,29 @@
@@ -394,7 +397,7 @@
Really benefits from an SSD: SQLite really does better with an SSD. I tried some tricks like changing PRAGMA synchronous to OFF, but this only shaves off a dozen or so minutes. In contrast, an SSD will easily knock off an hour if not more (from 2 hours to about 40 min)
- If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org:
+ If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org:
- Existing user (2015-06): Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see Dashboard/Files/Deletion. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version.
+ Existing user (2015-06): Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see Dashboard/Files/Deletion. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version.
Existing user (2013-11 or something else): Download the 2016-03 version. You have an old set of XOWA image databases that I really can't support any longer (they have an extension of .sqlite3). I know downloading 80 GB is painful, but I'm not planning to change database formats again in the future.
@@ -511,7 +514,7 @@
The total size of English Wikipedia is about 90 GB. 8 GB is from old images: images removed from articles during the day-to-day editing churn.
- If you have English Wikipedia and have been following along with the updates, go to Dashboard/Files/Deletion and follow the instructions therein.
+ If you have English Wikipedia and have been following along with the updates, go to Dashboard/Files/Deletion and follow the instructions therein.
(Package) Release of French Wikipedia 2016-03
diff --git a/home/wiki/Blog/2016-05.html b/home/wiki/Blog/2016-05.html
index 6c9898d81..3c6638543 100644
--- a/home/wiki/Blog/2016-05.html
+++ b/home/wiki/Blog/2016-05.html
@@ -25,26 +25,29 @@
@@ -174,7 +177,7 @@
(Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki
- All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central.
+ All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to Download Central.
(All) Fixes / changes for Download Central including multiple-tasks bug
@@ -296,7 +299,7 @@
v3.6.3.3 fixes this issue. It now uses the wikitext dumps if the HTML dumps are not there. Just update your app, and you will see actual pages, not blank ones.
- Also, note that you can disable the automatic HTML read by going to Options/HTML_databases
+ Also, note that you can disable the automatic HTML read by going to Options/HTML_databases
(PC) Fix Download Central icons for Mac OS X
@@ -344,7 +347,7 @@
(PC & Android) New Download Central to download HTML dumps and images
- Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.
+ Download Central is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.
For v3.6.3, there are only two wikis: Simple Wikipedia and English Wikipedia. More wikis will be added every week throughout 2016. Next week, v3.6.4 should have other English wikis, like English Wiktionary and Wikisource.
@@ -353,7 +356,7 @@
Going forward, Download Central will be the primary vehicle to get XOWA wikis. It provides a simple way to import wikis. It eliminates any confusion about which files to download and where to copy them. Monthly updates for English Wikipedia will be published here as well.
(PC & Server) Android HTML dumps are now usable
@@ -414,7 +417,7 @@
- Requires separate post-processing generation step: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: Dev/Command-line/Dumps)
+ Requires separate post-processing generation step: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: Dev/Command-line/Dumps)
@@ -509,10 +512,10 @@
(Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06)
+ On the PC, the HTML databaes showed Galleries vertically and with incorrect styles (no gray border box).
+
+
+ This build fixes some galleries for the existing 2016-06 wikis. Unfortunately, the other galleries can only be fixed in the next HTML dump: 2016-07 and beyond.
+
+
+ (PC & Android) More minor fixes for Download Central including connection disruption and WAKE_LOCK fixes
+
+
+ There are basically two types of fixes:
+
+
+
+ Show error when downloading: A user reported intermittent problems with download central: https://github.com/gnosygnu/xowa/issues/63 . A little later in the week, I discovered archive.org can sometimes drop a connection after a few hours. In these cases, XOWA would just stop without any indication. This version prints status messages to the screen, and also allows the user to resume
+
+
+ Android would sometimes time out: Android sometimes stops XOWA while downloading. This version allows XOWA to keep Android awake (WAKE_LOCK) until downloads finish.
+
+
+
+ (Android) Multiple fixes for severe crashes
+
+
+ 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
+
+
+ Next release: v3.7.2
+
+
+
+ Table of contents: I did more work on the TOC, but wasn't able to integrate it for this release. It should be part of the next one.
+
+
+ Redlinks for HTTP Server: This also didn't make it into this release.
+
+
+ Wikis: I'm working on French next and adding them to Download Central.
+
+
+
\ No newline at end of file
diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html
index d2af31da4..3b2d0259b 100644
--- a/home/wiki/Change_log.html
+++ b/home/wiki/Change_log.html
@@ -36,194 +36,148 @@
@@ -244,7 +198,7 @@
PC: Changes related to the XOWA application on Windows, Linux, and Mac OS X personal computers.
- Android: Changes related to Android OS phones, tablets, and related devices
+ Android: Changes related to the XOWA Android app on Android OS phones, tablets, and related devices
Server: Changes related to the XOWA HTTP Server on Windows, Linux, Mac OS X, and Raspberry PI machines
@@ -253,7 +207,7 @@
Doc: Documentation changes in home wiki and http://xowa.org
- Dev: Code-related changes. Will not be noticeable.
+ Dev: Code-related changes.
@@ -279,11 +233,204 @@
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.1.1 (2017-07-03)
+
+
+ Wiki
+
+
+
+ Wiki: Publish 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews.
+
- Doc: Add search capabilities to the home wiki.
-
-
-
-
- Resolved by: Upgrade home wiki to new search system.
-
-
-
-
- minor.fix
-
-
-
- Scribunto: Fix script error on English Wikipedia category pages. Message: Script error: =Module:progress box:59 attempt to index ? (a number value)
-
-
-
-
- Resolved by: Support "*" for Scribunto "pagesInCategory".
-
- Core: Parse decimals using US locale, not user locale. Resolves extremely wide pie charts on many de.w pages. {detected by markusmaresch} See: https://de.wikipedia.org/wiki/Hausmannstätten
-
- Css: Remove from core.css #content a:link {color: #0645ad;}. Resolves wikivoyage banner links showing in blue instead of white. See: https://en.wikipedia.org/wiki/Stonehenge
-
-
- Html: Add 'class="visible"' to content-sub node and 'client-js' to html node. Resolves extra gap at bottom of content-sub on wikivoyage pages. See: https://en.wikivoyage.org/wiki/Stonehenge
-
-
-
- trivial
-
-
-
- Xtn.Mapsources: Parse key-value pairs from nested template calls. Resolves potential incorrect values for {{#dd2dms}} .
-
-
- Import.Dansguardian: Fix page-redirection-deletion for en.wikipedia.org.
-
- Xtn.Hiero: Show hieroglyphics (available in 2016-01 English Wikipedia release). Resolves hieroglyphics not appearing. See: https://en.wikipedia.org/wiki/Cleopatra
-
-
- Css: Force table content to be transparent color in night mode.
-
-
- Log: Deactivate logging to external SD card (again). {detected by anonymous}
-
-
-
- v3.1.4.2 (2016-01-28)
-
-
- Windows / Linux / Mac OS X
-
-
- major
-
-
-
- Scribunto: Add built-in function: {{PROTECTIONEXPIRY}}. Resolves script error on many en.w pages. EX: Script error: @/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: callParserFunction: function was not found: function=PROTECTIONEXPIRY. See: https://en.wikipedia.org/wiki/Alaskahttps://en.wikipedia.org/wiki/Earth
-
- Dumps.HTML: Add support for non-english File namespace (resolves many log messages when generating html dumps for non-english wikis).
-
-
-
- trivial
-
-
-
- Hzip: Write file-title with correct case-sensitivity for wikis with a case-sensitive [[File:]] namespace.
-
-
- Html: Never change title bytes when passed to Xof_file_wkr_.Ttl_standardize(title) (nothing known in pc; affects hzip check for image links). See: https://en.wiktionary.org/wiki/freedom_of_speech
-
-
-
- doc
-
-
-
- Home: Redefine categories for Change log.
-
-
-
- Android
-
-
- major
-
-
-
- Search: Do additional searches to return some results sooner.
-
-
- Image: Load images directly in html if page has already been viewed.
-
- Css: Change background-color to black for infobox / wikitable in night-mode {detected by anonymous} {detected by anonymous}. See: https://en.wikipedia.org/wiki/Earth
-
- Parser.Lnki: Handle link arguments to anchors within current page (affects links not working for images if they link to section within current page); EX:[[File:A.png|link=#B]]. See: https://en.wikipedia.org/wiki/History_of_Nauru
-
- Html: Do not output alt in caption if alt only has whitespace (affects useless <hr> when alt is just blank space); EX:[[File:A.png|thumb|alt= ]]. See: https://en.wikipedia.org/wiki/Bird
-
diff --git a/home/wiki/Change_log/2013.html b/home/wiki/Change_log/2013.html
index 6084f3ff5..540efb3c9 100644
--- a/home/wiki/Change_log/2013.html
+++ b/home/wiki/Change_log/2013.html
@@ -457,7 +457,7 @@
(add) Server: Added alpha HTTP server {contributed by Mattze96 }. See: App/Xtn/Browser/HTTP_Server
- (add) Translation: Added translations for Simplified Chinese and Traditional Chinese {contributed by zjzengdongyang}. See: Options/Language
+ (add) Translation: Added translations for Simplified Chinese and Traditional Chinese {contributed by zjzengdongyang}. See: Options/Language
- Options: Fix UI language staying as English after reloading XOWA. See: Options/Language
+ Options: Fix UI language staying as English after reloading XOWA. See: Options/Language
@@ -2215,7 +2215,7 @@
- Gui.Tabs: Fix tab options not restored for Tab Height, Close Visible and Unselected Close Visible. See: Options/Tabs [broken since:start]
+ Gui.Tabs: Fix tab options not restored for Tab Height, Close Visible and Unselected Close Visible. See: Options/Tabs [broken since:start]
Options: Escape HTML characters in <textarea> (affects content code format incorrectly using "<pre>"). See: Options/Wiki/HTML
@@ -2238,7 +2238,7 @@
Javascript: Add option to control default show / hide state of NavFrames. See: Options/Wiki/HTMLDiagnostics/Javascript/NavFrame
- Gui.Tab: Add option to hide tab bar if 1 or 0 tabs {suggested by Schnark}. See: Options/Tabs
+ Gui.Tab: Add option to hide tab bar if 1 or 0 tabs {suggested by Schnark}. See: Options/Tabs
Gui.Url_bar: Add shortcut to open multiple lines in separate tabs; EX:Copy "a\nb" to clipboard -> Ctrl + Enter.
@@ -2554,10 +2554,10 @@
Gui: Support customizable keyboard shortcuts. See: Options/Shortcuts
- Gui: Update UI language dynamically (do not require restart). See: Options/Language
+ Gui: Update UI language dynamically (do not require restart). See: Options/Language
- Gui: Expand number of available UI languages. See: Options/Language
+ Gui: Expand number of available UI languages. See: Options/Language
- Gui: Add option for min chars / max chars in tab buttons. See: Options/Tabs
+ Gui: Add option for min chars / max chars in tab buttons. See: Options/Tabs
@@ -2890,19 +2890,19 @@
Gui.Tabs.Buttons: Show url as tooltip.
- Gui.Tabs.Buttons: Add option for place on top. See: Options/Tabs
+ Gui.Tabs.Buttons: Add option for place on top. See: Options/Tabs
- Gui.Tabs.Buttons: Add option for tab height. See: Options/Tabs
+ Gui.Tabs.Buttons: Add option for tab height. See: Options/Tabs
- Gui.Tabs.Buttons: Add option for curved button. See: Options/Tabs
+ Gui.Tabs.Buttons: Add option for curved button. See: Options/Tabs
- Gui.Tabs.Buttons: Add option for close button visible. See: Options/Tabs
+ Gui.Tabs.Buttons: Add option for close button visible. See: Options/Tabs
- Gui.Tabs.Buttons: Add option for unselected close button visible. See: Options/Tabs
+ Gui.Tabs.Buttons: Add option for unselected close button visible. See: Options/Tabs
+ Doc: Add search capabilities to the home wiki.
+
+
+
+
+ Resolved by: Upgrade home wiki to new search system.
+
+
+
+
+ minor.fix
+
+
+
+ Scribunto: Fix script error on English Wikipedia category pages. Message: Script error: =Module:progress box:59 attempt to index ? (a number value)
+
+
+
+
+ Resolved by: Support "*" for Scribunto "pagesInCategory".
+
+ Core: Parse decimals using US locale, not user locale. Resolves extremely wide pie charts on many de.w pages. {detected by markusmaresch} See: https://de.wikipedia.org/wiki/Hausmannstätten
+
+ Css: Remove from core.css #content a:link {color: #0645ad;}. Resolves wikivoyage banner links showing in blue instead of white. See: https://en.wikipedia.org/wiki/Stonehenge
+
+
+ Html: Add 'class="visible"' to content-sub node and 'client-js' to html node. Resolves extra gap at bottom of content-sub on wikivoyage pages. See: https://en.wikivoyage.org/wiki/Stonehenge
+
+
+
+ trivial
+
+
+
+ Xtn.Mapsources: Parse key-value pairs from nested template calls. Resolves potential incorrect values for {{#dd2dms}} .
+
+
+ Import.Dansguardian: Fix page-redirection-deletion for en.wikipedia.org.
+
+ Xtn.Hiero: Show hieroglyphics (available in 2016-01 English Wikipedia release). Resolves hieroglyphics not appearing. See: https://en.wikipedia.org/wiki/Cleopatra
+
+
+ Css: Force table content to be transparent color in night mode.
+
+
+ Log: Deactivate logging to external SD card (again). {detected by anonymous}
+
+
+
+ v3.1.4.2 (2016-01-28)
+
+
+ Windows / Linux / Mac OS X
+
+
+ major
+
+
+
+ Scribunto: Add built-in function: {{PROTECTIONEXPIRY}}. Resolves script error on many en.w pages. EX: Script error: @/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: callParserFunction: function was not found: function=PROTECTIONEXPIRY. See: https://en.wikipedia.org/wiki/Alaskahttps://en.wikipedia.org/wiki/Earth
+
+ Dumps.HTML: Add support for non-english File namespace (resolves many log messages when generating html dumps for non-english wikis).
+
+
+
+ trivial
+
+
+
+ Hzip: Write file-title with correct case-sensitivity for wikis with a case-sensitive [[File:]] namespace.
+
+
+ Html: Never change title bytes when passed to Xof_file_wkr_.Ttl_standardize(title) (nothing known in pc; affects hzip check for image links). See: https://en.wiktionary.org/wiki/freedom_of_speech
+
+
+
+ doc
+
+
+
+ Home: Redefine categories for Change log.
+
+
+
+ Android
+
+
+ major
+
+
+
+ Search: Do additional searches to return some results sooner.
+
+
+ Image: Load images directly in html if page has already been viewed.
+
+ Css: Change background-color to black for infobox / wikitable in night-mode {detected by anonymous} {detected by anonymous}. See: https://en.wikipedia.org/wiki/Earth
+
+ Parser.Lnki: Handle link arguments to anchors within current page (affects links not working for images if they link to section within current page); EX:[[File:A.png|link=#B]]. See: https://en.wikipedia.org/wiki/History_of_Nauru
+
+ Html: Do not output alt in caption if alt only has whitespace (affects useless <hr> when alt is just blank space); EX:[[File:A.png|thumb|alt= ]]. See: https://en.wikipedia.org/wiki/Bird
+
+
+
\ No newline at end of file
diff --git a/home/wiki/Dashboard/Import/Online.html b/home/wiki/Dashboard/Import/Online.html
index ae44aaa2d..f1286541b 100644
--- a/home/wiki/Dashboard/Import/Online.html
+++ b/home/wiki/Dashboard/Import/Online.html
@@ -18,7 +18,7 @@
Internet access needed: You will need internet access to use this page. If you don't have internet access but you've already downloaded a dump file, see App/Import/Offline
@@ -51,7 +51,7 @@
dump size
- (as of 2016-03-17)
+ (as of 2016-07-03)
- DownloadCentral: Add new wiki to left-hand sidebar of wikis.
-
-
-
-
- DownloadCentral: Sort work tasks by add-order after reloading page.
+ DownloadCentral: Show error message if error during download; also allow resume.
@@ -122,269 +125,45 @@
- DownloadCentral: Make minor HTML changes to DownloadInfo, including removing ellipsis and adding URL for wiki.
+ UI: Add Ctrl+P as default keyboard shortcut for Print.
- HTML: Remove ellipsis from Wiki Info.
-
-
-
-
-
-
- v3.6.4.1 (2016-06-25)
-
-
- Wiki
-
-
-
- Wiki: Publish 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki.
-
- Interwiki: Change abbreviation for "species.wikimedia.org" to "species" not ".species".
+ UI: Automatically save zoom level when using Ctrl+Wheel_Up, Ctrl+Wheel_Down. {detected by Ope30}
- Lang: Fix script error on 1 en.d page.
+ UI: Restore font size for tab buttons.