2015-04-09 13:50:29 +00:00
[
2015-04-25 13:33:09 +00:00
{
"name" : "Password hashing action" ,
2015-05-24 20:00:30 +00:00
"version" : "0.5" ,
2015-04-25 13:33:09 +00:00
"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" ,
2015-12-26 12:55:56 +00:00
"lastupdate" : 1451133514 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
2015-09-30 06:08:03 +00:00
{
"name" : "Page protection" ,
2015-11-09 07:08:37 +00:00
"version" : "0.2" ,
2015-09-30 06:08:03 +00:00
"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" ,
2015-12-26 12:55:56 +00:00
"lastupdate" : 1451133581 ,
2015-09-30 06:08:03 +00:00
"optional" : false
} ,
2015-09-21 17:04:51 +00:00
{
"name" : "Raw page source" ,
2016-01-23 15:25:36 +00:00
"version" : "0.6" ,
2015-09-21 17:04:51 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds a 'raw' action that shows you the raw source of a page." ,
"id" : "action-raw" ,
2016-01-23 15:25:36 +00:00
"lastupdate" : 1453559572 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-09-21 17:04:51 +00:00
} ,
2015-07-28 12:32:18 +00:00
{
"name" : "Sidebar" ,
2015-12-21 14:08:44 +00:00
"version" : "0.3" ,
2015-07-28 12:32:18 +00:00
"author" : "Starbeamrainbowlabs" ,
2015-08-04 19:03:25 +00:00
"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." ,
2015-07-28 12:32:18 +00:00
"id" : "extra-sidebar" ,
2015-12-21 14:08:44 +00:00
"lastupdate" : 1450704211 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-07-28 12:32:18 +00:00
} ,
2016-06-03 07:45:17 +00:00
{
"name" : "Page History" ,
2016-06-04 19:16:30 +00:00
"version" : "0.3" ,
2016-06-03 07:45:17 +00:00
"author" : "Starbeamrainbowlabs" ,
2016-06-03 08:16:16 +00:00
"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." ,
2016-06-03 07:45:17 +00:00
"id" : "feature-history" ,
2016-06-08 16:41:30 +00:00
"lastupdate" : 1465404004 ,
2016-06-03 07:45:17 +00:00
"optional" : false
} ,
2016-01-16 13:24:13 +00:00
{
"name" : "Recent Changes" ,
2016-04-03 15:10:37 +00:00
"version" : "0.3.2" ,
2016-01-16 13:24:13 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds recent changes. Access through the 'recent-changes' action." ,
"id" : "feature-recent-changes" ,
2016-06-08 16:41:30 +00:00
"lastupdate" : 1465404004 ,
2016-01-16 13:24:13 +00:00
"optional" : false
} ,
2015-10-03 11:26:32 +00:00
{
"name" : "Redirect pages" ,
2016-01-16 13:24:13 +00:00
"version" : "0.3" ,
2015-10-03 11:26:32 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds support for redirect pages. Uses the same syntax that Mediawiki does." ,
"id" : "feature-redirect" ,
2016-01-16 13:24:13 +00:00
"lastupdate" : 1452949822 ,
2015-10-22 07:38:50 +00:00
"optional" : false
} ,
2015-10-27 21:10:05 +00:00
{
"name" : "Search" ,
2016-03-24 13:11:05 +00:00
"version" : "0.2.1" ,
2015-10-27 21:10:05 +00:00
"author" : "Starbeamrainbowlabs" ,
2016-03-12 18:52:26 +00:00
"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." ,
2015-10-27 21:10:05 +00:00
"id" : "feature-search" ,
2016-03-24 13:11:05 +00:00
"lastupdate" : 1458824925 ,
2015-10-27 21:10:05 +00:00
"optional" : false
} ,
2015-10-22 07:38:50 +00:00
{
"name" : "Uploader" ,
2016-06-04 11:03:01 +00:00
"version" : "0.5.5" ,
2015-10-22 07:38:50 +00:00
"author" : "Starbeamrainbowlabs" ,
2016-06-04 11:03:01 +00:00
"description" : "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File\/' prefix." ,
2015-10-22 07:38:50 +00:00
"id" : "feature-upload" ,
2016-06-04 18:04:50 +00:00
"lastupdate" : 1465044942 ,
2015-10-03 11:26:32 +00:00
"optional" : false
} ,
2015-04-25 13:33:09 +00:00
{
"name" : "Credits" ,
2016-04-08 08:30:50 +00:00
"version" : "0.7.4" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds the credits page. You *must* have this module :D" ,
"id" : "page-credits" ,
2016-04-11 07:06:52 +00:00
"lastupdate" : 1460285448 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
2016-01-23 15:25:36 +00:00
{
"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
} ,
2015-04-25 13:33:09 +00:00
{
"name" : "Page deleter" ,
2016-06-05 14:16:44 +00:00
"version" : "0.10" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds an action to allow administrators to delete pages." ,
"id" : "page-delete" ,
2016-06-05 14:16:44 +00:00
"lastupdate" : 1465136119 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Page editor" ,
2016-05-01 14:06:27 +00:00
"version" : "0.14" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Allows you to edit pages by adding the edit and save actions. You should probably include this one." ,
"id" : "page-edit" ,
2016-06-03 07:45:17 +00:00
"lastupdate" : 1464851031 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
2015-07-18 09:58:42 +00:00
{
"name" : "Export" ,
2015-12-21 14:08:44 +00:00
"version" : "0.4" ,
2015-07-18 09:58:42 +00:00
"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" ,
2015-12-26 12:55:56 +00:00
"lastupdate" : 1451134003 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-07-18 09:58:42 +00:00
} ,
2015-04-25 13:33:09 +00:00
{
"name" : "Help page" ,
2016-04-09 08:26:18 +00:00
"version" : "0.9.2" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
2016-03-19 18:41:22 +00:00
"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." ,
2015-04-25 13:33:09 +00:00
"id" : "page-help" ,
2016-04-09 08:26:18 +00:00
"lastupdate" : 1460186049 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Page list" ,
2016-03-24 13:11:05 +00:00
"version" : "0.10.1" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
2015-05-24 20:00:30 +00:00
"description" : "Adds a page that lists all the pages in the index along with their metadata." ,
2015-04-25 13:33:09 +00:00
"id" : "page-list" ,
2016-05-30 15:12:29 +00:00
"lastupdate" : 1464621096 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Login" ,
2016-06-04 19:27:14 +00:00
"version" : "0.8.2" ,
2015-04-25 13:33:09 +00:00
"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" ,
2016-06-04 19:27:14 +00:00
"lastupdate" : 1465068396 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Logout" ,
2015-09-22 13:47:12 +00:00
"version" : "0.6" ,
2015-04-25 13:33:09 +00:00
"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" ,
2015-12-26 12:55:56 +00:00
"lastupdate" : 1451134134 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Page mover" ,
2016-06-05 14:16:44 +00:00
"version" : "0.9" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
"description" : "Adds an action to allow administrators to move pages." ,
"id" : "page-move" ,
2016-06-05 14:16:44 +00:00
"lastupdate" : 1465133690 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Update" ,
2015-09-22 13:47:12 +00:00
"version" : "0.6.1" ,
2015-04-25 13:33:09 +00:00
"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" ,
2015-12-26 12:55:56 +00:00
"lastupdate" : 1451134180 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
} ,
{
"name" : "Page viewer" ,
2016-06-04 18:04:50 +00:00
"version" : "0.14" ,
2015-04-25 13:33:09 +00:00
"author" : "Starbeamrainbowlabs" ,
2016-03-25 11:57:05 +00:00
"description" : "Allows you to view pages. You really should include this one." ,
2015-04-25 13:33:09 +00:00
"id" : "page-view" ,
2016-06-08 16:41:30 +00:00
"lastupdate" : 1465403982 ,
2015-09-22 13:51:38 +00:00
"optional" : false
2015-05-27 09:32:13 +00:00
} ,
{
2016-03-12 15:26:30 +00:00
"name" : "Old Default Parser" ,
2016-03-24 13:11:05 +00:00
"version" : "0.10" ,
2015-05-27 09:32:13 +00:00
"author" : "Johnny Broadway & Starbeamrainbowlabs" ,
2016-03-12 15:26:30 +00:00
"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" ,
2016-03-24 13:11:05 +00:00
"lastupdate" : 1458824880 ,
2016-03-12 15:26:30 +00:00
"optional" : true
2015-10-04 12:37:12 +00:00
} ,
{
"name" : "Parsedown" ,
2016-05-30 11:35:23 +00:00
"version" : "0.8" ,
2016-03-19 18:24:52 +00:00
"author" : "Emanuil Rusev & Starbeamrainbowlabs" ,
2016-04-23 15:34:51 +00:00
"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." ,
2015-10-04 12:37:12 +00:00
"id" : "parser-parsedown" ,
2016-06-03 08:32:26 +00:00
"lastupdate" : 1464942369 ,
2016-03-12 15:26:30 +00:00
"optional" : false
2015-04-25 13:33:09 +00:00
}
2015-04-09 13:50:29 +00:00
]