mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
(finally) remove module_index.json from git
This commit is contained in:
parent
133f98a752
commit
cb381119ba
3 changed files with 24 additions and 358 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
module_index.json
|
||||||
.serenata
|
.serenata
|
||||||
*.backup
|
*.backup
|
||||||
themes/**/*.png
|
themes/**/*.png
|
||||||
|
|
|
@ -18,3 +18,26 @@ The following things need to be done to prepare for a release:
|
||||||
- Ensure docs are up-to-date
|
- Ensure docs are up-to-date
|
||||||
- Update wikimatrix
|
- Update wikimatrix
|
||||||
- Write & publish the release
|
- Write & publish the release
|
||||||
|
|
||||||
|
## Release text template
|
||||||
|
The following template text can be used for releases:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
INTRODUCTION_HERE
|
||||||
|
|
||||||
|
|
||||||
|
Note that this is a maintenance release that backports some urgent bugfixes to LATEST_STABLE_VERSION. Current development efforts are focused on NEXT_VERSION. The work-in-progress changelog for NEXT_VERSION can be found [here](https://github.com/sbrl/Pepperminty-Wiki/blob/master/Changelog.md).
|
||||||
|
|
||||||
|
## Updating
|
||||||
|
You can update to this release simply by grabbing an updated copy of `index.php` and replacing the version in your current wiki (don't forget to take backups! I make every effort to squash as many bugs as possible, but you can never be too certain). You can get an updated copy of `index.php` in a number of ways:
|
||||||
|
|
||||||
|
- By downloading the `index.php` file attached to this release
|
||||||
|
- Using the [online downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) (always has the latest stable version)
|
||||||
|
- Using the online downloader offline
|
||||||
|
- Building your own from source
|
||||||
|
|
||||||
|
For more information on the last 2 methods, please see [the documentation](https://starbeamrainbowlabs.com/labs/peppermint/__nightdocs/05-Getting-A-Copy.html) for more information.
|
||||||
|
|
||||||
|
## VERSION_NUMBER_HERE
|
||||||
|
FULL_CHANGELOG_HERE
|
||||||
|
```
|
||||||
|
|
|
@ -1,358 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"id": "action-hash",
|
|
||||||
"name": "Password hashing action",
|
|
||||||
"version": "0.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.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "action-protect",
|
|
||||||
"name": "Page protection",
|
|
||||||
"version": "0.2.1",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1559400034,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "action-random",
|
|
||||||
"name": "Random Page",
|
|
||||||
"version": "0.3",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds an action called 'random' that redirects you to a random page.",
|
|
||||||
"lastupdate": 1551543744,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "action-raw",
|
|
||||||
"name": "Raw page source",
|
|
||||||
"version": "0.7",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a 'raw' action that shows you the raw source of a page.",
|
|
||||||
"lastupdate": 1507993763,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "api-status",
|
|
||||||
"name": "API status",
|
|
||||||
"version": "0.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Provides a basic JSON status action that provides a few useful bits of information for API consumption.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "extra-sidebar",
|
|
||||||
"name": "Sidebar",
|
|
||||||
"version": "0.3.2",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1568296731,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-comments",
|
|
||||||
"name": "Page Comments",
|
|
||||||
"version": "0.3.2",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds threaded comments to the bottom of every page.",
|
|
||||||
"lastupdate": 1551562406,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-firstrun",
|
|
||||||
"name": "First run wizard",
|
|
||||||
"version": "0.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Displays a special page to aid in setting up a new wiki for the first time.",
|
|
||||||
"lastupdate": 1577025060,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-guiconfig",
|
|
||||||
"name": "Settings GUI",
|
|
||||||
"version": "0.1.7",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-history",
|
|
||||||
"name": "Page History",
|
|
||||||
"version": "0.4.2",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1568879874,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-interwiki-links",
|
|
||||||
"name": "Interwiki links",
|
|
||||||
"version": "0.1.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds interwiki link support. Set the interwiki_index_location setting at an index file to activate support.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-recent-changes",
|
|
||||||
"name": "Recent Changes",
|
|
||||||
"version": "0.5",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds recent changes. Access through the 'recent-changes' action.",
|
|
||||||
"lastupdate": 1549840473,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-redirect",
|
|
||||||
"name": "Redirect pages",
|
|
||||||
"version": "0.3.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds support for redirect pages. Uses the same syntax that Mediawiki does.",
|
|
||||||
"lastupdate": 1549840590,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-search",
|
|
||||||
"name": "Search",
|
|
||||||
"version": "0.11",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1577138545,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-stats",
|
|
||||||
"name": "Statistics",
|
|
||||||
"version": "0.3",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-theme-gallery",
|
|
||||||
"name": "Theme Gallery",
|
|
||||||
"version": "0.4",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a theme gallery page and optional automatic theme updates. Contacts a remote server, where IP addresses are stored in automatic server logs for security and attack mitigation purposes.",
|
|
||||||
"lastupdate": 1571583643,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-upload",
|
|
||||||
"name": "Uploader",
|
|
||||||
"version": "0.6.2",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds the ability to upload files to Pepperminty Wiki. Uploaded files act as pages and have the special 'File\/' prefix.",
|
|
||||||
"lastupdate": 1578257948,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-user-preferences",
|
|
||||||
"name": "User Preferences",
|
|
||||||
"version": "0.4",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a user preferences page, letting people do things like change their email address and password.",
|
|
||||||
"lastupdate": 1578258608,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-user-table",
|
|
||||||
"name": "User Organiser",
|
|
||||||
"version": "0.1.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a organiser page that lets moderators (or better) control the reegistered user accounts, and perform adminstrative actions such as password resets, and adding \/ removing accounts.",
|
|
||||||
"lastupdate": 1557574803,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "feature-watchlist",
|
|
||||||
"name": "User watchlists",
|
|
||||||
"version": "0.1.2",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds per-user watchlists. When a page on a user's watchlist is edited, a notification email is sent.",
|
|
||||||
"lastupdate": 1578257910,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-credits",
|
|
||||||
"name": "Credits",
|
|
||||||
"version": "0.7.10",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds the credits page. You *must* have this module :D",
|
|
||||||
"lastupdate": 1569097208,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-debug-info",
|
|
||||||
"name": "Debug Information",
|
|
||||||
"version": "0.2",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a debug action for administrator use only that collects a load of useful information to make reporting bugs easier.",
|
|
||||||
"lastupdate": 1568296731,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-delete",
|
|
||||||
"name": "Page deleter",
|
|
||||||
"version": "0.10.2",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds an action to allow administrators to delete pages.",
|
|
||||||
"lastupdate": 1568296731,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-edit",
|
|
||||||
"name": "Page editor",
|
|
||||||
"version": "0.17.7",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Allows you to edit pages by adding the edit and save actions. You should probably include this one.",
|
|
||||||
"lastupdate": 1577118172,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": {
|
|
||||||
"diff.min.js": "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jsdiff\/2.2.2\/diff.min.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-export",
|
|
||||||
"name": "Export",
|
|
||||||
"version": "0.5",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1548970758,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-help",
|
|
||||||
"name": "Help page",
|
|
||||||
"version": "0.10.1",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1573400569,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-list",
|
|
||||||
"name": "Page list",
|
|
||||||
"version": "0.11.3",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a page that lists all the pages in the index along with their metadata.",
|
|
||||||
"lastupdate": 1568296731,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-login",
|
|
||||||
"name": "Login",
|
|
||||||
"version": "0.9.4",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1570468766,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-logout",
|
|
||||||
"name": "Logout",
|
|
||||||
"version": "0.6.1",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1526034779,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-move",
|
|
||||||
"name": "Page mover",
|
|
||||||
"version": "0.9.4",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds an action to allow administrators to move pages.",
|
|
||||||
"lastupdate": 1559400217,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-update",
|
|
||||||
"name": "Update",
|
|
||||||
"version": "0.6.2",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1476906745,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-user-list",
|
|
||||||
"name": "User list",
|
|
||||||
"version": "0.1",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Adds a 'user-list' action that generates a list of users. Supports json output with 'format=json' in the queyr string.",
|
|
||||||
"lastupdate": 1487454626,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "page-view",
|
|
||||||
"name": "Page viewer",
|
|
||||||
"version": "0.16.7",
|
|
||||||
"author": "Starbeamrainbowlabs",
|
|
||||||
"description": "Allows you to view pages. You really should include this one.",
|
|
||||||
"lastupdate": 1548884009,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "parser-default-old",
|
|
||||||
"name": "Old Default Parser",
|
|
||||||
"version": "0.10.1",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1549839049,
|
|
||||||
"optional": true,
|
|
||||||
"extra_data": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "parser-parsedown",
|
|
||||||
"name": "Parsedown",
|
|
||||||
"version": "0.10.1",
|
|
||||||
"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.",
|
|
||||||
"lastupdate": 1577135603,
|
|
||||||
"optional": false,
|
|
||||||
"extra_data": {
|
|
||||||
"Parsedown.php": "https:\/\/raw.githubusercontent.com\/erusev\/parsedown\/3825db53a2be5d9ce54436a9cc557c6bdce1808a\/Parsedown.php",
|
|
||||||
"ParsedownExtra.php": "https:\/\/raw.githubusercontent.com\/erusev\/parsedown-extra\/352d03d941fc801724e82e49424ff409175261fd\/ParsedownExtra.php",
|
|
||||||
"ParsedownExtreme.php": "https:\/\/raw.githubusercontent.com\/BenjaminHoegh\/parsedown-extreme\/adae4136534ad1e4159fe04c74c4683681855b84\/ParsedownExtreme.php"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in a new issue