1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2016-02-07 23:24:35 -05:00
parent 95418b2c5d
commit 42dab3a27a
2 changed files with 14 additions and 14 deletions

View File

@@ -36,14 +36,14 @@
<span class="mw-headline" id="Fix_for_search_not_working">Fix for search not working</span>
</h3>
<p>
This was a bug that I introduced back in 3.1.1. Title search doesn't work. For example: <a href="/site/en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y">https://en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y</a> .
This was a bug that I introduced back in 3.1.1. Title search doesn't work. For example: <a href="https://en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y">https://en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y</a> .
</p>
<p>
If you've built a wiki with any 3.1.* version, you will have to rebuild it. You can do this with the following:
</p>
<ul>
<li>
Go to <a href="/wiki/Help:Wiki_maintenance" title="Help:Wiki maintenance">Help:Wiki maintenance</a>
Go to [[Help:Wiki maintenance]]
</li>
<li>
Find your wiki and click the "Search" button
@@ -59,7 +59,7 @@
<span class="mw-headline" id="Fix_for_English_Wiktionary_sections_not_expanding_correctly">Fix for English Wiktionary sections not expanding correctly</span>
</h3>
<p>
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: <a href="/site/en.wiktionary.org/wiki/green">https://en.wiktionary.org/wiki/green</a>)
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: <a href="https://en.wiktionary.org/wiki/green">https://en.wiktionary.org/wiki/green</a>)
</p>
<ul>
<li>
@@ -73,7 +73,7 @@
</li>
</ul>
<p>
v3.2.1 now expands these tables by default. Note that you can control the default behavior at <a href="/wiki/Help:Options/Wiki_HTML" title="Help:Options/Wiki HTML" class="xowa-visited">Help:Options/Wiki HTML</a> under Collapsible
v3.2.1 now expands these tables by default. Note that you can control the default behavior at [[Help:Options/Wiki HTML]] under Collapsible
</p>
<h3>
<span class="mw-headline" id="New_Raspberry_Pi_build">New Raspberry Pi build</span>