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

141 Commits

Author SHA1 Message Date
gnosygnu
5bd3371802 Command-line: Fix curid argument not working 2 2017-02-22 08:44:14 -05:00
gnosygnu
1179e2848f Developer: Change license to GPLv3 / Apache2 in source code headers 2017-02-21 15:45:17 -05:00
gnosygnu
935dda389a Personal_wikis: Add hack to handle rarely-reproducible problem of editing-after-renaming 2017-02-12 11:36:08 -05:00
gnosygnu
f7a7ba00f3 Personal_wikis: Add mock-up for editing categories 2017-02-12 11:00:37 -05:00
gnosygnu
9a19be675e Xomw: Move Mw_parse classes into separate project 2017-02-08 17:38:39 -05:00
gnosygnu
26527a8800 Mw_parse: Add fixBoxWidth, scaleByHeight, etc. 2017-02-08 09:44:08 -05:00
gnosygnu
3bfeb94b43 Source: Restore broken commit 2017-02-06 22:14:55 -05:00
gnosygnu
938beac9f9 Wiki: Support renamed folders (fix) 2017-02-06 22:12:56 -05:00
gnosygnu
b30f10b647 Mw_parse: Add initial implementation for thumbnails 2017-02-05 19:46:25 -05:00
gnosygnu
8011f9e979 Mw_parse: Add magicWord classes 2017-02-05 13:59:30 -05:00
gnosygnu
911be09aef Mw_parse: Port over more code for thumb links (part 2) 2017-02-03 12:13:33 -05:00
gnosygnu
4ade9c71b1 Mw_parse: Implement most of external_links 2017-02-02 04:12:33 -05:00
gnosygnu
9a5c70b506 Mw_parse: Add clean_url and associated functions to sanitizer 2017-01-30 09:51:17 -05:00
gnosygnu
aa1f1ec801 Mw_parse: Add basic implementation for magiclinks 2017-01-27 07:18:34 -05:00
gnosygnu
cef2d7e2f6 Mw_parse: Mass checkin of various mediawiki parse files 2017-01-25 01:27:18 -05:00
gnosygnu
32a857f062 Mw_parse.Apos: Add initial implementation 2017-01-13 13:57:25 -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
2ad1be255c Mw_parse.Prepro: Support heading and onlyinclude 2017-01-11 13:52:41 -05:00
gnosygnu
75972fcff0 Mw_parse: Add support for gobbling single-line comments 2017-01-11 08:35:16 -05:00
gnosygnu
25f74d7d80 Mw_parse: Add equivalent of htmlspecialchar 2017-01-11 06:42:52 -05:00
gnosygnu
b989ff63df Mw_parse: Support bracket, template, and tplarg 2017-01-10 17:36:24 -05:00
gnosygnu
d15630c433 Mw_parse: Add basic implementation of Mw_preprocessor 2017-01-09 21:33:45 -05:00
gnosygnu
15504c03a7 Cfg: Consolidate data_type and gui_type; Add some basic error validation 2016-12-28 12:45:15 -05:00
gnosygnu
74fefed754 Cfg: Refactor 'Import - General' 2016-12-21 20:45:07 -05:00
gnosygnu
7f97487721 Cfg: Convert 'CSS - General' 2016-12-17 01:12:09 -05:00
gnosygnu
5fbf168fb7 Cfg: Convert 'App - Content Apps' 2016-12-15 02:10:09 -05:00
gnosygnu
150454fd67 Section_edit: Show section when section_key is passed 2016-12-05 17:43:00 -05:00
gnosygnu
585ef1c2ce Cfg: Add more implementation for cfg_cache and pub / sub 2016-12-04 11:40:47 -05:00
gnosygnu
364e72e869 Wbase: Do not fail if null quantity.lbound or quantity.ubound 2016-12-03 17:52:41 -05:00
gnosygnu
496068e9aa Section_edit: Add parse / intermediate html form 2016-12-03 10:49:33 -05:00
gnosygnu
83cf992f48 Core: Refactor base classes 2016-11-28 08:28:00 -05:00
gnosygnu
12459429b4 Import: Expand index on temp category table to include cl_type 2016-11-27 19:13:12 -05:00
gnosygnu
720668ad63 App_update: Add more implementation for standalone update app 2016-11-25 13:32:45 -05:00
gnosygnu
81dc7ea4ea Embeddable: Fix if_exists (restore) 2016-11-24 08:58:55 -05:00
gnosygnu
fcbdf8bbd8 Embeddable: Fix if_exists 2016-11-24 08:53:07 -05:00
gnosygnu
fc55d0e2f9 App_update: Add replace worker; add db auto-update 2016-11-23 09:35:26 -05:00
gnosygnu
103d005e62 App_update: Add download and unzip workers 2016-11-22 11:54:03 -05:00
gnosygnu
fb7c675117 Import.offline: Do not re-download category dump files when importing wiki (redux) 2016-11-17 18:13:39 -05:00
gnosygnu
9aa3902265 Page_sync: Fix page_sync failing when (a) page has math and (b) math has '~{' 2016-11-17 16:10:24 -05:00
gnosygnu
2cc39bf6bc Core: Fix null-ref error in disposing connection when fatal error occurs during download 2016-11-15 17:06:40 -05:00
gnosygnu
21102d846f Image: Call 'cmd /c start' correctly by forcibly including quotes 2016-11-14 15:48:27 -05:00
gnosygnu
419367ad9f Test: Do not print warnings during test 2016-11-14 10:17:32 -05:00
gnosygnu
887724b536 Http_server: Ignore Accept-charset header 2016-11-05 08:42:26 -04:00
gnosygnu
ff869ecfc3 User_wiki: Change input from file to folder 2016-11-02 09:09:42 -04:00
gnosygnu
9f2863c953 Mass_parse: Do not return null if MACHINENAME / HOSTNAME is not available 2016-10-24 09:36:30 -04:00
gnosygnu
01e45caa5a Fix build error for English Wikibooks 2016-10-17 20:37:50 -04:00
gnosygnu
3fc2e0741f uca category support and other changes 2016-10-12 08:57:22 -04:00
gnosygnu
e3b393650d 'v3.9.4.1' 2016-09-25 22:05:47 -04:00
gnosygnu
35d78f6106 'v3.9.2.1' 2016-09-11 21:49:20 -04:00
gnosygnu
232838c732 'v3.8.5.1' 2016-08-29 23:31:58 -04:00
gnosygnu
e4a2af026b 'v3.8.2.1' 2016-08-07 21:36:50 -04:00
gnosygnu
b0fdf78a41 'v3.8.1.1' 2016-07-31 21:41:19 -04:00
gnosygnu
8e91ac0bc4 'v3.7.4.1' 2016-07-25 21:59:51 -04:00
gnosygnu
7a851a41a5 'v3.7.3.1' 2016-07-17 21:10:59 -04:00
gnosygnu
b333db45f8 'v3.7.2.1' 2016-07-10 23:35:32 -04:00
gnosygnu
36584a0cc2 'v3.7.1.1' 2016-07-03 22:41:56 -04:00
gnosygnu
b3c2d3bb5f 'v3.6.4.1' 2016-06-26 01:10:38 -04:00
gnosygnu
04af0accdb 'v3.6.3.3' 2016-06-21 18:32:10 -04:00
gnosygnu
d4e8590345 'v3.6.3.1' 2016-06-19 23:58:10 -04:00
gnosygnu
96636f3161 'v3.5.1.1' 2016-05-01 21:06:12 -04:00
gnosygnu
5ce4ea2a08 'v3.4.4.1' 2016-04-24 22:05:38 -04:00
gnosygnu
ad140a93fe 'v3.4.3.1' 2016-04-17 23:47:45 -04:00
gnosygnu
14471ca656 'v3.4.2.1' 2016-04-11 00:12:19 -04:00
gnosygnu
b2a06b8125 'v3.4.1.1' 2016-04-04 21:26:29 -04:00
gnosygnu
baaef32df2 'v3.3.4.1' 2016-03-27 23:44:59 -04:00
gnosygnu
de67253a9c v3.2.1.1 2016-02-07 23:20:20 -05:00
gnosygnu
6d179ca59d v3.1.5.1 2016-02-01 00:06:50 -05:00
gnosygnu
52c36aa4f8 v3.1.4.2 2016-01-28 11:29:27 -05:00
gnosygnu
686d56fdab v3.1.4.1 2016-01-24 22:50:55 -05:00
gnosygnu
235228976e v3.1.3.1 2016-01-17 23:18:07 -05:00
gnosygnu
096045614c v3.1.1.1 2016-01-03 21:27:38 -05:00
gnosygnu
9509363f46 v2.12.1.1 2015-12-06 23:12:52 -05:00
gnosygnu
097e6c7f80 v2.11.4.1 2015-11-22 21:39:33 -05:00
gnosygnu
8a5d58a973 v2.11.3.1 2015-11-15 21:08:17 -05:00
gnosygnu
d9f45cec19 v2.11.2.1 2015-11-08 23:48:07 -05:00
gnosygnu
b990ec409f v2.11.1.1 2015-11-01 20:50:05 -05:00
gnosygnu
4f43f51b18 v2.10.3.1 2015-10-18 22:17:57 -04:00
gnosygnu
8e18af05b6 v2.9.4.1 2015-09-27 23:04:13 -04:00
gnosygnu
fa70c05354 v2.9.3.1 2015-09-20 23:43:51 -04:00
gnosygnu
5fe27b5b3b v2.9.2.1 2015-09-13 21:54:44 -04:00
gnosygnu
2145f6382c v2.9.1.1 2015-09-06 21:31:25 -04:00
gnosygnu
5fc4eb41ec v2.8.5.1 2015-08-30 22:57:59 -04:00
gnosygnu
ed911e3de5 v2.8.4.1 2015-08-24 00:32:13 -04:00
gnosygnu
df10db140c v2.8.3.1 2015-08-17 02:09:16 -04:00
gnosygnu
34c34f227c v2.8.1.1 2015-08-03 00:10:03 -04:00
gnosygnu
9d63f03b3d v2.7.3.3 2015-07-21 19:52:26 -04:00
gnosygnu
99f9c3ccea v2.7.3.2 2015-07-21 00:06:09 -04:00
gnosygnu
8e041d6e06 v2.7.3.1 2015-07-19 23:16:49 -04:00
gnosygnu
794b5a232f v2.7.2.1 2015-07-12 21:10:02 -04:00