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
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
0b83e4b808
Update npm dependency
2024-08-20 17:58:56 +01:00
31248c8a15
docs: add faq to docker section
2024-08-20 17:57:13 +01:00
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
adef3064ab
firstrun: clarify data storage directory
2024-08-19 23:24:40 +01:00
2dbdad7e2d
update changelolg
2024-08-19 22:56:30 +01:00
bd3aa6968e
guiconfig: clarify that peppermint.json is NOT covered by the data_storage_dir directive
2024-08-19 22:55:30 +01:00
c4f6ef2c58
fixup
2024-08-19 22:20:48 +01:00
9800c257de
settings: fill in secret if it doesn't exist but peppermint.json does
2024-08-19 22:18:38 +01:00
06d0fe4c5e
feature-firstrun: correctly check for pdo_sqlite3 instead of sqlite3 in system requirements check
2024-08-19 22:08:48 +01:00
b1e28a0e06
settings: fix firstrun_complete handling if preset to false before wiki initialisation
2024-08-19 21:56:12 +01:00
b0fde1df77
typos in error messages
2024-08-19 21:29:30 +01:00
16354b467e
page-edit: fix typo
2024-02-10 19:25:10 +00:00
4b81c2334a
CONTRIBUTING: tweak wording
2024-02-08 01:56:36 +00:00
951a08dde8
fixup
2024-02-07 00:39:24 +00:00
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
d44ceaa412
Add contributing guide
2024-02-01 23:47:06 +00:00
8ace93e518
add more spelling definitions
2023-12-18 23:30:43 +00:00
242a9909ec
security issue reporting: Twitter/X is no longer a safe way to communicate sensitive information.
2023-12-18 23:29:45 +00:00
34f003ace9
Changelog: add typos in user-table
2023-12-18 23:27:20 +00:00
f787d39f45
user-table: fix typos
...
I got a new extension!
2023-12-18 23:26:50 +00:00
9ec386dc24
fixup
2023-12-16 20:22:02 +00:00
11bc915990
docs: add caddy peppermint.json blocking instruction
2023-12-16 20:20:02 +00:00
f0289692d1
docs: document pepppermint.json blocking in lighttpd
2023-12-16 20:16:50 +00:00
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
b8d68f411b
Add simple markdown guide
2023-09-11 00:52:57 +01:00
fbf2ed69cd
npm: update dependencies
2023-09-10 13:48:15 +01:00
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
ed4bda5ebc
bump version for development
2023-02-19 02:19:42 +00:00
0eca133679
update changelog
2023-02-19 02:18:53 +00:00
63771c4078
Bump version for v0.24!
2023-02-19 01:51:05 +00:00
c065e0f368
Update apidoc dependencies
2023-02-19 01:47:55 +00:00
b90b25b07d
add composer.lock file
2023-01-26 20:57:15 +00:00
a81334d66c
update lantern build engine
2023-01-26 20:57:01 +00:00
0e675f4c6f
parsedown: fix templating under circumstances
2023-01-26 20:51:07 +00:00
c6fb3cdd6e
credits: fix typo
...
fixes #233
2022-09-17 17:36:20 +01:00
b0e1418175
typo
2022-08-14 22:31:08 +01:00
ccd0fa8f13
typo
2022-08-14 22:30:49 +01:00
af888ac0c2
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki
2022-08-14 21:41:25 +01:00
b2ba00df56
Document redirect and redirected_from GET params to the view action
2022-08-14 21:41:17 +01:00
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
c767ab6621
Bump version to v0.24-beta2; update changelog
2022-08-03 01:13:22 +01:00
2ddad1ae59
page-list: add filter GET param to filter page list by a substring.
2022-08-03 01:13:04 +01:00
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
33734e9ee1
package.json: bump version
2022-07-05 01:18:04 +01:00