Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki

This commit is contained in:
Starbeamrainbowlabs 2019-08-14 01:19:11 +01:00
commit bc0c5de9e7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ register_module([
* @apiName Stats
* @apiGroup Utility
* @apiPermission Anonymous
* @apiVersion v0.15
* @apiVersion 0.15.0
* @apiParam {string} format Specify the format the data should be returned in. Supported formats: html (default), json.
* @apiParam {string} stat HTML format only. If specified the page for the stat with this id is sent instead of the list of scalar stats.
*/
@ -95,7 +95,7 @@ register_module([
* @apiName UpdateStats
* @apiGroup Utility
* @apiPermission Administrator
* @apiVersion v0.15
* @apiVersion 0.15.0
* @apiParam {string} secret POST only, optional. If you're not logged in, you can specify the wiki's sekret instead (find it in peppermint.json) using this parameter.
* @apiParam {bool} force Whether the statistics should be recalculated anyway - even if they have already recently been recalculated. Default: no. Supported values: yes, no.
*/

View File

@ -233,7 +233,7 @@ register_module([
/**
* Gets a list of all the tags currently used across the wiki.
* @package page-list
* @apiVersion v0.15
* @apiVersion 0.15.0
* @return string[] A list of all unique tags present on all pages across the wiki.
*/
function get_all_tags()