Commit Graph

1684 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 7fe8f1ab02
Bump version ready for next beta release 2020-09-05 00:51:46 +01:00
Starbeamrainbowlabs 32c6906a27
Update changelog 2020-08-31 21:05:20 +01:00
Starbeamrainbowlabs 0085ddf0c4
Don't emit custom css unless there's something to emit 2020-08-31 21:04:59 +01:00
Starbeamrainbowlabs dfca17d1cf
more of the same - this time in page / tag lists 2020-08-31 21:02:49 +01:00
Starbeamrainbowlabs 23998f60bf
Bugfix: correctly escape ampersands with htmlentities in URLs 2020-08-31 21:00:15 +01:00
Starbeamrainbowlabs 42971f573d
Bugfix: Fix invalid HTML generated by new hide_email() logic 2020-08-31 20:56:34 +01:00
Starbeamrainbowlabs 0b86e2ec70
theme/default: improve colour accessibility 2020-08-31 20:54:00 +01:00
Starbeamrainbowlabs 4012b31194
Changelog: layout 2020-08-19 17:00:09 +01:00
Starbeamrainbowlabs 9fad95035b
Fix inbody:searchterm advanced query syntax - fixes #210 (thanks to @SeanFromIT for the report) 2020-08-19 16:59:54 +01:00
Starbeamrainbowlabs 97f3e88a94
Update changelog & docs/bugfix system requirements 2020-08-19 15:10:23 +01:00
Starbeamrainbowlabs fe690c3b26
Changelog: add issue reference numbers 2020-08-19 14:50:32 +01:00
Starbeamrainbowlabs ae9923af62
Prepare for v0.22-beta2 2020-08-19 14:46:00 +01:00
Starbeamrainbowlabs 9b109face2
Merge pull request #206 from SeanFromIT/master
adding WikiProject Paranormal
2020-08-19 14:43:05 +01:00
Starbeamrainbowlabs d9ddb504bf
Fix typo in the name of the didyoumean index (which is disabled by default).
Admins need to manually rename `didyoumeaninddex.sqlite` → 
`didyoumeanindex.sqlite`
2020-08-18 15:41:14 +01:00
Starbeamrainbowlabs a640a7bb93
docs/index references: add short bullet point summary at the top of the page 2020-08-18 15:38:33 +01:00
Starbeamrainbowlabs 91ac0fe5cc
Document recentchanges.json 2020-08-18 15:35:53 +01:00
Starbeamrainbowlabs b30d70927b
parser-parsedown: bump version 2020-08-18 13:52:44 +01:00
Starbeamrainbowlabs 2ee9f54418
Update changelog 2020-08-18 13:52:18 +01:00
Starbeamrainbowlabs c2e4a04778
Fix #209 2020-08-18 13:49:16 +01:00
Starbeamrainbowlabs 96140b1d51
Disable parser cache by default to avoid issues because we can't invalidate said cache 2020-08-18 13:13:03 +01:00
Starbeamrainbowlabs 63e9c9d168
Add donations text to making a release template text 2020-08-17 00:47:24 +01:00
Starbeamrainbowlabs 490aeb9752
Document structure of pageindex.json 2020-08-16 16:03:50 +01:00
Starbeamrainbowlabs b66c895145
bump beta version 2020-08-15 13:41:13 +01:00
Starbeamrainbowlabs 12241c645d
config-info: add dark theme & link clicker thingy 2020-08-15 13:30:27 +01:00
Sean Feeney c598dfbf6d phrasing fix 2020-08-14 18:55:27 -07:00
Sean Feeney cb1a6d6493 Merge branch 'master' of https://github.com/sbrl/Pepperminty-Wiki 2020-08-14 18:51:18 -07:00
Starbeamrainbowlabs 3c5a407356
Really fix #205 2020-08-11 23:01:44 +01:00
Starbeamrainbowlabs 8a05d79724
similar pages: tweak text 2020-08-11 18:13:47 +01:00
Starbeamrainbowlabs 5a62a0455b
Bump version for first beta release of v0.22! 2020-08-11 18:08:29 +01:00
Starbeamrainbowlabs b1381552f0
feature-readingtime: improve algorithm by stripping markdown syntax 2020-08-11 15:46:34 +01:00
Starbeamrainbowlabs e7bdaed679
tweak the weightings again 2020-08-11 01:07:59 +01:00
Starbeamrainbowlabs b9cbfb7619
Bump title & tag match weightings in search results 2020-08-11 01:06:03 +01:00
Starbeamrainbowlabs 89d835afa5
Don't redirect when clicking on a redirect page in the recent changes list 2020-08-11 01:02:17 +01:00
Starbeamrainbowlabs 6bd71b89e2
Update changelog 2020-08-09 23:54:58 +01:00
Starbeamrainbowlabs 93bff09422
Update hide_email implementation
It now requires Javascript to decode the email address. If this is a 
problem for whatever reason, please get in touch by opening an issue. I 
take accessibility very seriously.
2020-08-09 23:53:29 +01:00
Starbeamrainbowlabs 272fdea0ee
parser-parsedown: tweak help again 2020-08-09 17:11:12 +01:00
Starbeamrainbowlabs 9a0b2d6ba7
parser-parsedown: improve heading id documentation 2020-08-09 13:04:29 +01:00
Starbeamrainbowlabs e710d55883
makepathsafe: don't allow dots on their own
Specifically, we don't want a single dot as a page name. This is because 
'.' has a special meaning on Linux: The current directory.
2020-08-09 13:03:40 +01:00
Starbeamrainbowlabs 5fed4cb5ab
Bugfixx: improve rebustness of new filepath_to_pagename and pageindex rebuilder 2020-08-08 22:18:12 +01:00
Starbeamrainbowlabs c0fa5b8ae4
Finish improvements to pageindex rebuilder
also squash warning from stats engine during the firstrun wizard
2020-08-08 22:01:12 +01:00
Sean Feeney 083e228ee3 adding WikiProject Paranormal 2020-08-07 22:28:11 -07:00
Starbeamrainbowlabs 62a3ea9d1e
Start working on intelligently finding history revisions, but it isn't finished yet.
Note that this commit does **not** build. I'm in the middle of something 
- please build the previous commit instead until I'm finished :P
2020-08-08 02:15:08 +01:00
Starbeamrainbowlabs 6e7ff16041
For #204: Implement initial (untested!) page history algorithm.
TODO: Search for existing page history revisions
2020-08-08 02:07:35 +01:00
Starbeamrainbowlabs 3b799cbcba
parser-parsedown: fix templating 2020-08-08 01:54:10 +01:00
Starbeamrainbowlabs ddb7cd9c18
action-raw: add new typeheader GET parameter 2020-08-08 01:18:01 +01:00
Starbeamrainbowlabs bbb3fc32ee
parser-parsedown: Add quick reference points in comments 2020-08-08 00:56:16 +01:00
Starbeamrainbowlabs 023829d41b
README: Add link to @SeanFromIT's article (thanks :D) 2020-08-08 00:43:27 +01:00
Starbeamrainbowlabs 75c15d66b2
page-move: Ensure that the new subpage actually exists - fixes #201 2020-08-06 15:47:41 +01:00
Starbeamrainbowlabs b25c144f1e
Bump module versions 2020-08-06 15:29:15 +01:00
Starbeamrainbowlabs e3e2a01435
Improve PDF preview when embedded in pages - fixes #202 2020-08-06 15:28:24 +01:00