Commit Graph

102 Commits

Author SHA1 Message Date
Florine W. Dekker 42d1cdae04
Fix failure to resolve redirects
Fixes #32.
2020-04-19 19:26:48 +02:00
Florine W. Dekker 3b721c2532
Improve URL warning
Fixes #28.
2020-04-18 13:04:30 +02:00
Florine W. Dekker e038204bc3
Implement advanced link and page verdicts
Fixes #2, fixes #23, fixes #24.
2020-04-17 20:29:25 +02:00
Florine W. Dekker 72d10d976f Merge pull request 'overhead-overhaul' (#31) from overhead-overhaul into master 2020-04-17 17:41:38 +02:00
Florine W. Dekker 4952681bd2
Move normalizations to discovery phase 2020-04-17 17:39:17 +02:00
Florine W. Dekker bf1ba96fb8
Make data classes immutable (sort of) 2020-04-16 19:13:46 +02:00
Florine W. Dekker 8c84d18773
Store API URL in cookie for re-use
Fixes #25.
2020-04-16 10:58:05 +02:00
Florine W. Dekker 2d05dec08d
Update README 2020-04-16 10:48:01 +02:00
Florine W. Dekker 8ab876f4fa Merge pull request 'Namespace language normalizations' (#22) from fix-21 into master 2020-04-15 15:50:19 +02:00
Florine W. Dekker 2778553d0e
Normalize article titles in table
Fixes #21.
2020-04-15 15:48:01 +02:00
Florine W. Dekker 57a0913f6f
Move meta-information to MediaWiki object 2020-04-15 15:04:39 +02:00
Florine W. Dekker 9138636c03
Implement search param interpretation
Fixes #10.
2020-04-14 19:35:04 +02:00
Florine W. Dekker b5ff3c1c2c
Add about section and improve appearance 2020-04-14 13:58:34 +02:00
Florine W. Dekker 8a07674449
Fix base path calculation
Fixes #20.
2020-04-14 13:18:15 +02:00
Florine W. Dekker e5d1604b55
Spruce up feedback messages
Fixes #3 and fixes #6.
2020-04-14 12:01:45 +02:00
Florine W. Dekker 6213b10c66
Slightly spruce up messages
Works towards #6.
2020-04-14 11:09:04 +02:00
Florine W. Dekker bd702ae657
Properly implement duplicate wiki detection
Fixes #18.
2020-04-13 23:09:02 +02:00
Florine W. Dekker a5f6d8625b
Implement prototype wiki equivalence filtering 2020-04-13 21:49:43 +02:00
Florine W. Dekker 5e8606e8ab
Support detecting double redirects
Fixes #17.
2020-04-13 16:13:45 +02:00
Florine W. Dekker 65a999777a
Add info for input fields 2020-04-13 13:09:56 +02:00
Florine W. Dekker be4281661e
Show self-links
Fixes #16.
2020-04-13 11:41:25 +02:00
Florine W. Dekker f51dff59be
Add support for detecting redirect links
Fixes #7.
Also changes the loading icon to use ForkAwesome.
2020-04-12 01:24:33 +02:00
Florine W. Dekker 611c6c9b41
Fix conflation of props vs state 2020-04-11 20:36:35 +02:00
Florine W. Dekker 6376b0d68b Merge pull request 'Use Preact' (#15) from preact into master 2020-04-11 19:58:57 +02:00
Florine W. Dekker 92226c74ca
Use Preact for network table 2020-04-11 19:54:34 +02:00
Florine W. Dekker 8345c69c60
Separate Link from Page 2020-04-11 19:14:46 +02:00
Florine W. Dekker 4ea257780d
Migrate element creation to HTM
Not quite Preact yet, but we'll get there!
2020-04-11 18:48:00 +02:00
Florine W. Dekker 44ccaca39b
Separate JS into multiple files 2020-04-11 12:25:15 +02:00
Florine W. Dekker bfaa542fa1
Use Webpack for development 2020-04-11 11:41:44 +02:00
Florine W. Dekker 5b87e9f8c1
Improve compatibility and usability 2020-04-11 11:26:58 +02:00
Florine W. Dekker 35c8407a9e
Use Fork Awesome instead, JS-ify 2020-04-11 00:12:42 +02:00
Florine W. Dekker 2c874ccf1f
Add button for copying link to clipboard
Fixes #8.
2020-04-10 23:46:03 +02:00
Florine W. Dekker 8f2699be12
Prevent displaying two tables 2020-04-10 19:22:34 +02:00
Florine W. Dekker 2f93da02ed
Fix table if no iw links exist on the base page 2020-04-10 19:02:02 +02:00
Florine W. Dekker 394438880a
Indicate red links
Fixes #12.
2020-04-10 18:52:20 +02:00
Florine W. Dekker 43d7fbe4ba
Support different namespaces
Fixes #9.
2020-04-10 18:35:05 +02:00
Florine W. Dekker 13474827d5
Centre table, ignoring page margins
Fixes #4.
2020-04-10 18:28:49 +02:00
Florine W. Dekker 76fc249adf
Handle incorrect URL error
Fixes #1.
2020-04-10 18:15:25 +02:00
Florine W. Dekker 3cbcfb4bce
Replace MediawikiJS with alternative library 2020-04-10 18:10:02 +02:00
Florine W. Dekker 0bd65a3d6f
Slightly improve error handling code 2020-04-10 18:05:22 +02:00
Florine W. Dekker 1d75050d64
Go gold 2020-04-10 17:47:00 +02:00
Florine W. Dekker 5e029160f4
Implement basic error handling 2020-04-09 20:50:02 +02:00
Florine W. Dekker 8d719dad45
Add loading indicator and improve appearance 2020-04-09 19:20:06 +02:00
Florine W. Dekker a839f53df4
Change labels to links for editing pages 2020-04-09 18:28:43 +02:00
Florine W. Dekker 21c48b2698
Generate table of results 2020-04-09 17:55:20 +02:00
Florine W. Dekker 551ecafce0
Implement language detection, simplify URLs 2020-04-09 16:44:00 +02:00
Florine W. Dekker 89a7224816
Resolve language links from relative sites 2020-04-09 16:15:16 +02:00
Florine W. Dekker c8d4925841
Extend docs and add MediaWikiManager class 2020-04-09 14:20:33 +02:00
Florine W. Dekker 2cdc900f78
Implement recursive map building 2020-04-09 00:05:58 +02:00
Florine W. Dekker 962903a85a
Use Futures instead of callbacks 2020-04-08 18:02:59 +02:00