diff --git a/home/wiki/Blog.html b/home/wiki/Blog.html index 318d6cc97..16b4762f9 100644 --- a/home/wiki/Blog.html +++ b/home/wiki/Blog.html @@ -25,20 +25,23 @@

- Archives + Archives

@@ -49,484 +52,41 @@

- Release: v3.4.4.1 (2016-04-24 19:30 Sun) + 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 German Wikipedia. + The desktop app is a trivial release. It has a few minor parser fixes, primarily for English Wiktionary.

- 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 + The Android app has no release.

- (Package) Update German wikis (2016-04): https://archive.org/details/Xowa_dewiki_latest + (Desktop) Minor parser fixes for English Wiktionary

- I updated the German wikis this week. You can find them at https://archive.org/details/Xowa_dewiki_latest Note the following: -

- -

- (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 . -

-

- Here's the short version: -

- -

- Here's the long version: -

- -

- v3.4.4 still tries to create the file-user.xowa file, but no longer crashes if it can't. + 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.

- (Desktop) Minor parser changes and fixes, including using non-ASCII strings for gsub find + Next release: v3.5.2

- 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 -

-

- I'm working on a new wiki update tool which will make setting up the databases much easier on Android. + 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).

- For wikis, I'm going to update the rest of the English wikis. I'm also going to try to fit French in. -

-

-
-

-

- 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 -

-

- 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 -

-

- 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. -

-

- Here are some useful links: -

- -

- 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 -

-

- 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. -

-

- 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}} -

-

- v3.4.2.1 has a number of minor fixes. In brief: -

- -

