From 1256aff2f61b32299dbf9f575cb263c43f3a17e9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 2 Apr 2018 19:51:47 +0100 Subject: [PATCH] Bugfix: Correct my url on credits page --- build/index.php | 8 +++--- module_index.json | 60 ++++++++++++++++++++-------------------- modules/page-credits.php | 2 +- theme_default.css | 2 +- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/build/index.php b/build/index.php index b555644..8ae0989 100644 --- a/build/index.php +++ b/build/index.php @@ -282,7 +282,7 @@ main:not(.printable) { position: relative; z-index: 1000; padding: 2rem 2rem 0.5 blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius: 0.2rem; } -a { cursor: pointer;; } +a { cursor: pointer; } a.redlink:link { color: rgb(230, 7, 7); } a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ } @@ -2405,7 +2405,7 @@ register_module([ exit($minified ? json_encode($result) : json_encode($result, JSON_PRETTY_PRINT) . "\n"); }); - add_help_section("960-api-status", "Wiki Status API", "

"); + add_help_section("960-api-status", "Wiki Status API", "

$settings->sitename has a status page that returns some basic information about the current state of the wiki in JSON. It can be used as a connection tester - as the Pepperminty Wiki Android app does.

"); } ]); @@ -5831,7 +5831,7 @@ register_module([ $credits = [ "Code" => [ "author" => "Starbeamrainbowlabs", - "author_url" => "https://starbeamrmainbowlabs.com/", + "author_url" => "https://starbeamrainbowlabs.com/", "thing_url" => "https://github.com/sbrl/Pepprminty-Wiki", "icon" => "https://avatars0.githubusercontent.com/u/9929737?v=3&s=24" ], @@ -7222,7 +7222,7 @@ register_module([ * @apiPermission Anonymous * * @apiParam {string} user The user name to login with. - * @apiParam {string} password The password to login with. + * @apiParam {string} pass The password to login with. * @apiParam {string} returnto The URL to redirect to upon a successful login. * * @apiError InvalidCredentialsError The supplied credentials were invalid. Note that this error is actually a redirect to ?action=login&failed=yes (with the returnto parameter appended if you supplied one) diff --git a/module_index.json b/module_index.json index 7a1e55b..5497f20 100755 --- a/module_index.json +++ b/module_index.json @@ -5,7 +5,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a utility action (that anyone can use) called hash that hashes a given string. Useful when changing a user's password.", "id": "action-hash", - "lastupdate": 1511518191, + "lastupdate": 1465757909, "optional": false }, { @@ -14,7 +14,7 @@ "author": "Starbeamrainbowlabs", "description": "Exposes Pepperminty Wiki's new page protection mechanism and makes the protect button in the 'More...' menu on the top bar work.", "id": "action-protect", - "lastupdate": 1511518191, + "lastupdate": 1465751051, "optional": false }, { @@ -23,7 +23,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds an action called 'random' that redirects you to a random page.", "id": "action-random", - "lastupdate": 1518719583, + "lastupdate": 1518648324, "optional": false }, { @@ -32,7 +32,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a 'raw' action that shows you the raw source of a page.", "id": "action-raw", - "lastupdate": 1511518191, + "lastupdate": 1507993763, "optional": false }, { @@ -41,7 +41,7 @@ "author": "Starbeamrainbowlabs", "description": "Provides a basic JSON status action that provices a few useful bits of information for API consumption.", "id": "api-status", - "lastupdate": 1522411212, + "lastupdate": 1522689976, "optional": false }, { @@ -50,7 +50,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a sidebar to the left hand side of every page. Add '$settings->sidebar_show = true;' to your configuration, or append '&sidebar=yes' to the url to enable. Adding to the url sets a cookie to remember your setting.", "id": "extra-sidebar", - "lastupdate": 1511518191, + "lastupdate": 1505768813, "optional": false }, { @@ -59,7 +59,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds threaded comments to the bottom of every page.", "id": "feature-comments", - "lastupdate": 1511518191, + "lastupdate": 1511450038, "optional": false }, { @@ -68,7 +68,7 @@ "author": "Starbeamrainbowlabs", "description": "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.", "id": "feature-guiconfig", - "lastupdate": 1511518191, + "lastupdate": 1499800843, "optional": false }, { @@ -77,7 +77,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds the ability to keep unlimited page history, limited only by your disk space. Note that this doesn't store file history (yet). Currently depends on feature-recent-changes for rendering of the history page.", "id": "feature-history", - "lastupdate": 1518719583, + "lastupdate": 1518645062, "optional": false }, { @@ -86,7 +86,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds recent changes. Access through the 'recent-changes' action.", "id": "feature-recent-changes", - "lastupdate": 1522411212, + "lastupdate": 1521408644, "optional": false }, { @@ -95,7 +95,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds support for redirect pages. Uses the same syntax that Mediawiki does.", "id": "feature-redirect", - "lastupdate": 1511518191, + "lastupdate": 1498646092, "optional": false }, { @@ -104,7 +104,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.", "id": "feature-search", - "lastupdate": 1522411212, + "lastupdate": 1521391886, "optional": false }, { @@ -113,7 +113,7 @@ "author": "Starbeamrainbowlabs", "description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.", "id": "feature-stats", - "lastupdate": 1511518191, + "lastupdate": 1505768903, "optional": false }, { @@ -122,7 +122,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File\/' prefix.", "id": "feature-upload", - "lastupdate": 1518719583, + "lastupdate": 1518645569, "optional": false }, { @@ -131,7 +131,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a user preferences page, letting pople do things like change their email address and password.", "id": "feature-user-preferences", - "lastupdate": 1511518191, + "lastupdate": 1497799247, "optional": false }, { @@ -140,7 +140,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", "id": "page-credits", - "lastupdate": 1514040637, + "lastupdate": 1522695072, "optional": false }, { @@ -149,7 +149,7 @@ "author": "Starbeamrainbowlabs", "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", - "lastupdate": 1511518191, + "lastupdate": 1483389558, "optional": false }, { @@ -158,7 +158,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds an action to allow administrators to delete pages.", "id": "page-delete", - "lastupdate": 1511518191, + "lastupdate": 1501009581, "optional": false }, { @@ -167,7 +167,7 @@ "author": "Starbeamrainbowlabs", "description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.", "id": "page-edit", - "lastupdate": 1522411212, + "lastupdate": 1521390769, "optional": false }, { @@ -176,7 +176,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a page that you can use to export your wiki as a .zip file. Uses $settings->export_only_allow_admins, which controls whether only admins are allowed to export the wiki.", "id": "page-export", - "lastupdate": 1511518191, + "lastupdate": 1472230366, "optional": false }, { @@ -185,7 +185,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a rather useful help page. Access through the 'help' action. This module also exposes help content added to Pepperminty Wiki's inbuilt invisible help section system.", "id": "page-help", - "lastupdate": 1511518191, + "lastupdate": 1492433537, "optional": false }, { @@ -194,7 +194,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a page that lists all the pages in the index along with their metadata.", "id": "page-list", - "lastupdate": 1518719583, + "lastupdate": 1518645476, "optional": false }, { @@ -203,7 +203,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a pair of actions (login and checklogin) that allow users to login. You need this one if you want your users to be able to login.", "id": "page-login", - "lastupdate": 1522412068, + "lastupdate": 1522596856, "optional": false }, { @@ -212,7 +212,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds an action to let users user out. For security reasons it is wise to add this module since logging in automatically opens a session that is valid for 30 days.", "id": "page-logout", - "lastupdate": 1511518191, + "lastupdate": 1466011660, "optional": false }, { @@ -221,7 +221,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds an action to allow administrators to move pages.", "id": "page-move", - "lastupdate": 1522411212, + "lastupdate": 1521408303, "optional": false }, { @@ -230,7 +230,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds an update page that downloads the latest stable version of Pepperminty Wiki. This module is currently outdated as it doesn't save your module preferences.", "id": "page-update", - "lastupdate": 1511518191, + "lastupdate": 1476906745, "optional": false }, { @@ -239,7 +239,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a 'user-list' action that generates a list of users. Supports json output with 'format=json' in the queyr string.", "id": "page-user-list", - "lastupdate": 1511518191, + "lastupdate": 1487454626, "optional": false }, { @@ -248,7 +248,7 @@ "author": "Starbeamrainbowlabs", "description": "Allows you to view pages. You really should include this one.", "id": "page-view", - "lastupdate": 1518719583, + "lastupdate": 1518647294, "optional": false }, { @@ -257,7 +257,7 @@ "author": "Johnny Broadway & Starbeamrainbowlabs", "description": "The *old* default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page. Superceded by a customised extension of parsedown extra.", "id": "parser-default-old", - "lastupdate": 1511518191, + "lastupdate": 1458824880, "optional": true }, { @@ -266,7 +266,7 @@ "author": "Emanuil Rusev & Starbeamrainbowlabs", "description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id": "parser-parsedown", - "lastupdate": 1518719583, + "lastupdate": 1517750660, "optional": false } ] \ No newline at end of file diff --git a/modules/page-credits.php b/modules/page-credits.php index 190e841..5d96edb 100644 --- a/modules/page-credits.php +++ b/modules/page-credits.php @@ -26,7 +26,7 @@ register_module([ $credits = [ "Code" => [ "author" => "Starbeamrainbowlabs", - "author_url" => "https://starbeamrmainbowlabs.com/", + "author_url" => "https://starbeamrainbowlabs.com/", "thing_url" => "https://github.com/sbrl/Pepprminty-Wiki", "icon" => "https://avatars0.githubusercontent.com/u/9929737?v=3&s=24" ], diff --git a/theme_default.css b/theme_default.css index 233ec59..07d50fc 100644 --- a/theme_default.css +++ b/theme_default.css @@ -53,7 +53,7 @@ main:not(.printable) { position: relative; z-index: 1000; padding: 2rem 2rem 0.5 blockquote { padding-left: 1em; border-left: 0.2em solid #442772; border-radius: 0.2rem; } -a { cursor: pointer;; } +a { cursor: pointer; } a.redlink:link { color: rgb(230, 7, 7); } a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ }