1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-09-19 20:25:57 +00:00
Commit graph

1877 commits

Author SHA1 Message Date
Starbeamrainbowlabs ca10c30e7b
feature-guiconfig: typo 2024-09-06 02:10:22 +01:00
Starbeamrainbowlabs 690f93c96b
Merge pull request #247 from neapsix/patch-comments-0
Fix undefined var when posting new top-level comment
2024-09-05 02:25:46 +01:00
Starbeamrainbowlabs 0b83e4b808
Update npm dependency 2024-08-20 17:58:56 +01:00
Starbeamrainbowlabs 31248c8a15
docs: add faq to docker section 2024-08-20 17:57:13 +01:00
Starbeamrainbowlabs 4c20ff324d
Add experimental official Docker support via a Dockerfile :D
Ref Dockerfile and docs/04-Getting-Started.md
2024-08-19 23:43:29 +01:00
Starbeamrainbowlabs adef3064ab
firstrun: clarify data storage directory 2024-08-19 23:24:40 +01:00
Starbeamrainbowlabs 2dbdad7e2d
update changelolg 2024-08-19 22:56:30 +01:00
Starbeamrainbowlabs bd3aa6968e
guiconfig: clarify that peppermint.json is NOT covered by the data_storage_dir directive 2024-08-19 22:55:30 +01:00
Starbeamrainbowlabs c4f6ef2c58
fixup 2024-08-19 22:20:48 +01:00
Starbeamrainbowlabs 9800c257de
settings: fill in secret if it doesn't exist but peppermint.json does 2024-08-19 22:18:38 +01:00
Starbeamrainbowlabs 06d0fe4c5e
feature-firstrun: correctly check for pdo_sqlite3 instead of sqlite3 in system requirements check 2024-08-19 22:08:48 +01:00
Starbeamrainbowlabs b1e28a0e06
settings: fix firstrun_complete handling if preset to false before wiki initialisation 2024-08-19 21:56:12 +01:00
Starbeamrainbowlabs b0fde1df77
typos in error messages 2024-08-19 21:29:30 +01:00
Starbeamrainbowlabs 16354b467e
page-edit: fix typo 2024-02-10 19:25:10 +00:00
Starbeamrainbowlabs 4b81c2334a
CONTRIBUTING: tweak wording 2024-02-08 01:56:36 +00:00
Starbeamrainbowlabs 951a08dde8
fixup 2024-02-07 00:39:24 +00:00
Starbeamrainbowlabs 8236263aef
CONTRIBUTING: Tweak guidance
Don't ever feel like you're wasting my time! I'll tell you if this is the case :P
2024-02-06 23:22:17 +00:00
Starbeamrainbowlabs d44ceaa412
Add contributing guide 2024-02-01 23:47:06 +00:00
Starbeamrainbowlabs 8ace93e518
add more spelling definitions 2023-12-18 23:30:43 +00:00
Starbeamrainbowlabs 242a9909ec
security issue reporting: Twitter/X is no longer a safe way to communicate sensitive information. 2023-12-18 23:29:45 +00:00
Starbeamrainbowlabs 34f003ace9
Changelog: add typos in user-table 2023-12-18 23:27:20 +00:00
Starbeamrainbowlabs f787d39f45
user-table: fix typos
I got a new extension!
2023-12-18 23:26:50 +00:00
Starbeamrainbowlabs 9ec386dc24
fixup 2023-12-16 20:22:02 +00:00
Starbeamrainbowlabs 11bc915990
docs: add caddy peppermint.json blocking instruction 2023-12-16 20:20:02 +00:00
Starbeamrainbowlabs f0289692d1
docs: document pepppermint.json blocking in lighttpd 2023-12-16 20:16:50 +00:00
Starbeamrainbowlabs 7698290ee5
unpacking: catch all possible errors from ZipArchive->open()
Thanks, @daveschroeter
For #249, but does NOT fix it
2023-10-12 00:51:25 +01:00
Starbeamrainbowlabs b8d68f411b
Add simple markdown guide 2023-09-11 00:52:57 +01:00
Starbeamrainbowlabs fbf2ed69cd
npm: update dependencies 2023-09-10 13:48:15 +01:00
Starbeamrainbowlabs b2b9606622
Bugfix: correct help page link for interwiki links 2023-09-10 13:46:50 +01:00
Benjamin Spiegel ff437562e3 Fix undefined var in recent change for new comment
With the recent changes module, adding a recent change for a new comment
caused the warning "Undefined variable $comment_thread" if the comment
was not a reply. Use `isset()` instead of `!== NULL` to check for reply
depth, avoiding the warning when $comment_thread is not set.
2023-05-21 23:34:00 -05:00
Starbeamrainbowlabs ed4bda5ebc
bump version for development 2023-02-19 02:19:42 +00:00
Starbeamrainbowlabs 0eca133679
update changelog 2023-02-19 02:18:53 +00:00
Starbeamrainbowlabs 63771c4078
Bump version for v0.24! 2023-02-19 01:51:05 +00:00
Starbeamrainbowlabs c065e0f368
Update apidoc dependencies 2023-02-19 01:47:55 +00:00
Starbeamrainbowlabs b90b25b07d
add composer.lock file 2023-01-26 20:57:15 +00:00
Starbeamrainbowlabs a81334d66c
update lantern build engine 2023-01-26 20:57:01 +00:00
Starbeamrainbowlabs 0e675f4c6f
parsedown: fix templating under circumstances 2023-01-26 20:51:07 +00:00
Starbeamrainbowlabs c6fb3cdd6e
credits: fix typo
fixes #233
2022-09-17 17:36:20 +01:00
Starbeamrainbowlabs b0e1418175
typo 2022-08-14 22:31:08 +01:00
Starbeamrainbowlabs ccd0fa8f13
typo 2022-08-14 22:30:49 +01:00
Starbeamrainbowlabs af888ac0c2
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2022-08-14 21:41:25 +01:00
Starbeamrainbowlabs b2ba00df56
Document redirect and redirected_from GET params to the view action 2022-08-14 21:41:17 +01:00
Starbeamrainbowlabs 48674f6bc3
Merge pull request #231 from sbrl/dependabot/npm_and_yarn/terser-5.14.2
build(deps): bump terser from 5.11.0 to 5.14.2
2022-08-11 00:10:10 +01:00
Starbeamrainbowlabs c767ab6621
Bump version to v0.24-beta2; update changelog 2022-08-03 01:13:22 +01:00
Starbeamrainbowlabs 2ddad1ae59
page-list: add filter GET param to filter page list by a substring. 2022-08-03 01:13:04 +01:00
Starbeamrainbowlabs 5ed37cad13
parser-parsedown: coment debug logging
...oops :P
2022-08-03 01:07:00 +01:00
dependabot[bot] c69a9935be
build(deps): bump terser from 5.11.0 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 21:17:55 +00:00
Starbeamrainbowlabs 33734e9ee1
package.json: bump version 2022-07-05 01:18:04 +01:00
Starbeamrainbowlabs 5e42121300
Bump versions 2022-07-05 01:13:17 +01:00
Starbeamrainbowlabs 5f25c90426
Update dependencies 2022-07-05 01:10:15 +01:00