- (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. -

-

- Also, I uploaded all the home documentation to http://xowa.org You can navigate to any page by taking the page url and adding http://xowa.org in front of it. -

-

- For example, http://xowa.org/ + home/wiki/Help/Contents -> http://xowa.org/home/wiki/Help/Contents -

-

- 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. -

-

- Also, Wikimedia's 2016-April English Wikipedia dump is broken. Don't bother importing your English Wikipedia this month as a lot of the pages will fail due to missing Modules. See https://lists.wikimedia.org/pipermail/xmldatadumps-l/2016-April/001298.html -

-

- For next week, I'm going to work on generating mini-wikis for download to Android. I'll also start going through some old parser bugs. -

-

-
-

-

- Patch: Missing wikis in sidebar (2016-04-13 21:34 Wed) -

-

- This is a patch for a defect in v3.4.2.1. -

-

- v3.4.2.1 updated the CSS for the home wiki to fix a narrow search box. See https://github.com/gnosygnu/xowa/issues/54 -

-

- Unfortunately, this CSS also removed the wiki sidebar in the home wiki. I didn't notice this until yesterday. -

-

- The patch updates one file: /xowa/bin/any/xowa/cfg/app/xowa.gfs . Just replace your version with it. -

-

- You can also change this manually by finding the div_logo snippet and updating with the snippet below. -

-

- This will be part of the next release. I didn't want to release an entire new version for a one-line text-file fix. -

-

- Thanks. -

-
-  div_logo =
-<:["
-  <div id='p-logo'>
-    <a style="background-image: url(~{portal_logo_url});" href="~{portal_nav_main_href}" class='xowa-hover-off'~{<>msgs.get_html_accesskey_and_title('p-logo');<>}></a>
-  </div>
-  <div class="portal"><h3></h3></div><!-- empty heading else wikipedia css will hide next <h3> after <div id='p-logo'>; DATE:2016-04-12-->
-"]:>
-
-

- 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 -

-

- 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 -

-

- 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. -

-

- I optimized some of the SQL code and reduced it to about 2 hours. That said, note the following: -

- -

- (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. -

-

- In terms of usage, pick one of the following: -

- -

- 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 -

-

- 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" -

-

- 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: -

- -

- (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 -

-

- 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 -

-

- 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. -

-

- For wikis, the Wikimedia dump server is stalled again. I'm going to wait for it to resume before continuing with German Wikipedia. -

-

-
-

-

- 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. -

-

- The Android app has not been changed. -

-

- (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. -

-

- v3.4.1 has 2 fixes for the following: -

- -

- (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. -

-

- 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 -

-

- The total size of English Wikipedia is about 90 GB. 8 GB is from old images: images removed from articles during the day-to-day editing churn. -

-

- If you have English Wikipedia and have been following along with the updates, go to Dashboard/Files/Deletion and follow the instructions therein. -

-

- (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 -

-

- I'm planning to work on Android-only matters and release a "beta" app on Google play. For wikis, I'll update German Wikipedia. -

-

-
-

-

- 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. + Also, on a related note, the English Wikipedia dumps for 2016-04-07 are done. Many thanks to Ariel Glenn for fixing the issue: https://lists.wikimedia.org/pipermail/xmldatadumps-l/2016-April/001301.html . I'm processing them now, and will try to post them this week.

diff --git a/home/wiki/Blog/2016-01.html b/home/wiki/Blog/2016-01.html index 4a9e377fc..cbd6673ef 100644 --- a/home/wiki/Blog/2016-01.html +++ b/home/wiki/Blog/2016-01.html @@ -25,20 +25,23 @@

- Archives + Archives

@@ -387,7 +390,7 @@ The Android app is a major release. It has a Random feature, shows more images, and adds CSS-tweaks.

- Documentation for html-dump script. See Dev/Command-line/Dumps + Documentation for html-dump script. See Dev/Command-line/Dumps

This item is self-explanatory. The XOWA Android app is getting more stable, so I felt it would be time to document the generation of the HTML databases. diff --git a/home/wiki/Blog/2016-02.html b/home/wiki/Blog/2016-02.html index dbd297982..d981aa788 100644 --- a/home/wiki/Blog/2016-02.html +++ b/home/wiki/Blog/2016-02.html @@ -25,20 +25,23 @@

- Archives + Archives

@@ -152,7 +155,7 @@

- v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible + v3.2.1 now expands these tables by default. Note that you can control the default behavior at Options/Wiki_HTML under Collapsible

New Raspberry Pi build diff --git a/home/wiki/Blog/2016-03.html b/home/wiki/Blog/2016-03.html index f1f9be43f..6db39072c 100644 --- a/home/wiki/Blog/2016-03.html +++ b/home/wiki/Blog/2016-03.html @@ -25,20 +25,23 @@

- Archives + Archives

@@ -92,7 +95,7 @@ (Desktop) New autocomplete address bar

- The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest. + The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing earth. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like earth + (history, future) -middle directly in the address bar. See App/Search as well as Options/Search suggest.

Unfortunately, the autocomplete uses the new search system, so old wikis need to upgrade the search databases. You can upgrade by any of the following: @@ -113,10 +116,10 @@

  • - Use the Dashboard/Wiki_maintenance page + Use the Dashboard/Wiki_maintenance page
  • @@ -156,7 +159,7 @@ The images are an update to the 2015-09 set. If you already have the 2015-09 set, just download the 2016-04 update: https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_file_update.7z
  • - For Android, download all the de.wikipedia.org files in Android/Setup + For Android, download all the de.wikipedia.org files in Android/Setup
  • For the other German wikis, the process is similar. Download https://archive.org/download/Xowa_dewiki_latest/Xowa_debundle_2016-04-07.7z and copy the files to your microSD card. @@ -264,7 +267,7 @@ Youtube video: https://www.youtube.com/watch?v=jsMTBxGweUw
  • - Android Setup: Android/Setup + Android Setup: Android/Setup
  • @@ -388,7 +391,7 @@ Really benefits from an SSD: SQLite really does better with an SSD. I tried some tricks like changing PRAGMA synchronous to OFF, but this only shaves off a dozen or so minutes. In contrast, an SSD will easily knock off an hour if not more (from 2 hours to about 40 min)

  • - If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org: + If you want the new search, downloading from archive.org is the easiest way: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See App/Search). As such, the easiest way is to download prebuilt copies from archive.org:
  • @@ -177,11 +185,124 @@

    - v3.4.4.1 (2016-04-24) + v3.5.1.1 (2016-05-01)

    Windows / Linux / Mac OS X

    +

    + minor.fix +

    + +
    +
    + Resolved by: Implement basic functionality for {{#categorytree}}. +
    +
    + Links: https://en.wiktionary.org/wiki/a- +
    +
    + +
    +
    + Resolved by: Add entries for null value arguments. Example: [2:'b'] -> [1:null,2:'b']. +
    +
    + Links: https://en.wiktionary.org/wiki/Category:Nouns_by_language +
    +
    + +
    +
    + Resolved by: Always convert replace-arg to string when gsub uses callback function. +
    +
    + Links: https://en.wiktionary.org/wiki/seven https://en.wiktionary.org/wiki/four https://en.wiktionary.org/wiki/eight +
    +
    + +
    +
    + Resolved by: Return correct data structure for interwikiMap. +
    +
    + Links: https://en.wiktionary.org/wiki/Wiktionary:Public_domain_sources https://en.wiktionary.org/wiki/Wiktionary:Quotations/Templates +
    +
    + +
    +
    + Resolved by: Handle UCS chars at end of array. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +
    + +
    +
    + Resolved by: Allow int to be passed to pf.expr. +
    +
    + Links: https://en.wikipedia.org/wiki/531_BC +
    +
    + +
    +
    + Resolved by: Use case-sensitivity of url wiki not current wiki. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +
    +

    + doc +

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

    + v3.4.4.1 (2016-04-24) +

    +

    + Windows / Linux / Mac OS X +

    package

    @@ -319,7 +440,7 @@ v3.4.3.1 (2016-04-17)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

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

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

    @@ -588,7 +709,7 @@ v3.4.1.1 (2016-04-04)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

    major.fix @@ -600,7 +721,7 @@

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

    @@ -653,7 +774,7 @@ v3.3.4.1 (2016-03-27)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

    major.add @@ -665,7 +786,7 @@

    - Links: App/Search/Address_bar + Links: App/Search/Address_bar
    - Links: Options/Search + Links: Options/Search
    - Links: App/Search + Links: App/Search

    @@ -987,7 +1108,7 @@ v3.1.4.2 (2016-01-28)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

    major @@ -1015,7 +1136,7 @@ v3.1.4.1 (2016-01-24)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

    major @@ -1042,7 +1163,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 @@ -1100,14 +1221,14 @@ v3.1.3.1 (2016-01-17)

    - Windows / Linux / Mac OS X + Windows / Linux / Mac OS X

    add

    @@ -1258,13 +1379,13 @@

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

    Change log/v3.5.1.1

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

    + v3.5.1.1 (2016-05-01) +

    +

    + Windows / Linux / Mac OS X +

    +

    + minor.fix +

    +
      +
    • + Scribunto: Fix categorytree script error on many en.d pages. Message: Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: callParserFunction: function was not found: function=#categorytree +
    • +
    +
    +
    + Resolved by: Implement basic functionality for {{#categorytree}}. +
    +
    + Links: https://en.wiktionary.org/wiki/a- +
    +
    +
      +
    • + Scribunto: Fix 'parameter "2" is required' script error on several dozen English Wikipedia category pages. Message: Script error: =Module:parameters:175 The parameter "2" is required. +
    • +
    +
    +
    + Resolved by: Add entries for null value arguments. Example: [2:'b'] -> [1:null,2:'b']. +
    +
    + Links: https://en.wiktionary.org/wiki/Category:Nouns_by_language +
    +
    +
      +
    • + Scribunto: Fix cast failed error on several dozen en.d pages. Message: Script error: @/C/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: cast failed: type=java.lang.String +
    • +
    +
    +
    + Resolved by: Always convert replace-arg to string when gsub uses callback function. +
    +
    + Links: https://en.wiktionary.org/wiki/seven https://en.wiktionary.org/wiki/four https://en.wiktionary.org/wiki/eight +
    +
    +
      +
    • + Scribunto: Fix format link script error on a few dozen en.d pages. Message: Script error: =Module:template 'Link':367 attempt to call nil +
    • +
    +
    +
    + Resolved by: Return correct data structure for interwikiMap. +
    +
    + Links: https://en.wiktionary.org/wiki/Wiktionary:Public_domain_sources https://en.wiktionary.org/wiki/Wiktionary:Quotations/Templates +
    +
    +
      +
    • + Scribunto: Fix class cast error on a few dozen en.d pages. Message: Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.ClassCastException: org.luaj.vm2.LuaNil cannot be cast to org.luaj.vm2.LuaTable +
    • +
    +
    +
    + Resolved by: Handle UCS chars at end of array. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +
    +
      +
    • + Scribunto: Fix 'number required' script error. Message: Script error: =Module:Roman:119 attempt to call nil +
    • +
    +
    +
    + Resolved by: Allow int to be passed to pf.expr. +
    +
    + Links: https://en.wikipedia.org/wiki/531_BC +
    +
    +
      +
    • + Url: Fix wrong-casing when navigating from home wiki to English Wiktionary. +
    • +
    +
    +
    + Resolved by: Use case-sensitivity of url wiki not current wiki. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +
    +

    + doc +

    +
      +
    • + Doc: Correct broken links to missing /Overview pages. {detected by Miles} +
    • +
    +
    +
    + Links: Dashboard/Wiki_maintenance +
    +
    + +
    +
    +
    + + +
    +
    +
    +

    Namespaces

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

    Android

    +
    + +
    +
    + +
    +

    Help

    +
    + +
    +
    + +
    +

    Blog

    +
    + +
    +
    + + + +
    +

    Donate

    +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/home/wiki/Help/Download_XOWA.html b/home/wiki/Help/Download_XOWA.html index a375d114c..e9d0928cf 100644 --- a/home/wiki/Help/Download_XOWA.html +++ b/home/wiki/Help/Download_XOWA.html @@ -28,10 +28,10 @@

    @@ -39,10 +39,10 @@

    @@ -50,10 +50,10 @@

    @@ -61,7 +61,7 @@

    @@ -77,7 +77,7 @@

    @@ -89,142 +89,116 @@

  • - v3.4.4.1 (2016-04-24) + v3.5.1.1 (2016-05-01)

    Windows / Linux / Mac OS X

    -

    - package -

    - -
    -
    - Links: https://archive.org/details/Xowa_dewiki_latest -
    -

    minor.fix

    - Resolved by: Do not assign character classes to bytes > 128. Example: {{#invoke:AdressenSort|convert|1=, ß}} -> , ß x �. + Resolved by: Implement basic functionality for {{#categorytree}}.
    - Links: https://de.wikipedia.org/wiki/Liste_der_Kulturdenkmäler_in_Kaiserslautern + Links: https://en.wiktionary.org/wiki/a-
    +
    +
    + Resolved by: Add entries for null value arguments. Example: [2:'b'] -> [1:null,2:'b']. +
    +
    + Links: https://en.wiktionary.org/wiki/Category:Nouns_by_language +
    +
    + +
    +
    + Resolved by: Always convert replace-arg to string when gsub uses callback function. +
    +
    + Links: https://en.wiktionary.org/wiki/seven https://en.wiktionary.org/wiki/four https://en.wiktionary.org/wiki/eight +
    +
    + +
    +
    + Resolved by: Return correct data structure for interwikiMap. +
    +
    + Links: https://en.wiktionary.org/wiki/Wiktionary:Public_domain_sources https://en.wiktionary.org/wiki/Wiktionary:Quotations/Templates +
    +
    + +
    +
    + Resolved by: Handle UCS chars at end of array. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +
    + +
    +
    + Resolved by: Allow int to be passed to pf.expr. +
    +
    + Links: https://en.wikipedia.org/wiki/531_BC +
    +
    + +
    +
    + Resolved by: Use case-sensitivity of url wiki not current wiki. +
    +
    + Links: https://en.wiktionary.org/wiki/one +
    +

    - trivial.fix + doc

    - Resolved by: Allow ints to be passed as title. Example: {{#invoke:Pinging|massmessage|#{{PAGEID}}|@=|:=}} . -
    -
    - Links: https://de.wikipedia.org/wiki/Wikipedia:Lua/Modul/Pinging/Test/recipients https://de.wikipedia.org/wiki/Wikipedia:Checkuser/Berechtigte https://de.wikipedia.org/wiki/Wikipedia:Importwünsche/Importeure -
    -
    - -
    -
    - Resolved by: Handle double for replace arg in ustring.gsub. -
    -
    - Links: https://de.wikivoyage.org/wiki/Wikivoyage:Wikidata/Test_Modul:Wikidata2 -
    -
    - -
    -
    - Resolved by: Allow empty string for Raw argument in PAGESFORCATEGORY. Example: 0. -
    -
    - Links: https://fr.wikipedia.org/wiki/Projet:Venezuela -
    -
    - -
    -
    - Resolved by: Handle multiple bad keys on one line. Example: \nbad1=a bad2=b\n. -
    -
    - Links: https://de.wikinews.org/wiki/Portal:Brandenburg -
    -
    - -
    -
    - Links: https://de.wikivoyage.org/wiki/Cairns -
    -
    - -
    -
    - Links: https://de.wikivoyage.org/wiki/Bansin -
    -
    -

    - Android -

    -

    - major.fix -

    - -

    - trivial.fix -

    - -
    -
    - Resolved by: Convert byte[] to string for call to xowa__html__add__head. + Links: Dashboard/Wiki_maintenance
    diff --git a/home/wiki/Main_Page.html b/home/wiki/Main_Page.html index acdcb9204..12f019f44 100644 --- a/home/wiki/Main_Page.html +++ b/home/wiki/Main_Page.html @@ -82,17 +82,11 @@ Release notes

    - v3.4.4.1 features the following: + v3.5.1.1 features the following: