mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-14 13:53:01 +00:00
Starbeamrainbowlabs
f509db5785
Also automatically download parsedown and parsedownextra to the current directory dynamically instead of including in the parser-parsedown module.
200 lines
No EOL
7.5 KiB
JSON
200 lines
No EOL
7.5 KiB
JSON
[
|
|
{
|
|
"name": "Password hashing action",
|
|
"version": "0.5",
|
|
"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": 1451133514,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page protection",
|
|
"version": "0.2",
|
|
"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": 1451133581,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Raw page source",
|
|
"version": "0.6",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds a 'raw' action that shows you the raw source of a page.",
|
|
"id": "action-raw",
|
|
"lastupdate": 1453559572,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Sidebar",
|
|
"version": "0.3",
|
|
"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": 1450704211,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Recent Changes",
|
|
"version": "0.1",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds recent changes. Access through the 'recent-changes' action.",
|
|
"id": "feature-recent-changes",
|
|
"lastupdate": 1452953620,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Redirect pages",
|
|
"version": "0.3",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds support for redirect pages. Uses the same syntax that Mediawiki does.",
|
|
"id": "feature-redirect",
|
|
"lastupdate": 1452949822,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Search",
|
|
"version": "0.2",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds proper search functionality to Pepperminty Wiki. Note that this module, at the moment, just contains test code while I figure out how best to write a search engine.",
|
|
"id": "feature-search",
|
|
"lastupdate": 1451135184,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Uploader",
|
|
"version": "0.3",
|
|
"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": 1451133883,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Credits",
|
|
"version": "0.6",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds the credits page. You *must* have this module :D",
|
|
"id": "page-credits",
|
|
"lastupdate": 1451133924,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Debug Information",
|
|
"version": "0.1",
|
|
"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": 1453562632,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page deleter",
|
|
"version": "0.9",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds an action to allow administrators to delete pages.",
|
|
"id": "page-delete",
|
|
"lastupdate": 1451133966,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page editor",
|
|
"version": "0.13",
|
|
"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": 1452949641,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Export",
|
|
"version": "0.4",
|
|
"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": 1451134003,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Help page",
|
|
"version": "0.7",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds the help action. You really want this one.",
|
|
"id": "page-help",
|
|
"lastupdate": 1451134026,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page list",
|
|
"version": "0.9",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds a page that lists all the pages in the index along with their metadata.",
|
|
"id": "page-list",
|
|
"lastupdate": 1452953587,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Login",
|
|
"version": "0.8",
|
|
"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": 1450705429,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Logout",
|
|
"version": "0.6",
|
|
"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": 1451134134,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page mover",
|
|
"version": "0.8",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Adds an action to allow administrators to move pages.",
|
|
"id": "page-move",
|
|
"lastupdate": 1451134153,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Update",
|
|
"version": "0.6.1",
|
|
"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": 1451134180,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Page viewer",
|
|
"version": "0.11",
|
|
"author": "Starbeamrainbowlabs",
|
|
"description": "Allows you to view pages. You reallyshould include this one.",
|
|
"id": "page-view",
|
|
"lastupdate": 1451134217,
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "Old Default Parser",
|
|
"version": "0.9",
|
|
"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": false,
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "Parsedown",
|
|
"version": "0.3",
|
|
"author": "Johnny Broadway, Emanuil Rusev & Starbeamrainbowlabs",
|
|
"description": "An upgraded 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 a some weight to your installation, and also requires write access to the disk on first load.",
|
|
"id": "parser-parsedown",
|
|
"lastupdate": 1457796170,
|
|
"optional": false
|
|
}
|
|
] |