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

1886 commits

Author SHA1 Message Date
Starbeamrainbowlabs df617bac2a
feature-guiconfig: typo 2024-09-06 02:19:21 +01:00
Starbeamrainbowlabs 4b173225b5
feature-comments: typo 2024-09-06 02:18:53 +01:00
Starbeamrainbowlabs d56217f929
feature-comments: bump version 2024-09-06 02:18:09 +01:00
Starbeamrainbowlabs a8f04b8151
update changelog 2024-09-06 02:17:59 +01:00
Starbeamrainbowlabs c977aa830a
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2024-09-06 02:11:48 +01:00
Starbeamrainbowlabs a908dfa1d1
credits: add ben spiegel 2024-09-06 02:10:46 +01:00
Starbeamrainbowlabs ca10c30e7b
feature-guiconfig: typo 2024-09-06 02:10:22 +01:00
Starbeamrainbowlabs 63c59ea151
Merge pull request #248 from neapsix/patch-php82-2
Fixes to deprecation warnings starting in PHP 8.2
2024-09-05 02:32:29 +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 3abad2e61e Replace deprecated reset(object)
Calling `reset()` on an object causes warnings starting in PHP 8.2.
This commit replaces one instance with ArrayIterator object and
getIterator() method following a recommendation in the deprecation
notice RFC.
2023-06-05 21:48:14 -05:00
Benjamin Spiegel 484f71fc6c Replace deprecated ${var} in strings with {$var}
Using `${var}` to embed variables in strings causes warnings starting
in PHP 8.2. This commit replaces two instances with `{$var}`, following
recommendations in the deprecation notice and related RFC.
2023-05-22 00:34:20 -05: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