Commit Graph

1863 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 1cb30b28ca
Bugfix & put page_renderer::add_header_html to use 2019-01-27 23:12:39 +00:00
Starbeamrainbowlabs 0ac2f24b5f
page_renderer: reeduce indenting a bit 2019-01-27 23:08:29 +00:00
Starbeamrainbowlabs 5b670f5981
Refactor method names in page renderer 2019-01-27 22:56:51 +00:00
Starbeamrainbowlabs 1765f410e6
[recent-changes] Add new page size & size difference 2019-01-24 23:54:27 +00:00
Starbeamrainbowlabs 91a9c44b8f
Bugfix: Don't throw warnings if interwiki links aren't configured 2019-01-24 23:47:43 +00:00
Starbeamrainbowlabs c40d1a1016
Update changelog 2019-01-24 21:19:00 +00:00
Starbeamrainbowlabs 14a7040646
Advertise recent changes alternate formats 2019-01-24 21:15:23 +00:00
Starbeamrainbowlabs 524efcc43d
Add helpful comment for the future 2019-01-24 20:56:25 +00:00
Starbeamrainbowlabs 33153094b1
Bugfix find_revisionid_timestamp 2019-01-24 20:51:23 +00:00
Starbeamrainbowlabs 0ec1424d35
Update changelog 2019-01-24 20:47:59 +00:00
Starbeamrainbowlabs 5da517fbe1
Bugfix recent changes atom feed 2019-01-24 20:47:16 +00:00
Starbeamrainbowlabs 96b632ff56
Recent changes: Implement atom feed. Untested! 2019-01-24 20:30:20 +00:00
Starbeamrainbowlabs 242f197ccf
Add offset & count to recent-changes action 2019-01-24 18:25:10 +00:00
Starbeamrainbowlabs e715c2049f
Add CSV support to the recent-changes action 2019-01-24 18:18:20 +00:00
Starbeamrainbowlabs 6aa55c74bf
Update changelog 2019-01-24 18:05:49 +00:00
Starbeamrainbowlabs 282019a511
Update docker section of README 2019-01-06 11:45:21 +00:00
Starbeamrainbowlabs f5d00d9f0e
Update Travis CI config 2019-01-06 11:42:06 +00:00
Starbeamrainbowlabs a7b258236c
Tweak interwiki link style 2019-01-05 23:04:40 +00:00
Starbeamrainbowlabs e350d1cc8e
Style interwiki links 2019-01-05 22:58:21 +00:00
Starbeamrainbowlabs 0b4290321c
Update release checklist 2019-01-05 22:28:30 +00:00
Starbeamrainbowlabs a39f8f904f
Update docs sidebar 2019-01-05 22:27:20 +00:00
Starbeamrainbowlabs 0fb4f3a8c0
Update docs 2019-01-05 22:23:39 +00:00
Starbeamrainbowlabs 74cf2f7b68
Update changelog 2019-01-05 22:20:30 +00:00
Starbeamrainbowlabs a541a0cac0
Add more to interwiki links help section 2019-01-05 22:13:42 +00:00
Starbeamrainbowlabs 79ee2455e9
Fill out interwiki help section 2019-01-05 22:11:28 +00:00
Starbeamrainbowlabs 08a0cf2c2e
Formatting 2019-01-05 21:44:24 +00:00
Starbeamrainbowlabs 3592a132e9
Fix a bunch of bugs with the new interwiki module 2019-01-05 21:28:47 +00:00
Starbeamrainbowlabs fafd5f6f03
Bugfix: Insert missing $ sign 2019-01-05 17:55:59 +00:00
Starbeamrainbowlabs 3cb1f49798
Update description of interwiki_index_location variable 2019-01-05 17:55:02 +00:00
Starbeamrainbowlabs 4cb1abb231
Change {{{@}}} to output a message instead of not parsing at all 2019-01-05 17:51:51 +00:00
Starbeamrainbowlabs ba324ed814
Document the internal link syntax.
Next up: Testing it all I think!
2019-01-05 17:48:27 +00:00
Starbeamrainbowlabs 76263f770c
Make interwiki_* functions not crash if the interwiki index hasn't been configured yet 2019-01-05 17:10:46 +00:00
Starbeamrainbowlabs 7507867ca7
Document makepathsafe() better 2019-01-05 17:08:54 +00:00
Starbeamrainbowlabs 4bf7881e5c
[parser] Simplify code by removing if statement 2019-01-05 16:23:12 +00:00
Starbeamrainbowlabs b350d5a32e
Update changelog 2019-01-05 13:05:12 +00:00
Starbeamrainbowlabs 08ff3772b3
Add is_interwiki_link method 2019-01-05 13:04:52 +00:00
Starbeamrainbowlabs 1d14fdc85d
Add interwiki stuff to the changelog
More coming soon :D
2019-01-03 22:42:37 +00:00
Starbeamrainbowlabs 33b78422e4
Add link to new docs to README 2019-01-03 22:37:30 +00:00
Starbeamrainbowlabs 075b2e0966
Create initial interwiki link API.
New functions:
 - interwiki_pagename_parse
 - interwiki_pagename_resolve
 - interwiki_get_pagename_url
2019-01-03 22:34:55 +00:00
Starbeamrainbowlabs f9d0e0b514
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2019-01-03 21:26:42 +00:00
Starbeamrainbowlabs 8a07cee077
Fix build error 2019-01-03 20:46:31 +00:00
SQL-enwiki 2877d86e82 How to run in a docker (#163) 2019-01-03 11:16:48 +00:00
Starbeamrainbowlabs 9f7d044bf4
Throw not implemented exception 2019-01-02 23:58:13 +00:00
Starbeamrainbowlabs f9995072e1
Start writing interwiki module, but it's not finished yet 2019-01-01 18:53:30 +00:00
Starbeamrainbowlabs a47192be3a
Add interwiki index location setting 2019-01-01 18:44:49 +00:00
Starbeamrainbowlabs 32c75803ee
Docs: Fix typo 2018-12-14 23:11:37 +00:00
Starbeamrainbowlabs b0dc731807
That looks pretty good, I think!
Perhaps we'll do something mroe comprehensive / drastic in the future, 
but fo  now this looks ok :-)
2018-12-13 13:26:40 +00:00
Starbeamrainbowlabs 424a54cbe6
Moar styling! 2018-12-13 12:58:30 +00:00
Starbeamrainbowlabs 315f1984b1
Start styling the new docs!
There's still loads of work to do though.
2018-12-13 11:34:07 +00:00
Starbeamrainbowlabs 8cc5948eb7
docs: Add WIP message 2018-12-12 23:46:01 +00:00