Commit Graph

399 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 936043a424 Add license. 2016-03-24 13:58:10 +00:00
Starbeamrainbowlabs e04b865395 Update changelog for v0.10-beta2 2016-03-24 13:15:54 +00:00
Starbeamrainbowlabs 0452e3b338 Bump version. 2016-03-24 13:13:24 +00:00
Starbeamrainbowlabs cec847fd67 Update version numbers of modules.
I forgot to do this before.... :P
2016-03-24 13:11:05 +00:00
Starbeamrainbowlabs 512eec7ec2 Add icons next to people in credits. 2016-03-21 19:23:14 +00:00
Starbeamrainbowlabs 312a3040af Add moderator symbol to update link in credits. 2016-03-21 19:01:53 +00:00
Starbeamrainbowlabs 271ff20d9f Add PHP 7.0 to the Travis CI builds. 2016-03-21 18:31:03 +00:00
Starbeamrainbowlabs c0a8cd442b Updates changelog to reflect the one in the release notes. 2016-03-21 17:34:55 +00:00
Starbeamrainbowlabs 462affe0f8 Bump version 2016-03-21 17:12:32 +00:00
Starbeamrainbowlabs 705406deb9 update changelog 2016-03-21 16:36:34 +00:00
Starbeamrainbowlabs f49d87a2f1 Add help section id to right of header. 2016-03-21 16:35:22 +00:00
Starbeamrainbowlabs da6ce432c9 Improve page-list's help section. 2016-03-21 16:23:50 +00:00
Starbeamrainbowlabs ad992c9439 Fill in help section for recent-changes, and make redirect pages italics. 2016-03-21 16:21:09 +00:00
Starbeamrainbowlabs 34cc498e0f Add contentonly query parameter. Implements #55. 2016-03-21 15:37:31 +00:00
Starbeamrainbowlabs 0944484525 Add mbstring as required extension 2016-03-21 15:36:42 +00:00
Starbeamrainbowlabs 50be095e75 Document templating in parser-parsedown's help section. 2016-03-20 17:57:47 +00:00
Starbeamrainbowlabs 1c6ace3492 Add a pair of special variables to aid debugging. 2016-03-20 17:05:16 +00:00
Starbeamrainbowlabs 42b66729b7 Fix potential security vulnerability in new variable parsing. 2016-03-20 16:42:21 +00:00
Starbeamrainbowlabs f4ffa86394 Tweak variable parsing to allow for special variables later. 2016-03-20 16:38:36 +00:00
Starbeamrainbowlabs 4adf02a549 Minor improvements to page lists.
Redirect pagse now show in italics, and the pencil icon has a ? cursor and has a tooltip of "Last editor".
2016-03-20 16:30:00 +00:00
Starbeamrainbowlabs 10fbe52f27 Implement variables. More testing needed. 2016-03-20 16:16:55 +00:00
Starbeamrainbowlabs 96884a5160 Implement templating in parser-parsedown.
Although variables are parsed, they currently aren't used.
2016-03-20 14:05:55 +00:00
Starbeamrainbowlabs 5af09f20dc Renamed parser-default to match new id 2016-03-19 21:11:49 +00:00
Starbeamrainbowlabs 142d2b60a8 Add extra info to the dev help page. 2016-03-19 18:41:22 +00:00
Starbeamrainbowlabs c7c0615d63 Correct minor spelling issues in the help 2016-03-19 18:28:27 +00:00
Starbeamrainbowlabs ffa9c7d824 Tweak the description & author of parser-parsedown 2016-03-19 18:24:52 +00:00
Starbeamrainbowlabs f6f38adae3 Improved "there isn't a page..." message on search page. Fixes #49. 2016-03-12 19:02:36 +00:00
Starbeamrainbowlabs 5cf850f0ba Added parsedown to credits comment. 2016-03-12 18:55:47 +00:00
Starbeamrainbowlabs 111d95081f Update feature-search's description. 2016-03-12 18:52:26 +00:00
Starbeamrainbowlabs 87d372c400 Document register_save_preprocessor() in the api docs. Fixes #50. 2016-03-12 18:46:55 +00:00
Starbeamrainbowlabs dbe9a97efa Updated changelog. 2016-03-12 18:40:17 +00:00
Starbeamrainbowlabs 3fcbbd8a5e Added recent changes link to "More..." menu. 2016-03-12 18:38:07 +00:00
Starbeamrainbowlabs be2daaa5cc Add unit to image sizing syntax in parser-parsedown. 2016-03-12 18:32:58 +00:00
Starbeamrainbowlabs 66ae937cc7 Add help section for parsedown parser. 2016-03-12 18:30:40 +00:00
Starbeamrainbowlabs 4e123577ce Moved printable button to bottom bar. 2016-03-12 17:55:35 +00:00
Starbeamrainbowlabs 4f2cbfbe30 Update changelog. 2016-03-12 17:29:35 +00:00
Starbeamrainbowlabs f509db5785 Write extension of parsedown extra and change default parser.
Also automatically download parsedown and parsedownextra to the current directory dynamically instead of including in the parser-parsedown module.
2016-03-12 15:26:30 +00:00
Starbeamrainbowlabs a80a2b677f Add debug action for administrators. 2016-01-23 15:25:36 +00:00
Starbeamrainbowlabs 3c14063f0d Remove old 307 redirect from raw action. 2016-01-23 14:33:18 +00:00
Starbeamrainbowlabs 7cdd083ed6 Shink printable logo. Fixes #51. 2016-01-23 14:21:05 +00:00
Starbeamrainbowlabs 201308ba86 Categorise settings. Completes #52. 2016-01-23 11:27:44 +00:00
Starbeamrainbowlabs 7b6f735101 Header level correction for configuration section. 2016-01-23 10:49:55 +00:00
Starbeamrainbowlabs 7a6c2de743 Rewrite the settings file & add a config guide to the readme. 2016-01-23 10:43:30 +00:00
Starbeamrainbowlabs 59afefc3ce Added icons to the more... menu 2016-01-16 15:12:42 +00:00
Starbeamrainbowlabs 31b678668b More recent changes page refinements. 2016-01-16 14:17:55 +00:00
Starbeamrainbowlabs 02b6df6ea3 Remove recent changes debug statements 2016-01-16 14:09:51 +00:00
Starbeamrainbowlabs 110d5f1ae6 Tweaks and fixes to new recent changes 2016-01-16 13:51:25 +00:00
Starbeamrainbowlabs 219eb51964 Initial untested recent changes. Also save preprocessor tweaks. 2016-01-16 13:24:13 +00:00
Starbeamrainbowlabs 3ab0d2c5a8 Make tag list inline so it fills with page space 2016-01-14 12:13:29 +00:00
Starbeamrainbowlabs 03552b979f Small optimisation to search queries 2015-12-26 13:06:45 +00:00