1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-29 06:50:50 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
gnosygnu
b51d224f09 Html: Add 'mw-footer' class to 'footer' div [#745] 2020-06-16 09:05:16 -04:00
gnosygnu
b4516f5060 Luaj: Change table.sort from MergeSort to QuickSort variant with stable sorting [#743] 2020-06-13 09:37:43 -04:00
gnosygnu
398a1c854a Luaj: Use substring.m_bytes, not substring.getBytes() [#735] 2020-06-03 09:21:25 -04:00
gnosygnu
be072de8d9 Luaj: Reinstate next variable for frontier matches [#732] 2020-05-29 09:15:00 -04:00
gnosygnu
f760fd9cd0 Luaj: Do not match end-of-string for frontier patterns [#732] 2020-05-29 07:23:38 -04:00
gnosygnu
dc66b926d3 Release: Change default download server from dumps.wikimedia.your.org to dumps.wikimedia.org [#727] 2020-05-20 20:16:00 -04:00
gnosygnu
1ebc9d3488 Luaj: Make anypos captures base-1, not base-0 [#726] 2020-05-17 11:27:38 -04:00
gnosygnu
ebe82bea6a LuaJ: Always format in Locale.US, not current locale [#694] 2020-05-09 16:24:59 -04:00
gnosygnu
e9e5724a2a Make: Add baselib to xowa classpath [#706] 2020-04-13 07:23:39 -04:00
gnosygnu
c3d524c493 Wikibase: Reset pageEntityId on each new page [#638] 2020-03-07 23:46:21 -05:00
gnosygnu
11447820f2 Doc: Add instructions for disabling Special pages and edit mode [#621] 2020-01-05 12:36:46 -05:00
gnosygnu
5aec368f8d Lang: Support explicit plural indexes and rules in other languages [#633] 2020-01-04 04:14:36 -05:00
gnosygnu
a7114ecb5a Dev: Update Apache Compress to 1.19 in pom.xml [#619] 2019-11-25 20:58:02 -05:00
gnosygnu
734206fbd6 Dev: Update Apache Compress to 1.18 in pom.xml [#619] 2019-11-25 20:35:21 -05:00
gnosygnu
ae484a8234 Pagebanner: Add extra space after hasPosition or some pageBanners will omit wpb-banner-image [#618] 2019-11-25 16:43:11 -05:00
gnosygnu
966b0eed59 Luaj: Do not treat superscript 1 as a DIGIT character [#617] 2019-11-24 16:20:58 -05:00
gnosygnu
c307946bd2 Scribunto: Synchronize latest of mw.wikibase.entity.lua [#614] 2019-11-23 05:30:44 -05:00
gnosygnu
e2aa551feb Search: Fix no search results for en.d [#606] 2019-11-17 14:30:49 -05:00
gnosygnu
9483b56121 Pagebanner: Disable toc if pagebanner html exists; also, sync PageBanner css [#610] 2019-11-11 06:27:49 -05:00
gnosygnu
bdb1945d4f Scribunto: Synchronize latest of ustring.lua [#609] 2019-11-03 19:34:59 -05:00
gnosygnu
0f8dd4a1f8 Luaj: Return NIL not NONE for table.remove and empty table [#604] 2019-10-30 09:40:08 -04:00
gnosygnu
eac055214c Scribunto: Update Diagnostics for Scribunto Hash:Diagnostics/Scribunto/HashLibrary [#589] 2019-10-12 15:19:45 -04:00
gnosygnu
866debd51d Scribunto: Add HashLibrary [#589] 2019-10-12 15:07:21 -04:00
gnosygnu
1bffdadbaf Scribunto: Make table accessible from datawrapper in mw.lua [#586] 2019-09-29 23:21:08 -04:00
gnosygnu
88e0398696 Html: Add 'lang=page_lang' to html and div tag [#576] 2019-09-28 16:39:59 -04:00
gnosygnu
e82641f341 Luaj: Do not treat '_' as a SPACE character [#582] 2019-09-28 08:37:00 -04:00
gnosygnu
b67e528088 Luaj: Handle % at end of replacement string [#571] 2019-09-08 23:05:25 -04:00
gnosygnu
8c55d2406a Wikibase: Fix 'Module:Infobox/Cycliste:218 attempt to call nil' on many fr.w pages [#551] 2019-08-19 22:21:22 -04:00
gnosygnu
227f7943ff Html_dump: Add missing file for showing configuration to show WIKITEXT / HTML indicators in top-right [#525] 2019-08-14 22:14:00 -04:00
gnosygnu
87163c5104 Luaj: Add deprecated foreach / foreachi [#531] 2019-08-11 11:53:14 -04:00
gnosygnu
06afe7a7b1 Html_dump: Add configuration to show WIKITEXT / HTML indicators in top-right [#525] 2019-08-10 17:17:50 -04:00
gnosygnu
6559a2b858 Cfg: Fix 'Show search' and 'Show toolbar' not working [#532] 2019-08-10 08:39:53 -04:00
gnosygnu
55a4891064 HTTP Server: Fix search-suggest not working for vector ul [#489] 2019-08-04 23:18:24 -04:00
gnosygnu
b350d95206 HTTP Server: Add search-suggest [#489] 2019-08-04 21:25:04 -04:00
gnosygnu
a51906bf4b Make: Update wiki domains for 2019-06 Wikidata [#528] 2019-07-31 23:31:20 -04:00
gnosygnu
0280254e8a Scribunto: Use m_offset when doing string.substring [#520] 2019-07-25 23:34:34 -04:00
gnosygnu
9dcc571fc5 Release: 4.6.2.1907 2019-07-25 21:51:41 -04:00
gnosygnu
877b305136 Luaj: Fix invalid url-encoding for non-ASCII characters like 'æ' [#504] 2019-07-22 21:01:30 -04:00
gnosygnu
3b5a1f8ffc Xtn.Popups: Disable popups by default for en.wiktionary.org [#511] 2019-07-20 15:43:17 -04:00
gnosygnu
989ccde83a Sqlite: Add option for read-only detection [#509] 2019-07-19 07:14:24 -04:00
gnosygnu
b65fda764f Luaj: Support PCRE character definitions for Luaj Regex [#502] 2019-07-01 14:09:31 -04:00
gnosygnu
9b51a7c660 Scribunto: Synchronize mw.uri.lua file with changes for uri.encode(s, 'WIKI') [#504] 2019-06-29 17:55:32 -04:00
gnosygnu
5d886501e8 Language: Escape left-to-right / right-to-left marks in names.json ('\xE2\x80\x8E' to '\u200E') [#501] 2019-06-23 21:35:21 -04:00
gnosygnu
3b6efe4274 Scribunto: Fix 'Module:Exception:2 attempt to index ? (a nil value)' on some en.u pages [#475] 2019-06-02 21:44:47 -04:00
gnosygnu
5db81504fb Upgrade Apache Commons Compress from 1.5 to 1.18 2019-04-28 18:36:24 -04:00
gnosygnu
4e920af183 Fix broken gmatch test; Fix broken maven build 2019-04-28 18:29:57 -04:00
gnosygnu
0f75a625db Update build files for new baselib [#413] 2019-04-28 18:06:57 -04:00
gnosygnu
f860edf064 Scribunto: Use Luaj for pattern-matching (instead of Java Regex) [#413] 2019-04-28 17:31:33 -04:00
gnosygnu
5204d33af7 Dev: Fix more echo mistakes; rename boot.sh [#427] 2019-04-07 23:08:03 -04:00
gnosygnu
bc9e017906 Dev: Fix bootstrapping issues and bad echoes [#427] 2019-04-07 22:57:36 -04:00