Update build

This commit is contained in:
Starbeamrainbowlabs 2017-06-18 16:22:10 +01:00
parent 9c5f5d12a4
commit efce5d2bb6
2 changed files with 10 additions and 6 deletions

View File

@ -88,6 +88,10 @@ $guiConfig = <<<'GUICONFIG'
"&#x1f3ab; All&nbsp;Tags", "&#x1f3ab; All&nbsp;Tags",
"index.php?action=list-tags" "index.php?action=list-tags"
], ],
[
"&#x1f465; All Users",
"index.php?action=user-list"
],
[ [
"&zigrarr; Random Page", "&zigrarr; Random Page",
"?action=random" "?action=random"
@ -2110,7 +2114,7 @@ function render_sidebar($pageindex, $root_pagename = "")
register_module([ register_module([
"name" => "Page Comments", "name" => "Page Comments",
"version" => "0.2.1", "version" => "0.2.2",
"author" => "Starbeamrainbowlabs", "author" => "Starbeamrainbowlabs",
"description" => "Adds threaded comments to the bottom of every page.", "description" => "Adds threaded comments to the bottom of every page.",
"id" => "feature-comments", "id" => "feature-comments",
@ -4435,7 +4439,7 @@ function errorimage($text, $target_size = null)
register_module([ register_module([
"name" => "User Preferences", "name" => "User Preferences",
"version" => "0.3.1", "version" => "0.3.2",
"author" => "Starbeamrainbowlabs", "author" => "Starbeamrainbowlabs",
"description" => "Adds a user preferences page, letting pople do things like change their email address and password.", "description" => "Adds a user preferences page, letting pople do things like change their email address and password.",
"id" => "feature-user-preferences", "id" => "feature-user-preferences",

View File

@ -46,11 +46,11 @@
}, },
{ {
"name": "Page Comments", "name": "Page Comments",
"version": "0.2.1", "version": "0.2.2",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds threaded comments to the bottom of every page.", "description": "Adds threaded comments to the bottom of every page.",
"id": "feature-comments", "id": "feature-comments",
"lastupdate": 1497798675, "lastupdate": 1497799232,
"optional": false "optional": false
}, },
{ {
@ -109,11 +109,11 @@
}, },
{ {
"name": "User Preferences", "name": "User Preferences",
"version": "0.3.1", "version": "0.3.2",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds a user preferences page, letting pople do things like change their email address and password.", "description": "Adds a user preferences page, letting pople do things like change their email address and password.",
"id": "feature-user-preferences", "id": "feature-user-preferences",
"lastupdate": 1497798274, "lastupdate": 1497799247,
"optional": false "optional": false
}, },
{ {