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

533 Commits

Author SHA1 Message Date
gnosygnu
909c96a1ff Mw_parse: Add code for getUrl 2017-02-04 12:30:10 -05:00
gnosygnu
55f148480c Updater: Show error message after failing to download 2017-02-03 17:50:16 -05:00
gnosygnu
c9d1193e7f Updater: Initial commit of standalone update app 2017-02-03 16:57:50 -05:00
gnosygnu
42c7bc61fb Mw_parse: Implement plain image link 2017-02-03 14:20:50 -05:00
gnosygnu
911be09aef Mw_parse: Port over more code for thumb links (part 2) 2017-02-03 12:13:33 -05:00
gnosygnu
472f12e60d Mw_parse: Port over more code for thumb links 2017-02-02 14:20:19 -05:00
gnosygnu
e7ae5d0435 Custom_wiki: Do not delete xml file after import 2017-02-02 11:16:43 -05:00
gnosygnu
9916c3efaf Custom_wiki: Do not limit file search to subdirectories in /orig/file/ 2017-02-02 11:04:46 -05:00
gnosygnu
f60b94760d Mw_parse: Add initial conversion for image thumbs 2017-02-02 10:50:20 -05:00
gnosygnu
4ade9c71b1 Mw_parse: Implement most of external_links 2017-02-02 04:12:33 -05:00
gnosygnu
bcd4bd46ef Cfg: Change operating-system specific config file from os.gfs to os.os_name.gfs 2017-02-01 19:44:53 -05:00
gnosygnu
cf30fd140e Wiki: Support renamed folders 2017-02-01 19:23:40 -05:00
gnosygnu
9c700e4b34 Custom_wiki: Open up file in image viewer when clicking on pages in File namespace 2017-02-01 13:52:29 -05:00
gnosygnu
ac13d00ef8 Custom_wiki: Integrate fs_root files into app image_cache 2017-02-01 12:25:44 -05:00
gnosygnu
3581371d29 Custom_wiki: Rename file if title has spaces to use underscore 2017-02-01 07:42:32 -05:00
gnosygnu
32b4fafe10 Mw_parse: Add merge_attributes 2017-02-01 05:16:43 -05:00
gnosygnu
78526c00c6 Custom_wiki: Refactor code; also show images on file namespace page 2017-02-01 04:08:34 -05:00
gnosygnu
ca8017a876 Mw_parse: Add more implementation to link_renderer 2017-01-31 08:20:12 -05:00
gnosygnu
7bb09a8320 Mw_parse: Add Get_external_link_attribs 2017-01-31 04:01:47 -05:00
gnosygnu
df45f141ca Fsdb.check: Add new command to check for missing images 2017-01-31 03:26:23 -05:00
gnosygnu
9a5c70b506 Mw_parse: Add clean_url and associated functions to sanitizer 2017-01-30 09:51:17 -05:00
gnosygnu
c77e8a4374 Mw_parse: Support num_post_proto rule; clarify variable names 2017-01-28 07:15:35 -05:00
gnosygnu
7e27b5415d Mw_parse: Handle interrupt and separator logic for magiclinks 2017-01-28 02:47:22 -05:00
gnosygnu
e231df0ce1 Mw_parse: Add case-match logic and more keywords for double_underscore 2017-01-27 12:30:01 -05:00
gnosygnu
31ade6aa5f Mw_parse: Add basic implementation for double_underscore 2017-01-27 11:10:15 -05:00
gnosygnu
aa1f1ec801 Mw_parse: Add basic implementation for magiclinks 2017-01-27 07:18:34 -05:00
gnosygnu
7bd176f51f Parser: Fix broken tables on a few dozen en.w pages 2017-01-26 19:14:27 -05:00
gnosygnu
ccd8b204c5 Embeddable: Fix video files using old v1 meta system 2017-01-26 09:45:01 -05:00
gnosygnu
6b0dcffbca Mass_parse: Fix lnki_temp merger ending prematurely 2017-01-26 08:21:36 -05:00
gnosygnu
9ea81f3b26 Embeddable: Add method to selectively clear pages from cache (additional code) 2017-01-26 04:02:20 -05:00
gnosygnu
27f6811e1f Embeddable: Add method to selectively clear pages from cache 2017-01-26 03:58:06 -05:00
gnosygnu
f683e272ee Embeddable: Fix multi-threaded diffs due to non thread-safe parser function {{urldecode}} 2017-01-26 02:44:26 -05:00
gnosygnu
fddc6e2737 Embeddable: Fix multi-threaded error due to null ref error when generating file urls 2017-01-26 01:48:50 -05:00
gnosygnu
af5b7569ee Embeddable: Fix multi-threaded error due to incorrect locking when lowercasing template names 2017-01-26 01:42:25 -05:00
gnosygnu
6867cc23b4 Embeddable: Fix default ns_mgr being used for wikis 2017-01-26 01:14:21 -05:00
gnosygnu
99c968e1e2 Mass_parse: Update wkr_id in resume cmd 2017-01-26 01:00:21 -05:00
gnosygnu
3a3bc01e82 Parser.Uniq: Fix possible bug with readding entire page instead of only sections 2017-01-25 10:00:04 -05:00
gnosygnu
f138db17ca Mass_parse: Add resume command 2017-01-25 09:20:45 -05:00
gnosygnu
cef2d7e2f6 Mw_parse: Mass checkin of various mediawiki parse files 2017-01-25 01:27:18 -05:00
gnosygnu
6a5c114998 Mw_parse.Apos: Add more tests 2017-01-13 16:50:43 -05:00
gnosygnu
32a857f062 Mw_parse.Apos: Add initial implementation 2017-01-13 13:57:25 -05:00
gnosygnu
f8fcb553d5 Mw_parse.Table: Support attributes 2017-01-12 23:15:04 -05:00
gnosygnu
5f1609a869 Mw_parse.Table: Add tests for basic functionality 2017-01-12 15:17:14 -05:00
gnosygnu
d22c5e5f3d Mass_parse: Add perf logger 2017-01-12 13:26:35 -05:00
gnosygnu
305c2f9762 Mw_parse.Table: Add more implementation 2017-01-12 10:20:17 -05:00
gnosygnu
b35a45657c Mw_parse.Block: Add initial implementation 2017-01-11 23:45:11 -05:00
gnosygnu
086cdea9fb Mw_parse.Prepro: Add more support for templates 2017-01-11 22:18:08 -05:00
gnosygnu
1c0f9f4555 Mw_parse.Prepro: Convert some calls to Strspan 2017-01-11 21:33:39 -05:00
gnosygnu
40b520ecc6 Mw_parse.Prepro: Support more heading edge cases 2017-01-11 18:18:46 -05:00
gnosygnu
46274e9b6a Mw_parse.Prepro: Support template pipe; Cover more tests 2017-01-11 16:48:21 -05:00