From 3bb8954a9999006fcfd5e507d2115208c26b1e63 Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Sun, 4 Aug 2019 23:36:24 -0400 Subject: [PATCH] v4.6.3.1908 --- admin/app_update/xoa_update.json | 2 +- admin/app_update/xoa_update.sqlite3 | Bin 12288 -> 12288 bytes home/wiki/Blog/2017-03.html | 2 +- home/wiki/Change_log.html | 115 ++++- home/wiki/Change_log/2017.html | 2 +- home/wiki/Change_log/v4.5.0.1703.html | 2 +- home/wiki/Change_log/v4.6.3.1908.html | 193 +++++++++ home/wiki/Help/Donate.html | 1 + home/wiki/Help/Download_XOWA.html | 587 ++------------------------ home/wiki/Main_Page.html | 10 +- home/wiki/Options.html | 221 ++-------- home/wiki/Options/Dev.html | 7 +- home/wiki/Options/Security.html | 4 +- 13 files changed, 368 insertions(+), 778 deletions(-) create mode 100644 home/wiki/Change_log/v4.6.3.1908.html diff --git a/admin/app_update/xoa_update.json b/admin/app_update/xoa_update.json index 51aba09a7..b261ea4c8 100644 --- a/admin/app_update/xoa_update.json +++ b/admin/app_update/xoa_update.json @@ -1 +1 @@ -{"version_id":"548"} \ No newline at end of file +{"version_id":"549"} \ No newline at end of file diff --git a/admin/app_update/xoa_update.sqlite3 b/admin/app_update/xoa_update.sqlite3 index 5b904030039f179fb50d304cbd36708c51aeb539..206e8d446962fc6b8d5d4c5bac7075c18d05e9ef 100644 GIT binary patch delta 431 zcmZ{g!A`++`hIS}J+ZmXd3Oh(-!BXQt zxF>vppW&w%Hx9z0F5JHN?tSOpQDfA2*-o<8onn$r8}F&LQev~T9%&P8GVKkt*<|Zu z6`rkeT1)Kf$(|UaT;?=mWwHe$ZyMQxZsc|2?Q{2XcvG)eA8VLDVGaT#?z90>7Z}A5 zq7LKGMO>&|iwut7pjteHYchbj3YIDoA`gpSRY0gOfHDbv#(hFPXeo!q!xOloUO+?} z?uk#7L!}HZ8cNhe0*kXIKR*BG!2|1~+5#H!qPP%eAtuQwVuXEi(<^f5GLv7UN)uhb<32(vGrCdPfP35)l|;pY#jIHNw)F6GJ2>g zUOV+%(g&AuusQQFg^TN}OK^}tHcD`^2fH0pf%BYUfdgF;20urjOhCYpGdz8+l}kIS z6hAEw8MG4<~aSl9Nt~ jK`;V*Wi8ijfMFcz`cmx+PxXPS diff --git a/home/wiki/Blog/2017-03.html b/home/wiki/Blog/2017-03.html index 641ef46e9..4cb78c4e4 100644 --- a/home/wiki/Blog/2017-03.html +++ b/home/wiki/Blog/2017-03.html @@ -231,7 +231,7 @@ Custom url formats are now available. This was in response to Ope30 and a way to customize the displayed url. For more info, seeSpecial:XowaCfg?grp=xowa.gui.url bar
  • - View HTML can now show the actual HTML in the browser. Previously XOWA would show the generated HTML as shown for the Read tab. However, this wouldn't work for Special pages due to javascript changes to the DOM. Now, the actual HTML in the SWT browser is available by changing the option at Special:XowaCfg?grp=xowa.wiki.hdumps + View HTML can now show the actual HTML in the browser. Previously XOWA would show the generated HTML as shown for the Read tab. However, this wouldn't work for Special pages due to javascript changes to the DOM. Now, the actual HTML in the SWT browser is available by changing the option at Special:XowaCfg?grp=xowa.wiki.hdumps
  • Options link for Special:XowaCfg pages. XowaCfg pages allow direct linking to certain groups by using ?grp=code. If you want the direct link to a specific option page, you can now right-click on the "options link" and copy it diff --git a/home/wiki/Change_log.html b/home/wiki/Change_log.html index db15006ac..a3f0a2db5 100644 --- a/home/wiki/Change_log.html +++ b/home/wiki/Change_log.html @@ -36,37 +36,45 @@
  • - 2 v4.6.2.1907 (2019-07-24) + 2 v4.6.3.1908 (2019-08-04)
  • -
  • - 3 v4.6.1.1903 (2019-03-26) +
  • + 3 v4.6.2.1907 (2019-07-24)
  • - 4 v4.6.0.1903 (2019-03-23) + 4 v4.6.1.1903 (2019-03-26)
  • -
  • - 5 Archives +
  • + 5 v4.6.0.1903 (2019-03-23) + +
  • +
  • + 6 Archives
  • @@ -128,6 +136,77 @@

    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.6.3.1908 (2019-08-04) +

    +

    + PC +

    +

    + major +

    +
      +
    • + HTTP Server: Fix links and images not working for 2019-05 enwiki HTML databases. {detected by anonymous} +
    • +
    +
    +
    + Resolved by: Swap out /wiki/ and fix broken /fsys/. +
    +
    + Issue: https://github.com/gnosygnu/xowa/issues/524 +
    +
    +
      +
    • + HTTP Server: Fix XowaSearch not working. {detected by ktry} +
    • +
    +
    +
    + Resolved by: Append url_args to page. +
    +
    + Issue: https://github.com/gnosygnu/xowa/issues/489 +
    +
    +
      +
    • + HTTP Server: Add search-suggest. +
    • +
    +
    +
    + Issue: https://github.com/gnosygnu/xowa/issues/489 +
    +
    +
      +
    • + Scribunto: Fix Script error 'Module:convert:328 attempt to compare nil with number'. {detected by desb42} +
    • +
    +
    +
    + Resolved by: Use m_offset when doing string.substring. +
    +
    + Issue: https://github.com/gnosygnu/xowa/issues/520 +
    +
    +

    + trivial +

    +
      +
    • + Make: Update wiki domains for 2019-06 Wikidata. +
    • +
    +
    +
    + Issue: https://github.com/gnosygnu/xowa/issues/528 +
    +

    v4.6.2.1907 (2019-07-24)

    @@ -145,7 +224,7 @@

    - PC + PC

    major @@ -739,7 +818,7 @@ v4.6.1.1903 (2019-03-26)

    - PC + PC

    major @@ -774,7 +853,7 @@

    - PC + PC

    major diff --git a/home/wiki/Change_log/2017.html b/home/wiki/Change_log/2017.html index 2c06c6157..3e82bfbdf 100644 --- a/home/wiki/Change_log/2017.html +++ b/home/wiki/Change_log/2017.html @@ -1138,7 +1138,7 @@

    - Links: Special:XowaCfg?grp=xowa.wiki.hdumps + Links: Special:XowaCfg?grp=xowa.wiki.hdumps
      diff --git a/home/wiki/Change_log/v4.5.0.1703.html b/home/wiki/Change_log/v4.5.0.1703.html index 649fcbff0..8340c950f 100644 --- a/home/wiki/Change_log/v4.5.0.1703.html +++ b/home/wiki/Change_log/v4.5.0.1703.html @@ -202,7 +202,7 @@
    - Links: Special:XowaCfg?grp=xowa.wiki.hdumps + Links: Special:XowaCfg?grp=xowa.wiki.hdumps

    - v4.6.2.1907 (2019-07-24) + v4.6.3.1908 (2019-08-04)

    -

    - Wiki -

    -
      -
    • - Package: Publish 2019-05 English Wikipedia. -
    • -
    -
    -
    - Links: Wiki_setup/English_wikis -
    -

    PC

    @@ -144,481 +128,51 @@

    • - Category: Fix Category not working for en.w. {detected by desb42} + HTTP Server: Fix links and images not working for 2019-05 enwiki HTML databases. {detected by anonymous}
    - Resolved by: Replace UNION with sequential loading from each catlink db. + Resolved by: Swap out /wiki/ and fix broken /fsys/.
    - Issue: https://github.com/gnosygnu/xowa/issues/268 + Issue: https://github.com/gnosygnu/xowa/issues/524
    • - Scribunto: Fix infinite loop on some en.w pages when finding on ucs-2 chars. {detected by desb42} + HTTP Server: Fix XowaSearch not working. {detected by ktry}
    - Resolved by: Adjust index position correctly for ucs-2 strings. + Resolved by: Append url_args to page.
    - Example: {{WP7a|got|Gothic}}. -
    -
    - Links: https://en.wikipedia.org/wiki/List_of_Wikipedias -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/506 + Issue: https://github.com/gnosygnu/xowa/issues/489
    • - Luaj: Fix infinite loop on some en.w pages when matching Unicode Alphabetic chars. {detected by desb42} + HTTP Server: Add search-suggest.
    - Resolved by: Support PCRE character definitions for Luaj Regex. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/502 -
    -
    -

    - significant -

    -
      -
    • - Parser.Tidy: Add vnu as additional tidy engine. {contributed by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/417 + Issue: https://github.com/gnosygnu/xowa/issues/489
    • - Xtns.TemplateStyles: Cache TemplateStyles for HTML databases. + Scribunto: Fix Script error 'Module:convert:328 attempt to compare nil with number'. {detected by desb42}
    - Issue: https://github.com/gnosygnu/xowa/issues/482 + Resolved by: Use m_offset when doing string.substring.
    -
    -
      -
    • - Scribunto: Use Luaj for pattern-matching (instead of Java Regex). -
    • -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/413 -
    -
    -
      -
    • - Wikibase: Add qualifiers-order to GetEntityStatements. {contributed by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/374 -
    -
    -
      -
    • - Parser.Wikibase: Fix 'qid not found' errors in session.txt. {contributed by desb42} -
    • -
    -
    -
    - Resolved by: Retrieve by label if pid is not present; also, return pid, not label. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/354 -
    -
    -
      -
    • - Css: Show external-link icon and other css effects. {contributed by desb42} -
    • -
    -
    -
    - Resolved by: Add 'mw-parser-output' to main div. -
    -
    - Links: https://en.wikipedia.org/wiki/Earth -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/274 -
    -
    -
      -
    • - Sqlite: Allow faster wiki loading for read-only devices. {requested by ZebraFromPluto} -
    • -
    -
    -
    - Resolved by: Add option for read-only detection. -
    -
    - Links: home/wiki/Special:XowaCfg?grp=xowa.app.dbs -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/509 -
    -
    -
      -
    • - Xtn.Popups: Disable popups by default for en.wiktionary.org. {suggested by ZebraFromPluto} -
    • -
    -
    -
    - Links: home/wiki/Special:XowaCfg?grp=xowa.addon.popups -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/511 -
    -
    -
      -
    • - HTTP Server: Fix links not working in left nav bar. {detected by anonymous} -
    • -
    -
    -
    - Resolved by: Parse links with trailing slash. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/459 -
    -
    -

    - minor -

    -
      -
    • - Xtn.Translate: Fix 'callParserFunction: function was not found: function=#translation' on many commons pages. {assisted by desb42} -
    • -
    -
    -
    - Resolved by: Add #translation function with no implementation. -
    -
    - Example: {{#translation}}. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/445 -
    -
    -
      -
    • - Parser.Wikibase: Fix 'Module:ResolveEntityId:31 attempt to index ?' on several dozen en.w biology pages. -
    • -
    -
    -
    - Resolved by: Return null instead of empty string if invalid title passed to getEntityId. -
    -
    - Links: https://en.wikipedia.org/wiki/Nicoletella -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/415 -
    -
    -
      -
    • - Parser.TemplateStyles: Fix NullPointerException on a few dozen en.w Portal pages. -
    • -
    -
    -
    - Resolved by: Check if title is null. -
    -
    - Links: https://en.wikipedia.org/wiki/Portal:Switzerland -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/416 -
    -
    -
      -
    • - ParserFunctions: Fix "Expression error: Missing operand for =" on some en.w pages. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Increase precedence of "E" over "ln" and other operations. -
    -
    - Example: {{#expr:ln2E+3}}. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/397 -
    -
    -
      -
    • - Scribunto: Fix '@libraryUtil.lua:13 bad argument #1 to gmatch (string expected, got nil)' on a few en.w pages. -
    • -
    -
    -
    - Resolved by: Set frame title for pages when invoking Scribunto code. -
    -
    - Links: https://en.wikipedia.org/wiki/Wikipedia:Categories_for_discussion -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/476 -
    -
    -
      -
    • - Scribunto: Fix 'invoke failed: ... {{#invoke:Navbar|navbar}}' on some en.w pages. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Add frame_ttl to all Xot_invk_tkn. -
    -
    - Links: https://en.wikipedia.org/wik/2003_Tippeligaen -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/503 -
    -
    -
      -
    • - Scribunto: Fix 'https%3A%2F%2F' showing up in reference links on some en.w pages. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Synchronize mw.uri.lua file with changes for uri.encode(s, 'WIKI'). -
    -
    - Links: https://en.wikipedia.org/wik/Christmas -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/504 -
    -
    -
      -
    • - Luaj: Fix invalid url-encoding for non-ASCII characters like 'æ'. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Substring by bytes, not string, to handle malformed strings. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/504 -
    -
    -
      -
    • - Scribunto: Fix query args showing up on en.w Template pages. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Encode key / val in GetUrl. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/465 -
    -
    -
      -
    • - Scribunto: Fix 'NullPointerException in Module:Wikidata:622' on some de.w pages. {contributed by desb42} -
    • -
    -
    -
    - Resolved by: Ignore snak if novalue. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/481 -
    -
    -
      -
    • - Scribunto: Fix 'Module:Exception:2 attempt to index ? (a nil value)' on some en.u pages. {detected by desb42} -
    • -
    -
    -
    - Links: https://en.wikiversity.org/wiki/Web_Science/Part2:_Emerging_Web_Properties/Hearding_Behavior/Summary,_Further_readings,_Homework -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/475 -
    -
    -
      -
    • - Xtn.Cldr: Fix 'Module:wikipedia:49 The Wikimedia language code goh is not valid' on some en.d pages. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Check CldrNames for IsKnownLanguageTag. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/388 -
    -
    -
      -
    • - Scribunto: Fix 'Template:Template:Page' does not exist. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Apply namespace argument only if in main namespace. -
    -
    - Example: =mw.title.new("Template:Test", 'File'). -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/473 -
    -
    -
      -
    • - HttpServer: Navigate to an error page for invalid titles like "Earth]". {detected by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/480 -
    -
    -
      -
    • - Parser.Comment: Fix run-on paragraph if comment is added between blank linkes. {contributed by desb42} -
    • -
    -
    -
    - Resolved by: Terminate comment if new-line found. -
    -
    - Links: https://en.wikisource.org/wiki/Three_Villages/2_Shirley -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/437 -
    -
    -
      -
    • - Xtn.SyntaxHighlight: Highlight lines if 'highlight' is passed but 'line' is not. {contributed by desb42} -
    • -
    -
    -
    - Example: <syntaxhighlight lang="text" highlight="4-7">. -
    -
    - Links: https://commons.wikimedia.org/wiki/Template:TemplateBox/doc/example-value -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/498 -
    -
    -
      -
    • - Scribunto: Format date correctly for years with less than 4 digits (EX: +0065 -> 65 x> 2065). {contributed by desb42} -
    • -
    -
    -
    - Example: "+0065-12-01" -> "65-12-01" x> "2065-12-01". -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/500 -
    -
    -
      -
    • - Language: Escape left-to-right / right-to-left marks in names.json ('\xE2\x80\x8E' to '\u200E'). {detected by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/501 -
    -
    -
      -
    • - Parser: Remove unnecessary html from anchor.encode. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Parse html in internal link captions. -
    -
    - Links: [[File:A.png|b]] -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/460 -
    -
    -
      -
    • - Parser: Handle UTF-8 characters in attribute keys / values. {contributed by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/457 -
    -
    -
      -
    • - Json: Parse surrogate-pairs correctly in unicode-escaped strings. {contributed by desb42} -
    • -
    -
    -
    - Example: \ud83c\udf0. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/487 -
    -
    -
      -
    • - Parser: Change encoding of html id to encode fewer characters. -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/462 -
    -
    -
      -
    • - User.Logs: Delete log folders if logs are disabled. {requested by ZebraFromPluto} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/510 + Issue: https://github.com/gnosygnu/xowa/issues/520

    @@ -626,105 +180,12 @@

    • - Html: Change self-link pages from <b> to <a class='mw-selflink selflink'>. {detected by desb42} + Make: Update wiki domains for 2019-06 Wikidata.
    - Issue: https://github.com/gnosygnu/xowa/issues/478 -
    -
    -
      -
    • - Css: Change css jump-to class from 'mw-navigation' to 'mw-head'. {detected by desb42} -
    • -
    -
    -
    - Links: https://phabricator.wikimedia.org/source/Vector/browse/master/includes/templates/index.mustache$20 -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/394 -
    -
    -
      -
    • - Json: Skip forward by 5 characters, not 4 for unicode sequences. {contributed by desb42} -
    • -
    -
    -
    - Example: \u0022. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/486 -
    -
    -
      -
    • - Parser: Do not parse '&#x;' as byte 0. {detected by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/494 -
    -
    -

    -
    - dev -

    -
      -
    • - Mass_parse: Add xomp_stats to track time per page (and other attributes). {suggested by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/456 -
    -
    -
      -
    • - Mass_parse: Change page_cache to LRU cache. -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/483 -
    -
    -
      -
    • - Dev: Create Maven artifact. {contributed by t} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/427 -
    -
    -
      -
    • - Dev: Rename test files to use '_tst' and '_fxt' convention. {detected by desb42} -
    • -
    -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/512 -
    -
    -
      -
    • - Mass_parse: Fix mass_parse failing due to 'counts do not match; same key is either added twice, or delete failed'. {detected by desb42} -
    • -
    -
    -
    - Resolved by: Use page_cache hashCode, not wiki hashCode. -
    -
    - Issue: https://github.com/gnosygnu/xowa/issues/514 + Issue: https://github.com/gnosygnu/xowa/issues/528
    diff --git a/home/wiki/Main_Page.html b/home/wiki/Main_Page.html index 3df649fed..2953c2d01 100644 --- a/home/wiki/Main_Page.html +++ b/home/wiki/Main_Page.html @@ -120,20 +120,20 @@ Release notes

    - v4.6.2.1907 features the following: + v4.6.3.1908 features the following:

    • - (Wiki) Publish 2019-05 English Wikipedia + (PC) Fix HTTP Server images and links not working for 2019-05 English Wiki HTML databases
    • - (PC) Fix Category not working for en.w + (PC) Fix HTTP Server XowaSearch not working
    • - (PC) Fix pages not loading due to infinite loop + (PC) Add HTTP Server search suggest
    • - (PC) Various parser fixes + (PC) Fix major parser error in LuaJ: Script error 'Module:convert:328 attempt to compare nil with number'

    diff --git a/home/wiki/Options.html b/home/wiki/Options.html index 5716601fc..15c3a3868 100644 --- a/home/wiki/Options.html +++ b/home/wiki/Options.html @@ -47,7 +47,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -108,103 +108,41 @@

    -

    Basic

    +

    General

    -   +  
    -
    Retrieval enabled
    +
    Prefer HTML Databases for Read tab
    -
    -   +
    +  
    -
    +
    - - + +
    -
    -

    Choose one of the following: +

    +

    Choose one of the following:

      -
    • checked to automatically download images / retrieve images from database - - +
    • checked: Read tab uses HTML databases. Note that this will be faster, but there may be some inaccuracies. (These inaccuracies are being worked on)
    • -
    • unchecked to leave images unprocessed -
    • -
    -
    -
    - - -

    Cache

    - - -
    - -
    -   -
    - - -
    Minimum disk space used
    - - -
    -   -
    - - -
    -
    - - - - -
    - - -
    -

    Enter a minimum size for the cache to use (in MB)
    -

    - -

    This is an advanced configuration tweak. When the cache reaches its maximum size, it will delete files to free space. It will continue deleting files until the minimum size is reached.
    -

    - -

    For example: -

    - -
      -
    • If the max is set to 100 MB -
    • -
    • ... and the current size of all files in the cache is 99.9 MB -
    • -
    • ... and a 200 KB file is added -
    • -
    • Then the cache size will be temporarily 100.1 MB -
    • -
    • ... triggering the delete mechanism -
    • -
    • ... which will reduce the current size of all files to 75 MB +
    • unchecked: Read tab uses Wikitext. Note that this will be slower, but more accurate.
    @@ -213,128 +151,47 @@
    -   +  
    -
    Maximum disk space used
    +
    HTML tab mode
    -
    -   +
    +  
    -
    - - - - -
    - - -
    -

    Enter a maximum size for the cache to use (in MB)
    -

    +
    -
    - -
    - -
    -   -
    - - -
    Reduce cache to min
    - - -
    -   -
    - - -
    -
    - - + +
    -
    -

    Press to reduce the cache to the minimum now (typically 75 MB). -

    -
    -
    - -
    - -
    -   -
    - - -
    Clear cache
    - - -
    -   -
    - - -
    -
    - - - - -
    - - -
    -

    Press to clear the cache (reduces to 0 MB). -

    -
    -
    - -
    - -
    -   -
    - - -
    Info
    - - -
    -   -
    - - -
    -
    - - - - -
    - - -
    -

    Miscellaneous information about the cache +

    +

    Choose one of the following to show in HTML tab:

    + +
      +
    • Shown: HTML as generated by XOWA +
    • +
    • SWT browser: HTML as currently shown in SWT browser (useful for Special pages and javascript calls) +
    • +
    • Saved for HTML DB: HTML as saved in the HTML database. Note that this is for developer purposes only. +
    • +
    • Loaded for HTML DB: HTML as saved in the HTML database but post-processed with image urls. Note that this is for developer purposes only. +
    • +
    diff --git a/home/wiki/Options/Dev.html b/home/wiki/Options/Dev.html index 508eeb60f..b56b5d9e9 100644 --- a/home/wiki/Options/Dev.html +++ b/home/wiki/Options/Dev.html @@ -211,7 +211,7 @@
    -
    +
    @@ -267,7 +267,7 @@
    -
    +
    @@ -383,8 +383,7 @@ Stores most recently viewed page. Used when visiting "Special:XowaCfg"
    -
    +
    diff --git a/home/wiki/Options/Security.html b/home/wiki/Options/Security.html index e5cc0d8ed..3e59a1639 100644 --- a/home/wiki/Options/Security.html +++ b/home/wiki/Options/Security.html @@ -182,13 +182,13 @@
    Logs enabled
    -
    +
     
    -
    +