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

1021 Commits

Author SHA1 Message Date
gnosygnu
924b5fd17b Parser: Add parser-related test methods [#553] 2019-09-25 23:37:45 -04:00
gnosygnu
b980351989 Parser: Add Bfr to hdoc_wkr [#553] 2019-09-25 23:37:42 -04:00
gnosygnu
518605ece1 Parser: Rename Hzip types to Hdb_htxt and Hdb_hzip [#553] 2019-09-25 23:37:39 -04:00
gnosygnu
115ae8139e Parser:Add extra method overload to Log_file [#553] 2019-09-25 23:37:35 -04:00
gnosygnu
b17cb05edf Parser: Move alt attribute earlier in tag [#553] 2019-09-25 23:37:32 -04:00
gnosygnu
a082e3cf5d Parser: Add Init_once for wiki [#553] 2019-09-25 23:37:29 -04:00
gnosygnu
5b2db5badf Parser: Add To_str for Html_init [#553] 2019-09-25 23:37:24 -04:00
gnosygnu
32cb332b18 Wikidata: Remove unnecessary novalue / somevalue [#553] 2019-09-25 23:37:21 -04:00
gnosygnu
23cbefdeb8 Xtn.Dpl: Move Dpl_page_sorter to separate file [#553] 2019-09-25 23:37:18 -04:00
gnosygnu
620f196d4e Core: Add additional test classes [#553] 2019-09-25 23:37:04 -04:00
gnosygnu
75105c8397 Performance: Disable dirty flag after formatter is compiled [#575] 2019-09-16 22:15:47 -04:00
gnosygnu
b67e528088 Luaj: Handle % at end of replacement string [#571] 2019-09-08 23:05:25 -04:00
gnosygnu
9e302b19b5 Parser: Trim url-encoded space from the end of a title [#567] 2019-09-07 08:23:46 -04:00
gnosygnu
ce5fd232d8 Html_dump: Count 0 byte entries as 1 byte [#561] 2019-09-04 20:33:27 -04:00
gnosygnu
cda21d987f Parser: Do not reuse byte array when trimming bfr [#562] 2019-09-02 22:30:08 -04:00
gnosygnu
8f029f479b Wikibase: Show 'unknown value' / 'no value' instead of 'somevalue' / 'no value' [#529] 2019-09-02 15:33:48 -04:00
gnosygnu
d61fd33a87 References: Ignore follow items when writing primary reference [#555] 2019-09-01 10:29:55 -04:00
gnosygnu
1873c7c5f8 Wikibase: Fix typo on 'addSiteLinksUsage' and disable fineGrainedLuaTracking [#551] 2019-08-31 15:57:40 -04:00
gnosygnu
88dfc857bd Wikibase: Return label and language, not just label [#407] 2019-08-31 08:57:25 -04:00
gnosygnu
9bc0c2c75d Wikibase: Add namespacing to Scribunto libraries [#551] 2019-08-28 22:56:11 -04:00
gnosygnu
2598dee844 Xtn.Dpl: Change dynamicPageList to always get categories from cache [#556] 2019-08-25 21:39:21 -04:00
gnosygnu
42842f0bcc Category: Replace spaces with underscores in category name [#557] 2019-08-22 07:07:15 -04:00
gnosygnu
a7029f8cf1 Search: Do not fail with error when searching in wikidata / commons [#539] 2019-08-21 21:43:44 -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
0295d816fd HTTP Server: Handle both 'file:///cur_root' and 'file:///bad_root/' [#524] 2019-08-16 02:30:10 -04:00
gnosygnu
80f4a0fbf5 Category: Fix 'A table in the database is locked' when importing en.d [#543] 2019-08-14 22:58:46 -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
7f3ab5f381 HTTP_Server: Ignore other request headers (Chrome incognito related) [#524] 2019-08-14 21:52:25 -04:00
gnosygnu
5ac949e8c0 HTTP Server: Generalize file:///root logic even more [#524] 2019-08-14 21:51:50 -04:00
gnosygnu
1e254caa79 Html_dump: Synchronize Xol_name_mgr [#549] 2019-08-14 08:03:20 -04:00
gnosygnu
41e9fc1287 Release: v4.6.4.1908 2019-08-14 08:01:00 -04:00
gnosygnu
be5c65c24c User.Cfg: Ignore duplicate keys in user cache [#534] 2019-08-11 14:28:51 -04:00
gnosygnu
87163c5104 Luaj: Add deprecated foreach / foreachi [#531] 2019-08-11 11:53:14 -04:00
gnosygnu
e213d123f8 Search.Suggest: Move highlighting code out of cache pathway to js_wtr [#538] 2019-08-11 08:33:17 -04:00
gnosygnu
dee491a684 HTTP Server: Remove trailing new line else POST log messages will show up with extra blank line [#537] 2019-08-11 08:02:10 -04:00
gnosygnu
2ef6211e87 HTTP Server: Fix NullPointerException when restarting HTTP_Server and going directly to search suggest [#537] 2019-08-11 08:00:49 -04:00
gnosygnu
6449368800 HTTP_Server: Move call to fsys_hack for mild performance improvement [#524] 2019-08-10 17:35:45 -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
a421703fb1 HTTP_Server: Generalize file:///.*/file/.* logic [#524] 2019-08-10 08:17:39 -04:00
gnosygnu
a94279c922 Sqlite: Fix faster wiki loading for read-only devices not working for Read-only files [#534] 2019-08-08 20:36:36 -04:00
gnosygnu
19c50b94be Release: v4.6.3.1908 2019-08-04 23:35:48 -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
f5abfa11da HTTP Server: Append url_args to page [#489] 2019-08-03 17:33:04 -04:00
gnosygnu
66039fc9b3 HTTP_Server: Temporary fix to handle broken links and images in 2019-05 enwiki [#524] 2019-08-03 10:04:11 -04:00
gnosygnu
a1da02a99f HTTP_Server: Add initial implementation for post-processing HTML to change to /fsys/ etc [#524] 2019-08-03 10:00:40 -04:00
gnosygnu
a51906bf4b Make: Update wiki domains for 2019-06 Wikidata [#528] 2019-07-31 23:31:20 -04:00
gnosygnu
f38930b63a Xomw.Preprocessor: Remove deleted classes [#508] 2019-07-29 21:41:58 -04:00
gnosygnu
0854cf9ba1 Xomw.Preprocessor: Integrate rest of Preprocessor_Hash tests [#508] 2019-07-28 10:42:02 -04:00