diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html index cdd23dfd1..67a31ad46 100644 --- a/home/wiki/Blog.html +++ b/home/wiki/Blog.html @@ -25,10 +25,10 @@
- The PC version is a patch release. It fixes Categories not showing for pages with more than one word in the title. + The PC version is a major release. It adds better category support, fixes a Scribunto "Script error out of bounds", and a new custom scripting system. +
++ The Android version is a minor release. It has a possible fix for some devices failing to load XOWA when permissions are revoked and then regranted.
- As per https://github.com/gnosygnu/xowa/issues/81#issuecomment-249666435 Categories would not show for certain pages. It turned out this was a careless bug which affected pages with more than one word in the title. -
-- Thanks to Ope30 for catching this bug. There's also another one he caught regarding large categories. This will be fixed in a future release or by manually downloading patched databases. See https://github.com/gnosygnu/xowa/issues/81 -
-- The PC version is a major release. It has more Category fixes, more page sync changes, and a few other changes. -
-- The Android version is a minor release. It has a fix for bad file downloads in Download Central. -
-- I published the French wikis last week, but I'm just listing them formally in this release. -
-- The English and German wikis were published today. To get them, do the following: + The 2016-10 versions of both wikis are up. You can get them through:
- Thanks to fake4d for pointing out the bad link before. -
-- v3.9.2.1 introduced a new Category system to support Categories in HTML dump mode. Unfortunately, a few items were left out. -
-- All of these are fixed in v3.9.4.1. In addition, I also added a feature to disable "Previous 200" on the first page and "Next 200" on the last page. -
-- Finally, these all work with both the Wikitext dumps and the HTML dumps. I still have to get them to work on Android. -
-- v3.9.2.1 added a page sync feature, but it didn't handle Math, video and pdf images. v3.9.4.1 now handles these. There are still a few other image types to handle (helper buttons / score), but sync should now work fine for 99% of pages. -
-- This is a bug that should hopefully not have affected anyone. While testing the downloads for English Wikipedia, I noticed that a "bad file size" error would basically cause Download Central to cycle endlessly. The only option would be to remove the entire task and resume. -
-- v3.9.4.1 now is able to show wikitext pages in the MediaWiki namespace. For example, https://en.wikipedia.org/wiki/MediaWiki:Edittools . -
-- As per https://github.com/gnosygnu/xowa/issues/85 the XOWA GUI was not able to run on the Raspberry Pi. I changed SWT to use WebKit in order to get this working. So far, I can only confirm that it works on my device, but hopefully it will work for others. -
-- In addition, this build has the official release candidate sqlite-jdbc jar as per https://github.com/xerial/sqlite-jdbc/issues/58 -
-- Many thanks to nstents for helping me test the builds. -
-- There were two significant fixes worth mentioning: -
-gsub( "e?$", "e", 1 )
returned wrong results
- {1="a", 4="d", 7="g"}
. XOWA had logic to handle 1 gap, but failed if there were more
+ Wiki_setup/German_wikis
+ First, round of thanks to Ope30 who noticed a number of issues with the category system as decribed in https://github.com/gnosygnu/xowa/issues/87 +
++ This particular release has a lot of changes based on the bug reports: +
++ A number of pages in 2016-10 English Wikipedia would should "Script error: index out of bounds" in the Infobox area near the Coordinates. For example, https://en.wikipedia.org/wiki/Paris This was fixed in this release +
++ This was a feature requested at https://github.com/gnosygnu/xowa/issues/88 +
++ Basically, v3.10.4.2 allows changing XOWA pages through custom Javascript. This is intended for non-Wikimedia wikis (such as Wikia) which use custom extension that are not supported in XOWA. A user can add this missing custom extension by writing an extension in Javascript. +
++ More information is at App/Xtn/Scripting +
+
- I'm skipping the release this week. I'm working on a few changes to categories, and English Wikipedia is spilling over a little. + There's no release this week. I'm working on a category performance enhancement before starting on 2016-10 wikis.
- I published French Wikipedia over the weekend. You can download them automatically with Download Central, or manually at https://archive.org/download/Xowa_frwiki_latest + I did create a deletion database for English Wikipedia. It will reduce the size of the images datases from 101 GB to 90 GB.
- English Wikipedia should go up over the next few days. German Wikipedia will follow afterwards. + The link is here: https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa The instructions are here: Dashboard/Files/Deletion
Thanks.
-- The PC version is a major release. It has a fix for broken Category pages, a new Category system, a new page sync feature, and other changes. -
-- The Android version is a minor release. It has a fix for dropped connections in Download Central. -
-- v3.8.5.1 had a bug that broke Category pages. For example, https://simple.wikipedia.org/wiki/Category:Earth . This would only retrieve one random category. v3.9.2.1 fixes the issue. -
-- As per https://github.com/gnosygnu/xowa/issues/81 Category pages were not showing for HTML dumps. I rewrote the Category system to handle this. Here are the high-level points: -
-- In short, the changes should be transparent to most, except HTML dump users will soon get Categories. -
-- There's a little more info at Category Overview for those interested. -
-- As per https://github.com/gnosygnu/xowa/issues/72 XOWA will now be able to sync pages directly from the online version. This feature is still a work-in-progress, and probably should only be done for selective pages. Certain pages won't sync correctly for a few more releases -- namely, pages with Math. See App/Xtn/Page_sync for more info. -
-- As per https://github.com/gnosygnu/xowa/issues/80 dropped connections in Download Central would appear to hang on Mac OS X. This release should now force Mac OS X to report dropped connections. In addition, it also will try to reconnect for a minute once a connection is dropped, before giving up. -
-- This release has a bunch of parser changes. The Change log has a complete list. The most relevant items are the following: -
-- Thanks to multiple users, this build also resolves some minor issues: -
-- Also, at risk of omission, additional thanks to markusmaresch for reporting the Mac OS X issue, and MDE186 for testing the page sync feature. -
-
-
-
- The Czech wikis are available in Download Central. To get them, do the following: -
-- This week has no release. I'm working on a variety of items based on issues at https://github.com/gnosygnu/xowa/issues Thanks to Ope30, markusmarech, and some anonymous others for all their input! -
-- The Czech wikis are done and being uploaded now. They should be ready by tomorrow in Download Central (click the Download icon to get a new list of wikis) -
-- For wikis, I'm going to try to update 2016-09 English Wikipedia, but I want to work on adding Categories as well as a few other items. -