From 9cf3105fc6015f73c367da8f125a2b8db152d265 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 5 Jul 2019 20:51:51 +0100 Subject: [PATCH] Update docs & bump version --- Changelog.md | 15 + .../classes/PeppermintParsedown.html | 233 +- docs/ModuleApi/classes/Slimdown.html | 146 +- docs/ModuleApi/classes/ids.html | 356 +- docs/ModuleApi/classes/page_renderer.html | 1044 ++- docs/ModuleApi/classes/search.html | 973 ++- docs/ModuleApi/files/core.00-beginning.html | 250 + .../files/core.01-settings.fragment.html | 250 + docs/ModuleApi/files/core.02-environment.html | 250 + docs/ModuleApi/files/core.05-functions.html | 4436 +++++++++++++ docs/ModuleApi/files/core.07-unpack.html | 250 + docs/ModuleApi/files/core.10-login.html | 250 + docs/ModuleApi/files/core.100-run.html | 250 + docs/ModuleApi/files/core.15-apidoc.html | 250 + .../files/core.20-pageindex-loader.html | 250 + docs/ModuleApi/files/core.25-page-ids.html | 257 + docs/ModuleApi/files/core.30-consistency.html | 250 + .../files/core.40-page-renderer.html | 257 + .../files/core.45-environment-deferred.html | 250 + docs/ModuleApi/files/core.50-security.html | 250 + docs/ModuleApi/files/core.60-modules.html | 1179 ++++ .../files/core.70-parser-engine.html | 505 ++ .../files/core.99-module-insert.html | 250 + .../ModuleApi/files/core/00-beginning.php.txt | 5 + .../files/core/01-settings.fragment.php.txt | 79 + .../files/core/02-environment.php.txt | 69 + .../ModuleApi/files/core/05-functions.php.txt | 658 ++ docs/ModuleApi/files/core/07-unpack.php.txt | 29 + docs/ModuleApi/files/core/10-login.php.txt | 42 + docs/ModuleApi/files/core/100-run.php.txt | 48 + docs/ModuleApi/files/core/15-apidoc.php.txt | 32 + .../files/core/20-pageindex-loader.php.txt | 93 + docs/ModuleApi/files/core/25-page-ids.php.txt | 144 + .../files/core/30-consistency.php.txt | 35 + .../files/core/40-page-renderer.php.txt | 540 ++ .../core/45-environment-deferred.php.txt | 28 + docs/ModuleApi/files/core/50-security.php.txt | 28 + docs/ModuleApi/files/core/60-modules.php.txt | 169 + .../files/core/70-parser-engine.php.txt | 75 + .../files/core/99-module-insert.php.txt | 8 + docs/ModuleApi/files/download.html | 10 +- docs/ModuleApi/files/modules.action-hash.html | 10 +- .../files/modules.action-protect.html | 10 +- .../files/modules.action-random.html | 10 +- docs/ModuleApi/files/modules.action-raw.html | 10 +- docs/ModuleApi/files/modules.api-status.html | 10 +- .../files/modules.extra-sidebar.html | 78 +- .../files/modules.feature-comments.html | 418 +- .../files/modules.feature-firstrun.html | 250 + .../files/modules.feature-guiconfig.html | 10 +- .../files/modules.feature-history.html | 81 +- .../modules.feature-interwiki-links.html | 10 +- .../files/modules.feature-recent-changes.html | 350 +- .../files/modules.feature-redirect.html | 78 +- .../files/modules.feature-search.html | 10 +- .../files/modules.feature-stats.html | 214 +- .../files/modules.feature-upload.html | 350 +- .../modules.feature-user-preferences.html | 10 +- .../files/modules.feature-user-table.html | 78 +- .../ModuleApi/files/modules.page-credits.html | 10 +- .../files/modules.page-debug-info.html | 10 +- docs/ModuleApi/files/modules.page-delete.html | 10 +- docs/ModuleApi/files/modules.page-edit.html | 10 +- docs/ModuleApi/files/modules.page-export.html | 10 +- docs/ModuleApi/files/modules.page-help.html | 10 +- docs/ModuleApi/files/modules.page-list.html | 146 +- docs/ModuleApi/files/modules.page-login.html | 427 +- docs/ModuleApi/files/modules.page-logout.html | 10 +- docs/ModuleApi/files/modules.page-move.html | 10 +- docs/ModuleApi/files/modules.page-update.html | 10 +- .../files/modules.page-user-list.html | 10 +- docs/ModuleApi/files/modules.page-view.html | 10 +- .../files/modules.parser-default-old.html | 10 +- .../files/modules.parser-parsedown.html | 80 +- .../files/modules/action-protect.php.txt | 4 +- .../files/modules/feature-comments.php.txt | 2 +- .../files/modules/feature-firstrun.php.txt | 199 + .../files/modules/feature-guiconfig.php.txt | 4 +- .../files/modules/feature-history.php.txt | 17 +- .../files/modules/feature-search.php.txt | 11 +- .../files/modules/feature-upload.php.txt | 25 +- .../files/modules/feature-user-table.php.txt | 10 +- .../files/modules/page-delete.php.txt | 4 +- .../ModuleApi/files/modules/page-edit.php.txt | 15 +- .../ModuleApi/files/modules/page-list.php.txt | 4 +- .../files/modules/page-login.php.txt | 15 +- .../ModuleApi/files/modules/page-move.php.txt | 4 +- .../files/modules/parser-parsedown.php.txt | 91 +- docs/ModuleApi/files/pack.html | 130 +- docs/ModuleApi/files/pack.php.txt | 114 +- .../files/peppermint-config-info.html | 10 +- docs/ModuleApi/graphs/class.html | 6 +- docs/ModuleApi/graphs/classes.svg | 24 +- docs/ModuleApi/index.html | 5575 ++++++++++++++++- docs/ModuleApi/namespaces/default.html | 5575 ++++++++++++++++- docs/ModuleApi/reports/deprecated.html | 6 +- docs/ModuleApi/reports/errors.html | 437 +- docs/ModuleApi/reports/markers.html | 103 +- docs/RestApi/api_data.js | 82 + docs/RestApi/api_data.json | 82 + docs/RestApi/api_project.js | 2 +- docs/RestApi/api_project.json | 2 +- version | 2 +- 103 files changed, 29211 insertions(+), 597 deletions(-) create mode 100644 docs/ModuleApi/files/core.00-beginning.html create mode 100644 docs/ModuleApi/files/core.01-settings.fragment.html create mode 100644 docs/ModuleApi/files/core.02-environment.html create mode 100644 docs/ModuleApi/files/core.05-functions.html create mode 100644 docs/ModuleApi/files/core.07-unpack.html create mode 100644 docs/ModuleApi/files/core.10-login.html create mode 100644 docs/ModuleApi/files/core.100-run.html create mode 100644 docs/ModuleApi/files/core.15-apidoc.html create mode 100644 docs/ModuleApi/files/core.20-pageindex-loader.html create mode 100644 docs/ModuleApi/files/core.25-page-ids.html create mode 100644 docs/ModuleApi/files/core.30-consistency.html create mode 100644 docs/ModuleApi/files/core.40-page-renderer.html create mode 100644 docs/ModuleApi/files/core.45-environment-deferred.html create mode 100644 docs/ModuleApi/files/core.50-security.html create mode 100644 docs/ModuleApi/files/core.60-modules.html create mode 100644 docs/ModuleApi/files/core.70-parser-engine.html create mode 100644 docs/ModuleApi/files/core.99-module-insert.html create mode 100644 docs/ModuleApi/files/core/00-beginning.php.txt create mode 100644 docs/ModuleApi/files/core/01-settings.fragment.php.txt create mode 100644 docs/ModuleApi/files/core/02-environment.php.txt create mode 100644 docs/ModuleApi/files/core/05-functions.php.txt create mode 100644 docs/ModuleApi/files/core/07-unpack.php.txt create mode 100644 docs/ModuleApi/files/core/10-login.php.txt create mode 100644 docs/ModuleApi/files/core/100-run.php.txt create mode 100644 docs/ModuleApi/files/core/15-apidoc.php.txt create mode 100644 docs/ModuleApi/files/core/20-pageindex-loader.php.txt create mode 100644 docs/ModuleApi/files/core/25-page-ids.php.txt create mode 100644 docs/ModuleApi/files/core/30-consistency.php.txt create mode 100644 docs/ModuleApi/files/core/40-page-renderer.php.txt create mode 100644 docs/ModuleApi/files/core/45-environment-deferred.php.txt create mode 100644 docs/ModuleApi/files/core/50-security.php.txt create mode 100644 docs/ModuleApi/files/core/60-modules.php.txt create mode 100644 docs/ModuleApi/files/core/70-parser-engine.php.txt create mode 100644 docs/ModuleApi/files/core/99-module-insert.php.txt create mode 100644 docs/ModuleApi/files/modules.feature-firstrun.html create mode 100644 docs/ModuleApi/files/modules/feature-firstrun.php.txt diff --git a/Changelog.md b/Changelog.md index 71176cc..a26a333 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,18 @@ # Changelog This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too. +## v0.19 + +_(No changes have been made since the last beta release.)_ + + ## v0.19-beta2 ### Changed - Updated the theme of the new documentation - Revised the writing modules section of the documentation + ## v0.19-beta1 > The update that changed the world! Turn everything upside-down. @@ -87,22 +93,26 @@ _(No changes have been made since the last beta release.)_ - Long lines in code blocks now wrap correctly. - The `export` action now correctly includes uploaded files alongside their descriptions + ## v0.17.1 ### Fixed - Corrected default passwords. If you were having issues, try updating to this release, deleting `peppermint.json` and trying again (thanks for spotting this, @tspivey!) + ## v0.17 ### Fixed - Removed stray debugging output - Tweaked css to make new search context generation look better + ## v0.17-beta2 ### Fixed - Fixed the cost-climbing bug in the last beta release + ## v0.17-beta1 ### Added @@ -152,9 +162,11 @@ _(No changes have been made since the last beta release.)_ - Restyled "matching tags" in the search results in the default stylesheet - Added moar icons to the nav / more menus. Delete the appropriate entries in `peppermint.json` to get the updated ones! + ## v0.16 _(No changes since v0.16-beta1)_ + ## v0.16-beta1 ### Added @@ -198,6 +210,7 @@ _(No changes since v0.16-beta1)_ ### Removed - [Module API] Removed `accept_contains_mime`, as it's both unstable and currently unnecessary. Contributions for a better version are welcome! + ## v0.15.1 ### Added @@ -210,9 +223,11 @@ _(No changes since v0.16-beta1)_ - Fix saving edits to pages with an ampersand in their name (#99) - [Security] Fixed an authenticated denial-of-service attack when uploading a malicious SVG (ref XXE billion laughs attack, #152) + ## v0.15 _(No changes since v0.15-beta2)_ + ## v0.15-beta2 ### Added diff --git a/docs/ModuleApi/classes/PeppermintParsedown.html b/docs/ModuleApi/classes/PeppermintParsedown.html index 9f8053d..536055c 100644 --- a/docs/ModuleApi/classes/PeppermintParsedown.html +++ b/docs/ModuleApi/classes/PeppermintParsedown.html @@ -106,12 +106,12 @@