Bump versions & tweak help page ordering a bit

This commit is contained in:
Starbeamrainbowlabs 2017-01-02 20:39:52 +00:00
parent 3e58a7b03d
commit 433b83072a
4 changed files with 10 additions and 10 deletions

View File

@ -3789,7 +3789,7 @@ function errorimage($text, $target_size)
register_module([ register_module([
"name" => "User Preferences", "name" => "User Preferences",
"version" => "0.1", "version" => "0.1.1",
"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",
@ -4028,7 +4028,7 @@ register_module([
register_module([ register_module([
"name" => "Debug Information", "name" => "Debug Information",
"version" => "0.1", "version" => "0.1.1",
"author" => "Starbeamrainbowlabs", "author" => "Starbeamrainbowlabs",
"description" => "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.", "description" => "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.",
"id" => "page-debug-info", "id" => "page-debug-info",
@ -4094,7 +4094,7 @@ register_module([
if($env->is_admin) if($env->is_admin)
{ {
add_help_section("810-debug-information", "Gathering debug information", "<p>As a moderator, $settings->sitename gives you the ability to generate a report on $settings->sitename's installation of Pepperminty Wiki for debugging purposes.</p> add_help_section("950-debug-information", "Gathering debug information", "<p>As a moderator, $settings->sitename gives you the ability to generate a report on $settings->sitename's installation of Pepperminty Wiki for debugging purposes.</p>
<p>To generate such a report, visit the <code>debug</code> action or <a href='?action=debug'>click here</a>.</p>"); <p>To generate such a report, visit the <code>debug</code> action or <a href='?action=debug'>click here</a>.</p>");
} }
} }

View File

@ -100,11 +100,11 @@
}, },
{ {
"name": "User Preferences", "name": "User Preferences",
"version": "0.1", "version": "0.1.1",
"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": 1483389429, "lastupdate": 1483389541,
"optional": false "optional": false
}, },
{ {
@ -118,11 +118,11 @@
}, },
{ {
"name": "Debug Information", "name": "Debug Information",
"version": "0.1", "version": "0.1.1",
"author": "Starbeamrainbowlabs", "author": "Starbeamrainbowlabs",
"description": "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.", "description": "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.",
"id": "page-debug-info", "id": "page-debug-info",
"lastupdate": 1465815112, "lastupdate": 1483389558,
"optional": false "optional": false
}, },
{ {

View File

@ -1,7 +1,7 @@
<?php <?php
register_module([ register_module([
"name" => "User Preferences", "name" => "User Preferences",
"version" => "0.1", "version" => "0.1.1",
"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

@ -1,7 +1,7 @@
<?php <?php
register_module([ register_module([
"name" => "Debug Information", "name" => "Debug Information",
"version" => "0.1", "version" => "0.1.1",
"author" => "Starbeamrainbowlabs", "author" => "Starbeamrainbowlabs",
"description" => "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.", "description" => "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.",
"id" => "page-debug-info", "id" => "page-debug-info",
@ -67,7 +67,7 @@ register_module([
if($env->is_admin) if($env->is_admin)
{ {
add_help_section("810-debug-information", "Gathering debug information", "<p>As a moderator, $settings->sitename gives you the ability to generate a report on $settings->sitename's installation of Pepperminty Wiki for debugging purposes.</p> add_help_section("950-debug-information", "Gathering debug information", "<p>As a moderator, $settings->sitename gives you the ability to generate a report on $settings->sitename's installation of Pepperminty Wiki for debugging purposes.</p>
<p>To generate such a report, visit the <code>debug</code> action or <a href='?action=debug'>click here</a>.</p>"); <p>To generate such a report, visit the <code>debug</code> action or <a href='?action=debug'>click here</a>.</p>");
} }
} }