mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update build
This commit is contained in:
parent
9c5f5d12a4
commit
efce5d2bb6
2 changed files with 10 additions and 6 deletions
|
@ -88,6 +88,10 @@ $guiConfig = <<<'GUICONFIG'
|
|||
"🎫 All Tags",
|
||||
"index.php?action=list-tags"
|
||||
],
|
||||
[
|
||||
"👥 All Users",
|
||||
"index.php?action=user-list"
|
||||
],
|
||||
[
|
||||
"⇝ Random Page",
|
||||
"?action=random"
|
||||
|
@ -2110,7 +2114,7 @@ function render_sidebar($pageindex, $root_pagename = "")
|
|||
|
||||
register_module([
|
||||
"name" => "Page Comments",
|
||||
"version" => "0.2.1",
|
||||
"version" => "0.2.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds threaded comments to the bottom of every page.",
|
||||
"id" => "feature-comments",
|
||||
|
@ -4435,7 +4439,7 @@ function errorimage($text, $target_size = null)
|
|||
|
||||
register_module([
|
||||
"name" => "User Preferences",
|
||||
"version" => "0.3.1",
|
||||
"version" => "0.3.2",
|
||||
"author" => "Starbeamrainbowlabs",
|
||||
"description" => "Adds a user preferences page, letting pople do things like change their email address and password.",
|
||||
"id" => "feature-user-preferences",
|
||||
|
|
|
@ -46,11 +46,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Page Comments",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds threaded comments to the bottom of every page.",
|
||||
"id": "feature-comments",
|
||||
"lastupdate": 1497798675,
|
||||
"lastupdate": 1497799232,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
@ -109,11 +109,11 @@
|
|||
},
|
||||
{
|
||||
"name": "User Preferences",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"author": "Starbeamrainbowlabs",
|
||||
"description": "Adds a user preferences page, letting pople do things like change their email address and password.",
|
||||
"id": "feature-user-preferences",
|
||||
"lastupdate": 1497798274,
|
||||
"lastupdate": 1497799247,
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue