@@ -95,13 +98,13 @@
- Options [edit]
+ Options
The options page is at Options/Scripting
- Background [edit]
+ Background
- Javascript [edit]
+ Javascript
- xowa.script.main.js [edit]
+ xowa.script.main.js
/*
@@ -166,7 +169,7 @@ function xoscript__main(xo) {
}
- example.main.js [edit]
+ example.main.js
/*
@@ -262,7 +265,7 @@ function xoscript__page_write_end(page)
}
- example.util.js [edit]
+ example.util.js
function xo_uppercase(s) {
@@ -270,7 +273,7 @@ function xo_uppercase(s) {
}
- example.include.js [edit]
+ example.include.js
var content = document.getElementById("content");
@@ -281,10 +284,10 @@ if ( h1Elements.length != 0 ) {
}
- Lua [edit]
+ Lua
- example.main.lua [edit]
+ example.main.lua
function xoscript__init(env)
@@ -296,7 +299,7 @@ function xoscript__page_write_end(page)
end
- example.util.lua [edit]
+ example.util.lua
function xo_uppercase(s)
diff --git a/home/wiki/Archive/App/UI/Main_window_layout.html b/home/wiki/Archive/App/UI/Main_window_layout.html
index e1753ce16..69ae66647 100644
--- a/home/wiki/Archive/App/UI/Main_window_layout.html
+++ b/home/wiki/Archive/App/UI/Main_window_layout.html
@@ -24,7 +24,7 @@
All sections are designed to be copied and pasted directly to xowa.gfs.
- Increase font size to 10 [edit]
+ Increase font size to 10
This section increases the font size to 10 and adjusts the sizes/positions accordingly
@@ -48,7 +48,7 @@ app.gui.layout
;
- Increase font size to 30 [edit]
+ Increase font size to 30
A more extreme example: font gets changed to 30, so
@@ -73,7 +73,7 @@ app.gui.layout
;
- Use absolute positions [edit]
+ Use absolute positions
Note that this will cause window resizing to have no effect (EX: shrink the window to 800, but the html_box will remain 1000)
diff --git a/home/wiki/Archive/Help/Known_issues.html b/home/wiki/Archive/Help/Known_issues.html
index eb0b1c848..5613a7b57 100644
--- a/home/wiki/Archive/Help/Known_issues.html
+++ b/home/wiki/Archive/Help/Known_issues.html
@@ -18,7 +18,7 @@
- Search [edit]
+ Search
- Extensions [edit]
+ Extensions
- To do [edit]
+ To do
The following is a list of extensions that are not implemented in XOWA. It is an incomplete list. Any unimplemented extension will render as xml text.
diff --git a/home/wiki/Archive/Help/Version_compatibility.html b/home/wiki/Archive/Help/Version_compatibility.html
index 7a5dd1edd..1734beb55 100644
--- a/home/wiki/Archive/Help/Version_compatibility.html
+++ b/home/wiki/Archive/Help/Version_compatibility.html
@@ -35,7 +35,7 @@
As a result of this strategy, certain files/directories may be created that are no longer used anymore. If you have questions about these files, or just want to delete them, you should consult the sections below.
- as of v0.2.2 [edit]
+ as of v0.2.2
- as of v0.2.1 [edit]
+ as of v0.2.1
-
diff --git a/home/wiki/Archive/Help/Version_notes.html b/home/wiki/Archive/Help/Version_notes.html
index e1f660a0d..bcddb3a2e 100644
--- a/home/wiki/Archive/Help/Version_notes.html
+++ b/home/wiki/Archive/Help/Version_notes.html
@@ -18,7 +18,7 @@
- v0.0.0 - v0.2.2 [edit]
+ v0.0.0 - v0.2.2
This section is relevant only if:
@@ -38,7 +38,7 @@
Note that you may need to redownload language packs in future releases. MediaWiki supports a tremendous number of languages, and XOWA is still working on reaching the same level of support.
- v0.0.0 - v0.2.0.1 [edit]
+ v0.0.0 - v0.2.0.1
This section is relevant only if:
@@ -101,7 +101,7 @@
Note that this will be the last time you will need to re-enable these choices. These settings will be saved in a separate file[1] which future versions of XOWA will not change.
- Notes[edit]
+ Notes
-
diff --git a/home/wiki/Archive/Import/Batch.html b/home/wiki/Archive/Import/Batch.html
index 54427e9f6..ac6f7233d 100644
--- a/home/wiki/Archive/Import/Batch.html
+++ b/home/wiki/Archive/Import/Batch.html
@@ -32,7 +32,7 @@
XOWA allows you to import multiple wikis with one command. Note that these instructions are Windows-centric. Linux/OS X users should be able to extrapolate.
- Decompression program [edit]
+ Decompression program
- Batch script [edit]
+ Batch script
-
@@ -70,7 +70,7 @@ app.bldr.run;
;
- Running [edit]
+ Running
-
diff --git a/home/wiki/Archive/Import/Overview.html b/home/wiki/Archive/Import/Overview.html
index e723eaffb..86a1aa2ce 100644
--- a/home/wiki/Archive/Import/Overview.html
+++ b/home/wiki/Archive/Import/Overview.html
@@ -18,7 +18,7 @@
- Sqlite vs XOWA text file hive [edit]
+ Sqlite vs XOWA text file hive
XOWA text file advantages:
diff --git a/home/wiki/Archive/Import/Sqlite.html b/home/wiki/Archive/Import/Sqlite.html
index 4c63b17c2..2063cf7a4 100644
--- a/home/wiki/Archive/Import/Sqlite.html
+++ b/home/wiki/Archive/Import/Sqlite.html
@@ -32,13 +32,13 @@
As of v0.6.2, XOWA offers the ability to save a wiki in one sqlite database (as opposed to many text files). For more details about sqlite vs text files see Archive/Import/Overview.
- Sqlite model database [edit]
+ Sqlite model database
Every .sqlite3 database is copied from one central source: /xowa/bin/any/sql/xowa/xowa.sqlite3. The SQL used to generate the database can be found at xowa.sql file in the same directory.
- UI usage [edit]
+ UI usage
- Command-line usage [edit]
+ Command-line usage
The steps below assume simple.wikipedia.org.
diff --git a/home/wiki/Archive/Usage/Offline_images.html b/home/wiki/Archive/Usage/Offline_images.html
index 34143b6f9..252ef1aa8 100644
--- a/home/wiki/Archive/Usage/Offline_images.html
+++ b/home/wiki/Archive/Usage/Offline_images.html
@@ -81,13 +81,13 @@
- Overview [edit]
+ Overview
XOWA displays images by using online downloads as specified in Dev/File/Setup. However, XOWA can also be setup to use offline sources. If you have the time and storage space, you can download all the images for your wiki and run them from a hard drive. Note that the full tarball set for English Wikipedia is over 2 TB and may take 15 days to download and unzip. Even a small wiki like Simple Wikipedia requires 56 GB. Please prepare accordingly.
- Download tarball [edit]
+ Download tarball
- Unzip tarball [edit]
+ Unzip tarball
-
@@ -121,7 +121,7 @@
- Change config file [edit]
+ Change config file
Two changes will have to be made to the config file:
@@ -154,7 +154,7 @@
Note: the .fsys_('wnt') is not needed for Linux systems. It is a "hack" for Windows systems to handle File titles that have invalid Windows NT filesystem characters (such as " or :)
- Known limitations [edit]
+ Known limitations
-
@@ -195,7 +195,7 @@
- Offline thumbnails [edit]
+ Offline thumbnails
Dumping all the thumbnails in a wiki is currently being implemented. See Dev/Design/Offline_files
diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html
index 64e15756e..fa52fa9ed 100644
--- a/home/wiki/Blog.html
+++ b/home/wiki/Blog.html
@@ -78,12 +78,118 @@
- Personal: A new job and other changes (2017-04-02 12:00 Sun) [edit]
+ Release: v4.5.2.1704 (2017-04-26 20:00 Wed)
+
+
+ The PC version is a minor release. It adds some full-text search tweaks and fixes parsing issues for 2017-04 English Wikipedia and Wiktionary.
+
+
+ The Android version is a minor release. It also adds some full-text search tweaks.
+
+
+ (Wiki) Publish 2017-04 English Wikipedia
+
+
+ 2017-04 English Wikipedia was released over the weekend. You can get them from Download Central or see the following links: Wiki_setup/English_wikis
+
+
+ Note that Download Central wikis have two changes:
+
+
+ -
+ Full-text search indexes are bundled automatically with the main Articles task
+
+ -
+ A Wikitext task is also available. This allows you to download the Wikitext for editing purposes. Note that if you are using Android or are just viewing wikis you will not need them.
+
+
+
+ Add minor tweaks for full-text search and title-search
+
+
+ This version has a few minor tweaks for search:
+
+
+ -
+ Full-text search indexes are now generated automatically for 2017-04 and later Download Central wikis
+
+ -
+ The full-text search UI has a few minor fixes
+
+ -
+ Not directly related to full-text search, but title search now returns results for pages with a page_score of 10,000 or less
+
+
+
+ Fix parser issues for English Wikipedia, including "convert invalid number", "Check date value in access date", chart errors, and #statements
+
+
+ There were a bunch of parser fixes with 2017-04 English Wikipedia. For more detail, see the change log. In summary, they revolve around the following items:
+
+
+ -
+ Better support for UNIQ to handle "convert invalid number" and chart issues
+
+ -
+ Fixes for Wikibase and geocordinates as well as #statements
+
+ -
+ A date parser fix which caused "check date value in access date" errors in the references of many en.w pages
+
+
+
+ Fix parser issues for English Wiktionary including French conjugation tables, Chinese glyph tables, and Russian parts of speech.
+
+
+ In addition, there were also a few significant fixes to handle English Wiktionary:
+
+
+ -
+ French conjugation tables when Lua scripts use a function for replacing, but sometimes return nil
+
+ -
+ Chinese glyph tables due to Luaj and lack of BMP (1 codepoint; 2-char) support
+
+ -
+ Russian parts of speech issues due to over-eager inclusiong of all matches for ustring.match
+
+
+
+ Next release
+
+
+ I'm still adjusting to the new work schedule, so time has unfortunately been limited. I also spent a good deal of this month working on parser issues, especially for English Wiktionary.
+
+
+ I'm working on releasing more wikis with full-text search indexes. The English Wikis should be available sometime this weekend, with German and others following. The next release will probably come in late May and probably focus only on parser issues.
+
+
+ Personal: A new job and other changes (2017-04-02 12:00 Sun)
XOWA development will be undergoing some changes in the coming months. As of tomorrow, I'll be starting a new job, and consequently, I won't be able to give as much time to XOWA as before. In fact, few people know this, but I spent the past year working full-time on XOWA. So, strictly by numbers, XOWA is going to go from a 60-80 hour per week schedule to something much less.
diff --git a/home/wiki/Blog/2014.html b/home/wiki/Blog/2014.html
index 2b24c3abd..48861fcf5 100644
--- a/home/wiki/Blog/2014.html
+++ b/home/wiki/Blog/2014.html
@@ -144,25 +144,25 @@
- Release: NONE (2014-12-28 20:15 Sun) [edit]
+ Release: NONE (2014-12-28 20:15 Sun)
I'm skipping a release again this week. I'm aiming to do a maintenance release next week for v2.1.1 but I don't have any major changes planned.
- Release: NONE (2014-12-21 22:25 Sun) [edit]
+ Release: NONE (2014-12-21 22:25 Sun)
I uploaded Polish and English Wikipedia images tonight. I'll update the image database pages later.
- Release: NONE (2014-12-14 23:20 Sun) [edit]
+ Release: NONE (2014-12-14 23:20 Sun)
My apologies, but I'm skipping the release for this week. I'll resume next week with an update for Polish and English Wikipedia images.
- Release: v1.12.2 (2014-12-07 21:17 Sun) [edit]
+ Release: v1.12.2 (2014-12-07 21:17 Sun)
v1.12.2 was another quick release. I generated images for the Arabic wikis.
@@ -171,7 +171,7 @@
v1.12.3 will continue the same trend. I'm going to do a refresh of the Polish wikis, but have nothing else planned.
- Release: v1.12.1 (2014-11-30 22:25 Sun) [edit]
+ Release: v1.12.1 (2014-11-30 22:25 Sun)
v1.12.1 was another simple release. I generated images for 2014-11-24 French Wikipedia and fixed a few parser bugs.
@@ -180,7 +180,7 @@
v1.12.2 will probably continue with short releases. I'm still working on a simple Android alpha for Simple Wikipedia.
- Release: v1.11.4 (2014-11-23 22:07 Sun) [edit]
+ Release: v1.11.4 (2014-11-23 22:07 Sun)
v1.11.4 was yet another short release. I generated images for 2014-11-06 English Wikipedia, but did little else.
@@ -189,7 +189,7 @@
v1.12.1 will continue the trend of short releases. I'll start working on some alpha HTML dumps for Simple Wikipedia / English Wikisource.
- Release: v1.11.3 (2014-11-16 22:12 Sun) [edit]
+ Release: v1.11.3 (2014-11-16 22:12 Sun)
v1.11.3 was another short release. I made a run through 2014-11-06 English Wikipedia, and it appears mostly okay, though there was one issue related to unclosed <imageMap> and Canadian pages. Aside from a few issues releated to <indicators> and one Scribunto badges issue affecting frwiki, I did nothing else.
@@ -198,7 +198,7 @@
v1.11.4 will probably be another short release. I'll generate an update for English Wikipedia, but it's unlikely that there will be anything more.
- Release: v1.11.2 (2014-11-09 21:13 Sun) [edit]
+ Release: v1.11.2 (2014-11-09 21:13 Sun)
v1.11.2 was also a short release. I've not had much time this week, and this may continue for a while. I did manage to work on Schnark's tickets, and did manage to generate an update for German wiki. In addition, I went through the last of the 50,000 wikis including Latvian, Nynorsk and Cebuano. As of now, all wikis lists as 50,000+ articles now have XOWA packages within the last 6 months. This also includes all the sister wikis as well (wiktionary, wikisource, etc)
@@ -207,7 +207,7 @@
v1.11.3 will still be a short release. I'm going to try to generate an update for English Wikipedia, but that may slip till next week. In addition, I'll work on a Latin update.
- Release: v1.11.1 (2014-11-02 22:36 Sun) [edit]
+ Release: v1.11.1 (2014-11-02 22:36 Sun)
v1.11.1 was an abbreviated release. I had some personal affairs that took up much of most of the week. I started working on the German Wiki image update, but didn't have the time to complete it. I added a few minor bug fixes, but that was it.
@@ -216,7 +216,7 @@
v1.11.2 should see a German Wiki image update. Unfortunately, personal matters may also keep me from making progress this week also. I'm hoping to get further in Android, but it looks like the timetable may slip.
- Release: v1.10.4 (2014-10-26 21:33 Sun) [edit]
+ Release: v1.10.4 (2014-10-26 21:33 Sun)
v1.10.4 had a number of fixes for Russian Wikipedia -- nearly all of which involved Scribunto and Wikidata. I continued on Android and have a fairly workable prototype. I've also started rewriting the Android database serialization to be more compressible. This is going to be a somewhat time-consuming task, but I'm hoping to be able to generate an entire HTML text dump of English Wikipedia in 25 GB. (contrast that with the current Wikitext dump of 19 GB)
@@ -225,7 +225,7 @@
For v1.11.1, I'm going to keep it light. I'm planning on doing a German update and a new Latvian package. In the meantime, I'm going to continue working on database format / compression.
- Android: Initial overview (2014-10-26 18:12 Sun) [edit]
+ Android: Initial overview (2014-10-26 18:12 Sun)
I thought it would be worthwhile to give a general overview, so that some expectations can be set.
@@ -279,7 +279,7 @@
I'll set up a thread later in the XOWA forum to get more feedback.
- Release: v1.10.3 (2014-10-19 22:31 Sun) [edit]
+ Release: v1.10.3 (2014-10-19 22:31 Sun)
v1.10.3 was a straightforward release. Most of this had to do with 2014-10-03 English Wikipedia dump being relatively uneventful (unlike the last few monthly dumps). Vietnamese and Lithuanian were also straightforward, though a few pages in Vietnamese Wikisource forced a rewrite of the XOWA poem parser. In addition, due to the similarity of the lt and li language codes, I ended up doing Limburgish by mistake. However, it was small enough to upload anyway. In the meantime, I plugged away at the Android app, and have a bare-bones prototype for Simple Wikipedia.
@@ -288,7 +288,7 @@
For v1.10.4, I'm going to go out of order and do a Russian rebuild. Russian Wikipedia tends to use Scribunto a lot, and I'd just like another check that XOWA's Scribunto rendition is still working well. I'll add Estonian and maybe Latvian. Otherwise, I'll work on some database optimizations for the Android app.
- Release: v1.10.2 (2014-10-12 22:21 Sun) [edit]
+ Release: v1.10.2 (2014-10-12 22:21 Sun)
v1.10.2 includes some major changes to the javascript file layout. This should not be noticeable to most users, but for any one interested in the details, you can review this ticket. Aside from that, I worked a bit on Android and have a primitive alpha for Simple Wikipedia.
@@ -297,7 +297,7 @@
For v1.10.3, I'm going to do an English image update. I'll continue on the Android app, and should be getting closer to a workable prototype. For wikis, I'll be working on Vietnamese (update) and Lithuanian (new).
- Release: v1.10.1 (2014-10-05 20:54 Sun) [edit]
+ Release: v1.10.1 (2014-10-05 20:54 Sun)
For v1.10.1, I spent a lot of time on the wikidata.js replacement. I decided to reproduce the current look and feel for the Wikidata site. I think the final results are pretty good.
@@ -306,7 +306,7 @@
For v1.10.2, I'm going to go back to Android. For wikis, I'll be working on Norweigian (update) and Galician (new).
- Release: v1.9.5 (2014-09-28 22:30 Sun) [edit]
+ Release: v1.9.5 (2014-09-28 22:30 Sun)
v1.9.5 was mostly involved with a small number of minor parser fixes. Otherwise, English Wikipedia looked good (I reviewed over 100 pages) while Waray-Waray was much smaller than I expected. In addition, I worked on wikidata.js, but decided to incorporate this functionality directly in XOWA's Java code. (For more information, see below). I didn't finish the wikidata.js replacement for this release, but it should be done for v1.10.1. Otherwise, I worked a little on some XOWA Android experimentation.
@@ -315,7 +315,7 @@
For v1.10.1, I'm going to finish up the wikidata.js replacement. In addition, I'll start working on an Android prototype for Simple Wikipedia. For wikis, I'm planning to work on Thai (update) and Slovenian (new).
- Wikidata.js replacement (2014-09-28 21:30 Sun) [edit]
+ Wikidata.js replacement (2014-09-28 21:30 Sun)
First, as background, the Wikidata.js file was developed by Schnark as a way to view Wikidata pages within XOWA. You can see a screenshot here. As with all of Schnark's contributions, it was a well-developed piece of code that has performed its task perfectly for over a year and a half.
@@ -347,7 +347,7 @@
So, after much internal debating, I decided to make the v2 version for Wikidata within XOWA's Java code. I'm still going to leave the v1 infrastructure in place. If anyone wants to upgrade it to v2, they can do so, though I'm hoping the new version should perform well enough.
- Release: v1.9.4 (2014-09-21 22:01 Sun) [edit]
+ Release: v1.9.4 (2014-09-21 22:01 Sun)
Most of my time for the v1.9.4 release was spent on wikidata. As mentioned earlier, the latest wikidata dump introduced a brand new schema. More interestingly, the dump had articles in both the old schema (Q933) and the new schema (Q2). I had to rewrite a good deal of XOWA"s wikidata parser to handle two schemas, as well as implement the new schema. This took up most of my time for the v1.9.4 release, and I'm still not really done.
@@ -359,7 +359,7 @@
For v1.9.5, I'm going to focus on finishing up wikidata issues. Primarily, the wikidata.js page doesn't work for the new schema (navigating to Q2 will show a lot of errors). I'm also going to try to add better qualifier / reference support. In addition, there will probably be a handful of minor English Wiki issues that will take some time. Aside from English Wiki, I'll try to do the Waray-Waray wikis, but that may end up spilling over to the following week.
- Latest version of Wikidata is not compatible with XOWA v1.9.3 (2014-09-17 23:05 Wed) [edit]
+ Latest version of Wikidata is not compatible with XOWA v1.9.3 (2014-09-17 23:05 Wed)
It turns out that the 2014-09-12 Wikidata dump has a brand new schema and can't be imported into XOWA.
@@ -368,7 +368,7 @@
I'm working on a v2 parser now, and should have it ready for v1.9.4. In the meantime, please hold off on updating Wikidata.
- Release: v1.9.3 (2014-09-14 22:04 Sun) [edit]
+ Release: v1.9.3 (2014-09-14 22:04 Sun)
The v1.9.3 release has a handful of minor changes for the Simple wikis. I spent more time on Android development, and got an experimental dump working. However, it's still going to be a few weeks before I get any sort of alpha ready.
@@ -380,7 +380,7 @@
v1.9.4 will continue along with Android. For wikis, I'm going to do Portuguese (rebuild) and Slovak (new).
- Release: v1.9.2 (2014-09-07 21:45 Sun) [edit]
+ Release: v1.9.2 (2014-09-07 21:45 Sun)
The v1.9.2 release has several minor changes for English Wiktionary and Wikisource. Some were quite time-consuming, including one Luaj issue with .pairs(). I also decided to hold off on more HTML dump work, because I want to see how they perform in Android before I commit to the HTML dump format. Towards that end, I started working on the Android version this week, though so far most of the work is quite experimental.
@@ -389,7 +389,7 @@
v1.9.3 will involve more Android work along with HTML dumps. For wikis, I'm going to do Hungarian (rebuild) and Esperanto (new).
- Release: v1.9.1 (2014-08-31 23:27 Sun) [edit]
+ Release: v1.9.1 (2014-08-31 23:27 Sun)
The v1.9.1 release has some significant changes for the Chinese wikis, particularly Chinese Wikipedia and Wiktionary. Otherwise, most of the work went into more changes for the HTML dumps. At this point, I'm hoping that the main XOWA program is stable enough, and that any other major changes can wait until after an Android version.
@@ -398,7 +398,7 @@
v1.9.2 will still involve more HTML dump work. I'm also going to try to get a prototype going in Android, and make sure that the HTML dump approach works as planned. For wikis, I'm going to do English sister wikis (Wiktionary, Wikisource, etc.) and Hungarian Croatian (new).
- Release: v1.8.4 (2014-08-24 22:22 Sun) [edit]
+ Release: v1.8.4 (2014-08-24 22:22 Sun)
The v1.8.4 release has a handful of changes for English Wikipedia. Some of these were quite interesting (particularly the railway maps and the automatic-new-line-if-needed), though fortunately none of these should be major. Otherwise, I spent more time on the HTML dumps. It's taking longer than I expected, but I should definitely have something ready for a v1.9.* release.
@@ -421,7 +421,7 @@
As for the next release, v1.9.1 is a monthly milestone, so I plan to keep changes to a minimal. I'll probably spend most of my time on HTML dumps and hope to have a workable prototype. For wikis, I'm going to do Chinese (rebuild) and Serbo-Croatian (new).
- Release: v1.8.3 (2014-08-17 22:24 Sun) [edit]
+ Release: v1.8.3 (2014-08-17 22:24 Sun)
The v1.8.3 release is mostly about minor changes for the French and Polish wikis. In addition, there is a handful of fixes for the 2014-08-11 English wiki (which looks good so far). The SWT upgrade got put on hold as I ran into an issue on a Linux 32 bit box, and decided it wasn't worth the risk to upgrade any of the other platforms. (though it looks like a Linux only issue: SWT 4.4 requires GTK 3). Aside from that, I spent most of the week on the HTML dumps.
@@ -430,7 +430,7 @@
For v1.8.4, I'm going to continue with the HTML dumps. I'm hoping to have a beta feature ready within the next few releases. Other than that, I'm going to release the images for 2014-08-11 English wiki and probably do Arabic.
- Release: v1.8.2 (2014-08-10 22:02 Sun) [edit]
+ Release: v1.8.2 (2014-08-10 22:02 Sun)
The v1.8.2 update is larger than usual. I had to regenerate the language files because MediaWiki v1.24 added "!" as a magic word and German Wikipedia dropped Template:!. Since this was a low-level change, it forced a rebuild of all the language files. I also took the opportunity to move the language files from /xowa/user/anonymous/lang/xowa/ to /xowa/bin/any/xowa/cfg/lang/core/ . I also did the same for /xowa/user/anonymous/wiki/#cfg/ to /xowa/bin/any/xowa/cfg/wiki/core/
@@ -465,7 +465,7 @@
- Github Forks of Luaj and JTidy (2014-08-08 23:50 Fri) [edit]
+ Github Forks of Luaj and JTidy (2014-08-08 23:50 Fri)
I had to make some more changes to the Luaj project for v1.8.2. I decided that it was time to put the luaj_xowa project under some sort of DVCS, so I set up a github repository here. I also set up one for jtidy_xowa.
@@ -474,7 +474,7 @@
I'm also going to stop uploading these source tarballs to the XOWA support area, since they're basically redundant. Hopefully this won't inconvenience anyone.
- Release: v1.8.1 (2014-08-03 22:29 Sun) [edit]
+ Release: v1.8.1 (2014-08-03 22:29 Sun)
v1.8.1 was a light release with some minor UI fixes. This included the new collapsible wikidata div, as well as some code to handle a bread crumb trail for leaf pages. Japanese and Bulgarian wikis were straightforward, though due to some archive.org issues, it looks like the uploads won't be ready until sometime tomorrow.
@@ -483,7 +483,7 @@
For v1.8.2, I'm going to continue working on the HTML dumps. It'll probably be a few weeks before I have anything to show, but when I'm done, it should be the basis for the Android app. For wikis, I'm planning to do a rebuild of German and generate new images for Danish.
- Release: v1.7.4 (2014-07-27 00:32 Mon) [edit]
+ Release: v1.7.4 (2014-07-27 00:32 Mon)
v1.7.4 was mostly about the ImageMap extension. It took quite a bit of time, but I think the end result was worthwhile -- particularly with Popups. You can check the urls listed in the Change Log. I also added some "popup-at-anchor" functionality, though this will be limited until XOWA starts generating full html pages. In addition, there were some more Scribunto changes -- this time with Wikibase. I added a few minor UI changes in order to make "startup-from-previous-session" the default. I also went through the Ukrainian and Greek wikis. Finally, I uploaded the "slimmer" English Wikipedia set. You can check it out at https://archive.org/details/Xowa_enwiki_latest.
@@ -495,7 +495,7 @@
For v1.8.1, I'm going to try to keep it simple. I'll work on some general performance enhancements and revise some of the documentation. For wikis, I've decided to continue on with the rest of the 50,000+ wikis. Bulgarian will be next, and Japanese will be paired with it.
- Fixed: English Wikipedia images for 2014-07-07 (2014-07-22 21:02 Tue) [edit]
+ Fixed: English Wikipedia images for 2014-07-07 (2014-07-22 21:02 Tue)
The English Wikipedia images are now available: https://archive.org/details/Xowa_enwiki_2014-07-07_images_update For anyone curious, here are two items you can check:
@@ -509,13 +509,13 @@
- Technical difficulties: English Wikipedia images for 2014-07-07 (2014-07-21 22:54 Mon) [edit]
+ Technical difficulties: English Wikipedia images for 2014-07-07 (2014-07-21 22:54 Mon)
The English Wikipedia images is currently offline. I noticed a minor problem, and thought I could upload a fixed version. Unfortunately, I didn't expect archive.org to keep timing out on me. I'm going to continue trying tonight but it may be another day or so before the new version is up. Sorry about the delays.
- Release: v1.7.3 (2014-07-20 22:17 Sun) [edit]
+ Release: v1.7.3 (2014-07-20 22:17 Sun)
v1.7.3 had more follow-up Scribunto changes. These affected only a handful of pages (less than 50 out of 4.5 million). I think I'm done with the latest Scribunto changes, and hopefully the next changes won't be as traumatic. In addition there were two notable fixes: missing references due to lower-alpha, and excessive ampersands on some math pages. I added a few UI options, including the set-startup-page option. Hebrew wasn't as difficult as I expected, though it still involved a few changes.
@@ -546,7 +546,7 @@
For v1.7.4, I'm going to try to release a fully functional ImageMap extension. I'm hoping this will be useful now that App/Xtn/Html/Popups is in place. I'm also going to try to do XULRunner 24, though if I run into issues, I may defer this till a v1.8 build. For wikis, I'm going to skip over Japanese and do Ukranian as the latter uses Scribunto heavily. I'll probably do Greek as well.
- Release: v1.7.2 (2014-07-13 22:23 Sun) [edit]
+ Release: v1.7.2 (2014-07-13 22:23 Sun)
v1.7.2 was quite a release. I downloaded the latest enwiki, and found a whole host of issues due to recent changes in Scribunto. As a result, there were a lot of changes to XOWA's Scribunto for this release. Hopefully I've caught all the major issues. In addition, I started working on XULRunner 24, but was diverted to some memory performance issues. Also worth mentioning is an important item for certain non-English wikis: case-insensitive UTF-8 lookups. The latter was especially time-consuming for a language like Turkish, which has asymmetric casings: İ lowercases to i but i uppercases to I . Fortunately, in comparison to the above, Swedish and Malay were easy to do.
@@ -555,7 +555,7 @@
For v1.7.3, I still need to do some additional cleanup in the wake of all the Scribunto changes from last week. In addition, I'm going to do another images update, and hopefully I'll be able to do a smaller English Wikipedia images dump size. For wikis, I'm going to try to do Hebrew, but that may spill over to the following week (I'm always nervous with RTL wikis).
- Cleaning up the download area (2014-07-07 21:29 Thu) [edit]
+ Cleaning up the download area (2014-07-07 21:29 Thu)
Another administrative note. I decided to clean up the download area last night: https://sourceforge.net/projects/xowa/files/ There were a lot of old releases dating back to 0.3.0, with a few gaps inbetween. I've wanted to do it for quite a while, but I never like deleting files.
@@ -599,7 +599,7 @@
Finally, if anyone wants a full historical release set (for example, 1.1.1), feel free to drop me an email. I'll post a copy temporarily to my Google drive account. Note that all hashes for the release sets are in https://sourceforge.net/projects/xowa/files/support/ so you can cross-check the copy if you don't trust me. :)
- Release: v1.7.1 (2014-07-06 21:43 Sun) [edit]
+ Release: v1.7.1 (2014-07-06 21:43 Sun)
v1.7.1 was more interesting than I expected. The Russian wikis had the expected Scribunto issue, but Serbian had a whole host of issues related to variants. I added a good deal of basic support, though I'm sure there are still some items missing. If any Serbian users can report any actual errors in articles, I'd greatly appreciate it.
@@ -611,7 +611,7 @@
For v1.7.2, I'm planning to makes some more non-English wiki related changes, thanks to some of the Russian wiki changes from last week (particularly, case-insensitive lookups for UTF-8 characters). I'm going to look at upgrading XOWA from XUL Runner 10 to 24, now that SWT 4.4 is officially relesed. I'm also going to try again to look at English Wikipedia images dump size. There'll probably be some GUI changes as well. For wikis, I'm going to do Malay and Swedish.
- A change to the url format for archive.org links (2014-07-03 23:34 Thu) [edit]
+ A change to the url format for archive.org links (2014-07-03 23:34 Thu)
A note on a minor bookkeeping change. Starting on 2014-06-22 and with the Latin wikis, I've removed the date based component from the url. So, with the example of the Latin wikis, the previous format was Xowa_labundle_2014-06-23 _including_wikipedia, whereas the current format is Xowa_labundle_latest _including_wikipedia.
@@ -626,7 +626,7 @@
Hopefully I won't run into any issues with this approach. If I do, I'll just go back to the date-based urls.
- Release: v1.6.5 (2014-06-29 22:04 Sun) [edit]
+ Release: v1.6.5 (2014-06-29 22:04 Sun)
v1.6.5 was mostly minor parser fixes for English Wikipedia. I also included a few minor changes to the Popups, thanks to feedback from Schnark
@@ -635,7 +635,7 @@
v1.7.1 will be a stable release, so I'm going to try to keep changes to a minimum. I'm planning to work on some performance enhancements to popups, in preparation for making it the default in v1.7.1. I will also go back to reducing the size of the English Wikipedia images dump. For wikis, I'm going to try Serbian and maybe Russian. If Russian is too difficult (they tend to be the most experimental with Scribunto), then I'll switch them with Swedish instead.
- Release: v1.6.4 (2014-06-22 21:42 Sun) [edit]
+ Release: v1.6.4 (2014-06-22 21:42 Sun)
Due to some technical complication, I had to redo the English Wiki scan mid-week. As a result, I didn't get a chance to look at reducing the size of the dump. While waiting, I pretty much ended up spending all my time on the new Popups feature. For an initial version, I think it turned out fairly well. I'm hoping others will find it useful.
@@ -644,7 +644,7 @@
v1.6.5 will involve some work on minor parser issues. The latest English Wiki has a few issues that I didn't get a chance to review. I'll also look at some tweaks / performance enhancements to popups, and try to include some other UI changes. For wikis, I'm going to resume with Spanish and Romanian.
- Release: v1.6.3 (2014-06-15 21:53 Sun) [edit]
+ Release: v1.6.3 (2014-06-15 21:53 Sun)
v1.6.2 was mostly about infrastructure changes. I changed tidy to parse only page content, while cleaning up most of the HTML <head> generation. Both these items took longer than expected. I did manage to add options to handle auto-collapse / auto expand, and included a few javascript refinements thanks to Schnark.
@@ -653,7 +653,7 @@
v1.6.3 will shift focus a bit. The enwiki dump finally started, and I'm going to try to change the update process to delete unused files. Enwiki is approximately 86.4 GB and has a turnover of 1 - 2 GB per month. If the unused images are deleted, I'm hoping to get back into the 70s, if not lower. I'm also going to explore an automated update option for these image databases. As most of my attention will be on enwiki this week, I'm going to skip generating wikis for other languages. Finally, I'm going to experiment with Hovercards in XOWA. If I'm lucky, I may be able to get something in for a v1.6.* release. Otherwise, it'll have to wait for XOWA HTML dumps.
- Release: v1.6.2 (2014-06-08 21:56 Sun) [edit]
+ Release: v1.6.2 (2014-06-08 21:56 Sun)
With v1.6.2, I included a significantly different JTidy. I ported as many of the changes from tidy over to JTidy -- mostly in the various Parse classes. I still have more changes planned for JTidy, but hopefully the bulk of the compliance work has been done. I was able to do a full parse of all the English Wikipedia pages, and the new JTidy jar helped me discover a few minor issues in the Wikipedia namespace. I also added a bunch of minor UI changes, including new privacy options and several Tab actions (Close Others, Undo Close Tab, Select by #)
@@ -662,7 +662,7 @@
For v1.6.3, I'm planning to work on more JTidy related changes. Now that JTidy is fully integrated into XOWA, I need to remove some early XOWA tidy-like logic that prevents JTidy from fixing malformed HTML. I'll also add a few other minor UI changes as well, with some focus on Javascript changes (particularly auto-collapse all sections). For wikis, I'm planning on Indonesian (new) and Italian (update).
- About the blog (2014-06-06 23:56 Sat) [edit]
+ About the blog (2014-06-06 23:56 Sat)
I thought it might be useful to have a blog that covers various parts of XOWA's development. Its main objectives would be the following:
diff --git a/home/wiki/Blog/2015.html b/home/wiki/Blog/2015.html
index f010a328c..a7daebf6b 100644
--- a/home/wiki/Blog/2015.html
+++ b/home/wiki/Blog/2015.html
@@ -566,7 +566,7 @@
- Release: NONE (2015-12-27 22:00 Sun) [edit]
+ Release: NONE (2015-12-27 22:00 Sun)
I'm skipping the release again. There were two minor changes, but neither seem to be enough to warrant another version. As always, if anyone notices any serious issues, please do let me know at either https://github.com/gnosygnu/xowa/issues or gnosygnu at gmail.com .
@@ -584,7 +584,7 @@
For wikis, I'll try to do a refresh of French Wikipedia.
- Release: NONE (2015-12-20 22:00 Sun) [edit]
+ Release: NONE (2015-12-20 22:00 Sun)
I'm skipping the release this week as well. I've spent the week working on the new Android dump format for gallery, as well as a new database merge feature. I haven't found anything worth a release.
@@ -596,7 +596,7 @@
For 2.12.4, I'm still working on the new Android version for Simple Wikipedia.
- Release: NONE (2015-12-13 19:30 Sun) [edit]
+ Release: NONE (2015-12-13 19:30 Sun)
I'm skipping the release this week. I've been working on Android-related changes, so there really aren't any significant changes.
@@ -608,13 +608,13 @@
For 2.12.3, I'm continuing work on the Android version for Simple Wikipedia. For wikis, I'll try to do Russian
- Release: v2.12.1.1 (2015-12-06 21:30 Sun) [edit]
+ Release: v2.12.1.1 (2015-12-06 21:30 Sun)
v2.12.1 is a minor release. It has several fixes directly affecting Italian Wikisource pages, and a few minor parser fixes for other wikis
- Wiki bundles for Italian wikis [edit]
+ Wiki bundles for Italian wikis
The Italian wikis have been posted to archive.org
@@ -625,7 +625,7 @@
- Minor fixes for Italian Wikisource [edit]
+ Minor fixes for Italian Wikisource
These fixes addressed the following:
@@ -639,7 +639,7 @@
- Minor parser fixes including mapsource extension [edit]
+ Minor parser fixes including mapsource extension
These fixes are several, but the following are notable:
@@ -653,7 +653,7 @@
- Next release: v2.12.2 [edit]
+ Next release: v2.12.2
I spent a good deal of time working on most of these minor fixes, so my progress on Android was limited. However, I did get a text version of Simple Wikipedia working with the new dump and the new UI. I'm planning to work on images this week, and hope to have a new beta for v2.12.2
@@ -662,7 +662,7 @@
For wikis, I'm generating English now. I'll try to add Arabic this week as well.
- Release: NONE (2015-11-29 19:30 Sun) [edit]
+ Release: NONE (2015-11-29 19:30 Sun)
This week will be another skipped release. I've only made very minor changes this week, so it didn't seem worth it to make a new release.
@@ -677,13 +677,13 @@
- Release: v2.11.4.1 (2015-11-22 20:00 Sun) [edit]
+ Release: v2.11.4.1 (2015-11-22 20:00 Sun)
v2.11.4 is a minor release. It has one fix affecting French Wikipedia pages, and another for the simple-mode Category system.
- Fix for "long-vertical scrolling" on French Wikipedia [edit]
+ Fix for "long-vertical scrolling" on French Wikipedia
In v2.11.2, I added a fix to handle extraneous pre sections: see #Fix for extraneous pre-sections in References. It turned out this fix was not correct, and caused pages in French Wikipedia to have large scrolling sections.
@@ -692,7 +692,7 @@
I reverted the fix for v2.11.4. As it turned out, the issue with extraneous pre sections was handled by the underlying templates themselves.
- Fix for simple-mode Category pages not loading [edit]
+ Fix for simple-mode Category pages not loading
XOWA generates a simple Category system when it builds a wiki (this is called v1). If you want an authentic version of the Category system (this is called v2), you can always import it separately under Import offline.
@@ -701,7 +701,7 @@
The simple Category system looks like it broke some time ago during the general database redesign from .sqlite3 to .xowa. I fixed it for this release.
- Wiki bundles for French, Lithuanian, Limburgish, Estonian, Latvian, Nynorsk, and Cebuano wikis [edit]
+ Wiki bundles for French, Lithuanian, Limburgish, Estonian, Latvian, Nynorsk, and Cebuano wikis
There were a lot of wikis this week, but they were mostly small. These have been uploaded to archive.org:
@@ -730,7 +730,7 @@
- Next release: v2.11.5 [edit]
+ Next release: v2.11.5
I was able to do a basic HTML dump for simple wiki, but there are still a number of issues. These should be fixed this week, and hopefully I can try the new HTML dump system on English Wikipedia.
@@ -739,19 +739,19 @@
For wikis, I'm going to work through the last of the old .sqlite3 wikis and go through Dutch (nl.*) and Latin wikis.
- Release: v2.11.3.1 (2015-11-15 20:00 Sun) [edit]
+ Release: v2.11.3.1 (2015-11-15 20:00 Sun)
v2.11.3 is a fairly minor release. It addresses one minor bug with "1. REDIRECT" showing up on pages.
- Fix for "1. REDIRECT" showing up on some pages [edit]
+ Fix for "1. REDIRECT" showing up on some pages
This was a bug I introduced while fixing another issue in v2.11.2. Some pages would now show "1. REDIRECT", most notably en.w:Earth
- Wiki bundles for Slovak, Slovenian, Galician, and Waray-Waray wikis [edit]
+ Wiki bundles for Slovak, Slovenian, Galician, and Waray-Waray wikis
These have been uploaded to archive.org:
@@ -771,7 +771,7 @@
- Next release: v2.11.4 [edit]
+ Next release: v2.11.4
I fixed the one minor Wikibase issue, but am deferring a few other possible issues till later. I'm still chugging away on the HTML dump. My aim is to get a simple wiki dump for the next release.
@@ -780,13 +780,13 @@
I generated the English Wiki dump but there were only about 3 thousand new images, and I didn't feel that it merited an update. For wikis, I'm going to update French, and then go through as many as I can of Lithuanian, Limburgish, Estonian, Latvian and Nynorsk.
- Release: v2.11.2.1 (2015-11-08 22:00 Sun) [edit]
+ Release: v2.11.2.1 (2015-11-08 22:00 Sun)
v2.11.2 is a significant release. It addresses minor, but noticeable issues with gallery sections, location maps, and references. It also has some Wikibase fixes.
- Fix for Gallery rendering vertically instead of horizontally [edit]
+ Fix for Gallery rendering vertically instead of horizontally
Wikimedia added a change a few weeks ago to force <gallery> tags to use a css. See https://phabricator.wikimedia.org/T110709 This resulted in galleries being shown vertically, instead of horizontally.
@@ -795,7 +795,7 @@
v2.11.2 now includes this css.
- Fix for Location maps not working on non-English wikis [edit]
+ Fix for Location maps not working on non-English wikis
This has been a bug for a few months, but I had misdiagnosed it as bad Module code. Basically, non-English wikis would copy-paste the same Module:Location_map code in to their wikis. This failed to work in XOWA, because:
@@ -815,7 +815,7 @@
v2.11.2 now uses the canonical name just like MediaWiki.
I think this is also a recent bug, but I can't track down the actual cause. MediaWiki has inconsistent logic for trimming whitespace around template and link arguments. The one at issue was a piece of code like {{TemplateName| B\n }} . On my local version of MediaWiki (1.25.2), it doesn't trim the "\n " after the B and creates a <pre> section. However, on Wikipedia, it does trim the whitespace and does not create a <pre> section.
@@ -824,7 +824,7 @@
I think this behavior changed recently, but couldn't find the actual line of code in MediaWiki. For now, XOWA will automatically trim end whitespace for all template arguments. In my opinion this is more intuitive behavior anyway.
- Minor Wikibase fixes [edit]
+ Minor Wikibase fixes
These are a handful of signficant fixes that only affect some several dozen pages. They are in brief:
@@ -841,7 +841,7 @@
- Minor fixes for Redirect [edit]
+ Minor fixes for Redirect
These are two minor items worth more explanation:
@@ -855,7 +855,7 @@
- Minor JTidy fix to always enclose body text [edit]
+ Minor JTidy fix to always enclose body text
This was actually not working from the start. Basically tidy needs to take something like ...
@@ -876,7 +876,7 @@
I modified the jtidy_xowa.jar to handle this behavior.
- Wiki bundles for Danish, Serbo-Croatian, Croatian, and Estonian wikis [edit]
+ Wiki bundles for Danish, Serbo-Croatian, Croatian, and Estonian wikis
These have been uploaded to archive.org
@@ -896,7 +896,7 @@
- Next release: v2.11.3 [edit]
+ Next release: v2.11.3
I made some good progress with the rewritten HTML dump feature this week, but am still not done. I'm hoping to get ready for v2.11.3 but I need to work on a few other minor issues that have spilled over from this week. (namely in Wikibase).
@@ -905,25 +905,25 @@
For wikis, I'm generating 2015-11 English Wikipedia. I'm also going to continue through the minor wikis and try to do Slovak, Waray-Waray, Slovanian and Galician
- Release: v2.11.1.1 (2015-11-01 19:30 Sun) [edit]
+ Release: v2.11.1.1 (2015-11-01 19:30 Sun)
v2.11.1 is a minor release. There are a few minor fixes for Hebrew wikis.
- Minor fixes for Hebrew wikis [edit]
+ Minor fixes for Hebrew wikis
v2.11.1 now supports Hebrew dates for the time function like {{#time:xhxjj xjx xhxjY|28-08-1608 + 341 days}} generating ד' ה'שס\"ט" . In addition there is basic support for Hebrew grammar like {{grammar:prefixed|וabc}} generating ווabc .
- Image packages for English Wikipedia, Hebrew, Norwegian and Vietnamese wikis [edit]
+ Image packages for English Wikipedia, Hebrew, Norwegian and Vietnamese wikis
The English Wikipedia update for 2015-10 is finally up. The rest of the wikis are up at archive.org
- Next release: v2.11.2 [edit]
+ Next release: v2.11.2
I've been working on a new UI for the Android alpha. I've also spent time rewriting the HTML dump. For the next few weeks, I don't expect to do anything with the desktop app outside of bug fixing.
@@ -932,7 +932,7 @@
For wikis, I'll move on to Danish, Serbo-Croatian, Hungarian and Esperanto wikis
- Release: NONE (2015-10-25 20:00 Sun) [edit]
+ Release: NONE (2015-10-25 20:00 Sun)
I'm skipping the release this week. I spent most of the time this week on the HTML dump as well as Android. I'm looking at doing the regular monthly release next week but don't expect any major issues.
@@ -941,13 +941,13 @@
I'm also working on the wikis below and will post during the week.
- Release: v2.10.3.1 (2015-10-18 20:15 Sun) [edit]
+ Release: v2.10.3.1 (2015-10-18 20:15 Sun)
v2.10.3 is a minor release. There are a few minor fixes for issues related to v2.10.2.
- Minor fixes [edit]
+ Minor fixes
There are two worth mentioning:
@@ -964,13 +964,13 @@
The rest are more trivial in comparison. You can check the Change_log for more detail.
- Image packages for Serbian, Malay and Bulgarian wikis [edit]
+ Image packages for Serbian, Malay and Bulgarian wikis
I'm uploading Bulgarian now, but the rest should be ready at archive.org. See: https://archive.org/details/Xowa_srwiki_latest https://archive.org/details/Xowa_mswiki_latest and https://archive.org/details/Xowa_bgwiki_latest
- Next release: v2.10.4 [edit]
+ Next release: v2.10.4
I'm still waiting on commons / wikidata before doing an English Wikipedia update. I'll work on Hebrew this week and Norwegian / Vietnamese as well.
@@ -979,13 +979,13 @@
For code, I'm going to change tack again and table the article update function. I'm working on a different XOWA Android UI with hopes of updating the alpha in the next few weeks.
- Release: v2.10.3.1 (2015-10-18 20:15 Sun) [edit]
+ Release: v2.10.3.1 (2015-10-18 20:15 Sun)
v2.10.3 is a minor release. There are a few minor fixes for issues related to v2.10.2.
- Minor fixes [edit]
+ Minor fixes
There are two worth mentioning:
@@ -1002,13 +1002,13 @@
The rest are more trivial in comparison. You can check the Change_log for more detail.
- Image packages for Serbian, Malay and Bulgarian wikis [edit]
+ Image packages for Serbian, Malay and Bulgarian wikis
I'm uploading Bulgarian now, but the rest should be ready at archive.org. See: https://archive.org/details/Xowa_srwiki_latest https://archive.org/details/Xowa_mswiki_latest and https://archive.org/details/Xowa_bgwiki_latest
- Next release: v2.10.4 [edit]
+ Next release: v2.10.4
I'm still waiting on commons / wikidata before doing an English Wikipedia update. I'll work on Hebrew this week and Norwegian / Vietnamese as well.
@@ -1017,13 +1017,13 @@
For code, I'm going to change tack again and table the article update function. I'm working on a different XOWA Android UI with hopes of updating the alpha in the next few weeks.
- Release: v2.10.2.1 (2015-10-11 22:45 Sun) [edit]
+ Release: v2.10.2.1 (2015-10-11 22:45 Sun)
v2.10.2 is a major release. It has a critical fix for the 2015-10 English Wikipedia dump. It also features better functionality for Chinese / Serbian language wikis. Finally, it also has some significant under-the-hood changes
- Fix for broken references in 2015-10 English Wikipedia dump [edit]
+ Fix for broken references in 2015-10 English Wikipedia dump
XOWA was showing broken references on 2.6 millions pages for the 2015-10 English Wikipedia dump. This was due to some recent changes in Module:Citation/CS1. Specifically, the number of local variables in the citation0 function was greater than the default 200 limit for Luaj.
@@ -1032,7 +1032,7 @@
I recompiled a new version of luaj_xowa.jar to fix this issue.
- Language support for Chinese / Serbian languages [edit]
+ Language support for Chinese / Serbian languages
This item basically involves the following changes:
@@ -1049,31 +1049,31 @@
I'm really hoping that the new functionality matches MediaWiki. If you're a Chinese / Serbian user, please take a moment to spot-check a few pages and let me know if there is anything amiss.
- Better support for <source> and <syntaxhighlight> [edit]
+ Better support for <source> and <syntaxhighlight>
MediaWiki recently changed the <syntaxhighlight> extension away from geshi to Pygments. In the process, it looks like they changed a few of the general parsing rules as well. v2.10.4 has better support for these blocks, though actual syntax coloring is still some time away.
- Full support for interwiki links [edit]
+ Full support for interwiki links
v2.10.2 now incorporates online calls to Wikimedia APIs. The first use was to download a full list of interwiki aliases for each wiki. For those users in offline mode, you can manually generate the list. For more info, see Dev/Design/Site_config
- Support for Dansguardian import filter [edit]
+ Support for Dansguardian import filter
XOWA supports custom creation of wikis by matching articles against words. For example, you can create an English Wikipedia that doesn't have any Pokemon articles. Or you can create an English Wikipedia that just has Pokemon articles. The system is intricate but should be quite powerful. For more info, see App/Xtn/Import/Dansguardian
- More source code cleanup [edit]
+ More source code cleanup
There was a lot of source code cleanup. The process is still ongoing as I'm working on removing old code, as well as rewriting some knottier sections.
- Next release: v2.10.3 [edit]
+ Next release: v2.10.3
I didn't have time to generate any wikis this week. I'm going to do English, Serbian and one of Malay, Hebrew, Bulgarian for v2.10.2
@@ -1085,7 +1085,7 @@
- Release: NONE (2015-10-04 22:00 Sun) [edit]
+ Release: NONE (2015-10-04 22:00 Sun)
I'm skipping the release this week. I ran into some issues with Chinese / Serbian translations, though I think I'm pretty close to being done. In addition, I have some other significant changes in queue which I didn't want to introduce for a "first-week-of-the-month" release.
@@ -1097,25 +1097,25 @@
Otherwise, next week's v2.10.2 will have more changes. I'll also resume generating wikis from the list below.
- Release: v2.9.4.1 (2015-09-27 20:45 Sun) [edit]
+ Release: v2.9.4.1 (2015-09-27 20:45 Sun)
v2.9.4 is a very light release. It has a few minor fixes. Most of my time this week was spent on Chinese / Serbian translation.
- Minor fixes [edit]
+ Minor fixes
There is only one change worth more detail. I was using default values for Wikidata date precision which caused Script Error's to show on a few dozen Hungarian pages.
- Image packages for Hungarian and Thai wikis [edit]
+ Image packages for Hungarian and Thai wikis
These wikis are available at https://archive.org/details/Xowa_huwiki_latest and https://archive.org/details/Xowa_thwiki_latest
- Next release: v2.9.4 [edit]
+ Next release: v2.9.4
For images, I'm going to work on Serbian, Malay, Hebrew and Bulgarian
@@ -1124,19 +1124,19 @@
For development, I'm going to introduce the the Chinese / Serbian language translation.
- Release: v2.9.3.1 (2015-09-20 19:00 Sun) [edit]
+ Release: v2.9.3.1 (2015-09-20 19:00 Sun)
v2.9.3 is another light release. It has a few fixes for Chinese wikis.
- Handle new relative urls for CSS [edit]
+ Handle new relative urls for CSS
Wikimedia changed their url format for CSS resources this week. Previously it used to be "//simple.wikipedia.org/w/...". Now it is just "/w/..." Unfortunately, since XOWA didn't handle relative-style urls, the CSS files weren't being downloaded for new wikis. This is fixed now.
- Parser fixes for Chinese wikis [edit]
+ Parser fixes for Chinese wikis
After building the images for the Chinese wikis, I noticed that there were issues with blank message boxes and blank reference text. It turned out that these were broken by the language dropdown back in v2.8.1. I spent a good deal of time fixing these issues, but realized that the current implementation of variant handling (-{zh-hans:text}-) needs to be rewritten.
@@ -1145,7 +1145,7 @@
The current version is much better than the last version, but there are still some changes that need to be done.
- Minor source code reorganization [edit]
+ Minor source code reorganization
I spent a good deal of time reorganizing the main XOWA project codebase. In particular, XOWA had a lot of extra "Source Folders" in addition to "src". These folders arose from the C# to Java conversion and C# having a broader scope for a non-public class than Java (in C#, non-public classes can be seen by classes across namespaces).
@@ -1154,13 +1154,13 @@
Source code cleanup is an ongoing process, but this should make a substantial difference.
- Image packages for Portuguese, Romanian, and Indonesian wikis [edit]
+ Image packages for Portuguese, Romanian, and Indonesian wikis
These wikis were fairly straightforward. See https://archive.org/details/Xowa_ptwiki_latest https://archive.org/details/Xowa_rowiki_latest and https://archive.org/details/Xowa_idwiki_latest
- Next release: v2.9.4 [edit]
+ Next release: v2.9.4
For images, I'm going to work on Hungarian, Thai and Serbian.
@@ -1169,25 +1169,25 @@
For development, I'm going to put the Math parser to the side and work on rewriting the Chinese / Serbian language translation
- Release: v2.9.2.1 (2015-09-13 21:00 Sun) [edit]
+ Release: v2.9.2.1 (2015-09-13 21:00 Sun)
v2.9.2 is another light release. It has a few minor parser changes.
- Updated images for English and Chinese wikis [edit]
+ Updated images for English and Chinese wikis
These updates were uploaded to https://archive.org/details/Xowa_enwiki_latest and https://archive.org/details/Xowa_zhwiki_latest . I'm still uploading English now, but it should be there in the morning.
- Minor parser changes [edit]
+ Minor parser changes
I made a few minor parser changes to handle articles in Romanian, Turkish and Finnish wikis.
- Next release: v2.9.3 [edit]
+ Next release: v2.9.3
For images, I'm going to work on Indonesian, Romainian and Portuguese.
@@ -1196,31 +1196,31 @@
For development, I'm still working on the Math parser and some infrastructure items.
- Release: v2.9.1.1 (2015-09-06 20:00 Sun) [edit]
+ Release: v2.9.1.1 (2015-09-06 20:00 Sun)
v2.9.1 is a light release. It adds a new Graph extension.
MediaWiki recently began incorporating a new Javascript-centric extension for making graphs. They only show up on a few pages, but I wanted to make sure XOWA handled them before they show up on more.
- Removed Mac OS X DMG [edit]
+ Removed Mac OS X DMG
I ended up removing the Mac OS X DMG. The main problem is that future updates (for example v2.9.1) would actually overwrite any existing wikis. I'll reinstate the DMG at a future release, but I'll need to make some XOWA changes to allow customized user wiki folders.
- Updated images for German and Turkish wikis [edit]
+ Updated images for German and Turkish wikis
These updates were uploaded earlier this week to https://archive.org/details/Xowa_dewiki_latest and https://archive.org/details/Xowa_trwiki_latest .
- Next release: v2.9.2 [edit]
+ Next release: v2.9.2
For images, I'm going to work on Chinese, Indonesian and Romainian.
@@ -1229,19 +1229,19 @@
For development, I plan to work on the Math parser and some more infrastructure items.
- Release: v2.8.5.1 (2015-08-30 20:15 Sun) [edit]
+ Release: v2.8.5.1 (2015-08-30 20:15 Sun)
v2.8.5 is a light release. It includes a DMG for Mac OS X and moves the images from /user/anonymous/app to /bin/any/xowa/file
- New Mac OS X DMG [edit]
+ New Mac OS X DMG
I spent some time putting together a DMG file for Mac OS X. For now, it's only for 64-bit versions (Snow Leopard and up).
- Image update for Ukrainian and Finnish wikis [edit]
+ Image update for Ukrainian and Finnish wikis
These updates were uploaded earlier this week to https://archive.org/details/Xowa_ukwiki_latest and https://archive.org/details/Xowa_fiwiki_latest .
@@ -1250,13 +1250,13 @@
I was planning to upload German, but Wikimedia kicked off a new cycle over the weekend. I'll review German this week and upload accordingly
- Images moved from /user/anonymous/app to /bin/any/xowa/file [edit]
+ Images moved from /user/anonymous/app to /bin/any/xowa/file
I moved all files and images out of the "/user/" file hierarchy. Basically, I'm planning to reduce "/user/" to only a few files or directories. CSS files will probably be moved out within the next few months as well.
- Next release: v2.9.1 [edit]
+ Next release: v2.9.1
For images, I'm going to continue image updates with German, Turkish and Indonesian.
@@ -1265,31 +1265,31 @@
For development, I plan to keep v2.9.1 light, so will work on either Android or other long-running items
- Release: v2.8.4.1 (2015-08-23 21:40 Sun) [edit]
+ Release: v2.8.4.1 (2015-08-23 21:40 Sun)
v2.8.4 is a light release. It supports 7 new Wikimedia wikis and has some Firefox addon fixes.
- Image update for Persian and Bengali wikis [edit]
+ Image update for Persian and Bengali wikis
Persian wikis are at https://archive.org/details/Xowa_fawiki_latest and Bengali wikis are now at https://archive.org/details/Xowa_bnwiki_latest . Persian is still uploading but should be ready by the morning.
- Import Wikimedia wikis with non-consistent language (ar.wikimedia.org; br.wikimedia.org) [edit]
+ Import Wikimedia wikis with non-consistent language (ar.wikimedia.org; br.wikimedia.org)
This was reported in https://github.com/gnosygnu/xowa/issues/21 . Basically, there were 7 new Wikimedia wikis with inconsistent language codes. For example, ar.wikimedia.org was not for Arabic Wikimedia, but for Argentinian Wikimedia. Unfortunately, this required some rewrite of the url code as XOWA assumed that the language codes were consistent: for example, "ar." always meant Arabic.
- Minor fixes for Firefox Addon [edit]
+ Minor fixes for Firefox Addon
There were a few issues with images not loading and sidebar links not working. See https://github.com/piotrex/XOWA-Addon/issues/2 and https://github.com/piotrex/XOWA-Addon/issues/3
- Next release: v2.8.5 [edit]
+ Next release: v2.8.5
For this week, I'm going to continue image updates with Ukrainian, German and Finnish.
@@ -1298,19 +1298,19 @@
I spent some time on Math parsing this week, and may continue on this for next week. I'll try to work in some Android dev, as the alpha hasn't been updated for 2 months now.
- Release: v2.8.3.1 (2015-08-16 21:15 Sun) [edit]
+ Release: v2.8.3.1 (2015-08-16 21:15 Sun)
v2.8.3 is a significant release, but mostly from an infrastructure point-of-view. It has several application startup and deployment changes. It also has an update for English Wikipedia 2015-08-05
- English Wikipedia images for 2015-08-05 [edit]
+ English Wikipedia images for 2015-08-05
The update itself contains about 157,000 new images. I'm posting v2b tonight and will post v2a and v1 over the next few days. See App/Import/English_Wikipedia#File databases: v1, v2a and v2b
- Application startup changes, including splash animation, fatal error window, and .exe changes [edit]
+ Application startup changes, including splash animation, fatal error window, and .exe changes
v2.8.3 has a number of application startup changes. The most noticeable one is a splash animation to show that XOWA is launching after you double-clicked the exe (or ran the sh).
@@ -1336,7 +1336,7 @@
- XOWA home wiki is now a sqlite3 database [edit]
+ XOWA home wiki is now a sqlite3 database
When v0.0.0 was first released, XOWA used text files for all its wikis. XOWA has since moved to sqlite3 databases in v0.7.1 but the home wiki still remained in the text file format.
@@ -1345,7 +1345,7 @@
With v2.8.3, the home wiki now is in a sqlite3 format. This should be the start of a number of changes, including better namespaces (everything is in the Help namespace), a functioning Search, image support, and overall better editing. Also, the home wiki will soon be part of the Android Alpha app.
- Cleanup of /xowa/ root directory [edit]
+ Cleanup of /xowa/ root directory
v2.8.3 now deploys much fewer files to the /xowa/ root directory. This was done primarily to avoid confusion for new users, as well as general deployment aesthetics. All other files have been moved to elsewhere in the /xowa/bin/xowa/ hierarchy. See the Change Log for more details.
@@ -1354,13 +1354,13 @@
For upgrade users, you can ignore these old files in the /xowa/ root directory or clean them up manually. You can also update your app by regenerating the XOWA root directory. See App/Setup/Upgrading and "Upgrading by an xowa_app package and regenerating the XOWA root directory"
- Trivial Scribunto parser fix [edit]
+ Trivial Scribunto parser fix
v2.8.3 has one trivial Scribunto fix that caused "Script error" on about a dozen or so pages in English Wikipedia.
- Next release: v2.8.4 [edit]
+ Next release: v2.8.4
Now that English Wikipedia images were finally released, I'm going to resume the long overdue backlog. I'm scheduling Ukraine, Persian and Bengali for this week.
@@ -1369,13 +1369,13 @@
I did some Android development this week, and will work on Search support. I'll also work on any issues the new builds turn up, including one outstanding one for broken Math expressions on some pages: https://github.com/gnosygnu/xowa/issues/10
- Release: v2.8.2.1 (2015-08-09 20:25 Sun) [edit]
+ Release: v2.8.2.1 (2015-08-09 20:25 Sun)
v2.8.2 is a light release. It has another attempt at a fix for the Windows 8.1 issue, and a bunch of minor fixes.
- Windows 8.1 support (by upgrading to SWT 4.6M1) [edit]
+ Windows 8.1 support (by upgrading to SWT 4.6M1)
There have been a number of reports of XOWA not working on Windows 8.1. See https://github.com/gnosygnu/xowa/issues/13 and https://github.com/gnosygnu/xowa/issues/14
@@ -1387,19 +1387,19 @@
If you're running Windows 8 or Windows 10 and it works, please drop by and comment on github or sourceforge
- Minor fixes for file download [edit]
+ Minor fixes for file download
While generating the 2015-07 images, I noticed a bunch of minor file issues. They affect something like 5,000 images (out of 4,000,000). These were fixed in this release, and will show up in the next image update
- Minor fixes for Wikibase [edit]
+ Minor fixes for Wikibase
There were a handful of minor fixes with wikibase, primarily revolving around date.
- Next release: v2.8.3 [edit]
+ Next release: v2.8.3
Packages were delayed again this week. Part of this is related to the erratic Wikimedia dump server schedule. The other part was due to the file issues found during the English Wikipedia 2015-07 generation.
@@ -1411,7 +1411,7 @@
I'm going to focus more on packages this week, with English Wikipedia being the main priority. If I have time, I'm going to work on the home database as well as Android.
- Release: Windows 64-bit update (2015-08-03 20:15 Mon) [edit]
+ Release: Windows 64-bit update (2015-08-03 20:15 Mon)
Unfortunately, I uploaded non-working versions of the Windows 64-bit app yesterday. See https://sourceforge.net/p/xowa/discussion/general/thread/652c6303/
@@ -1426,10 +1426,10 @@
My apologies for the error.
- Release: v2.8.1.1 (2015-08-02 22:15 Sun) [edit]
+ Release: v2.8.1.1 (2015-08-02 22:15 Sun)
- Language conversion dropdown for Chinese wikis[edit]
+ Language conversion dropdown for Chinese wikis
v2.8.1 now supports the language conversion dropdown for Chinese wikis. This enables users to switch between China, Macau, Malaysia, Singapore and Taiwan conversions for zh.wikipedia.org (as well as other zh.*.org wikis)
@@ -1441,7 +1441,7 @@
Thanks to anonymous4 for reviewing and testing this feature.
- Windows 8.1 support (by downgrading to XULRunner 24)[edit]
+ Windows 8.1 support (by downgrading to XULRunner 24)
There were a few reports with XOWA not working on Windows 8.1. See: https://github.com/gnosygnu/xowa/issues/14 . I don't have a Windows 8.1 box, but it looks like the issues were related to the recent upgrade to XULRunner 31. Although XULRunner 31 works fine on Windows 7 and Windows XP, it looks like it fails on Windows 8.1. I downgraded to XULRunner 24 and it looks like that should fix the issue.
@@ -1450,25 +1450,25 @@
Thanks to anonymous#14 for helping me work through it.
- Fix for incorrect Main_Page in various wikis[edit]
+ Fix for incorrect Main_Page in various wikis
v2.7.2 introduced a bug wherein the Main_Page was incorrectly detected for some wikis. This affected uk.wikisource.org, zh.wikipedia.org, www.wikidata.org and several others. If you've imported a wiki and the wiki doesn't open, please try to import it again with v2.8.1
- Scribunto and Wikibase updates[edit]
+ Scribunto and Wikibase updates
I discovered I accidentally disabled the build warning codes back in February. As a result, a number of minor Scribunto and Wikibase issues accumulated over the past few months. v2.8.1 resolves about 90% of these issues, though there are still a few more to go through.
- Various minor fixes[edit]
+ Various minor fixes
There were a lot of other minor fixes in v2.8.1. Most of these are parser related, but there are a few interesting items under the change section. Please have a look at the Change_log
- Next release: v2.8.2 [edit]
+ Next release: v2.8.2
I delayed packages for another wiki due to all the parser issues (particularly the Wikibase ones). I'm going to resume with images for 2015-07 English Wikipedia as well as the still-delayed Ukraine, Persian and Bengali wikis.
@@ -1477,7 +1477,7 @@
For v2.8.2, I'm going to make yet another attempt at converting the home wiki to a sqlite database. A new Android Alpha is still on the list as well.
- Release: NONE (2015-07-26 21:55 Sun) [edit]
+ Release: NONE (2015-07-26 21:55 Sun)
I'm skipping the release this week. I'm working on getting the multi-language dropdown for Chinese and Serbian wikis (and any other wikis with variant languages). I ended up rewriting a lot of internal URL logic to support URLs like "zh.wikipedia.org/zh-hans/A" instead of "zh.wikipedia.org/wiki/A". I didn't have much time to work on anything else.
@@ -1486,10 +1486,10 @@
I'll resume work on the other items for 2.8.1.
- Release: v2.7.3.3 (2015-07-21 23:45 Tue) [edit]
+ Release: v2.7.3.3 (2015-07-21 23:45 Tue)
- Online download sometimes downloads wikis from your.org instead of wikimedia.org [edit]
+ Online download sometimes downloads wikis from your.org instead of wikimedia.org
As per https://github.com/gnosygnu/xowa/issues/7 partial dumps were only importable for time zones west of Greenich Mean Time. v2.7.3.3 fixes it for all time zones.
@@ -1498,10 +1498,10 @@
Yet another thanks to Anselm for working through this issue.
- Release: v2.7.3.2 (2015-07-20 23:45 Mon) [edit]
+ Release: v2.7.3.2 (2015-07-20 23:45 Mon)
- Online download sometimes downloads wikis from your.org instead of wikimedia.org [edit]
+ Online download sometimes downloads wikis from your.org instead of wikimedia.org
Unfortunately, a change in v2.7.3.1 caused XOWA to download wikis from your.org for partial dumps.
@@ -1510,10 +1510,10 @@
Thanks to Anselm for continuing on this issue.
- Release: v2.7.3.1 (2015-07-19 20:00 Sun) [edit]
+ Release: v2.7.3.1 (2015-07-19 20:00 Sun)
The old version of the Bookmarks page was a simple feature. It basically added bookmarks to the bottom of a wiki page. Unfortunately, it was part of the "home" wiki and used the old text database format. I needed to convert the home wiki for Android, but couldn't do it without breaking Bookmarks.
@@ -1528,7 +1528,7 @@
Also, many thanks to anonymous4 for assisting with the HTML and CSS.
- Fix for Persian Wiki images [edit]
+ Fix for Persian Wiki images
It turns out that MediaWiki allows pixel sizes in non-English numbers. For example [[File:A.png|۲۰۰px]] means 200px. Unfortunately, XOWA was interpreting this as no-image-size.
@@ -1537,13 +1537,13 @@
v2.7.3 now supports non-English pixel sizes.
- Minor miscellaneous fixes [edit]
+ Minor miscellaneous fixes
There were a bunch of minor fixes. None of these are worth further explanation, so please take a quick look at the Change_log
- New javascript libraries [edit]
+ New javascript libraries
The new Bookmarks page uses more Javascript libraries. This includes jquery-ui for dragging and resizing as well as notifyjs for notification messages. I updated the existing jquery script to the latest version and also changed some of the core xowa ones.
@@ -1552,7 +1552,7 @@
This will probably become more of a future trend. Future GUI features will appear in Javascript rather than SWT. SWT / XULRunner is sometimes finicky cross-platform, and difficult to debug / reproduce. Meanwhile, GUI features implemented in Javascript can easily be used by the XOWA GUI as well as HTTP Server and Android.
- Next release: v2.7.4 [edit]
+ Next release: v2.7.4
I decided to wait on Ukraine, Persian and Bengali wikis one week in order to generate 2015-07 versions (instead of 2015-06). I'll be pushing them out over the course of this week. In addition, English Wikipedia should be completing this week, so I'm hoping to get it out as soon as possible. I'll then go on to German, French and Arabic afterwards.
@@ -1561,10 +1561,10 @@
For v2.7.4, I'm going to move on to converting the home wiki to a sqlite database. Once that's done, I'll refresh the Android Alpha and try to add Bookmarks as well as bunch of other features.
- Release: v2.7.2.1 (2015-07-12 17:40 Sun) [edit]
+ Release: v2.7.2.1 (2015-07-12 17:40 Sun)
WMF is currently having problems with the XML data dumps. Unfortunately, it failed in a way to break auto-dump downloading in Import Online. Basically, the "latest-pages-articles.xml.bz2" file is being wiped out in the new multi-phase dump. See https://phabricator.wikimedia.org/T89273 and https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html
@@ -1586,19 +1586,19 @@
- Image updates for Spanish, Japanese, and Swedish [edit]
+ Image updates for Spanish, Japanese, and Swedish
I uploaded new wikis for Spanish, Swedish and Japanese.
- Support for Extended String Functions for non WMF wikis (Wikia, Nethack) [edit]
+ Support for Extended String Functions for non WMF wikis (Wikia, Nethack)
This was noted in this github issue. Some non Wikimedia Foundation wikis such as Wikia wikis and the nethack wiki use extended string functions like {{#replace}}, {{#sub}}, {{#count}}, etc.. I ended up implemented these, as they were not difficult, and they are prevalent in a lot of MediaWiki installations.
- Rewritten HTTP server engine to support POST requests [edit]
+ Rewritten HTTP server engine to support POST requests
First, many thanks again to Mattze96 for the great HTTP server. It's been running fine for a year and a half, and been easy to patch. However, new features were needed for the HTTP server including:
@@ -1624,13 +1624,13 @@
In addition, I fixed a bug with the Timeline javascript. For some reason, it failed in Firefox, but strangely not in XULRunner. Thanks to MDE for reporting it.
- Minor parser changes [edit]
+ Minor parser changes
There were a handful of minor parser changes. The most meaningful was support for the {{gender}} function as well as a fix for coordinates and a bad default value of "http:\\/\\/www.wikidata.org\\/entity\\/Q2".
- Next release: v2.7.3[edit]
+ Next release: v2.7.3
I was tempted to include the new Bookmarks page for v2.7.2, but I wanted to hold off and try to add some features such as bookmark folders and drag-and-drop. Unfortunately it's a blocking task for Android, as it stops me from adding the home wiki to Android. I'm going to try again to get it in for v2.7.3. I'll also work on a refresh of the Android Alpha.
@@ -1639,10 +1639,10 @@
For dumps, I'm in a holding pattern until WMF resumes. See https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001160.html . I'll try to update Ukrainian, Persian and Bengali as they are quite old, but I'm still holding off on English, German, French and Arabic.
- Release: v2.7.1.1 (2015-07-05 19:30 Sun) [edit]
+ Release: v2.7.1.1 (2015-07-05 19:30 Sun)
- Upload of English Wikipedia files for Android Alpha [edit]
+ Upload of English Wikipedia files for Android Alpha
I finished uploading the files for English Wikipedia. Note that these files are just like the 2015-04 set, except that the max file size is 1.5 GB instead of 3 GB. Android can't use 3 GB files.
@@ -1657,7 +1657,7 @@
XOWA droid can now run a complete version of English Wikipedia. Of course, I'll be making many more changes in the upcoming months. If you come across any bugs or have any suggestions, feel free to drop by and give me some feedback as per Help/Feedback
- Fixes for CSS generation [edit]
+ Fixes for CSS generation
v2.7.1 fixes some minor CSS generation issues. The main problem was due to Wikimedia replacing http with https. This would have caused new wikis to have blank logos in the upper left hand corner. If you have a blank logo, try the following (using Simple Wikipedia as an example):
@@ -1674,19 +1674,19 @@
- Minor fixes for Firefox Addon [edit]
+ Minor fixes for Firefox Addon
There were some minor Firefox Addon issues that primarily affected Linux versions of Firefox. The most significant one was that the "XOWA Home" button in the toolbar did not work. There were a few other url issues with clicking items in the sidebar.
- Fixes for image database generation [edit]
+ Fixes for image database generation
I tried to resume image database generation this week, but ran into a few snags. I make a handful of fixes to the image db generation.
- Next release: v2.7.2 [edit]
+ Next release: v2.7.2
I spent most of the week on infrastructure for a new Bookmarks page that would work across XOWA versions of GUI, HTTP Server and Android. This UI infrastructure should also be the foundation for upcoming changes to the HTTP server as well as a future rewrite of the Options pages. I didn't want to release this for v2.7.1, but I will release it for v2.7.2. I'm also going to work on getting a new build of the Android Alpha with a few minor features.
@@ -1695,10 +1695,10 @@
I fell behind on dumps this weeks. I'm generating Finnish Swedish now, and will be uploading them during the week. Spanish should follow suit afterwards. Unfortunately, the Wikimedia dump servers look like they are having problems, so I may continue with refreshes of Japanese. Once the dumps resolve, I'll work on updates for English, German, French and Arabic.
- Release: v2.6.5.1 (2015-06-28 21:30 Sun) [edit]
+ Release: v2.6.5.1 (2015-06-28 21:30 Sun)
- Updated versions of SWT and XULRunner [edit]
+ Updated versions of SWT and XULRunner
XOWA had been using 3-year old versions of SWT and XULRunner. Unfortunately, I haven't been able to update due to this SWT bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=429739
@@ -1721,7 +1721,7 @@
For more information, see: Dev/SWT App/UI/HTML_Browser
- Fix for wikis not working because of old image databases [edit]
+ Fix for wikis not working because of old image databases
This was broken during the general database redesign in v2.4.3. XOWA was assuming that v1 image databases would have a format of "fsdb.atr.00.sqlite3". Instead some were "fsdb.atr#00.sqlite3". This only affects image databases from late 2013 and early 2014.
@@ -1733,13 +1733,13 @@
Also, thanks to William for patiently working with me to troubleshoot the issue.
- Release of English Wikipedia text-only version for Android Alpha [edit]
+ Release of English Wikipedia text-only version for Android Alpha
I had a minor snafu in uploading the English Wikipedia html dumps to archive.org. See: http://archive.org/post/1041291/item-does-not-have-metadata-https-ia902300usarchiveorg-editphpidentifierxowa_enwiki_latest However, I did get them uploaded. See App/Xtn/Android
- Addition of Special:XowaDiags for troubleshooting [edit]
+ Addition of Special:XowaDiags for troubleshooting
I created a new Special page for helping with general issues. For example, this will list all files in your English Wikipedia directory: home/wiki/Special:XowaDiag?type=fs.check&wiki=en.wikipedia.org
@@ -1748,7 +1748,7 @@
Right now, it's pretty basic, and will change over the next few releases.
- Next release: v2.7.1 [edit]
+ Next release: v2.7.1
I'm going to try to keep the next version stable, so I'll probably only work on XOWA droid items. However, I may add a new Bookmarks page for the HTTP server as well as Android.
@@ -1757,10 +1757,10 @@
For dumps, a lot depends on the Wikimedia dump servers. I'd like to work on German, but would rather wait for an official "July" version. I'll probably rebuild Spanish and Finnish.
- Release: v2.6.4.1 (2015-06-21 20:22 Sun) [edit]
+ Release: v2.6.4.1 (2015-06-21 20:22 Sun)
- XOWA moving from sourceforge.net to github.com [edit]
+ XOWA moving from sourceforge.net to github.com
In light of SourceForge aggressively taking ownership of other open-source projects, I've decided to move XOWA to github.com.
@@ -1769,7 +1769,7 @@
I'm still in the process of transitioning the xowa.sourceforge.net website as well as other links, but plan to be fully off within a month. I'll still check the sourceforge discussion boards, as well as leave some links up for a period of time. But all future releases will be at https://github.com/gnosygnu/xowa/releases/ while discussions will be at https://github.com/gnosygnu/xowa/issues/.
- Images not being downloaded due to Wikimedia change from http to https [edit]
+ Images not being downloaded due to Wikimedia change from http to https
As per this blog post, Wikimedia has started moving all traffic to https. Some of this seems to have been implemented during the past week. As a result, XOWA was failing in connections to the Wikimedia servers because it was using http.
@@ -1778,7 +1778,7 @@
For v2.6.4, I updated the links to https. Image downloads (and api calls) now work.
- English Wikipedia image update for 2015-06-02 [edit]
+ English Wikipedia image update for 2015-06-02
This was a long time in coming. The last good build was back in April. The main problem was that the dump server had been offline for all of May. There were also some XOWA issues, and I had to patch the new code to handle v2 as well as v1.
@@ -1798,7 +1798,7 @@
v1 is obsolete. I needed to make these changes for Android, as well as to simplify future deployments. I will still generate updates for it for the next year, but users are encourage to move over to a v2 series.
- Next release: v2.6.5 [edit]
+ Next release: v2.6.5
I didn't get any of the planned changes done for this week, as both the table of contents and bookmarks were large items. I'm planning to work on them over the next few weeks.
@@ -1810,7 +1810,7 @@
For wikis, I'm going to upload the English Wikipedia HTML databases, and try to get German going as well.
- Release: v2.6.3.1 (2015-06-14 18:50 Sun) [edit]
+ Release: v2.6.3.1 (2015-06-14 18:50 Sun)
I'm trying something different with blog entries. I'm going to expand upon changes in the current release here, and give a preview of next week's release. I think the prior method was not offering much information. The new way takes more time to write, but hopefully it will be worth it.
@@ -1819,7 +1819,7 @@
With that said, here goes.
- Fix for images sometimes not being shown for v1 users [edit]
+ Fix for images sometimes not being shown for v1 users
v2.5.4 introduced a bug for users with v1 image databases (.sqlite). Here's a possible use case:
@@ -1848,7 +1848,7 @@
If you find your images are still not working, please post as per Help/Feedback
- Mac OS X now defaults to WebKit instead of XULRunner [edit]
+ Mac OS X now defaults to WebKit instead of XULRunner
Mac OS X had two major issues:
@@ -1874,7 +1874,7 @@
I'm still including XULRunner in the Mac OS X app packages for now, though I may end up dropping them entirely in a future release.
- Fixes for highlight-all-words [edit]
+ Fixes for highlight-all-words
v2.5.4 introduced multiple highlights when using the find feature. Unfortunately, there were two bugs I couldn't fix for that release:
@@ -1894,7 +1894,7 @@
The new version is at /xowa/bin/any/xowa/html/res/src/xowa/find/xowa_find_html.js
- Support for Wikidata import by entities [edit]
+ Support for Wikidata import by entities
The wikidata dumps have been delayed for a while. The last good dump was http://dumps.wikimedia.org/wikidatawiki/20150330/ In addition, Wikimedia had an outage in the dump service. See https://phabricator.wikimedia.org/T98585 Dumps have resumed, but it looks like wikidata is queued as one of the last ones.
@@ -1906,13 +1906,13 @@
With this in mind, I wrote some very basic import code to build a wikidata wiki from the JSON dump. It's not perfect, but it allows me to make progress with the image databases. For more info, see: Dev/Command-line/Wikidata
- More improvements for XOWA droid alpha [edit]
+ More improvements for XOWA droid alpha
I've added a number of improvements for the XOWA droid alpha. The last release would not work on Android KitKat, and probably other versions as well. I've since tested on 2 other devices, and got them working. I've also added quite a bunch of other stability changes.
- Other minor changes [edit]
+ Other minor changes
There were 2 parser fixes worth mentioning:
@@ -1926,7 +1926,7 @@
- Next release [edit]
+ Next release
At this point, I'm focusing on uploading an English Wikipedia that can be used for XOWA droid. I'm generating an html dump build now and should have it uploaded in the next week or so. In addition, I'm also going to re-upload the English Wikipedia images as the current v2 batch won't work on Android (they have file sizes greater than 2 GB)
@@ -1949,7 +1949,7 @@
Finally, for image databases, I'm only planning to upload the latest images for 2015-06-02 English Wikipedia. I'll be uploading v2 as well as v1 (.sqlite3)
- Release: v2.5.4.1 (2015-05-25 01:15 Sun) [edit]
+ Release: v2.5.4.1 (2015-05-25 01:15 Sun)
v2.5.4.1 is a significant release. In brief, it involved a rewrite of the online file downloading system to use the same system as the offline version. It also includes instructions for building the image databases on Dashboard/Image_databases as well as an Android alpha. It may be worthwhile to go through the items in Change_log
@@ -1964,7 +1964,7 @@
The next release will be June 14th. I'm planning to have more Android-related changes, and hopefully resume image database generation.
- Release: NONE (2015-05-17 20:30 Sun) [edit]
+ Release: NONE (2015-05-17 20:30 Sun)
I'm skipping the release this week. I'm changing the online download mode to go directly to the sqlite databases (instead of #meta), and wanted to have more time to test it.
@@ -1979,13 +1979,13 @@
Also, I'll put up another post later this week for generating image databases.
- Release: v2.5.2.2 (2015-05-11 21:25 Mon) [edit]
+ Release: v2.5.2.2 (2015-05-11 21:25 Mon)
v2.5.2.2 is a fix for wikidata import and was broken since v2.4.4. It was kindly reported by Tim Weigel last night as per this link: https://sourceforge.net/p/xowa/discussion/defects/thread/589808fe/
- Release: v2.5.2.1 (2015-05-10 21:35 Sun) [edit]
+ Release: v2.5.2.1 (2015-05-10 21:35 Sun)
v2.5.2.1 supports downloading the wiki logo from a new location. The change was serious enough to delay French and Arabic wikis for this week. I'm planning to upload them during the course of this week. I postponed the search change for punctuation as it looks like a significant change, and I didn't want to commit time to it just yet. I also did some work on the Android version.
@@ -1994,7 +1994,7 @@
For v2.5.3, I'm going to work more on the Android alpha. For wikis, I'll not planning anything aside from French and Arabic.
- Release: v2.5.1.2 (2015-05-04 20:55 Sun) [edit]
+ Release: v2.5.1.2 (2015-05-04 20:55 Sun)
v2.5.1.2 is a fix for Mac OS X users only. Windows / Linux users with v2.5.1.1 can ignore v2.5.1.2. It resolves the problem with the hyperlink clicks being off by 3 pixels down.
@@ -2003,13 +2003,13 @@
Thanks to anonymous4 for picking up the issue so quickly.
- Mac OS X issue (2015-05-04 00:25 Mon) [edit]
+ Mac OS X issue (2015-05-04 00:25 Mon)
It seems that v2.5.1.1 has a regression bug that affects Mac machines only. Basically, all hyperlink clicks would be off by 3 px down. I'll look into it tomorrow and hopefully post a fix for it then.
- Release: v2.5.1.1 (2015-05-03 20:55 Sun) [edit]
+ Release: v2.5.1.1 (2015-05-03 20:55 Sun)
v2.5.1.1 has a new tabs-interface for the Options page. It also includes a number of thread-related fixes as well as Wikisource related changes. I made some progress with Android and am targeting an alpha release for the smaller wikis this month.
@@ -2021,7 +2021,7 @@
For v2.5.2, I'm planning on a search-related fix to handle punctuation (searching for "don't"). I'm also going to see what I need to release an Android version of Simple wiki to any interested user. For wikis, I will do the French wikis and maybe Arabic (if the latter is problematic, I'll fall back to Latin).
- Release: v2.4.4.1 (2015-04-26 21:55 Sun) [edit]
+ Release: v2.4.4.1 (2015-04-26 21:55 Sun)
v2.4.4.1 introduces a multi-wiki search feature. The configuration is a bit difficult, but it should be flexible enough to handle most scenarios. See Options/Search. I also made a few more improvements to the general Search behavior. There are also some important incremental fixes from earlier this week.
@@ -2033,7 +2033,7 @@
For v2.5.1, I'm only planning on minor tweaks to search, as well as anything else that comes up. For wikis, I will do the other English wikis as well as Korean.
- Release: v2.4.3.1 (2015-04-19 23:10 Sun) [edit]
+ Release: v2.4.3.1 (2015-04-19 23:10 Sun)
v2.4.3.1 has some minor cleanup of items from Special:Search. I started working on multi-wiki search, but could not finish it. I also resolved a number of issues including a few around the HTTP server as well as general file retrieval.
@@ -2045,7 +2045,7 @@
For v2.4.4, I'll try to get multi-wiki search included. I also have a number of minor items. For wikis, I will do German as well as Czech.
- Release: v2.4.2.1 (2015-04-12 22:10 Sun) [edit]
+ Release: v2.4.2.1 (2015-04-12 22:10 Sun)
v2.4.2.1 improves performance for Special:Search. This took quite a bit of time as I had to rewrite most of the search code while also adding new features, such as background searching. There are still a few loose ends, but I believe the new version is much more usable than the old one.
@@ -2057,7 +2057,7 @@
For v2.4.3, I want to clean up some of the loose ends on Special:Search, and also support searching over multiple wikis. I'll also upload Simple, English, Polish and Greek. If I have any leftover time, I'll go back to Android.
- Release: v2.4.1.1 (2015-04-05 19:38 Sun) [edit]
+ Release: v2.4.1.1 (2015-04-05 19:38 Sun)
v2.4.1.1 introduces new major database layout changes. The main purposes were the following:
@@ -2083,7 +2083,7 @@
For v2.4.2, I'm going to upload English Wiki in the new database layout. They should be up by Saturday at https://archive.org/details/Xowa_enwiki_latest I'll also queue up Polish and Greek afterwards. I'm planning to work on some performance enhancements for Special:Search as well as resume work on Android.
- Release: NONE (2015-03-29 20:20 Sun) [edit]
+ Release: NONE (2015-03-29 20:20 Sun)
So, I'm going to be skipping this week's release as well. The code is mostly done, but I had to rewrite a significant part last night, so I wanted to give it more time to burn in. Polish and Greek are still on hold, and they will be released after English.
@@ -2092,7 +2092,7 @@
At this point, the new changes will be going live for v2.4.1. It's not ideal, but I'd rather have a more stable major than a possibly unstable minor one.
- Release: NONE (2015-03-22 20:15 Sun) [edit]
+ Release: NONE (2015-03-22 20:15 Sun)
I'm skipping this week's release also. I've rewritten most of the code, but I wanted another week to do some more testing. I'm also skipping Polish and Greek, as I want to start releasing databases in the new format.
@@ -2101,7 +2101,7 @@
I won't be skipping v2.3.5 as I'd like to introduce the new database layout in a minor release, rather than a major 2.4.1 one.
- Release: NONE (2015-03-15 20:55 Sun) [edit]
+ Release: NONE (2015-03-15 20:55 Sun)
I'm skipping this week's release. I'm rewriting more of the database code to generate a single-file wiki. I'm also doing the same for files to generate a single-file database. I'm hoping this will help simplify deployment in the future - particularly for Android. The code is stable, but I want a little while longer to review the database scheme. Aside from that, I haven't run into any bugs, so there wouldn't be much point to releasing a work-in-progress.
@@ -2113,7 +2113,7 @@
v2.3.4 will include the new database code. I'm also planning on updating Polish and Greek.
- Release: v2.3.2.1 (2015-03-08 20:44 Sun) [edit]
+ Release: v2.3.2.1 (2015-03-08 20:44 Sun)
v2.3.2.1 had some minor fixes. The most major fix was Wikisource not showing full content for non-English wikis. Unfortunately this was related to some of the infrastructural changes last week.
@@ -2125,7 +2125,7 @@
v2.3.3.1 will have Finnish wikis as well as the latest English wiki update. I'm also working on a single-file XOWA database. Other than that, I'll continue ahead with Android.
- Release: v2.3.1.1 (2015-03-01 20:18 Sun) [edit]
+ Release: v2.3.1.1 (2015-03-01 20:18 Sun)
v2.3.1.1 had no real fixes. The Dutch and Latin wikis were rebuilt without any isses, though Latin is still uploading. There were substantial infrastructural changes, though hopefully I won't run into the same release problems from last week. In addition, I finally got a very alpha version of images working on the Android.
@@ -2134,13 +2134,13 @@
v2.3.2.1 will have a rebuild of the Italian and Finnish wikis. I'll continue ahead on Android and try to get a more stable version.
- Release: v2.2.4.3 (2015-02-25 08:45 Tue) [edit]
+ Release: v2.2.4.3 (2015-02-25 08:45 Tue)
v2.2.4.3 was another interim release to fix offline file downloads not working.
- Release: v2.2.4.2 (2015-02-24 21:35 Mon) [edit]
+ Release: v2.2.4.2 (2015-02-24 21:35 Mon)
v2.2.4.2 was an interim release to fix two issues:
@@ -2157,7 +2157,7 @@
Hopefully v2.3.1.1 should be more stable.
- Release: v2.2.4 (2015-02-23 19:12 Sun) [edit]
+ Release: v2.2.4 (2015-02-23 19:12 Sun)
v2.2.4 included some major changes, the most significant of which was the Scribunto error when files were missing. There were also several involving wikidata.org. I made a lot of source code changes, and the version history will probably continue to be very busy for the next few weeks.
@@ -2169,7 +2169,7 @@
v2.3.1 will have a refresh of the Dutch and Latin wikis. I'm also working on getting an Android prototype of simplewiki with images.
- Release: NONE (2015-02-14 20:12 Sun) [edit]
+ Release: NONE (2015-02-14 20:12 Sun)
I'm skipping the release tonight. I've spent most of the week making a lot of changes to the file retrieval code, and I'd like another week to make sure things are stable. Also, this month's English Wikipedia release looks stable, so I have no real changes to post. I did upload updates for the English Wikipedia wiki as well as for Simple Wiki
@@ -2178,7 +2178,7 @@
v2.2.4 will include the last of the file database changes. I'm also planning on updating a major wiki -- possibly Russian.
- Release: v2.2.2 (2015-02-08 20:52 Sun) [edit]
+ Release: v2.2.2 (2015-02-08 20:52 Sun)
v2.2.2 saw a rebuild of the German wikis. I made a number of small parser changes, but otherwise the German wikis were clean. The German Wikipedia update is running late, so it won't be ready until sometime tomorrow. Aside from the German wikis, I also rewrote much of the database code for the file images.
@@ -2187,7 +2187,7 @@
v2.2.3 will be a refresh of English Wiki. There probably won't be any images, as the Wikimedia dump service is behind, and the commonswiki won't be updated. For Android, I'll move on to building a single database that has both wikis and images in it.
- Release: v2.2.1 (2015-02-01 14:35 Sun) [edit]
+ Release: v2.2.1 (2015-02-01 14:35 Sun)
v2.2.1 had only a few changes. I generated the remaining English wikis and fixed a few minor related parser errors. In addition, I continued working on some more database code changes. Meanwhile, I decided to table some of the new Scribunto changes until later.
diff --git a/home/wiki/Blog/2015/03.html b/home/wiki/Blog/2015/03.html
index e5f36c97a..fe6ec0547 100644
--- a/home/wiki/Blog/2015/03.html
+++ b/home/wiki/Blog/2015/03.html
@@ -18,7 +18,7 @@
- Release: NONE (2015-03-29 20:20 Sun) [edit]
+ Release: NONE (2015-03-29 20:20 Sun)
So, I'm going to be skipping this week's release as well. The code is mostly done, but I had to rewrite a significant part last night, so I wanted to give it more time to burn in. Polish and Greek are still on hold, and they will be released after English.
@@ -27,7 +27,7 @@
At this point, the new changes will be going live for v2.4.1. It's not ideal, but I'd rather have a more stable major than a possibly unstable minor one.
- Release: NONE (2015-03-22 20:15 Sun) [edit]
+ Release: NONE (2015-03-22 20:15 Sun)
I'm skipping this week's release also. I've rewritten most of the code, but I wanted another week to do some more testing. I'm also skipping Polish and Greek, as I want to start releasing databases in the new format.
@@ -36,7 +36,7 @@
I won't be skipping v2.3.5 as I'd like to introduce the new database layout in a minor release, rather than a major 2.4.1 one.
- Release: NONE (2015-03-15 20:55 Sun) [edit]
+ Release: NONE (2015-03-15 20:55 Sun)
I'm skipping this week's release. I'm rewriting more of the database code to generate a single-file wiki. I'm also doing the same for files to generate a single-file database. I'm hoping this will help simplify deployment in the future - particularly for Android. The code is stable, but I want a little while longer to review the database scheme. Aside from that, I haven't run into any bugs, so there wouldn't be much point to releasing a work-in-progress.
@@ -48,7 +48,7 @@
v2.3.4 will include the new database code. I'm also planning on updating Polish and Greek.
- Release: v2.3.2.1 (2015-03-08 20:44 Sun) [edit]
+ Release: v2.3.2.1 (2015-03-08 20:44 Sun)
v2.3.2.1 had some minor fixes. The most major fix was Wikisource not showing full content for non-English wikis. Unfortunately this was related to some of the infrastructural changes last week.
@@ -60,7 +60,7 @@
v2.3.3.1 will have Finnish wikis as well as the latest English wiki update. I'm also working on a single-file XOWA database. Other than that, I'll continue ahead with Android.
- Release: v2.3.1.1 (2015-03-01 20:18 Sun) [edit]
+ Release: v2.3.1.1 (2015-03-01 20:18 Sun)
v2.3.1.1 had no real fixes. The Dutch and Latin wikis were rebuilt without any isses, though Latin is still uploading. There were substantial infrastructural changes, though hopefully I won't run into the same release problems from last week. In addition, I finally got a very alpha version of images working on the Android.
diff --git a/home/wiki/Blog/2016-01.html b/home/wiki/Blog/2016-01.html
index 310b761b6..0c99e653c 100644
--- a/home/wiki/Blog/2016-01.html
+++ b/home/wiki/Blog/2016-01.html
@@ -179,7 +179,7 @@
- Release: v3.1.5.1 (2016-01-31 22:00 Sun) [edit]
+ Release: v3.1.5.1 (2016-01-31 22:00 Sun)
The desktop app is a major release. It resolves reference errors in 2016-01 English Wikipedia, fixes wide images on German Wikipedia, and adds a new PageBanner extension
@@ -188,7 +188,7 @@
The Android app is also a major release. It shows more tables, heiroglyphics, and images with a ? in title.
- Luaj fixes for references in 2016-01-13 English Wikipedia [edit]
+ Luaj fixes for references in 2016-01-13 English Wikipedia
The 2016-01-13 dump had many erros in the reference section due to bugs in Luaj. One of the following would be displayed:
@@ -205,7 +205,7 @@
These were bugs in Luaj with the frontier pattern and multi-byte chars. They were both resolved in this release.
- Fix for German Wikipedia and extremely wide pie charts [edit]
+ Fix for German Wikipedia and extremely wide pie charts
I'm extremely thankful for this report at https://github.com/gnosygnu/xowa/issues/38 There were HTML issues in German Wikipedia because all the wikis rely implicitly on American formatting rules for decimals. For example:
@@ -238,13 +238,13 @@
v3.1.5 fixes this issue by asserting that all decimal-parsing is done in the US locale.
- New PageBanner extension for Wikivoyage [edit]
+ New PageBanner extension for Wikivoyage
This was an extension introduced by Wikimedia late last year to standardize the display of the image, icons and table of contents at the top of the page. This involved some considerable work on my side (including a Mustache parser), but XOWA now reproduces the same look.
- (Android) Show navboxes and other tables [edit]
+ (Android) Show navboxes and other tables
The Wikipedia Mobile app deliberately hides navboxes as well as other tables. I think this is done for the following reasons:
@@ -261,7 +261,7 @@
In contrast, I really do like showing as much content as possible, so I decided to show these tables. I'll probably put an option to disable this later, but I'm going to wait first for some feedback from others
- (Android) Always center table content [edit]
+ (Android) Always center table content
This is another deviation from the Wikipedia Mobile app style. Basically most tables are left-aligned and would end before reaching the right-hand side of the page. I changed the CSS to have these tables fill up the entire page and center the content.
@@ -270,19 +270,19 @@
This has one unfortunate sideback in that it breaks the "Collapse" buttons. I'll try to fix this in a future release, but if I can't, I may remove them entirely.
- (Android) Show hieroglyphics [edit]
+ (Android) Show hieroglyphics
The early versions of the XOWA Android app did not show hieroglyphics. This is now supported in this build
- (Android) Show images with ? in file title [edit]
+ (Android) Show images with ? in file title
This was a bug wherein images that had a ? were not being displayed within the Android WebView. I fixed this by replacing ? with %3F.
- Next release: v3.2.1 [edit]
+ Next release: v3.2.1
I ran into several issues with the 2016-01 English Wikipedia dump that set me back a few days. I'm planning to upload English Wikipedia images and HTML this week, and then continue on with the other English wikis
@@ -291,13 +291,13 @@
For code, I'm going to tackle performance on the Android search again as well as a few minor UI issues on Android (collapse-table, pinch-zoom)
- Release: v3.1.4.2 (2016-01-28 11:00 Thu) [edit]
+ Release: v3.1.4.2 (2016-01-28 11:00 Thu)
This is an interim release for the desktop app. It fixes script error messages in 2016-01-13 English Wikipedia
- Scribunto fixes for 2016-01-13 English Wikipedia [edit]
+ Scribunto fixes for 2016-01-13 English Wikipedia
I accidentally had the wrong dump in place when kicking off the 2016-01-13 build. As such, I didn't spot the issue till this morning after I restarted the build.
@@ -309,7 +309,7 @@
v3.1.4.2 resolves both issues. So far, it's stable across 35,000+ pages, but if you run across any issues, please report them. Thanks.
- Release: v3.1.4.1 (2016-01-24 19:30 Sun) [edit]
+ Release: v3.1.4.1 (2016-01-24 19:30 Sun)
The desktop app is a major release. It resolves several wiktionary errors on non-English pages and has better HTML dump generation for other wikis.
@@ -318,7 +318,7 @@
The Android app is a major release. It has a more responsive search, instant image loading when reloading page, and a fix for pages failing to load if they have spaces and colons in the title.
- Scribunto / Luaj fixes for English Wiktionary [edit]
+ Scribunto / Luaj fixes for English Wiktionary
There were several dozen pages with script errors in English Wiktionary. They basically fell into these categories:
@@ -343,13 +343,13 @@
The build log for English Wiktionary looks a lot cleaner now, though I still have to add some support for the {{categorytree}} function.
- Better HTML dump generation for English Wiktionary, Wikisource, Wikiquote, etc. Also, French Wikipedia [edit]
+ Better HTML dump generation for English Wiktionary, Wikisource, Wikiquote, etc. Also, French Wikipedia
I ran the HTML dump generator through all the English wikis, as well as French Wikipedia. The results looked good, but there were a lot of log errors that were addressed with this release.
- (Android) More responsive search [edit]
+ (Android) More responsive search
Search is still slow on Android. I'll fix this in a future relase, but I'll have to change the format of the search databases.
@@ -369,7 +369,7 @@
- (Android) Instant image loading when reloading page [edit]
+ (Android) Instant image loading when reloading page
First, some background. XOWA loads pages in two stages:
@@ -389,13 +389,13 @@
However, once a page is viewed, reloading a page shouldn't have to re-retrieve the image from the database. The previous releases were actually re-retrieving the image. This release just uses the image if it's already there.
- (Android) Fix for pages failing to load if they have spaces and colons in the title [edit]
+ (Android) Fix for pages failing to load if they have spaces and colons in the title
This only affects a small minority of items that have a colon and spaces in the title. For example, "List of A:B items". XOWA didn't load this page because the underlying Wikipedia Mobile App was encoding the spaces as +.
- Next release: v3.1.5 [edit]
+ Next release: v3.1.5
I haven't uploaded wikis this week, because I'm working on a blocking item in Wikivoyage (Pagebanner). I'm going to delay another week and focus on updating 2016-01-13 English Wikipedia. This means a new HTML dump which should be available by next Sunday. I'm also hoping to upload the other English wikis, and then continue on to French, etc.
@@ -407,7 +407,7 @@
Finally, if you have an Android device and want a wiki for your device, let me know which, and I'll bump it up in priority. The next items in queue are French, German, Chinese and Arabic Wikipedia. I'll get to all the wikis but it may take a few months unless I hear requests otherwise.
- Release: v3.1.3.1 (2016-01-17 21:45 Sun) [edit]
+ Release: v3.1.3.1 (2016-01-17 21:45 Sun)
The desktop app is a trivial release. Its main feature is a help page for generating HTML-dumps
@@ -416,13 +416,13 @@
The Android app is a major release. It has a Random feature, shows more images, and adds CSS-tweaks.
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.
This build has a number of new features.
@@ -442,7 +442,7 @@
You can get the latest release here: https://github.com/gnosygnu/xowa/releases/
- Next release: v3.1.4 [edit]
+ Next release: v3.1.4
The Wikimedia dump service resumed, but I'd like to delay French, Polish and Latin for another week. I'm planning to generate HTML dumps for the rest of the English wikis including Wiktionary, Wikisource, Wikivoyage, etc. This will be a good stress test for the new XOWA html-dump format before I continue on to other wikis.
@@ -451,7 +451,7 @@
I'm also going to continue tweaking the XOWA Android app. If you have a moment to help out with testing, please set it up and give me some feedback: https://github.com/gnosygnu/xowa/issues/36
- Release: XOWA (None); XOWA Android (v0.1.2.0) (2016-01-10 20:30 Sun) [edit]
+ Release: XOWA (None); XOWA Android (v0.1.2.0) (2016-01-10 20:30 Sun)
There's no release for the XOWA app tonight. I've spent the week mostly on the Android app, and there were no real changes for the main desktop app.
@@ -477,7 +477,7 @@
If you have Android KitKat or higher and would like to run XOWA on it, I'd be greatly interested in feedback. See the Android progress thread for more details.
- Next release: v3.1.3 [edit]
+ Next release: v3.1.3
I still have some tasks for XOWA Android that I'd like to work on this week. I am going to try to release the main app next week, but if there are no new changes it may slip again in favor of an update of the XOWA Android release
@@ -486,19 +486,19 @@
I haven't generated any wikis this week as the dump service seems to have come to a halt. Whenever it resumes, I'll pick up again with the promised updates of French, Polish and Greek
- Release: v3.1.1.1 (2016-01-03 20:00 Sun) [edit]
+ Release: v3.1.1.1 (2016-01-03 20:00 Sun)
v3.1.1 is a minor release. It has a few fixes for some English Wikipedia pages, and many trivial HTML changes.
- Handle refs inside {{#tag}} [edit]
+ Handle refs inside {{#tag}}
I only saw this issue on one page in English Wikipedia (United Kingdom), but it has potential for more effects. Basically, XOWA did not handle <ref> inside a {{#tag}}. For example: {{#tag:ref|<ref>a</ref>}}. For the United Kingdom page, this threw off the format, and made the Infobox as wide as the entire page.
- Fix for incorrect search word counts and IPA links [edit]
+ Fix for incorrect search word counts and IPA links
There was a minor issue with incorrect search counts for words. I don't think this affects anything for desktop searches, but it did throw off the Android search.
@@ -507,7 +507,7 @@
Meanwhile, due to incorrect URL generation, IPA links would not download from the web after being clicked.
- Trivial HTML changes [edit]
+ Trivial HTML changes
v3.1.1 has a bunch of HTML changes to make it slightly closer to MediaWiki's HTML.
@@ -524,7 +524,7 @@
- Next release: v3.1.2 [edit]
+ Next release: v3.1.2
I was on track to release the new Android version tonight, but ran into a last minute issue with thumbs and English Wikipedia. I'm pushing this out another week.
diff --git a/home/wiki/Blog/2016-02.html b/home/wiki/Blog/2016-02.html
index 8a206d339..15921ac43 100644
--- a/home/wiki/Blog/2016-02.html
+++ b/home/wiki/Blog/2016-02.html
@@ -115,7 +115,7 @@
- Release: NONE (2016-02-28 20:30 Sun) [edit]
+ Release: NONE (2016-02-28 20:30 Sun)
Another week, another postponement. My apologies, but I'm usually very cautious when making database changes -- especially since it's pretty important to get things right the first time. I'm going to try for a Thursday release, but may fall back on next Sunday.
@@ -124,7 +124,7 @@
I did upload the new Android English Wikipedia for 2016-02 this week. The new urls are at https://github.com/gnosygnu/xowa/issues/36#issuecomment-172428070 .
- Release: NONE (2016-02-21 19:15 Sun) [edit]
+ Release: NONE (2016-02-21 19:15 Sun)
I'm skipping the release this week also. I've made some good progress with search, and have a prototype that is significantly faster than the existing version. However, it'll take me another week before I add it to Android and probably two weeks before the desktop.
@@ -147,7 +147,7 @@
Until then, if you're using the Android beta, please bear with the slow search. Thanks.
- Release: NONE (2016-02-14 19:30 Sun) [edit]
+ Release: NONE (2016-02-14 19:30 Sun)
I'm skipping the release this week. I'm trying to make a lot of performance-related changes to Search that will affect the desktop and Android version. There's a chance I may skip next week also.
@@ -156,22 +156,22 @@
Also, I'm building English Wiki 2016-02 now. I'm still a little behind in wiki dumps and I'll resume this week.
- Release: v3.2.1.1 (2016-02-06 20:45 Sun) [edit]
+ Release: v3.2.1.1 (2016-02-06 20:45 Sun)
- Release new image update for English Wikipedia (2016-01) [edit]
+ Release new image update for English Wikipedia (2016-01)
I was a little late this month due to build issues. The direct link is https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-01-13_file_v2b.7z
- Release new wikis for English Wikis (2016-01) [edit]
+ Release new wikis for English Wikis (2016-01)
I've also updated all English Wikis. I generated Android versions of each as well, and will upload during the week if they proof well. The links are at https://archive.org/details/Xowa_enwiki_latest and they are listed by domain (EX: https://en.wiktionary.org)
- Fix for search not working [edit]
+ Fix for search not working
This was a bug that I introduced back in 3.1.1. Title search doesn't work. For example: https://en.wikipedia.org/wiki/Special:Search?search=Earth&fulltext=y .
@@ -194,7 +194,7 @@
You can also rebuild the entire wiki.
- Fix for English Wiktionary sections not expanding correctly [edit]
+ Fix for English Wiktionary sections not expanding correctly
This bug occurs when opening up any English Wiktionary page. Each page will have Translation tables with a "Hide" / "Show" button. The following occurred when viewing these pages (for example: https://en.wiktionary.org/wiki/green)
@@ -214,7 +214,7 @@
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 [edit]
+ New Raspberry Pi build
This build was made possible by yonisolo. Many thanks to him for taking the initiative to get this to work. As a result of his efforts, you can now use your Raspberry Pi to run XOWA as an HTTP server.
@@ -223,13 +223,13 @@
Note that the GUI does not work due to SWT issues with ARM. I don't know if anyone is interested in having this work, but if so, let me know, and I'll revisit.
- Android (No release) [edit]
+ Android (No release)
I'm skipping an Android release this week. I added only one-change (pinch-zoom and bottom panels), and it didn't seem worth a release.
- Next release: v3.2.2 [edit]
+ Next release: v3.2.2
I was planning to improve the Android search version this week, but ended up spending some time on the English Wiki builds as well as underlying database code.
diff --git a/home/wiki/Blog/2016-03.html b/home/wiki/Blog/2016-03.html
index 77c44cf82..5fe6c8943 100644
--- a/home/wiki/Blog/2016-03.html
+++ b/home/wiki/Blog/2016-03.html
@@ -109,7 +109,7 @@
- Release: v3.3.4.1 (2016-03-27 19:30 Sun) [edit]
+ Release: v3.3.4.1 (2016-03-27 19:30 Sun)
The desktop app is a major release. It has a new autocomplete address bar, a new search system as well as minor parser fixes.
@@ -118,7 +118,7 @@
The Android app is a major release. It has more updates for the new search system.
- (Desktop) New autocomplete address bar [edit]
+ (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.
@@ -171,7 +171,7 @@
- (Desktop) New search system [edit]
+ (Desktop) New search system
I completely rewrote the search system over the past several weeks. Most of these changes were meant for Android to handle fast searches with a slower processor. This new engine is now part of the desktop app, so desktop users get the same benefits as well. To summarize, here are the main benefits:
@@ -194,7 +194,7 @@
- (Desktop) Minor fixes for Category pages and taxonomy url links [edit]
+ (Desktop) Minor fixes for Category pages and taxonomy url links
There are basically two fixes:
@@ -208,7 +208,7 @@
- (Android) Improvements for search system [edit]
+ (Android) Improvements for search system
The Android search system received more performance and accuracy improvements. Also, the Android version supports boolean searches as well. If you're using the new search system, you should definitely update your copy:
@@ -225,7 +225,7 @@
If you haven't tried XOWA on Android, please give it a try. See https://github.com/gnosygnu/xowa/wiki/Android.
- Next release: v3.4.1 [edit]
+ Next release: v3.4.1
I've spent a lot of time on the search system for the past several weeks. I'm going to take a break and work on the following items for next week's release:
@@ -242,7 +242,7 @@
- Release: NONE (2016-03-20 22:00 Sun) [edit]
+ Release: NONE (2016-03-20 22:00 Sun)
I'm postponing this week's release. I'm almost done with the desktop integration of the new search system, but I still want to make a few more changes and feel that a few more days would help.
@@ -254,7 +254,7 @@
I'll try to upload a new Android release later this week. This will mostly have small tweaks for the new search system.
- Release: v3.3.2.1 (Andriod only) (2016-03-13 22:00 Sun) [edit]
+ Release: v3.3.2.1 (Andriod only) (2016-03-13 22:00 Sun)
Again, there is no new release for the desktop app. I will make one next week, and resume wiki generation then.
@@ -311,7 +311,7 @@
Again, I strongly recommend you get this version. There are a few bugs to work out, but this version is much improved over previous ones. This is the last major update for Android search, and future changes will probably not have as much of a noticeable impact -- at least until I get around to full-text search.
- Release: v3.3.1.1 (Andriod only) (2016-03-06 22:00 Sun) [edit]
+ Release: v3.3.1.1 (Andriod only) (2016-03-06 22:00 Sun)
There is no new release for the desktop app. I'm still making major changes to the Search system and need more time for review.
diff --git a/home/wiki/Blog/2016-04.html b/home/wiki/Blog/2016-04.html
index 04d2d7b93..6767e8d07 100644
--- a/home/wiki/Blog/2016-04.html
+++ b/home/wiki/Blog/2016-04.html
@@ -166,7 +166,7 @@
- Release: v3.4.4.1 (2016-04-24 19:30 Sun) [edit]
+ Release: v3.4.4.1 (2016-04-24 19:30 Sun)
The desktop app is a trivial release. It has a few minor parser fixes, primarily for German Wikipedia.
@@ -175,7 +175,7 @@
The Android app is a minor release. It has one significant fix for not requiring one database: file-xowa. This will only be necessary for the German wikis
I updated the German wikis this week. You can find them at https://archive.org/details/Xowa_dewiki_latest Note the following:
@@ -192,7 +192,7 @@
- (Android) Fix for missing file-user.xowa database [edit]
+ (Android) Fix for missing file-user.xowa database
The Android app would crash if it was missing this database: *-file-user.xowa. See https://github.com/gnosygnu/xowa/issues/36#issuecomment-172292021 .
@@ -250,13 +250,13 @@
v3.4.4 still tries to create the file-user.xowa file, but no longer crashes if it can't.
- (Desktop) Minor parser changes and fixes, including using non-ASCII strings for gsub find [edit]
+ (Desktop) Minor parser changes and fixes, including using non-ASCII strings for gsub find
These are a bunch of minor parser fixes for German Wikipedia. They affect a small number of pages (<100) and don't affect content. The most interesting item is that it required another change to LuaJ. It mistakenly disregarded UTF8 byte encoding for bytes between 128 and 255. This caused gsub and similar calls to fail when using non-ASCII characters, like "ß"
- Next release: v3.5.1 [edit]
+ Next release: v3.5.1
I'm working on a new wiki update tool which will make setting up the databases much easier on Android.
@@ -268,7 +268,7 @@
- Release: v3.4.3.1 (2016-04-17 21:00 Sun) [edit]
+ Release: v3.4.3.1 (2016-04-17 21:00 Sun)
The desktop app is a minor release. It has various minor fixes, including broken Portal pages and a missing Wikis sidebar
@@ -277,7 +277,7 @@
The Android app is a major release. It has support for Kit-Kat. In addition, it has finally been released to the Play Store!
- (Android) XOWA Android app on Play Store [edit]
+ (Android) XOWA Android app on Play Store
The XOWA Android app has finally been released to the Play Store. Surprisingly, this involved a lot of unforeseen tasks, like graphic design, video recording, icon generation, secure signing, etc. Many thanks to anonymous4 for invaluable help, feedback and support.
@@ -300,7 +300,7 @@
Finally, if you've been using any of the earlier Android App versions, I recommend you update to this version. It only has more UI tweaks in terms of the icons and Settings page, but it is the official release version.
- (Android) Kit-Kat support for Android app [edit]
+ (Android) Kit-Kat support for Android app
The other major item in the Android app release is support for Kit-Kat. This too was made possible by anonymous4 and provision of a Kit-Kat device.
@@ -309,7 +309,7 @@
If you have a Kit-Kat device, please give it a try.
- (Desktop) Minor changes and fixes, including missing random sub-pages in Portal, missing Wikis sidebar in home wiki and no {{DisplayTitle}} [edit]
+ (Desktop) Minor changes and fixes, including missing random sub-pages in Portal, missing Wikis sidebar in home wiki and no {{DisplayTitle}}
v3.4.2.1 has a number of minor fixes. In brief:
@@ -332,7 +332,7 @@
- (Desktop) New http://xowa.org domain with entire home wiki [edit]
+ (Desktop) New http://xowa.org domain with entire home wiki
I finally linked the http://xowa.org domain to https://gnosygnu.github.io/xowa . Hopefully that will make the link more memorable. Again, much gratitude goes to anonymous4 for helping me set-up the cross-domain links.
@@ -344,7 +344,7 @@
For example, http://xowa.org/ + home/wiki/Help/Contents -> http://xowa.org/home/wiki/Help/Contents
- Next release: v3.4.4 [edit]
+ Next release: v3.4.4
I ran into a minor parser issue with Luaj that ended up pushing German Wikipedia back a week. I'll upload an update this week, along with Android wikis.
@@ -359,7 +359,7 @@
This is a patch for a defect in v3.4.2.1.
@@ -392,7 +392,7 @@
"]:>
- Release: v3.4.2.1 (2016-04-10 21:00 Sun) [edit]
+ Release: v3.4.2.1 (2016-04-10 21:00 Sun)
The desktop app is a minor release. It has a fix for slow search database builds and some better Wikia support
@@ -401,7 +401,7 @@
The Android app is a major release. It has new pages for importing a wiki. It is the release candidate for XOWA beta on Google Play later this week.
- (Desktop) Faster search database build [edit]
+ (Desktop) Faster search database build
As per https://github.com/gnosygnu/xowa/issues/53 William was unable to build the new search databases on his machine. I tried it on an older dev machine, and found that it could take upwards of 5 hours to complete.
@@ -429,7 +429,7 @@
- (Desktop) New English Wikipedia images update (2016-03) [edit]
+ (Desktop) New English Wikipedia images update (2016-03)
I uploaded new consolidated versions of English Wikipedia images (2016-03) to archive.org. See https://archive.org/details/Xowa_enwiki_latest.
@@ -452,13 +452,13 @@
Finally, after I release XOWA Beta for Android, I'm going to work on a new update feature that will more gracefully handle monthly updates. In the meantime, please bear with the manual process.
- (Desktop) Minor Wikia parser tags [edit]
+ (Desktop) Minor Wikia parser tags
A user requested some parser functionality for Wikia wikis (see https://en.wikipedia.org/wiki/User_talk:Gnosygnu . This release now supports the <choose> and <tabber> extensions.
- (Android) New pages for "Import new wiki" and "XOWA Wikis" [edit]
+ (Android) New pages for "Import new wiki" and "XOWA Wikis"
The last major piece for XOWA Beta was more usable screens for importing wikis and managing wikis. Both these pages are now part of the latest release:
@@ -472,7 +472,7 @@
- (Android) Minor fixes for crashes / obsoleted items [edit]
+ (Android) Minor fixes for crashes / obsoleted items
There were two minor crashes that would occur when using the left-nav button. The main one was pressing "Random" when on the "Import" screen
@@ -481,7 +481,7 @@
I also removed two features: "Nearby" and "Log in to Wikipedia". Neither of these seem useful for offline XOWA, and I didn't want them taking up screen real-estate.
- Next release: v3.4.3 [edit]
+ Next release: v3.4.3
I'm planning on releasing XOWA Android Beta on Google Play mid-week. I'm sure that there will be spillover work that leads to another Android app update next week.
@@ -493,7 +493,7 @@
- Release: v3.4.1.1 (2016-04-04 20:00 Sun) [edit]
+ Release: v3.4.1.1 (2016-04-04 20:00 Sun)
The desktop app is a minor release. It has a few fixes related to old .sqlite3 wikis and offline imports.
@@ -502,7 +502,7 @@
The Android app has not been changed.
- (Desktop) Fixes for old .sqlite3 wikis [edit]
+ (Desktop) Fixes for old .sqlite3 wikis
As reported in https://sourceforge.net/p/xowa/discussion/defects/thread/f142ca23/ v3.3.4 did not work for old .sqlite3 wikis. These wikis were phased out last year (in 2015-04), but I didn't want to drop support for them entirely.
@@ -519,7 +519,7 @@
- (Desktop) Fix for offline import of large wikis [edit]
+ (Desktop) Fix for offline import of large wikis
This was reported in a separate ticket: https://github.com/gnosygnu/xowa/issues/51 Basically, the new search system caused offline imports to fail for large wikis. A large wiki is defined as one with a dump file of 1.5 GB.
@@ -528,7 +528,7 @@
v3.4.1 fixes this issue. I tested with English Wikisource 2016-03: http://dumps.wikimedia.org/enwikisource/20160305/
- (Desktop) Command to shrink English Wikipedia images by 8 GB [edit]
+ (Desktop) Command to shrink English Wikipedia images by 8 GB
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.
@@ -537,13 +537,13 @@
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 [edit]
+ (Package) Release of French Wikipedia 2016-03
I had a request to update French Wikipedia, but have been delaying it for several weeks. I updated French Wiki and uploaded it here: https://archive.org/details/Xowa_frwiki_latest
- Next release: v3.4.2 [edit]
+ Next release: v3.4.2
I'm planning to work on Android-only matters and release a "beta" app on Google play. For wikis, I'll update German Wikipedia.
@@ -552,7 +552,7 @@
- Release: NONE (2016-04-03 22:00 Sun) [edit]
+ Release: NONE (2016-04-03 22:00 Sun)
Sory all. I'm postponing the release for tomorrow night. I'll post again tomorrow evening. Thanks.
diff --git a/home/wiki/Blog/2016-05.html b/home/wiki/Blog/2016-05.html
index 8a9883d47..2bd37a626 100644
--- a/home/wiki/Blog/2016-05.html
+++ b/home/wiki/Blog/2016-05.html
@@ -109,7 +109,7 @@
- Dev: Handling the 1 MB limit for SQLite on Android (2016-05-30 21:15 Mon)[edit]
+ Dev: Handling the 1 MB limit for SQLite on Android (2016-05-30 21:15 Mon)
I rediscovered an unintuitive bug today, and decided to take some time to document it.
@@ -262,7 +262,7 @@ INSERT INTO blob_table (blob_id, blob_column) VALUES (1, '0123456789...'); -- ..
- Release: NONE (2016-05-29 20:00 Sun) [edit]
+ Release: NONE (2016-05-29 20:00 Sun)
This week is also a no show for releases. I'm planning to make a release next week to handle a few parser issues. I'm also going to try to have the desktop app start reading the HTML databases.
@@ -274,13 +274,13 @@ INSERT INTO blob_table (blob_id, blob_column) VALUES (1, '0123456789...'); -- ..
Thanks.
- Release: NONE (2016-05-24 11:00 Tue) [edit]
+ Release: NONE (2016-05-24 11:00 Tue)
The 2016-05 English Wikipedia HTML dumps for Android are up. See https://archive.org/details/Xowa_enwiki_latest
- Release: NONE (2016-05-22 20:00 Sun) [edit]
+ Release: NONE (2016-05-22 20:00 Sun)
I'm skipping the release again. I had to overhaul some of the internals of the downloader which cost me a couple of days. I'm not sure if I can get it ready for next week, so it may be a June release.
@@ -289,19 +289,19 @@ INSERT INTO blob_table (blob_id, blob_column) VALUES (1, '0123456789...'); -- ..
I did upload the images for English Wikipedia: https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_file_v2b.7z . I started uploading the Android html version, but ran into an issue with archive.org. You can start downloading the 2016-05 html files now: https://archive.org/download/Xowa_enwiki_latest . I'll upload the rest during the week.
- Release: NONE (2016-05-15 19:45 Sun) [edit]
+ Release: NONE (2016-05-15 19:45 Sun)
This week is another skipped release, as the work continues on the wiki download page. In the meantime, I'm generating 2016-May English Wikipedia and will have them uploaded this week.
- Release: NONE (2016-05-08 19:45 Sun) [edit]
+ Release: NONE (2016-05-08 19:45 Sun)
I'm skipping the release this week as I'm still working on the wiki download tool. Hopefully it will make it into the beta next weekend.
- Release: v3.5.1.1 (2016-05-01 20:25 Sun) [edit]
+ Release: v3.5.1.1 (2016-05-01 20:25 Sun)
The desktop app is a trivial release. It has a few minor parser fixes, primarily for English Wiktionary.
@@ -310,13 +310,13 @@ INSERT INTO blob_table (blob_id, blob_column) VALUES (1, '0123456789...'); -- ..
The Android app has no release.
- (Desktop) Minor parser fixes for English Wiktionary [edit]
+ (Desktop) Minor parser fixes for English Wiktionary
There are several minor parser fixes for English Wiktionary. The most major item is a simple implementation for {{categorytree}} which will show a link to the Category page, but not do the Javascript tree expansion.
- Next release: v3.5.2 [edit]
+ Next release: v3.5.2
I'm still working on the wiki update tool. My goal is to have it for Android v3.5.2. Once that is done, I'll upload the next batch of wikis after it (English / French).
diff --git a/home/wiki/Blog/2016-06.html b/home/wiki/Blog/2016-06.html
index d360a8a89..54b9bda2a 100644
--- a/home/wiki/Blog/2016-06.html
+++ b/home/wiki/Blog/2016-06.html
@@ -173,10 +173,10 @@
- Release: v3.6.4.2 (2016-06-27 12:40 Mon) [edit]
+ Release: v3.6.4.2 (2016-06-27 12:40 Mon)
- (PC) Fix Download Central failing on last step of image import [edit]
+ (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.
@@ -188,19 +188,19 @@
I also included a few minor HTML changes for some related screens.
- Release: v3.6.4.1 (2016-06-25 20:20 Sat) [edit]
+ Release: v3.6.4.1 (2016-06-25 20:20 Sat)
All apps are a major release due to fixes for Download Central and HTML databases. In addition, both PC and Android now have redlinks.
- (Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki [edit]
+ (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) Fixes / changes for Download Central including multiple-tasks bug [edit]
+ (All) Fixes / changes for Download Central including multiple-tasks bug
Last week had a patch to handle Download Central not working after resume.
@@ -223,7 +223,7 @@
- (All) HTML Databases: Better support for Redlinks, Timeline and Gallery [edit]
+ (All) HTML Databases: Better support for Redlinks, Timeline and Gallery
Last week had a few patches to handle HTML databases not working for old archive.org wikis.
@@ -243,7 +243,7 @@
- (PC) Minor parser fixes including tags with apostrophe and missing transluded pages [edit]
+ (PC) Minor parser fixes including tags with apostrophe and missing transluded pages
There are a handful of fixes here:
@@ -263,7 +263,7 @@
Unfortunately, parser bugs are still part of the HTML dumps in the 2016-06 versions. They will be fixed in 2016-07 and beyond.
- Next release: v3.7.1 [edit]
+ Next release: v3.7.1
-
@@ -283,10 +283,10 @@
- Release: v3.6.3.4 (2016-06-21 15:00 Wed) [edit]
+ 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) [edit]
+ (Server) Fix blank pages for wikis downloaded from archive.org (fixed for GUI in 3.6.3.3, but not for HTTP Server)
Thombles reported that v3.6.3.3 still didn't fix the blank pages. See: https://github.com/gnosygnu/xowa/issues/60
@@ -301,7 +301,7 @@
Thanks again to thombles for reporting the issues.
- Release: v3.6.3.3 (2016-06-21 13:00 Tue) [edit]
+ Release: v3.6.3.3 (2016-06-21 13:00 Tue)
Sorry all. Another patch release to fix a few major bugs.
@@ -310,7 +310,7 @@
Thanks to William and thombles for reporting the issues.
- (PC) Fix blank pages for wikis downloaded from archive.org [edit]
+ (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)
@@ -322,7 +322,7 @@
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 [edit]
+ (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.
@@ -331,7 +331,7 @@
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 [edit]
+ (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.
@@ -340,10 +340,10 @@
I added some logging statements to troubleshoot the issue.
- Release: v3.6.3.2 (2016-06-20 13:00 Mon) [edit]
+ Release: v3.6.3.2 (2016-06-20 13:00 Mon)
- (PC & Android) Fix Download Central not resuming after app is restarted [edit]
+ (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.
@@ -352,7 +352,7 @@
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) [edit]
+ 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
@@ -364,7 +364,7 @@
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 [edit]
+ (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.
@@ -379,7 +379,7 @@
To try it out, go to Download Central. For more info, see the Download Central help page.
- (PC & Server) Android HTML dumps are now usable [edit]
+ (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:
@@ -460,7 +460,7 @@
- (PC & Android & Server) Search now reduces importance of short pages [edit]
+ (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.
@@ -472,13 +472,13 @@
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 [edit]
+ (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) [edit]
+ (PC) Minor fixes (Database, HTML Dump, Search, Special, Parser)
These can be described briefly as follows:
@@ -501,7 +501,7 @@
- (Android) Minor changes (more Special pages: redesigned UI for special pages, HTML Page Title, flat icon) [edit]
+ (Android) Minor changes (more Special pages: redesigned UI for special pages, HTML Page Title, flat icon)
These can also be described briefly as follows:
@@ -529,7 +529,7 @@
- (Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06) [edit]
+ (Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06)
These are available through Download Central.
@@ -538,7 +538,7 @@
For users who want the 2016-06 English Wikipedia image update, see App/Import/Download Central
- Next release: v3.6.4 [edit]
+ Next release: v3.6.4
I'm focusing on HTML dump related issues for the next few weeks, particularly table of contents and redlinks
@@ -547,7 +547,7 @@
For wikis, I'm going to update the generate the other English wikis for Download Central.
- Release: Android Beta with wiki downloader (2016-06-12 23:00 Sun) [edit]
+ Release: Android Beta with wiki downloader (2016-06-12 23:00 Sun)
I released a beta version of the wiki downloader: See https://play.google.com/store/apps/details?id=org.xowa.beta and https://github.com/gnosygnu/xowa/releases . I'm planning on doing some minor tweaks this week, before uploading it to the main XOWA Android app next week. I'll also release the desktop app as well.
@@ -556,7 +556,7 @@
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) [edit]
+ 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.
diff --git a/home/wiki/Blog/2016-07.html b/home/wiki/Blog/2016-07.html
index fb5a54c0d..5b553f57e 100644
--- a/home/wiki/Blog/2016-07.html
+++ b/home/wiki/Blog/2016-07.html
@@ -174,7 +174,7 @@
- Release: v3.7.4.1 (2016-07-25 19:00 Mon) [edit]
+ Release: v3.7.4.1 (2016-07-25 19:00 Mon)
The PC version is a minor release. It fixes a build issue when building wikis from old dumps by command-line script.
@@ -183,7 +183,7 @@
The Android version is a major release. It has a new screen to change the wiki location for Download Central
- (Wiki) Publish 2016-07 English Wikipedia [edit]
+ (Wiki) Publish 2016-07 English Wikipedia
The 2016-07 versions of English Wikipedia is up. You can get them through Download Central.
@@ -208,7 +208,7 @@
- (Android) Add screen to change wiki location for Download Central [edit]
+ (Android) Add screen to change wiki location for Download Central
First, some background. XOWA Android tries to use the external SD card for downloading wikis. Unfortunately, this is not easy, as different devices may have different paths for the external SD card (it varies by Android version as well as by manufacturer). If XOWA doesn't guess correctly, then the wikis will be downloaded to internal memory
@@ -226,7 +226,7 @@
Note that you can always manually download the wiki from archive.org and import them using the "XOWA file browser". The "XOWA file browser" is available through the "folder" icon on the "XOWA" Wikis page.
- (PC) Fix automatic deletion of pagelinks file [edit]
+ (PC) Fix automatic deletion of pagelinks file
This was a minor bug with building wikis by command-line import for historical wikis (for example, English Wikipedia from 2016-01).
@@ -241,7 +241,7 @@
v3.7.4 now only deletes .gz file after it is used.
- Next release: v3.8.1 [edit]
+ Next release: v3.8.1
- Release: POSTPONED (2016-07-24 23:00 Sun) [edit]
+ Release: POSTPONED (2016-07-24 23:00 Sun)
I'm postponing the release till tomorrow night. I'll post again then. Thanks.
- Release: v3.7.3.1 (2016-07-17 20:30 Sun) [edit]
+ Release: v3.7.3.1 (2016-07-17 20:30 Sun)
The PC version is a major release. It fixes redirects for HTML databases and minor TOC issues.
@@ -273,13 +273,13 @@
The Android version has no release.
- (Wiki) Publish 2016-07 French Wikipedia, Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews [edit]
+ (Wiki) Publish 2016-07 French Wikipedia, Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews
The 2016-07 versions of the French Wikis are up. You can get them through Download Central.
- (PC) Fix Redirects not working for HTML databases [edit]
+ (PC) Fix Redirects not working for HTML databases
I discovered that HTML databases didn't support redirects. So, if page "A" was a redirect to page "B", going to page "A" opened up a blank page.
@@ -288,7 +288,7 @@
With v3.7.3.1, going to page "A" now redirects correctly to page "B".
- (PC) Fix minor Table of Contents issues for Wikitext / HTML databases [edit]
+ (PC) Fix minor Table of Contents issues for Wikitext / HTML databases
There were a number of minor Table of Contents (TOC) issues where clicking on the TOC would not scroll down to the correct header section.
@@ -317,7 +317,7 @@
Note that aside from the Wikivoyage item, the other TOC items probably affect < .1% of all pages.
- Next release: v3.7.4 [edit]
+ Next release: v3.7.4
-
@@ -337,7 +337,7 @@
- Release: v3.7.2.1 (2016-07-10 21:00 Sun) [edit]
+ 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
@@ -346,7 +346,7 @@
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 [edit]
+ (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.
@@ -355,7 +355,7 @@
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 [edit]
+ (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.
@@ -364,7 +364,7 @@
v3.7.2.1 resolves this issue, and English Wikipedia now imports correctly
- (Server) Fix images not showing for Wikitext databases [edit]
+ (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).
@@ -373,13 +373,13 @@
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 [edit]
+ (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} [edit]
+ (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/).
@@ -388,7 +388,7 @@
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 [edit]
+ (PC) Fix minor Wikibase issues, including wikibase-item
There are two issues here:
@@ -402,13 +402,13 @@
- (PC) Target Java 1.7, not Java 1.8 [edit]
+ (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 [edit]
+ Next release: v3.7.3
- Release: v3.7.1.2 (2016-07-03 23:40 Sun) [edit]
+ Release: v3.7.1.2 (2016-07-03 23:40 Sun)
- (PC & Android) Fix broken search for multiple words in 2016-05 wikis and earlier [edit]
+ (PC & Android) Fix broken search for multiple words in 2016-05 wikis and earlier
This fix was reported in https://github.com/gnosygnu/xowa/issues/64 and https://github.com/gnosygnu/xowa/issues/65
@@ -443,7 +443,7 @@
Thanks to William and Ope30 for reporting these issues!
- Release: v3.7.1.1 (2016-07-03 18:00 Sun) [edit]
+ Release: v3.7.1.1 (2016-07-03 18:00 Sun)
The PC version is a minor release. It adds Gallery support for HTML dtabases.
@@ -452,13 +452,13 @@
The Android version is a minor release. It fixes a number of severe crashes for outlier situations.
- (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews [edit]
+ (Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews
These wikis are available at Download Central.
- (PC) Support Gallery [edit]
+ (PC) Support Gallery
On the PC, the HTML databaes showed Galleries vertically and with incorrect styles (no gray border box).
@@ -467,7 +467,7 @@
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 [edit]
+ (PC & Android) More minor fixes for Download Central including connection disruption and WAKE_LOCK fixes
There are basically two types of fixes:
@@ -481,7 +481,7 @@
- (Android) Multiple fixes for severe crashes [edit]
+ (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).
@@ -490,7 +490,7 @@
These are fixed in this version. For more info, see the Change log
- Next release: v3.7.2 [edit]
+ Next release: v3.7.2
-
diff --git a/home/wiki/Blog/2016-08.html b/home/wiki/Blog/2016-08.html
index f9b7c505b..5b3141580 100644
--- a/home/wiki/Blog/2016-08.html
+++ b/home/wiki/Blog/2016-08.html
@@ -157,7 +157,7 @@
- Release: v3.8.5.1 (2016-08-29 21:00 Sun) [edit]
+ 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
@@ -166,13 +166,13 @@
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 [edit]
+ (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 [edit]
+ (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:
@@ -209,13 +209,13 @@
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 [edit]
+ (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 [edit]
+ (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:
@@ -249,7 +249,7 @@
In addition, the Download Central Info page now includes MD5 and file size info.
- Next release: v3.9.1 [edit]
+ Next release: v3.9.1
- Release: POSTPONED (2016-08-28 22:00 Sun) [edit]
+ 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.
@@ -269,13 +269,13 @@
Thanks.
- Release: NONE (2016-08-21 20:00 Sun) [edit]
+ Release: NONE (2016-08-21 20:00 Sun)
I'm skipping the release this week. I'm still working on the 2016-08 English Wikipedia. I am close, but I still don't have a clean HTML dump yet. Please check again next week.
- Release: v3.8.3.1 (2016-08-14 20:00 Sun) [edit]
+ Release: v3.8.3.1 (2016-08-14 20:00 Sun)
The PC version has no release.
@@ -284,7 +284,7 @@
The Android version has a trivial release to fix an uncommon crash when starting XOWA.
- (Android) Fix app crash when starting XOWA: Unable to start activity ComponentInfo{org.xowa/org.wikipedia.page.PageActivity} [edit]
+ (Android) Fix app crash when starting XOWA: Unable to start activity ComponentInfo{org.xowa/org.wikipedia.page.PageActivity}
Some quick details:
@@ -304,7 +304,7 @@
For this version, I added better guards against null references around the cited code. Thanks to the anonymous users who sent me the crash reports
- Next release: v3.8.4 [edit]
+ Next release: v3.8.4
- Release: v3.8.2.1 (2016-08-07 19:30 Sun) [edit]
+ Release: v3.8.2.1 (2016-08-07 19:30 Sun)
The PC version is a major release. It fixes random "SSL peer shut down incorrectly" when downloading, "Script Error:Module Protection expiry" on many en.w pages, and some parser issues on pl.w.
@@ -326,13 +326,13 @@
The Android version has no release.
- (Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews [edit]
+ (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.
- (PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps [edit]
+ (PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps
In the past week, XOWA would fail while downloading database dumps from the Wikimedia servers at https://dumps.wikimedia.org/backup-index.html . After some investigation, it looks like Wikimedia is currently resetting all connections at the 17 and 47 minute mark of every hour (EX: 1:17, 1:47, 2:17, 2:47, etc.) . For more info, see https://lists.wikimedia.org/pipermail/xmldatadumps-l/2016-August/001325.html
@@ -366,7 +366,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
Many thanks to Kevin Day and your.org for their assistance and support with this issue.
- (PC) Fix "Script error:Module:Effective protection expiry" for many English Wikipedia pages [edit]
+ (PC) Fix "Script error:Module:Effective protection expiry" for many English Wikipedia pages
The 2016-07-20 version of English Wikipedia would show "Script error" on many pages. This was due to a minor typo on my side for "infinite" vs "infinity". It is fixed with of this release.
@@ -375,7 +375,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
Thanks to William to reporting this issue.
- (PC) Fix parser issues for Polish Wikipedia pages, including location maps and broken infoboxes [edit]
+ (PC) Fix parser issues for Polish Wikipedia pages, including location maps and broken infoboxes
Polish Wikipedia required two major changes:
@@ -389,7 +389,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
- Next release: v3.8.3 [edit]
+ Next release: v3.8.3
-
@@ -406,7 +406,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
- Release: v3.8.1.1 (2016-07-31 19:30 Sun) [edit]
+ 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.
@@ -415,13 +415,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 [edit]
+ (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 [edit]
+ (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.
@@ -430,13 +430,13 @@ http://ftp.fi.muni.cz/pub/wikimedia/
v3.8.1 fixes the issue
- (PC) Minor wikibase update for "renderSnaks" [edit]
+ (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 [edit]
+ (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.
@@ -445,7 +445,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 [edit]
+ Next release: v3.8.2
-
diff --git a/home/wiki/Blog/2016-09.html b/home/wiki/Blog/2016-09.html
index f7e892897..6fa0517e2 100644
--- a/home/wiki/Blog/2016-09.html
+++ b/home/wiki/Blog/2016-09.html
@@ -152,13 +152,13 @@
- Release: v3.9.4.2 (2016-09-26 20:00 Mon) [edit]
+ Release: v3.9.4.2 (2016-09-26 20:00 Mon)
The PC version is a patch release. It fixes Categories not showing for pages with more than one word in the title.
- Show Catgories for pages with more than one word in the title [edit]
+ Show Catgories for pages with more than one word in the title
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.
@@ -167,7 +167,7 @@
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
- Release: v3.9.4.1 (2016-09-25 20:00 Sun) [edit]
+ Release: v3.9.4.1 (2016-09-25 20:00 Sun)
The PC version is a major release. It has more Category fixes, more page sync changes, and a few other changes.
@@ -176,7 +176,7 @@
The Android version is a minor release. It has a fix for bad file downloads in Download Central.
- (Wiki) Release 2016-09 French, English and German Wikipedia [edit]
+ (Wiki) Release 2016-09 French, English and German Wikipedia
I published the French wikis last week, but I'm just listing them formally in this release.
@@ -199,7 +199,7 @@
Thanks to fake4d for pointing out the bad link before.
- (PC) More minor Category fixes including large categories, dynamic page list and wikidata.org [edit]
+ (PC) More minor Category fixes including large categories, dynamic page list and wikidata.org
v3.9.2.1 introduced a new Category system to support Categories in HTML dump mode. Unfortunately, a few items were left out.
@@ -222,25 +222,25 @@
Finally, these all work with both the Wikitext dumps and the HTML dumps. I still have to get them to work on Android.
- (PC) Page sync shows math and video images [edit]
+ (PC) Page sync shows math and video images
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.
- (PC / Android) Download Central does not loop endlessly if wrong file size downloaded [edit]
+ (PC / Android) Download Central does not loop endlessly if wrong file size downloaded
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.
- (PC) Show pages in MediaWiki namespace [edit]
+ (PC) Show pages in MediaWiki namespace
v3.9.4.1 now is able to show wikitext pages in the MediaWiki namespace. For example, https://en.wikipedia.org/wiki/MediaWiki:Edittools .
- (PC) Run GUI on Raspberry Pi [edit]
+ (PC) Run GUI on Raspberry Pi
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.
@@ -252,7 +252,7 @@
Many thanks to nstents for helping me test the builds.
- (PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys [edit]
+ (PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys
There were two significant fixes worth mentioning:
@@ -266,7 +266,7 @@
- Next release: v3.10.1 [edit]
+ Next release: v3.10.1
-
@@ -283,7 +283,7 @@
- Release: NONE (2016-09-18 22:00 Sun) [edit]
+ Release: NONE (2016-09-18 22:00 Sun)
I'm skipping the release this week. I'm working on a few changes to categories, and English Wikipedia is spilling over a little.
@@ -298,7 +298,7 @@
Thanks.
- Release: v3.9.2.1 (2016-09-11 19:00 Sun) [edit]
+ Release: v3.9.2.1 (2016-09-11 19:00 Sun)
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.
@@ -307,13 +307,13 @@
The Android version is a minor release. It has a fix for dropped connections in Download Central.
- (PC) Fix for Category pages not working [edit]
+ (PC) Fix for Category pages not working
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.
- (PC) New Category system to handle HTML dumps [edit]
+ (PC) New Category system to handle HTML dumps
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:
@@ -339,19 +339,19 @@
There's a little more info at Category Overview for those interested.
- (PC) Basic page synchronization feature to get latest from online [edit]
+ (PC) Basic page synchronization feature to get latest from online
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.
- (PC / Android) Download Central changes for dropped connections / Mac OS X [edit]
+ (PC / Android) Download Central changes for dropped connections / Mac OS X
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.
- (PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8 [edit]
+ (PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8
This release has a bunch of parser changes. The Change log has a complete list. The most relevant items are the following:
@@ -368,7 +368,7 @@
- (PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump [edit]
+ (PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump
Thanks to multiple users, this build also resolves some minor issues:
@@ -388,7 +388,7 @@
Also, at risk of omission, additional thanks to markusmaresch for reporting the Mac OS X issue, and MDE186 for testing the page sync feature.
- Next release: v3.9.3 [edit]
+ Next release: v3.9.3
-
@@ -405,7 +405,7 @@
- Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon) [edit]
+ Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon)
The Czech wikis are available in Download Central. To get them, do the following:
@@ -422,7 +422,7 @@
- Release: NONE (2016-09-04 22:00 Sun) [edit]
+ Release: NONE (2016-09-04 22:00 Sun)
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!
diff --git a/home/wiki/Blog/2016-10.html b/home/wiki/Blog/2016-10.html
index 706d42b1d..8c12713dd 100644
--- a/home/wiki/Blog/2016-10.html
+++ b/home/wiki/Blog/2016-10.html
@@ -132,7 +132,7 @@
- Release: NONE (2016-10-30 22:00 Sun) [edit]
+ Release: NONE (2016-10-30 22:00 Sun)
I'm skipping the release this week. I have a few minor fixes, but it doesn't warrant a new release.
@@ -141,7 +141,7 @@
Otherwise, I uploaded Polish this past week and am working on Swedish now.
- Release: v3.10.4.1 (2016-10-24 21:00 Mon) [edit]
+ Release: v3.10.4.1 (2016-10-24 21:00 Mon)
The PC version is a minor release. It adds filtering to Download Central, better support for English Wikivoyage, and fixes errors in the Import Offline page
@@ -150,27 +150,27 @@
The Android version is a minor release. It also adds filtering to Download Central.
- (Wiki) Release 2016-10 English and German wikis (Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews) [edit]
+ (Wiki) Release 2016-10 English and German wikis (Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews)
The 2016-10 versions of the English and German wikis are up. You can get them at Download Central, or through these pages:
- (PC / Android) Allow filtering wikis by language / type in Download Central [edit]
+ (PC / Android) Allow filtering wikis by language / type in Download Central
Download Central now has a lot of wikis. I added some basic filtering to allow selection by language or wiki type. I'll be adding more customization to Download Central as time goes on, but hopefully this should make the list more manageable.
- (PC) Add better support for English Wikivoyage [edit]
+ (PC) Add better support for English Wikivoyage
I discovered a number of issues with 2016-10 English Wikivoyage:
@@ -190,13 +190,13 @@
In addition, there were issues with Chinese pages on English Wiktionary due to an obscure LuaJ error. This too was resolved in this release.
- (PC) Fix import errors in Import/Offline [edit]
+ (PC) Fix import errors in Import/Offline
Dashboard/Import/Offline was broken due to the recent changes in the Category system. In addition, there were a few other minor fixes.
- Next release: v3.11.2 [edit]
+ Next release: v3.11.2
- Release: POSTPONED (2016-10-23 21:30 Sun) [edit]
+ Release: POSTPONED (2016-10-23 21:30 Sun)
v3.10.4 is postponed for at least one day. I'm planning to have something up tomorrow night, but it may go to mid week.
- Release: v3.10.3.2 (2016-10-17 16:00 Mon) [edit]
+ Release: v3.10.3.2 (2016-10-17 16:00 Mon)
The PC version is a minor release. It now shows the 2016-10 entries for English and German Wikipedia in Download Central.
@@ -222,7 +222,7 @@
Thanks to Ope30 for reporting the bug (https://github.com/gnosygnu/xowa/issues/90).
- Release: v3.10.3.1 (2016-10-16 20:00 Sun) [edit]
+ Release: v3.10.3.1 (2016-10-16 20:00 Sun)
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.
@@ -231,21 +231,21 @@
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.
- (Wiki) Release 2016-10 English and German Wikipedia [edit]
+ (Wiki) Release 2016-10 English and German Wikipedia
The 2016-10 versions of both wikis are up. You can get them through:
- (PC) Multiple category changes, including performance, international sorting, numeric sorting, and HTML database loading [edit]
+ (PC) Multiple category changes, including performance, international sorting, numeric sorting, and HTML database loading
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
@@ -268,13 +268,13 @@
- (PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages [edit]
+ (PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages
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
- (PC) Add custom scripting support through standalone javascript / lua files [edit]
+ (PC) Add custom scripting support through standalone javascript / lua files
This was a feature requested at https://github.com/gnosygnu/xowa/issues/88
@@ -286,7 +286,7 @@
More information is at App/Xtn/Scripting
- Next release: v3.10.2 [edit]
+ Next release: v3.10.2
-
@@ -300,7 +300,7 @@
- Release: NONE (2016-10-02 21:30 Sun) [edit]
+ Release: NONE (2016-10-02 21:30 Sun)
There's no release this week. I'm working on a category performance enhancement before starting on 2016-10 wikis.
diff --git a/home/wiki/Blog/2016-11.html b/home/wiki/Blog/2016-11.html
index bd9347916..aaf55965e 100644
--- a/home/wiki/Blog/2016-11.html
+++ b/home/wiki/Blog/2016-11.html
@@ -112,7 +112,7 @@
- Release: NONE (2016-11-27 22:00 Sun) [edit]
+ Release: NONE (2016-11-27 22:00 Sun)
This week is also a push. There were more changes, especially with Russian Wikipedia, but I can't give a release my full attention until next week.
@@ -121,7 +121,7 @@
The 2016-11 Russian Wikis are up. I'll try to work on the 2016 Italian wikis next.
- Release: NONE (2016-11-20 22:00 Sun) [edit]
+ Release: NONE (2016-11-20 22:00 Sun)
There is no release this week. I've worked on a few Page sync issues found by khanhhung2512 as well as a new application auto-updater. I may skip next week also due to the holiday season as well as some personal commitments.
@@ -130,7 +130,7 @@
In the meantime, I uploaded 2016-11 German Wikipedia as well as the Dutch and Afrikaans Wikis. I'll be working on the Russian wikis and French Wikipedia.
- Release: v3.11.2.1 (2016-11-13 20:00 Sun) [edit]
+ Release: v3.11.2.1 (2016-11-13 20:00 Sun)
The PC version is a minor release. It fixes some Wikibase parsing issues and handles some regression issues, notably bookmarks and variants.
@@ -139,7 +139,7 @@
The Android version is a minor release. It also adds filtering to Download Central.
- (Wiki) Publish 2016-10 French, Polish, Swedish, Spanish wikis. Also, 2016-11 English Wikipedia [edit]
+ (Wiki) Publish 2016-10 French, Polish, Swedish, Spanish wikis. Also, 2016-11 English Wikipedia
As it's been a few weeks since the last release, there have been several wiki releases since then.
@@ -151,7 +151,7 @@
A special thanks to Ope30 for downloading and testing all these wikis.
- (PC) Fix regression errors, including bookmarks, variants, clicking on images, and wrong number of reported pages [edit]
+ (PC) Fix regression errors, including bookmarks, variants, clicking on images, and wrong number of reported pages
There were a number of regression errors that have crept in over the last few releases. Namely, these are:
@@ -174,7 +174,7 @@
These have been fixed in this release. Thanks to khanhhung2512 and another anonymous user for reporting these issues.
- (PC) Fix various minor Wikibase errors with geocoordinate, time, and quantity [edit]
+ (PC) Fix various minor Wikibase errors with geocoordinate, time, and quantity
There were some minor Wikibase issues. The most notable of these involved time data which caused script errors on all Polish Wikipedia Software pages. The rest involved many fewer pages (< 100).
@@ -183,7 +183,7 @@
To get more info on these, see Change log/v3.11.2.1 and the Wikibase entries
- (PC) Make minor changes to Import/Offline page [edit]
+ (PC) Make minor changes to Import/Offline page
There were a number of minor issues with the Import/Offline page, primarily due to the Category changes in 2016-09. I made a few changes to eliminate redundant downloads as well as to intelligently detect dump files. However, I'll probably make more in the coming months when time permits.
@@ -192,7 +192,7 @@
Again, thanks go to khanhhung2512 and another anonymous user for reporting these issues.
- (Dev) Simplify usage of XOWA as an embeddable parser [edit]
+ (Dev) Simplify usage of XOWA as an embeddable parser
XOWA now supports usage as an embeddable parser in other apps. More information is at Dev/Parser/Embeddable
@@ -201,7 +201,7 @@
Thanks here are due to Rüdiger Gleim for suggesting the interface as well as providing valuable feedback
- Next release: v3.11.3 [edit]
+ Next release: v3.11.3
- Release: BETA_v3.10.4.6 (2016-11-06 22:00 Sun) [edit]
+ Release: BETA_v3.10.4.6 (2016-11-06 22:00 Sun)
I'm postponing the official release to next week. There are still only a handful of issues, and unfortunately, I don't have the time this week to do a full release.
diff --git a/home/wiki/Blog/2016-12.html b/home/wiki/Blog/2016-12.html
index efc8d6666..05827ff75 100644
--- a/home/wiki/Blog/2016-12.html
+++ b/home/wiki/Blog/2016-12.html
@@ -114,13 +114,13 @@
- Release: NONE (2016-12-25 22:45 Sun) [edit]
+ Release: NONE (2016-12-25 22:45 Sun)
Just a quick note. Due to the holiday season and personal obligations, there is no release this week. There will be a release next week with a new configuration system.
- Release (Android): v3.12.2.1 (2016-12-11 20:00 Sun) [edit]
+ Release (Android): v3.12.2.1 (2016-12-11 20:00 Sun)
There is no PC release this week. I've been working on the new Configuration system as well as Section editing.
@@ -129,7 +129,7 @@
The Android version has a minor release.
- (Android) Remove horizontal scrollbars by hiding Navigation boxes by default [edit]
+ (Android) Remove horizontal scrollbars by hiding Navigation boxes by default
This was a change due to the feedback from a Google Play review (which has since been deleted). There's a little more documentation at https://github.com/gnosygnu/xowa/issues/112
@@ -158,7 +158,7 @@
- Next release: v3.12.4 [edit]
+ Next release: v3.12.4
I'm skipping next week due to personal reasons. This means that the next possible release would be Christmas weekend. I'll try to push something out then, but since may rely on a quick "beta" release.
@@ -172,7 +172,7 @@
- Release: v3.12.1.1 (2016-12-04 22:00 Sun) [edit]
+ Release: v3.12.1.1 (2016-12-04 22:00 Sun)
The PC version is a minor release. It fixes an import issue with English Wikipedia on older machines, has several Scribunto and Wikibase fixes for Russian wikis, and has some page sync issues
@@ -181,7 +181,7 @@
The Android version has no release.
- (Wiki) Publish 2016-11 Dutch and Russian wikis. Also, 2016-11 German Wikipedia [edit]
+ (Wiki) Publish 2016-11 Dutch and Russian wikis. Also, 2016-11 German Wikipedia
As per the section title, 2016-11 Dutch and Russian wikis are up at archive.org. You can check Wiki_setup/Listing or Special:XowaDownloadCentral
@@ -190,7 +190,7 @@
Again, thanks to Ope30 for testing these wikis.
- (PC) Fix "stalled" English Wikipedia import on older machines [edit]
+ (PC) Fix "stalled" English Wikipedia import on older machines
This issue was reported in issue 98 and and issue 108.
@@ -202,7 +202,7 @@
This issue was resolved by adding a new SQL index during the category import. The total time will still be noticeably longer (from 2 hours to 5 hours), but it should complete in the end.
- (PC) Fix various minor Scribunto and Wikibase errors with Russian Wikipedia including inferred datatype [edit]
+ (PC) Fix various minor Scribunto and Wikibase errors with Russian Wikipedia including inferred datatype
There were a number of minor fixes around the 2016-11 Russian wikis.
@@ -214,7 +214,7 @@
For the other changes, you can take a look at the Scribunto and Wikibase items at Change log/v3.12.1.1
- (PC) Fix page sync issues when syncing File or Chinese pages with math [edit]
+ (PC) Fix page sync issues when syncing File or Chinese pages with math
First, thanks to khanhhung2512 for reporting these issues.
@@ -237,7 +237,7 @@
These fixes are included in this release.
- Next release: v3.12.2 [edit]
+ Next release: v3.12.2
-
diff --git a/home/wiki/Blog/2017-01.html b/home/wiki/Blog/2017-01.html
index 7a7a3d24d..a5f5c914c 100644
--- a/home/wiki/Blog/2017-01.html
+++ b/home/wiki/Blog/2017-01.html
@@ -109,7 +109,7 @@
- Personal: Vacation and limited reachability (2017-01-13 17:00 Fri) [edit]
+ Personal: Vacation and limited reachability (2017-01-13 17:00 Fri)
I'm going to be out on vacation for about a week and a half. I'll only have limited access to the internet, and won't be able to make any releases.
@@ -124,7 +124,7 @@
Thanks!
- Release: NONE (2017-01-08 10:30 Sun) [edit]
+ Release: NONE (2017-01-08 10:30 Sun)
I'm skipping the release for tonight. There was one regression issue introduced last week: Random not working in HTML databases. However, that can be fixed with an options change: https://github.com/gnosygnu/xowa/issues/121#issuecomment-270473393
@@ -136,7 +136,7 @@
Also, I ran into an issue with 2017-01 English Wikipedia. Unfortunately that will also be postponed till near end of month as well.
- Release: v4.0.0.1701 (2017-01-04 21:00 Tue) [edit]
+ Release: v4.0.0.1701 (2017-01-04 21:00 Tue)
The PC version is a major release. It adds a new Option system and includes a lot of related changes.
@@ -145,7 +145,7 @@
The Android version has no release.
- (Wiki) Publish 2016-12 Italian and Swahili wikis. Also, 2016-12 English Wikipedia [edit]
+ (Wiki) Publish 2016-12 Italian and Swahili wikis. Also, 2016-12 English Wikipedia
2016-12 Italian and Swahili wikis are up at archive.org. 2016-12 English Wikipedia was also pushed out earlier this month.
@@ -154,7 +154,7 @@
To download these wikis, please check Wiki_setup/Listing or Special:XowaDownloadCentral
- (PC) Add new Options system [edit]
+ (PC) Add new Options system
The major change for this release was the Options system. It was a multi-week effort that overhauled various parts of the system. You can try the new Options systems at the Options page
@@ -191,7 +191,7 @@
Of course, if you run into issues, please let me know at https://github.com/gnosygnu/xowa/issues I'm hoping though that this will be a pleasant, uneventful change.
- (PC) Change versioning scheme to semantic versioning [edit]
+ (PC) Change versioning scheme to semantic versioning
Since the start, XOWA used a date-of-release versioning scheme. For example, version 3.12.2.1 meant the version released in the 3rd year after XOWA's release, in the 12th month and the 2nd week.
@@ -242,7 +242,7 @@
Finally, all releases are considered stable. So, whenever a patch release comes out, it will be promoted to the official download for all new users. If it's safe enough for new users to try, it's definitely safe enough for existing users as well.
- (PC) Fix mass parse performance issues when generating English Wikipedia [edit]
+ (PC) Fix mass parse performance issues when generating English Wikipedia
This was an issue I discovered when generating the 2016-12 English Wikipedia. It takes about 25 hours to dump English Wikipedia on an 8 core machine. Due to recent changes with Embeddable (using XOWA as a MediaWiki parser), this number grew to about 36 hours. In some cases, it even failed with OutOfMemory exceptions.
@@ -251,7 +251,7 @@
This build brings the build time back to 25 hours.
- Next week: v4.0.1.1701 [edit]
+ Next week: v4.0.1.1701
- Release: POSTPONED (2017-01-03 01:30 Tue) [edit]
+ Release: POSTPONED (2017-01-03 01:30 Tue)
I was planning to do a release tonight, but ran into last-minute issues. I'm going to push for a release tomorrow or possibly next Sunday.
diff --git a/home/wiki/Blog/2017-02.html b/home/wiki/Blog/2017-02.html
index 2d5d7a06a..7641ca9c1 100644
--- a/home/wiki/Blog/2017-02.html
+++ b/home/wiki/Blog/2017-02.html
@@ -143,7 +143,7 @@
- Release: v4.3.0.1702 (2017-02-21 18:00 Tue) [edit]
+ Release: v4.3.0.1702 (2017-02-21 18:00 Tue)
The PC version is a major release. It adds page deletion, category updates, wiki import, and a high-DPI machine support.
@@ -152,10 +152,10 @@
The Android version has no release.
- (Wiki) Publish 2017-02 English Wikipedia and 2017-02 Gujarati wikis [edit]
+ (Wiki) Publish 2017-02 English Wikipedia and 2017-02 Gujarati wikis
- 2017-02 English Wikipedia is officially up. See Wiki_setup/English_wikis
+ 2017-02 English Wikipedia is officially up. See Wiki_setup/English_wikis
In addition, I reuploaded the entire English Wikipedia file database set. This is a periodic task which is necessary to keep the image databases small for new users.
@@ -199,7 +199,7 @@
Also, per request, I generated 2017-02 Gujarati wikis. See Wiki_setup/Gujarati_wikis
- (PC) Add "Delete page" button [edit]
+ (PC) Add "Delete page" button
This build adds a Delete page button. To use it, do the following:
@@ -230,7 +230,7 @@
- (PC) Support editable Categories [edit]
+ (PC) Support editable Categories
This build also adds editable Categories. To try it, do the following:
@@ -253,7 +253,7 @@
This feature is also mainly for personal wikis. However, it will also work with Wikimedia wikis (like en.wikipedia.org)
- (PC) Add Import option for Personal wikis [edit]
+ (PC) Add Import option for Personal wikis
The previous build didn't have an easy way to move a personal wiki from one machine to another. This build now has an import button. To use it, do the following:
@@ -263,7 +263,7 @@
Copy the personal wiki file from the first machine to the second machine
- Go to Special:XowaWikiDirectory on the second machine
+ Go to Special:XowaWikiDirectory on the second machine
Click the Import button. It's a white sheet of papers with a white arrow pointing rightwards.
@@ -273,7 +273,7 @@
- (PC) Fix extremely short url bar on some machines [edit]
+ (PC) Fix extremely short url bar on some machines
XOWA had issues with machines with different DPI settings. This resulted in one of the following:
@@ -290,7 +290,7 @@
Both of these are resolved with this build.
- (PC) Other changes including curid, Special:XowaSql, and keyboard shortcuts [edit]
+ (PC) Other changes including curid, Special:XowaSql, and keyboard shortcuts
This build also has a few other notable changes:
@@ -321,7 +321,7 @@
- (Dev) Change license to GPLv3 / Apache2 [edit]
+ (Dev) Change license to GPLv3 / Apache2
This change affects the XOWA source-code only. It has no direct impact on users.
@@ -341,7 +341,7 @@
For more background, see https://github.com/gnosygnu/xowa/issues/115 as well as Help/License/Code
- Next release [edit]
+ Next release
-
@@ -355,7 +355,7 @@
- Release: v4.2.0.1702 (2017-02-11 10:00 Sun) [edit]
+ Release: v4.2.0.1702 (2017-02-11 10:00 Sun)
The PC version is a major release. It adds support for personal wikis.
@@ -364,7 +364,7 @@
The Android version has no release.
- (PC) Support creation of personal wikis. See App/Personal_wikis [edit]
+ (PC) Support creation of personal wikis. See App/Personal_wikis
A user was kind enough to suggest supporting personal wikis. These are standalone wikis that are entirely created and edited by a user. A reddit thread was created and there looks like there's some interest in the worldbuilding community:
@@ -398,7 +398,7 @@
I've used the XOWA home wiki as a personal wiki for over three years, and find it useful. Hopefully others will as well.
- (PC) Add minor changes to Download Central [edit]
+ (PC) Add minor changes to Download Central
There were basically two minor changes:
@@ -412,7 +412,7 @@
- Next release [edit]
+ Next release
- Release: v4.1.0.1702 (2017-02-04 21:00 Sat) [edit]
+ Release: v4.1.0.1702 (2017-02-04 21:00 Sat)
The PC version is a major release. It adds a new in-app updater and better support for images in custom wikis
@@ -435,7 +435,7 @@
The Android version has no release.
- (PC) Add new in-app updater [edit]
+ (PC) Add new in-app updater
v4.1.0 has a new in-app updater. It has two main features:
@@ -452,7 +452,7 @@
More info is available at App/Setup/Update/In-app
- (PC) Add better support for images in Wikia and other custom wikis [edit]
+ (PC) Add better support for images in Wikia and other custom wikis
XOWA had only minimal support for images in Wikia wikis. However, as a result of tickets #124 and #125, the following changes were made:
@@ -481,7 +481,7 @@
- (PC) Fix Random not working for HTML databases [edit]
+ (PC) Fix Random not working for HTML databases
This was reported in issue #121: https://github.com/gnosygnu/xowa/issues/121
@@ -493,13 +493,13 @@
Thanks to Ope30 for reporting the issue
This was a minor request made by Ope30 also. Pages will now show the Creative Commons footer at the bottom of the page. I also redesigned the footer as well.
- Next release [edit]
+ Next release
-
diff --git a/home/wiki/Blog/2017-03.html b/home/wiki/Blog/2017-03.html
index 727be43ad..48bcc797e 100644
--- a/home/wiki/Blog/2017-03.html
+++ b/home/wiki/Blog/2017-03.html
@@ -146,7 +146,7 @@
- Release: v4.5.0.1703 (2017-03-29 16:00 Wed) [edit]
+ Release: v4.5.0.1703 (2017-03-29 16:00 Wed)
The PC version is a major release. It adds full-text search for the Wikipedias, redesigns Special:XowaSearch, and fixes parsing errors in 2017-03 Russian Wikipedia.
@@ -155,14 +155,14 @@
The Android version is a major release. It also adds full-text search for the Wikipedias.
- (Wiki) Publish 2017-03 English Wikipedia, 2017-03 Russian, 2017-03 Hindi, and 2017-03 Tibetan wikis [edit]
+ (Wiki) Publish 2017-03 English Wikipedia, 2017-03 Russian, 2017-03 Hindi, and 2017-03 Tibetan wikis
These wikis were uploaded over the course of the month. You can get them from Download Central or see the following links:
XOWA finally supports full-text search. This was a complicated change involving a new Special page (Special:XowaSearch) and a new Java library (Lucene). There will be more changes in future releases, but the current version should work well enough for PCs as well as Android devices.
@@ -190,13 +190,13 @@
For more details see App/Full-text_search
- (PC) Redesign full-text search Special Page. See: Special:XowaSearch [edit]
+ (PC) Redesign full-text search Special Page. See: Special:XowaSearch
A basic version of Special:XowaSearch was released to allow full-text search for personal wikis. The current version cleans up the UI and adds features like paging and highlighted snips.
- (PC) Add search and allpages button [edit]
+ (PC) Add search and allpages button
In tandem with the above, XOWA now has two separate buttons:
@@ -213,13 +213,13 @@
For those who find the two buttons cluttering, they can be selectively shown / hidden at Special:XowaCfg?grp=xowa.gui.general
- (PC) Fix wikibase "attempt to call nil" errors for 2017-03 Russian wikis [edit]
+ (PC) Fix wikibase "attempt to call nil" errors for 2017-03 Russian wikis
The 2017-03 Russian Wikipedia had a bunch of Script errors with "attempt to call nil". Most of these involved many Wikibase changes introduced over the past year, but finally used in a Module within Russian Wikipedia. These errors have been fixed with the current version
- (PC) Fix minor issues including page_sync requiring double refresh, long directory names for images, and rare import errors [edit]
+ (PC) Fix minor issues including page_sync requiring double refresh, long directory names for images, and rare import errors
There are basically three issues worth highlighting:
@@ -236,7 +236,7 @@
- (PC) Add minor GUI changes including custom url formats, direct HTML from SWT browser, and options link [edit]
+ (PC) Add minor GUI changes including custom url formats, direct HTML from SWT browser, and options link
These are a few minor changes worth detailing:
@@ -253,7 +253,7 @@
- Next release [edit]
+ Next release
-
@@ -264,7 +264,7 @@
- Release: v4.4.0.1703 (2017-03-07 18:00 Mon) [edit]
+ Release: v4.4.0.1703 (2017-03-07 18:00 Mon)
The PC version is a major release. It adds night mode, automatic page backup, performance improvements, an early-version of full-text search, and better support for French Wikipedia.
@@ -276,7 +276,7 @@
Note that there are no upgrade versions for v4.4. This is due to XULRunner changes which would make the upgrade almost as large as the entire app.
- (Wiki) Publish 2017-02 German Wikipedia and 2017-02 French Wikipedia [edit]
+ (Wiki) Publish 2017-02 German Wikipedia and 2017-02 French Wikipedia
Both wikis were updated during the week. You can get them from Download Central or see the following links:
@@ -290,7 +290,7 @@
- (PC) Add night mode [edit]
+ (PC) Add night mode
XOWA now has night mode. To enable it, do Menu -> View -> Toggle Night mode. More info is at App/UI/Night_mode
@@ -299,7 +299,7 @@
I implemented this feature over the past few days, so there may be some spots I missed. Also, if you have any suggestions about colors, CSS, or icons, please do contact me at Help/Feedback.
- (PC) Add page backup feature [edit]
+ (PC) Add page backup feature
XOWA now does a simple backups whenever pages are edited. This feature is intended primarily for personal wikis.
@@ -322,7 +322,7 @@
- (PC) Improve performance for starting app as well as creating / loading personal wikis [edit]
+ (PC) Improve performance for starting app as well as creating / loading personal wikis
This version has a number of performance improvements:
@@ -339,7 +339,7 @@
- (PC) Update XULRunner to v31 for Windows machines [edit]
+ (PC) Update XULRunner to v31 for Windows machines
The Main Page for 2017-02 French Wikipedia now uses the CSS flex directive. Unfortunately, this is not supported in XULRunner v24 but it is in XULRunner v31.
@@ -359,7 +359,7 @@
- (PC) Add preiminary full-text search for personal-wikis [edit]
+ (PC) Add preiminary full-text search for personal-wikis
XOWA now has a basic full-text search feature. It should only be used for small wikis (like a personal wiki). It works by opening up every single page and searching for the text phrase. Although this sounds slow, it performs relatively quickly on modern generation machines (especially if you have a SSD). It also has the advantage of not taking up any space for search-indexing.
@@ -368,13 +368,13 @@
This feature will be expanded in the coming months, but any feedback is welcome. To try to it, go to Special:XowaSearch
- (PC) Other minor fixes, including ?curid for command-line and no more current directory for logs [edit]
+ (PC) Other minor fixes, including ?curid for command-line and no more current directory for logs
There are a bunch of other minor fixes, but I'll highlight two which were reported by users:
- ?curid did not work on the command-line [edit]
+ ?curid did not work on the command-line
XOWA added a ?curid feature to look up a page by page-id. Unfortunately, this wasn't working for command-line calls.
@@ -383,7 +383,7 @@
This build fixes this bug.
- No more current directory for logs [edit]
+ No more current directory for logs
XOWA stores its logs at C:\xowa\user\anonymous\app\tmp\log. XOWA used to store the current directory in a folder called current . Unfortunately, this caused problems on Linux systems when two or more different-permissioned users were running XOWA.
@@ -392,7 +392,7 @@
This version replaces the current directory with a timestamp directory which should now reduce the likelihood of errors.
- Next release [edit]
+ Next release
-
diff --git a/home/wiki/Blog/2017-04.html b/home/wiki/Blog/2017-04.html
index f128a96d2..aca0b19f1 100644
--- a/home/wiki/Blog/2017-04.html
+++ b/home/wiki/Blog/2017-04.html
@@ -78,12 +78,118 @@
- Personal: A new job and other changes (2017-04-02 12:00 Sun) [edit]
+ Release: v4.5.2.1704 (2017-04-26 20:00 Wed)
+
+
+ The PC version is a minor release. It adds some full-text search tweaks and fixes parsing issues for 2017-04 English Wikipedia and Wiktionary.
+
+
+ The Android version is a minor release. It also adds some full-text search tweaks.
+
+
+ (Wiki) Publish 2017-04 English Wikipedia
+
+
+ 2017-04 English Wikipedia was released over the weekend. You can get them from Download Central or see the following links: Wiki_setup/English_wikis
+
+
+ Note that Download Central wikis have two changes:
+
+
+ -
+ Full-text search indexes are bundled automatically with the main Articles task
+
+ -
+ A Wikitext task is also available. This allows you to download the Wikitext for editing purposes. Note that if you are using Android or are just viewing wikis you will not need them.
+
+
+
+ Add minor tweaks for full-text search and title-search
+
+
+ This version has a few minor tweaks for search:
+
+
+ -
+ Full-text search indexes are now generated automatically for 2017-04 and later Download Central wikis
+
+ -
+ The full-text search UI has a few minor fixes
+
+ -
+ Not directly related to full-text search, but title search now returns results for pages with a page_score of 10,000 or less
+
+
+
+ Fix parser issues for English Wikipedia, including "convert invalid number", "Check date value in access date", chart errors, and #statements
+
+
+ There were a bunch of parser fixes with 2017-04 English Wikipedia. For more detail, see the change log. In summary, they revolve around the following items:
+
+
+ -
+ Better support for UNIQ to handle "convert invalid number" and chart issues
+
+ -
+ Fixes for Wikibase and geocordinates as well as #statements
+
+ -
+ A date parser fix which caused "check date value in access date" errors in the references of many en.w pages
+
+
+
+ Fix parser issues for English Wiktionary including French conjugation tables, Chinese glyph tables, and Russian parts of speech.
+
+
+ In addition, there were also a few significant fixes to handle English Wiktionary:
+
+
+ -
+ French conjugation tables when Lua scripts use a function for replacing, but sometimes return nil
+
+ -
+ Chinese glyph tables due to Luaj and lack of BMP (1 codepoint; 2-char) support
+
+ -
+ Russian parts of speech issues due to over-eager inclusiong of all matches for ustring.match
+
+
+
+ Next release
+
+
+ I'm still adjusting to the new work schedule, so time has unfortunately been limited. I also spent a good deal of this month working on parser issues, especially for English Wiktionary.
+
+
+ I'm working on releasing more wikis with full-text search indexes. The English Wikis should be available sometime this weekend, with German and others following. The next release will probably come in late May and probably focus only on parser issues.
+
+
+ Personal: A new job and other changes (2017-04-02 12:00 Sun)
XOWA development will be undergoing some changes in the coming months. As of tomorrow, I'll be starting a new job, and consequently, I won't be able to give as much time to XOWA as before. In fact, few people know this, but I spent the past year working full-time on XOWA. So, strictly by numbers, XOWA is going to go from a 60-80 hour per week schedule to something much less.
diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html
index 14f4f567e..3a78bea45 100644
--- a/home/wiki/Change_log.html
+++ b/home/wiki/Change_log.html
@@ -36,7 +36,7 @@
- 2 v4.5.0.1703 (2017-03-29)
+ 2 v4.5.2.1704 (2017-04-26)
- Categories [edit]
+ Categories
- High-level categories [edit]
+ High-level categories
Change log items are divided into the following high-level categories:
@@ -139,7 +150,7 @@
Note that PC changes will probably also affect Andriod and Server. All three apps share the same code-base.
- Sub-categories [edit]
+ Sub-categories
For PC, Android, and Server, change log items are further divided into the following sub-categories:
@@ -159,10 +170,314 @@
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).
- v4.5.0.1703 (2017-03-29) [edit]
+ v4.5.2.1704 (2017-04-26)
- Wiki [edit]
+ Wiki
+
+
+ -
+ Package: Publish 2017-04 English Wikipedia.
+
+
+
+ -
+ Links: Wiki_setup/English_wikis
+
+
+
+ PC
+
+
+ minor
+
+
+ -
+ Full-text search: Tweak UI including consistently-sized wikis, borders around snips, and vertical-centering for snip num.
+
+
+
+ -
+ Search: Include pages with scores of 10,000 or less.
+
+
+
+ -
+ Example: list byzantine emperors; list latin proverbs.
+
+
+
+ -
+ Scribunto.Common: Fix script error 'Country data' on many en.w game pages.
+
+
+
+ -
+ Message:
=Module:CountryData:12 bad argument: string expected, got nil
+
+ -
+ Resolved by: Return error message if title is invalid.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Tetris
+
+
+
+ -
+ Parser.Time: Fix script error 'Check date value in access date' on many en.w page.
+
+
+
+ -
+ Message:
Check date values in: |access-date=
+
+ -
+ Resolved by: Ignore multiple years / multiple days when parsing date for #time function.
+
+ -
+ Example: {{#time:Y-m-d|12 November 2016 2008}} {{#time:Y-m-d|2 12 November 2016}}.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Antipas,_Cotabato https://en.wikipedia.org/wiki/Paris
+
+
+
+ -
+ Scribunto.Uniq: Handle '[convert invalid number]' on some en.w pages. {detected by khanhhung2512 }
+
+
+
+ -
+ Resolved by: Add more support for UNIQ substitutions with extension tags.
+
+ -
+ Links: https://en.wikipedia.org/Ethanol
+
+
+
+ -
+ Scribunto.Uniq: Fix script errors for chart on a few dozen en.w pages.
+
+
+
+ -
+ Message:
Module:Chart:212 group names should contain (2)
+
+ -
+ Resolved by: Change UNIQ marker to include quotes.
+
+ -
+ Example: '\"`UNIQ--item-0-QINU`\"'.
+
+ -
+ Links: https://en.wikipedia.org/Fokus_(magazine) https://en.wikipedia.org/wiki/Thin_film_solar_cell https://en.wikipedia.org/wiki/Economy_of_Greece
+
+
+
+ -
+ Scribunto.Uniq: Fix script error on a few dozen en.w pages on American soccer.
+
+
+
+ -
+ Message:
Unmatched close-bracket at pattern character 282
+
+ -
+ Resolved by: Replace xtag_bgn / xtag_end with UNIQ.
+
+ -
+ Links: https://en.wikipedia.org/2015_San_Jose_Earthquakes_season
+
+
+
+ -
+ Scribunto.Regex: Fix script error '=Module:fr-verb:249 Internal error: expected pronunciation' on many en.d page in French section.
+
+
+
+ -
+ Message:
=Module:fr-verb:249 Internal error: expected pronunciation "tʁae" to end with "je"
+
+ -
+ Resolved by: If gsub_replace lua proc returns nothing, do not replace with empty string.
+
+ -
+ Links: https://en.wiktionary.org/wiki/tracer https://en.wiktionary.org/wiki/bitter https://en.wiktionary.org/wiki/voir
+
+
+
+ -
+ Luaj: Fix script error '=Module:zh-glyph:120 attempt to concatenate nil and string' on a few hundred en.d pages for Chinese chars.
+
+
+
+ -
+ Message:
=Module:zh-glyph:120 attempt to concatenate nil and string [broken since: stack]
+
+ -
+ Resolved by: Add more logic for surrogate pairs (2-length chars).
+
+ -
+ Links: https://en.wiktionary.org/wiki/儉 https://en.wiktionary.org/wiki/僮 https://en.wiktionary.org/wiki/僉 https://en.wiktionary.org/wiki/僅 https://en.wiktionary.org/wiki/佻
+
+
+
+ -
+ Scribunto.Regex: Fix script error '=Module:ru-pron:827 Number of parts of speech' on a few dozen en.d page in Russian section.
+
+
+
+ -
+ Message:
=Module:ru-pron:827 Number of parts of speech (4) should match number of words (5)
+
+ -
+ Resolved by: Add only first match for mw.ustring.match, not all of them.
+
+ -
+ Links: https://en.wiktionary.org/wiki/действительное_причастие_настоящего_времени
+
+
+
+ -
+ Parser.Table: Fix premature short paragraphs on some pages.
+
+
+
+ -
+ Resolved by: Close previous paragraph when starting table.
+
+ -
+ Example: [[A]] b\n{| -> <p>[[A]] b</p> x> <p>[[A]]\n<p>b.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Template_engine_(web)
+
+
+
+ -
+ Wikibase.Coordinate: Reverse NS / EW direction for geocoordinates; also, standardize spacing / symbols for wikibase.
+
+
+
+ -
+ Message:
=Module:Location map:353 Malformed coordinates value
+
+ -
+ Links: https://en.wikipedia.org/wiki/Hulme_Arch_Bridge https://www.wikidata.org/wiki/Q5936167 https://en.wikipedia.org/wiki/Paris
+
+
+
+ -
+ Wikibase.Scribunto: Fix '{{#statements}}' showing up in page.
+
+
+
+ -
+ Resolved by: Support #statements keyword.
+
+ -
+ Example: {{#statements:P6|from=Q668}}.
+
+ -
+ Links: https://en.wikipedia.org/wiki/India
+
+
+
+ -
+ Scribunto.Site: Fix script error 'scn.wikipedia.org' on a few en.w page.
+
+
+
+ -
+ Message:
=Module:Interwiki/data:42 could not find a host in URL 'scn.wikipedia.org'; please check your wiki's interwiki data
+
+ -
+ Resolved by: Use fully-qualified url for url property, not domain.
+
+ -
+ Example: url -> https://scn.wikipedia.org/wiki/$1 x> scn.wikipedia.org.
+
+ -
+ Links: https://en.wikipedia.org/wiki/Macaroon https://en.wikipedia.org/wiki/Academy_of_Music https://en.wikipedia.org/wiki/Tōkai_Nuclear_Power_Plant https://en.wikipedia.org/wiki/Country_lane
+
+
+
+ -
+ Scribunto.Lang: Fix script error 'No name for language egy' on 1 en.w page.
+
+
+
+ -
+ Message:
=Module:language:121 No name for the language egy could be found ;
+
+ -
+ Resolved by: Return 1st three letters of unknown language codes, not blank.
+
+ -
+ Links: https://en.wikipedia.org/wiki/List_of_country-name_etymologies
+
+
+
+ -
+ Parser.Xml: Fix script error 'Unable to convert section' on 1 en.w page.
+
+
+
+ -
+ Message:
=Module:Decimals:10 Unable to convert "Expression error: Unrecognized word "section>"." to a number
+
+ -
+ Links: https://en.wikipedia.org/wiki/National_Popular_Vote_Interstate_Compact
+
+
+
+ -
+ Parser.Date: Parse times with format of 'm/d/yyyy' where d == 13.
+
+
+
+ -
+ Links: https://en.wiktionary.org/tongue-in-chic https://en.wiktionary.org/serve_up
+
+
+
+ -
+ Personal_wikis: Do not prompt for upgrading to latest search database version when first using search.
+
+
+
+ -
+ Resolved by: Create personal wikis with latest search database schema.
+
+
+
+ trivial
+
+
+ -
+ Mass_parse: Do not fail when generating full-text search indexes.
+
+
+
+ -
+ Mass_parse: Embed page_score in full-text search index.
+
+
+
+ -
+ Scribunto.Regex: Demote message level of "regex is invalid" from warn to log.
+
+
+
+ -
+ Links: https://en.wiktionary.org/仝
+
+
+
+ v4.5.0.1703 (2017-03-29)
+
+
+ Wiki
-
- Links: Wiki_setup/English_wikis
+ Links: Wiki_setup/English_wikis
-
- Links: Wiki_setup/Russian_wikis
+ Links: Wiki_setup/Russian_wikis
-
- Links: Wiki_setup/Hindi_wikis
+ Links: Wiki_setup/Hindi_wikis
-
- Links: Wiki_setup/Tibetan_wikis
+ Links: Wiki_setup/Tibetan_wikis
- PC [edit]
+ PC
major
@@ -217,7 +532,7 @@
-
- Links: App/Full-text_search
+ Links: App/Full-text_search
-
- Links: Dashboard/Import/Offline
+ Links: Dashboard/Import/Offline
-
- Links: Special:XowaCfg?grp=xowa.wiki.hdumps
+ Links: Special:XowaCfg?grp=xowa.wiki.hdumps
-
- Links: Special:XowaCfg
+ Links: Special:XowaCfg
-
- Links: Special:XowaCfg?grp=xowa.gui.url bar
+ Links: Special:XowaCfg?grp=xowa.gui.url bar
- Android [edit]
+ Android
major
@@ -389,14 +704,14 @@
-
- Links: App/Full-text_search
+ Links: App/Full-text_search
- v4.4.0.1703 (2017-03-06) [edit]
+ v4.4.0.1703 (2017-03-06)
- Wiki [edit]
+ Wiki
-
- Links: Wiki_setup/German_wikis
+ Links: Wiki_setup/German_wikis
-
- Links: Wiki_setup/French_wikis
+ Links: Wiki_setup/French_wikis
- PC [edit]
+ PC
major
@@ -441,7 +756,7 @@
-
- Links: Special:XowaSearch
+ Links: Special:XowaSearch
-
- Links: App/Personal_wikis/Default_Main_Page#Category
+ Links: App/Personal_wikis/Default_Main_Page#Category
-
- Links: Special:XowaWikiDirectory
+ Links: Special:XowaWikiDirectory
-
- Links: Special:XowaSql
+ Links: Special:XowaSql
@@ -698,10 +1013,10 @@
- v4.2.0.1702 (2017-02-12) [edit]
+ v4.2.0.1702 (2017-02-12)
- PC [edit]
+ PC
major
@@ -713,7 +1028,7 @@
-
- Links: Special:XowaWikiItem
+ Links: Special:XowaWikiItem
@@ -740,10 +1055,10 @@
- v4.1.0.1702 (2017-02-04) [edit]
+ v4.1.0.1702 (2017-02-04)
- Wikis [edit]
+ Wikis
- PC [edit]
+ PC
major
@@ -768,7 +1083,7 @@
-
- Links: App/Setup/Update/In-app
+ Links: App/Setup/Update/In-app
@@ -843,7 +1158,7 @@
-
- Links: Special:XowaCfg?grp=xowa.files.general
+ Links: Special:XowaCfg?grp=xowa.files.general
@@ -933,10 +1248,10 @@
- v4.0.0.1701 (2017-01-01) [edit]
+ v4.0.0.1701 (2017-01-01)
- Wikis [edit]
+ Wikis
- PC [edit]
+ PC
major
@@ -961,7 +1276,7 @@
-
- Links: Options
+ Links: Options
@@ -1078,7 +1393,7 @@
Example: #REDIRECT [[Special:XowaCfg]].
-
- Links: Options
+ Links: Options
- Archives [edit]
+ Archives
diff --git a/home/wiki/Change_log/2013.html b/home/wiki/Change_log/2013.html
index 7bfb750ab..5ebf5dc03 100644
--- a/home/wiki/Change_log/2013.html
+++ b/home/wiki/Change_log/2013.html
@@ -210,7 +210,7 @@
- v0.12.4.0 (2013-12-30) [edit]
+ v0.12.4.0 (2013-12-30)
major
@@ -283,7 +283,7 @@
- v0.12.3.0 (2013-12-22) [edit]
+ v0.12.3.0 (2013-12-22)
major
@@ -368,7 +368,7 @@
- v0.12.2.0 (2013-12-16) [edit]
+ v0.12.2.0 (2013-12-16)
major
@@ -438,7 +438,7 @@
- v0.12.1.0 (2013-12-09) [edit]
+ v0.12.1.0 (2013-12-09)
major
@@ -514,7 +514,7 @@
- v0.12.0.0 (2013-12-02) [edit]
+ v0.12.0.0 (2013-12-02)
major
@@ -569,7 +569,7 @@
- v0.11.3.0 (2013-11-25) [edit]
+ v0.11.3.0 (2013-11-25)
major
@@ -618,7 +618,7 @@
- v0.11.2.0 (2013-11-18) [edit]
+ v0.11.2.0 (2013-11-18)
major
@@ -673,7 +673,7 @@
- v0.11.1.0 (2013-11-11) [edit]
+ v0.11.1.0 (2013-11-11)
major
@@ -743,7 +743,7 @@
- v0.11.0.0 (2013-11-04) [edit]
+ v0.11.0.0 (2013-11-04)
minor
@@ -757,7 +757,7 @@
- v0.10.3.0 (2013-10-27) [edit]
+ v0.10.3.0 (2013-10-27)
minor
@@ -807,7 +807,7 @@
- v0.10.2.0 (2013-10-20) [edit]
+ v0.10.2.0 (2013-10-20)
major
@@ -847,7 +847,7 @@
- v0.10.1.0 (2013-10-13) [edit]
+ v0.10.1.0 (2013-10-13)
major
@@ -887,13 +887,13 @@
- v0.10.0.0 (2013-10-07) [edit]
+ v0.10.0.0 (2013-10-07)
no changes
- v0.9.4.0 (2013-09-30) [edit]
+ v0.9.4.0 (2013-09-30)
major
@@ -930,7 +930,7 @@
- v0.9.3.0 (2013-09-23) [edit]
+ v0.9.3.0 (2013-09-23)
major
@@ -964,7 +964,7 @@
- v0.9.2.0 (2013-09-16) [edit]
+ v0.9.2.0 (2013-09-16)
major
@@ -992,7 +992,7 @@
- v0.9.1.0 (2013-09-09) [edit]
+ v0.9.1.0 (2013-09-09)
major
@@ -1038,7 +1038,7 @@
- v0.9.0.0 (2013-09-02) [edit]
+ v0.9.0.0 (2013-09-02)
major
@@ -1092,7 +1092,7 @@
- v0.8.3.0 (2013-08-26) [edit]
+ v0.8.3.0 (2013-08-26)
major
@@ -1123,7 +1123,7 @@
- v0.8.2.0 (2013-08-19) [edit]
+ v0.8.2.0 (2013-08-19)
major
@@ -1174,7 +1174,7 @@
- v0.8.1.0 (2013-08-12) [edit]
+ v0.8.1.0 (2013-08-12)
major
@@ -1223,7 +1223,7 @@
- v0.8.0.0 (2013-08-05) [edit]
+ v0.8.0.0 (2013-08-05)
minor
@@ -1255,7 +1255,7 @@
- v0.7.4.0 (2013-07-29) [edit]
+ v0.7.4.0 (2013-07-29)
major
@@ -1342,7 +1342,7 @@
- v0.7.3.2 (2013-07-23) [edit]
+ v0.7.3.2 (2013-07-23)
major
@@ -1353,7 +1353,7 @@
- v0.7.3.0 (2013-07-22) [edit]
+ v0.7.3.0 (2013-07-22)
major
@@ -1414,7 +1414,7 @@
- v0.7.2.0 (2013-07-15) [edit]
+ v0.7.2.0 (2013-07-15)
major
@@ -1484,7 +1484,7 @@
- v0.7.1.0 (2013-07-08) [edit]
+ v0.7.1.0 (2013-07-08)
major
@@ -1545,7 +1545,7 @@
- v0.7.0.1 (2013-07-03) [edit]
+ v0.7.0.1 (2013-07-03)
- v0.7.0.0 (2013-07-01) [edit]
+ v0.7.0.0 (2013-07-01)
major
@@ -1596,7 +1596,7 @@
- v0.6.3.0 (2013-06-24) [edit]
+ v0.6.3.0 (2013-06-24)
major
@@ -1675,7 +1675,7 @@
- v0.6.2.0 (2013-06-17) [edit]
+ v0.6.2.0 (2013-06-17)
major
@@ -1727,7 +1727,7 @@
- v0.6.1.0 (2013-06-10) [edit]
+ v0.6.1.0 (2013-06-10)
major
@@ -1787,7 +1787,7 @@
- v0.6.0.0 (2013-06-02) [edit]
+ v0.6.0.0 (2013-06-02)
minor
@@ -1804,7 +1804,7 @@
- v0.5.3.0 (2013-05-27) [edit]
+ v0.5.3.0 (2013-05-27)
major
@@ -1850,7 +1850,7 @@
- v0.5.2.0 (2013-05-20) [edit]
+ v0.5.2.0 (2013-05-20)
major
@@ -1890,7 +1890,7 @@
- v0.5.1.0 (2013-05-13) [edit]
+ v0.5.1.0 (2013-05-13)
major
@@ -1921,7 +1921,7 @@
- v0.5.0.1 (2013-05-07) [edit]
+ v0.5.0.1 (2013-05-07)
- v0.5.0.0 (2013-05-06) [edit]
+ v0.5.0.0 (2013-05-06)
major
@@ -1960,7 +1960,7 @@
- v0.4.4.0 (2013-04-29) [edit]
+ v0.4.4.0 (2013-04-29)
major
@@ -2006,7 +2006,7 @@
- v0.4.3.0 (2013-04-22) [edit]
+ v0.4.3.0 (2013-04-22)
major
@@ -2067,7 +2067,7 @@
- v0.4.2.3 (2013-04-19) [edit]
+ v0.4.2.3 (2013-04-19)
- v0.4.2.1 (2013-04-16) [edit]
+ v0.4.2.1 (2013-04-16)
- v0.4.2.0 (2013-04-15) [edit]
+ v0.4.2.0 (2013-04-15)
major
@@ -2131,7 +2131,7 @@
- v0.4.1.1 (2013-04-11) [edit]
+ v0.4.1.1 (2013-04-11)
major
@@ -2145,14 +2145,14 @@
- v0.4.1.0 (2013-04-08) [edit]
+ v0.4.1.0 (2013-04-08)
major
-
- (add) Wikidata: #property and Infoboxes (Phase 2) {assisted by Schnark} Diagnostics/Wikidata/Property
+ (add) Wikidata: #property and Infoboxes (Phase 2) {assisted by Schnark} Diagnostics/Wikidata/Property
-
(add) Wikidata Json structured data formatter {contributed by Schnark} http://www.wikidata.org/wiki/Q2
@@ -2208,7 +2208,7 @@
- v0.4.0.0 (2013-04-01) [edit]
+ v0.4.0.0 (2013-04-01)
minor
@@ -2269,7 +2269,7 @@
- v0.3.3.0 (2013-03-25) [edit]
+ v0.3.3.0 (2013-03-25)
major
@@ -2320,7 +2320,7 @@
- v0.3.2.0 (2013-03-17) [edit]
+ v0.3.2.0 (2013-03-17)
major
@@ -2362,7 +2362,7 @@
- v0.3.1.0 (2013-03-10) [edit]
+ v0.3.1.0 (2013-03-10)
major
@@ -2408,7 +2408,7 @@
- v0.3.0.0 (2013-03-03) [edit]
+ v0.3.0.0 (2013-03-03)
major
@@ -2467,7 +2467,7 @@
- v0.2.6.0 (2013-02-24) [edit]
+ v0.2.6.0 (2013-02-24)
major
@@ -2535,7 +2535,7 @@
- v0.2.5.1 (2013-02-17) [edit]
+ v0.2.5.1 (2013-02-17)
major
@@ -2590,7 +2590,7 @@
- v0.2.4.0 (2013-02-10) [edit]
+ v0.2.4.0 (2013-02-10)
major
@@ -2677,7 +2677,7 @@
- v0.2.3.0 (2013-02-03) [edit]
+ v0.2.3.0 (2013-02-03)
major
@@ -2758,7 +2758,7 @@
- v0.2.2.1 (2013-01-30) [edit]
+ v0.2.2.1 (2013-01-30)
- v0.2.2.0 (2013-01-27) [edit]
+ v0.2.2.0 (2013-01-27)
major
@@ -2859,7 +2859,7 @@
- v0.2.1.0 (2013-01-21) [edit]
+ v0.2.1.0 (2013-01-21)
major
@@ -2923,7 +2923,7 @@
- v0.2.0.0 (2013-01-13) [edit]
+ v0.2.0.0 (2013-01-13)
- v0.1.1.0 (2013-01-03) [edit]
+ v0.1.1.0 (2013-01-03)
- v0.1.0.0 (2013-01-03) [edit]
+ v0.1.0.0 (2013-01-03)
- v0.0.0.0 (2012-12-30) [edit]
+ v0.0.0.0 (2012-12-30)
-
diff --git a/home/wiki/Change_log/2014.html b/home/wiki/Change_log/2014.html
index 7a51980ce..1eceaad12 100644
--- a/home/wiki/Change_log/2014.html
+++ b/home/wiki/Change_log/2014.html
@@ -183,7 +183,7 @@
- v1.12.2.1 (2014-12-08) [edit]
+ v1.12.2.1 (2014-12-08)
package
@@ -194,7 +194,7 @@
- v1.12.1.1 (2014-12-01) [edit]
+ v1.12.1.1 (2014-12-01)
package
@@ -229,7 +229,7 @@
- v1.11.4.1 (2014-11-23) [edit]
+ v1.11.4.1 (2014-11-23)
package
@@ -240,7 +240,7 @@
- v1.11.3.1 (2014-11-16) [edit]
+ v1.11.3.1 (2014-11-16)
significant
@@ -265,7 +265,7 @@
- v1.11.2.1 (2014-11-09) [edit]
+ v1.11.2.1 (2014-11-09)
add
@@ -326,7 +326,7 @@
- v1.11.1.1 (2014-11-02) [edit]
+ v1.11.1.1 (2014-11-02)
minor
@@ -348,7 +348,7 @@
- v1.10.4.1 (2014-10-27) [edit]
+ v1.10.4.1 (2014-10-27)
add
@@ -420,7 +420,7 @@
- v1.10.3.1 (2014-10-20) [edit]
+ v1.10.3.1 (2014-10-20)
package
@@ -488,7 +488,7 @@
- v1.10.2.1 (2014-10-13) [edit]
+ v1.10.2.1 (2014-10-13)
fix
@@ -572,7 +572,7 @@
- v1.10.1.1 (2014-10-06) [edit]
+ v1.10.1.1 (2014-10-06)
major
@@ -629,7 +629,7 @@
- v1.9.5.1 (2014-09-29) [edit]
+ v1.9.5.1 (2014-09-29)
add
@@ -721,14 +721,14 @@
- v1.9.4.1 (2014-09-22) [edit]
+ v1.9.4.1 (2014-09-22)
major
- v1.9.3.1 (2014-09-15) [edit]
+ v1.9.3.1 (2014-09-15)
package
@@ -862,7 +862,7 @@
- v1.9.2.1 (2014-09-08) [edit]
+ v1.9.2.1 (2014-09-08)
fix
@@ -981,7 +981,7 @@
- v1.9.1.1 (2014-09-01) [edit]
+ v1.9.1.1 (2014-09-01)
package
@@ -1046,7 +1046,7 @@
- v1.8.4.1 (2014-08-25) [edit]
+ v1.8.4.1 (2014-08-25)
package
@@ -1142,7 +1142,7 @@
- v1.8.3.1 (2014-08-18) [edit]
+ v1.8.3.1 (2014-08-18)
fix
@@ -1249,7 +1249,7 @@
- v1.8.2.1 (2014-08-11) [edit]
+ v1.8.2.1 (2014-08-11)
add
@@ -1354,7 +1354,7 @@
- v1.8.1.1 (2014-08-04) [edit]
+ v1.8.1.1 (2014-08-04)
fix
@@ -1457,7 +1457,7 @@
- v1.7.4.1 (2014-07-28) [edit]
+ v1.7.4.1 (2014-07-28)
add
@@ -1591,7 +1591,7 @@
- v1.7.3.1 (2014-07-21) [edit]
+ v1.7.3.1 (2014-07-21)
fix
@@ -1716,7 +1716,7 @@
- v1.7.2.1 (2014-07-14) [edit]
+ v1.7.2.1 (2014-07-14)
fix
@@ -1826,7 +1826,7 @@
- v1.7.1.1 (2014-07-07) [edit]
+ v1.7.1.1 (2014-07-07)
add
@@ -1949,7 +1949,7 @@
- v1.6.5.1 (2014-06-30) [edit]
+ v1.6.5.1 (2014-06-30)
add
@@ -2090,7 +2090,7 @@
- v1.6.4.1 (2014-06-23) [edit]
+ v1.6.4.1 (2014-06-23)
major
@@ -2194,7 +2194,7 @@
- v1.6.3.1 (2014-06-16) [edit]
+ v1.6.3.1 (2014-06-16)
package
@@ -2318,7 +2318,7 @@
- v1.6.2.1 (2014-06-09) [edit]
+ v1.6.2.1 (2014-06-09)
package
@@ -2511,7 +2511,7 @@
- v1.6.1.1 (2014-06-02) [edit]
+ v1.6.1.1 (2014-06-02)
package
@@ -2632,7 +2632,7 @@
- v1.5.4.1 (2014-05-26) [edit]
+ v1.5.4.1 (2014-05-26)
package
@@ -2734,7 +2734,7 @@
- v1.5.3.1 (2014-05-19) [edit]
+ v1.5.3.1 (2014-05-19)
package
@@ -2841,7 +2841,7 @@
- v1.5.2.2 (2014-05-13) [edit]
+ v1.5.2.2 (2014-05-13)
fix
@@ -2855,7 +2855,7 @@
- v1.5.2.1 (2014-05-12) [edit]
+ v1.5.2.1 (2014-05-12)
package
@@ -3013,7 +3013,7 @@
- v1.5.1.1 (2014-05-05) [edit]
+ v1.5.1.1 (2014-05-05)
package
@@ -3100,7 +3100,7 @@
- v1.4.4.1 (2014-04-28) [edit]
+ v1.4.4.1 (2014-04-28)
package
@@ -3211,7 +3211,7 @@
- v1.4.3.1 (2014-04-21) [edit]
+ v1.4.3.1 (2014-04-21)
package
@@ -3310,7 +3310,7 @@
- v1.4.2.1 (2014-04-14) [edit]
+ v1.4.2.1 (2014-04-14)
package
@@ -3410,7 +3410,7 @@
- v1.4.1.1 (2014-04-07) [edit]
+ v1.4.1.1 (2014-04-07)
package
@@ -3526,7 +3526,7 @@
- v1.3.5.2 (2014-04-01) [edit]
+ v1.3.5.2 (2014-04-01)
fix
@@ -3537,7 +3537,7 @@
- v1.3.5.1 (2014-03-31) [edit]
+ v1.3.5.1 (2014-03-31)
package
@@ -3648,7 +3648,7 @@
- v1.3.4.1 (2014-03-24) [edit]
+ v1.3.4.1 (2014-03-24)
package
@@ -3733,7 +3733,7 @@
- v1.3.3.1 (2014-03-17) [edit]
+ v1.3.3.1 (2014-03-17)
package
@@ -3811,7 +3811,7 @@
- v1.3.2.1 (2014-03-10) [edit]
+ v1.3.2.1 (2014-03-10)
package
@@ -3933,7 +3933,7 @@
- v1.3.1.1 (2014-03-03) [edit]
+ v1.3.1.1 (2014-03-03)
package
@@ -4033,7 +4033,7 @@
- v1.2.4.1 (2014-02-23) [edit]
+ v1.2.4.1 (2014-02-23)
package
@@ -4150,7 +4150,7 @@
- v1.2.3.1 (2014-02-17) [edit]
+ v1.2.3.1 (2014-02-17)
package
@@ -4303,7 +4303,7 @@
- v1.2.2.1 (2014-02-10) [edit]
+ v1.2.2.1 (2014-02-10)
package
@@ -4429,7 +4429,7 @@
- v1.2.1.1 (2014-02-02) [edit]
+ v1.2.1.1 (2014-02-02)
package
@@ -4529,7 +4529,7 @@
- v1.1.4.1 (2014-01-27) [edit]
+ v1.1.4.1 (2014-01-27)
package
@@ -4631,7 +4631,7 @@
- v1.1.3.2 (2014-01-22) [edit]
+ v1.1.3.2 (2014-01-22)
fix
@@ -4651,7 +4651,7 @@
- v1.1.3.1 (2014-01-20) [edit]
+ v1.1.3.1 (2014-01-20)
package
@@ -4771,7 +4771,7 @@
- v1.1.2.1 (2014-01-13) [edit]
+ v1.1.2.1 (2014-01-13)
packages
@@ -4846,7 +4846,7 @@
- v1.1.1.1 (2014-01-06) [edit]
+ v1.1.1.1 (2014-01-06)
major
diff --git a/home/wiki/Change_log/2015.html b/home/wiki/Change_log/2015.html
index a2c6b2a55..f34034ac5 100644
--- a/home/wiki/Change_log/2015.html
+++ b/home/wiki/Change_log/2015.html
@@ -159,7 +159,7 @@
- v2.12.1.1 (2015-12-07) [edit]
+ v2.12.1.1 (2015-12-07)
package
@@ -241,7 +241,7 @@
- v2.11.4.1 (2015-11-22) [edit]
+ v2.11.4.1 (2015-11-22)
fix
@@ -308,7 +308,7 @@
- v2.11.3.1 (2015-11-15) [edit]
+ v2.11.3.1 (2015-11-15)
fix
@@ -347,7 +347,7 @@
- v2.11.2.1 (2015-11-08) [edit]
+ v2.11.2.1 (2015-11-08)
fix
@@ -436,7 +436,7 @@
- v2.11.1.1 (2015-11-02) [edit]
+ v2.11.1.1 (2015-11-02)
change
@@ -503,7 +503,7 @@
- v2.10.3.1 (2015-10-18) [edit]
+ v2.10.3.1 (2015-10-18)
fix
@@ -583,7 +583,7 @@
- v2.10.2.1 (2015-10-11) [edit]
+ v2.10.2.1 (2015-10-11)
major
@@ -716,7 +716,7 @@
- v2.9.4.1 (2015-09-28) [edit]
+ v2.9.4.1 (2015-09-28)
package
@@ -752,7 +752,7 @@
- v2.9.3.1 (2015-09-21) [edit]
+ v2.9.3.1 (2015-09-21)
major
@@ -838,7 +838,7 @@
- v2.9.2.1 (2015-09-14) [edit]
+ v2.9.2.1 (2015-09-14)
fix
@@ -890,7 +890,7 @@
- v2.9.1.1 (2015-09-07) [edit]
+ v2.9.1.1 (2015-09-07)
major
@@ -931,7 +931,7 @@
- v2.8.5.1 (2015-08-31) [edit]
+ v2.8.5.1 (2015-08-31)
package
@@ -1001,7 +1001,7 @@
- v2.8.4.1 (2015-08-24) [edit]
+ v2.8.4.1 (2015-08-24)
fix
@@ -1079,7 +1079,7 @@
- v2.8.3.1 (2015-08-17) [edit]
+ v2.8.3.1 (2015-08-17)
package
@@ -1172,7 +1172,7 @@
- v2.8.2.1 (2015-08-10) [edit]
+ v2.8.2.1 (2015-08-10)
major
@@ -1255,7 +1255,7 @@
- v2.8.1.1 (2015-08-03) [edit]
+ v2.8.1.1 (2015-08-03)
major
@@ -1398,7 +1398,7 @@
- v2.7.3.3 (2015-07-21) [edit]
+ v2.7.3.3 (2015-07-21)
fix
@@ -1409,7 +1409,7 @@
- v2.7.3.2 (2015-07-20) [edit]
+ v2.7.3.2 (2015-07-20)
fix
@@ -1420,7 +1420,7 @@
- v2.7.3.1 (2015-07-19) [edit]
+ v2.7.3.1 (2015-07-19)
major
@@ -1493,7 +1493,7 @@
- v2.7.2.1 (2015-07-12) [edit]
+ v2.7.2.1 (2015-07-12)
major
@@ -1579,7 +1579,7 @@
- v2.7.1.1 (2015-07-05) [edit]
+ v2.7.1.1 (2015-07-05)
fix
@@ -1654,7 +1654,7 @@
- v2.6.5.1 (2015-06-28) [edit]
+ v2.6.5.1 (2015-06-28)
major
@@ -1725,7 +1725,7 @@
- v2.6.4.1 (2015-06-21) [edit]
+ v2.6.4.1 (2015-06-21)
major
@@ -1781,7 +1781,7 @@
- v2.6.3.1 (2015-06-14) [edit]
+ v2.6.3.1 (2015-06-14)
major
@@ -1866,7 +1866,7 @@
- v2.5.4.1 (2015-05-25) [edit]
+ v2.5.4.1 (2015-05-25)
major
@@ -1961,7 +1961,7 @@
- v2.5.2.2 (2015-05-12) [edit]
+ v2.5.2.2 (2015-05-12)
fix
@@ -2000,7 +2000,7 @@
- v2.5.2.1 (2015-05-11) [edit]
+ v2.5.2.1 (2015-05-11)
change
@@ -2049,7 +2049,7 @@
- v2.5.1.2 (2015-05-05) [edit]
+ v2.5.1.2 (2015-05-05)
fix
@@ -2060,7 +2060,7 @@
- v2.5.1.1 (2015-05-04) [edit]
+ v2.5.1.1 (2015-05-04)
major
@@ -2163,7 +2163,7 @@
- v2.4.4.1 (2015-04-27) [edit]
+ v2.4.4.1 (2015-04-27)
add
@@ -2259,7 +2259,7 @@
- v2.4.3.3 (2015-04-22) [edit]
+ v2.4.3.3 (2015-04-22)
fix
@@ -2300,7 +2300,7 @@
- v2.4.3.2 (2015-04-21) [edit]
+ v2.4.3.2 (2015-04-21)
fix
@@ -2314,7 +2314,7 @@
- v2.4.3.1 (2015-04-20) [edit]
+ v2.4.3.1 (2015-04-20)
fix
@@ -2430,7 +2430,7 @@
- v2.4.2.1 (2015-04-13) [edit]
+ v2.4.2.1 (2015-04-13)
fix
@@ -2478,7 +2478,7 @@
- v2.4.1.1 (2015-04-05) [edit]
+ v2.4.1.1 (2015-04-05)
major
@@ -2556,7 +2556,7 @@
- v2.3.2.1 (2015-03-09) [edit]
+ v2.3.2.1 (2015-03-09)
fix
@@ -2609,7 +2609,7 @@
- v2.3.1.1 (2015-03-02) [edit]
+ v2.3.1.1 (2015-03-02)
package
@@ -2639,7 +2639,7 @@
- v2.2.4.3 (2015-02-25) [edit]
+ v2.2.4.3 (2015-02-25)
fix
@@ -2650,7 +2650,7 @@
- v2.2.4.2 (2015-02-24) [edit]
+ v2.2.4.2 (2015-02-24)
fix
@@ -2664,7 +2664,7 @@
- v2.2.4.1 (2015-02-23) [edit]
+ v2.2.4.1 (2015-02-23)
major
@@ -2729,7 +2729,7 @@
- v2.2.2.1 (2015-02-09) [edit]
+ v2.2.2.1 (2015-02-09)
package
@@ -2789,7 +2789,7 @@
- v2.2.1.1 (2015-02-02) [edit]
+ v2.2.1.1 (2015-02-02)
package
@@ -2830,7 +2830,7 @@
- v2.1.4.1 (2015-01-26) [edit]
+ v2.1.4.1 (2015-01-26)
package
@@ -2917,7 +2917,7 @@
- v2.1.1.1 (2015-01-05) [edit]
+ v2.1.1.1 (2015-01-05)
minor
diff --git a/home/wiki/Change_log/2016.html b/home/wiki/Change_log/2016.html
index 0d4102960..41c009ad2 100644
--- a/home/wiki/Change_log/2016.html
+++ b/home/wiki/Change_log/2016.html
@@ -446,10 +446,10 @@
- v3.12.2.1 (2016-12-11) [edit]
+ v3.12.2.1 (2016-12-11)
- Android [edit]
+ Android
minor
@@ -465,10 +465,10 @@
- v3.12.1.1 (2016-12-04) [edit]
+ v3.12.1.1 (2016-12-04)
- Wikis [edit]
+ Wikis
- v3.11.2.1 (2016-11-13) [edit]
+ v3.11.2.1 (2016-11-13)
- Wikis [edit]
+ Wikis
-
- Links: Wiki_setup/English_wikis
+ Links: Wiki_setup/English_wikis
- PC [edit]
+ PC
minor
@@ -1119,10 +1119,10 @@
- v3.10.4.1 (2016-10-24) [edit]
+ v3.10.4.1 (2016-10-24)
- Wikis [edit]
+ Wikis
-
- Links: Wiki_setup/English_wikis
+ Links: Wiki_setup/English_wikis
- Doc [edit]
+ Doc
-
@@ -2272,7 +2272,7 @@
- Dev [edit]
+ Dev
- v3.8.5.1 (2016-08-22) [edit]
+ v3.8.5.1 (2016-08-22)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -2497,7 +2497,7 @@
- Dev [edit]
+ Dev
- v3.8.3.1 (2016-08-14) [edit]
+ v3.8.3.1 (2016-08-14)
- Android [edit]
+ Android
- v3.8.2.1 (2016-08-07) [edit]
+ v3.8.2.1 (2016-08-07)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -2640,7 +2640,7 @@
- Dev [edit]
+ Dev
- Dev [edit]
+ Dev
- v3.7.1.2 (2017-07-03) [edit]
+ v3.7.1.2 (2017-07-03)
-
@@ -3124,10 +3124,10 @@
- v3.7.1.1 (2017-07-03) [edit]
+ v3.7.1.1 (2017-07-03)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -3202,7 +3202,7 @@
- Android [edit]
+ Android
major
@@ -3294,7 +3294,7 @@
- Dev [edit]
+ Dev
- v3.6.4.2 (2016-06-27) [edit]
+ v3.6.4.2 (2016-06-27)
- PC [edit]
+ PC
major
@@ -3362,10 +3362,10 @@
- v3.6.4.1 (2016-06-25) [edit]
+ v3.6.4.1 (2016-06-25)
- Wiki [edit]
+ Wiki
-
@@ -3378,7 +3378,7 @@
- PC [edit]
+ PC
major
@@ -3584,7 +3584,7 @@
- Server [edit]
+ Server
major
@@ -3616,7 +3616,7 @@
- Android [edit]
+ Android
major
@@ -3655,7 +3655,7 @@
- Dev [edit]
+ Dev
- v3.6.3.4 (2016-06-22) [edit]
+ v3.6.3.4 (2016-06-22)
- Server [edit]
+ Server
-
@@ -3677,10 +3677,10 @@
- v3.6.3.3 (2016-06-21) [edit]
+ v3.6.3.3 (2016-06-21)
- PC [edit]
+ PC
major.fix
@@ -3712,10 +3712,10 @@
- v3.6.3.2 (2016-06-20) [edit]
+ v3.6.3.2 (2016-06-20)
- PC [edit]
+ PC
major.fix
@@ -3726,10 +3726,10 @@
- v3.6.3.1 (2016-06-19) [edit]
+ v3.6.3.1 (2016-06-19)
- Wiki [edit]
+ Wiki
- Android [edit]
+ Android
major.add
@@ -3941,7 +3941,7 @@
- Server [edit]
+ Server
major.add
@@ -3970,7 +3970,7 @@
- Doc [edit]
+ Doc
-
@@ -4003,7 +4003,7 @@
- Dev [edit]
+ Dev
- v3.5.1.1 (2016-05-01) [edit]
+ v3.5.1.1 (2016-05-01)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
minor.fix
@@ -4124,10 +4124,10 @@
- v3.4.4.1 (2016-04-24) [edit]
+ v3.4.4.1 (2016-04-24)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
package
@@ -4239,7 +4239,7 @@
- Android [edit]
+ Android
major.fix
@@ -4263,10 +4263,10 @@
- v3.4.3.1 (2016-04-17) [edit]
+ v3.4.3.1 (2016-04-17)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major.fix
@@ -4385,7 +4385,7 @@
- Android [edit]
+ Android
major.add
@@ -4429,10 +4429,10 @@
- v3.4.2.1 (2016-04-10) [edit]
+ v3.4.2.1 (2016-04-10)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major.fix
@@ -4489,7 +4489,7 @@
- Android [edit]
+ Android
major.add
@@ -4532,10 +4532,10 @@
- v3.4.1.1 (2016-04-04) [edit]
+ v3.4.1.1 (2016-04-04)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major.fix
@@ -4594,10 +4594,10 @@
- v3.3.4.1 (2016-03-27) [edit]
+ v3.3.4.1 (2016-03-27)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major.add
@@ -4734,7 +4734,7 @@
- Android [edit]
+ Android
major.fix
@@ -4783,10 +4783,10 @@
- v3.2.1.1 (2016-01-31) [edit]
+ v3.2.1.1 (2016-01-31)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major.fix
@@ -4857,10 +4857,10 @@
- v3.1.5.1 (2016-01-31) [edit]
+ v3.1.5.1 (2016-01-31)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major
@@ -4902,7 +4902,7 @@
- Android [edit]
+ Android
major
@@ -4928,10 +4928,10 @@
- v3.1.4.2 (2016-01-28) [edit]
+ v3.1.4.2 (2016-01-28)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major
@@ -4956,10 +4956,10 @@
- v3.1.4.1 (2016-01-24) [edit]
+ v3.1.4.1 (2016-01-24)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
major
@@ -4986,7 +4986,7 @@
Scribunto: Handle multi-byte characters for lua bracketed regular expressions (resolves nothing known). See: https://en.wiktionary.org/wiki/どう https://en.wiktionary.org/wiki/를
- Luaj: Use HOUR_OF_DAY for os.time, not HOUR (resolves hour off by 12 for os.time calls). See: Diagnostics/Scribunto/Luaj
+ Luaj: Use HOUR_OF_DAY for os.time, not HOUR (resolves hour off by 12 for os.time calls). See: Diagnostics/Scribunto/Luaj
Xtns.Dpl: Write href using full_db not page_txt; EX:Category:A B -> Category:A_B x> A B. See: https://en.wikiquote.org/wiki/Wikiquote:Speedy_deletions
@@ -5018,7 +5018,7 @@
- Android [edit]
+ Android
major
@@ -5041,10 +5041,10 @@
- v3.1.3.1 (2016-01-17) [edit]
+ v3.1.3.1 (2016-01-17)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
add
@@ -5085,7 +5085,7 @@
- Android [edit]
+ Android
fix
@@ -5137,7 +5137,7 @@
- v3.1.1.1 (2016-01-03) [edit]
+ v3.1.1.1 (2016-01-03)
fix
diff --git a/home/wiki/Change_log/v3.10.3.1.html b/home/wiki/Change_log/v3.10.3.1.html
index 04c1851e1..e8813a2fd 100644
--- a/home/wiki/Change_log/v3.10.3.1.html
+++ b/home/wiki/Change_log/v3.10.3.1.html
@@ -49,10 +49,10 @@
- v3.10.3.2 (2016-10-17) [edit]
+ v3.10.3.2 (2016-10-17)
- PC [edit]
+ PC
- Dev [edit]
+ Dev
- Android [edit]
+ Android
-
diff --git a/home/wiki/Change_log/v3.11.2.1.html b/home/wiki/Change_log/v3.11.2.1.html
index 248007ce5..35019e1d1 100644
--- a/home/wiki/Change_log/v3.11.2.1.html
+++ b/home/wiki/Change_log/v3.11.2.1.html
@@ -18,10 +18,10 @@
- v3.11.2.1 (2016-11-13) [edit]
+ v3.11.2.1 (2016-11-13)
- Wikis [edit]
+ Wikis
-
- Links: Wiki_setup/English_wikis
+ Links: Wiki_setup/English_wikis
- PC [edit]
+ PC
minor
diff --git a/home/wiki/Change_log/v3.12.1.1.html b/home/wiki/Change_log/v3.12.1.1.html
index b73fbf1bc..d633c6259 100644
--- a/home/wiki/Change_log/v3.12.1.1.html
+++ b/home/wiki/Change_log/v3.12.1.1.html
@@ -18,10 +18,10 @@
- v3.12.1.1 (2016-12-04) [edit]
+ v3.12.1.1 (2016-12-04)
- Wikis [edit]
+ Wikis
-
@@ -54,7 +54,7 @@
- PC [edit]
+ PC
minor
diff --git a/home/wiki/Change_log/v3.12.2.1.html b/home/wiki/Change_log/v3.12.2.1.html
index acb9306f0..b29f4bdca 100644
--- a/home/wiki/Change_log/v3.12.2.1.html
+++ b/home/wiki/Change_log/v3.12.2.1.html
@@ -18,10 +18,10 @@
- v3.12.2.1 (2016-12-11) [edit]
+ v3.12.2.1 (2016-12-11)
- Android [edit]
+ Android
minor
diff --git a/home/wiki/Change_log/v3.4.4.1.html b/home/wiki/Change_log/v3.4.4.1.html
index 5e15798d3..5dba5a107 100644
--- a/home/wiki/Change_log/v3.4.4.1.html
+++ b/home/wiki/Change_log/v3.4.4.1.html
@@ -18,10 +18,10 @@
- v3.4.4.1 (2016-04-24) [edit]
+ v3.4.4.1 (2016-04-24)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
package
@@ -133,7 +133,7 @@
- Android [edit]
+ Android
major.fix
diff --git a/home/wiki/Change_log/v3.5.1.1.html b/home/wiki/Change_log/v3.5.1.1.html
index d12b332cc..ab592416a 100644
--- a/home/wiki/Change_log/v3.5.1.1.html
+++ b/home/wiki/Change_log/v3.5.1.1.html
@@ -18,10 +18,10 @@
- v3.5.1.1 (2016-05-01) [edit]
+ v3.5.1.1 (2016-05-01)
- Windows / Linux / Mac OS X [edit]
+ Windows / Linux / Mac OS X
minor.fix
diff --git a/home/wiki/Change_log/v3.6.3.1.html b/home/wiki/Change_log/v3.6.3.1.html
index 33a2992fd..546bc34f5 100644
--- a/home/wiki/Change_log/v3.6.3.1.html
+++ b/home/wiki/Change_log/v3.6.3.1.html
@@ -74,10 +74,10 @@
- v3.6.3.4 (2016-06-22) [edit]
+ v3.6.3.4 (2016-06-22)
- Server [edit]
+ Server
-
@@ -88,10 +88,10 @@
- v3.6.3.3 (2016-06-21) [edit]
+ v3.6.3.3 (2016-06-21)
- PC [edit]
+ PC
major.fix
@@ -123,10 +123,10 @@
- v3.6.3.2 (2016-06-20) [edit]
+ v3.6.3.2 (2016-06-20)
- PC [edit]
+ PC
major.fix
@@ -137,10 +137,10 @@
- v3.6.3.1 (2016-06-19) [edit]
+ v3.6.3.1 (2016-06-19)
- Wiki [edit]
+ Wiki
- Android [edit]
+ Android
major.add
@@ -352,7 +352,7 @@
- Server [edit]
+ Server
major.add
@@ -381,7 +381,7 @@
- Doc [edit]
+ Doc
-
@@ -414,7 +414,7 @@
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.6.4.1.html b/home/wiki/Change_log/v3.6.4.1.html
index dc53f0472..18428e463 100644
--- a/home/wiki/Change_log/v3.6.4.1.html
+++ b/home/wiki/Change_log/v3.6.4.1.html
@@ -55,10 +55,10 @@
- v3.6.4.2 (2016-06-27) [edit]
+ v3.6.4.2 (2016-06-27)
- PC [edit]
+ PC
major
@@ -100,10 +100,10 @@
- v3.6.4.1 (2016-06-25) [edit]
+ v3.6.4.1 (2016-06-25)
- Wiki [edit]
+ Wiki
-
@@ -116,7 +116,7 @@
- PC [edit]
+ PC
major
@@ -322,7 +322,7 @@
- Server [edit]
+ Server
major
@@ -354,7 +354,7 @@
- Android [edit]
+ Android
major
@@ -393,7 +393,7 @@
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.7.1.1.html b/home/wiki/Change_log/v3.7.1.1.html
index b1fa0a2c6..7e8b4a93b 100644
--- a/home/wiki/Change_log/v3.7.1.1.html
+++ b/home/wiki/Change_log/v3.7.1.1.html
@@ -47,7 +47,7 @@
- v3.7.1.2 (2017-07-03) [edit]
+ v3.7.1.2 (2017-07-03)
-
@@ -60,10 +60,10 @@
- v3.7.1.1 (2017-07-03) [edit]
+ v3.7.1.1 (2017-07-03)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -138,7 +138,7 @@
- Android [edit]
+ Android
major
@@ -230,7 +230,7 @@
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.7.2.1.html b/home/wiki/Change_log/v3.7.2.1.html
index 8ae914813..30657195e 100644
--- a/home/wiki/Change_log/v3.7.2.1.html
+++ b/home/wiki/Change_log/v3.7.2.1.html
@@ -47,10 +47,10 @@
- v3.7.2.1 (2017-07-10) [edit]
+ v3.7.2.1 (2017-07-10)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -146,7 +146,7 @@
- Server [edit]
+ Server
major
@@ -157,7 +157,7 @@
- Android [edit]
+ Android
minor
@@ -168,7 +168,7 @@
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.7.3.1.html b/home/wiki/Change_log/v3.7.3.1.html
index f0bf26b8a..4af1d6865 100644
--- a/home/wiki/Change_log/v3.7.3.1.html
+++ b/home/wiki/Change_log/v3.7.3.1.html
@@ -41,10 +41,10 @@
- v3.7.3.1 (2017-07-17) [edit]
+ v3.7.3.1 (2017-07-17)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
major
@@ -157,7 +157,7 @@
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.7.4.1.html b/home/wiki/Change_log/v3.7.4.1.html
index 378bff96c..490d5d2b1 100644
--- a/home/wiki/Change_log/v3.7.4.1.html
+++ b/home/wiki/Change_log/v3.7.4.1.html
@@ -44,10 +44,10 @@
- v3.7.4.1 (2016-07-25) [edit]
+ v3.7.4.1 (2016-07-25)
- Wiki [edit]
+ Wiki
- PC [edit]
+ PC
minor
@@ -102,7 +102,7 @@
- Android [edit]
+ Android
- Dev [edit]
+ Dev
-
diff --git a/home/wiki/Change_log/v3.8.1.1.html b/home/wiki/Change_log/v3.8.1.1.html
index 8548e6d87..415defb8c 100644
--- a/home/wiki/Change_log/v3.8.1.1.html
+++ b/home/wiki/Change_log/v3.8.1.1.html
@@ -44,10 +44,10 @@
- v3.8.1.1 (2016-08-01) [edit]
+ v3.8.1.1 (2016-08-01)
- Wiki [edit]
+ Wiki
|