Commit Graph

1491 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 593f16dfb9
Commit BkTree & Nilsimsa experiments. It's about time!
....I was gettign increasinly nervous about not committing these to git. 
Hopefully at some point soon I'll be able to integrate the BkTree into 
Pepperminty Wiki properly - but I still need to implement word removal 
first before I can do that.

Also, feature-search is getting big. It's refactoring time to be sure, 
but Im uncertain  at this stage precisely _how_ I want to go about that. 
I've got 2 ideas:

1. Refactor the engine and the storage box into separate "library 
modules"
2. Refactor them into their own repository/ies or something, and include 
them as extra data
3. Extend the  extra data system to support local files and include them 
in the main Pepperminty Wiki repository

Thought is required. If anyone actually reads this message, do get in 
touch with your thoughts!
2020-03-04 01:57:13 +00:00
Starbeamrainbowlabs 7af2ad9bb3
docs: Fix URL text in sidebar 2020-02-12 21:25:17 +00:00
Starbeamrainbowlabs 83c9d527cb
Bugfix: Squash empty tags when saving an edit to a page 2020-02-04 01:45:14 +00:00
Starbeamrainbowlabs 1d540d3d8a
Send content-type: text/plain when erroring out 'cause we can't write to disk 2020-02-04 01:23:44 +00:00
Starbeamrainbowlabs b50e7bbbf2
Tweak release template text 2020-02-03 23:00:53 +00:00
Starbeamrainbowlabs 7a12d6c39e
pack.php: Add specifying the theme to build into the Pepperminty Wiki instance via an environment variable 2020-02-03 20:12:12 +00:00
Starbeamrainbowlabs 83bf9acd86
Add tag input autocomplete when editing pages.
Thanks to Awesomplete by @LeaVerou :D
2020-01-26 21:04:39 +00:00
Starbeamrainbowlabs adc42fc806
Add stay up-to-date links to README 2020-01-23 23:05:57 +00:00
Starbeamrainbowlabs 92283ec5d1
Changelog: layout 2020-01-17 19:12:03 +00:00
Starbeamrainbowlabs 11611262c4
Add initial mobile theme support 2020-01-16 20:13:01 +00:00
Starbeamrainbowlabs 1f746c68b5
Downloader: fix accessibility issues in Firefox accessibility checker 2020-01-16 19:22:16 +00:00
Starbeamrainbowlabs b61fc01990
downloader: Add favicon 2020-01-16 19:19:06 +00:00
Starbeamrainbowlabs 844907086d
Add prefers-color-scheme dark mode to downloader 2020-01-16 19:17:54 +00:00
Starbeamrainbowlabs 1935b7b516
Update release text template 2020-01-16 19:10:43 +00:00
Starbeamrainbowlabs af734c5874
Update changelog for v0.20.2-hotfix2 2020-01-16 19:10:25 +00:00
Starbeamrainbowlabs cb381119ba
(finally) remove module_index.json from git 2020-01-16 18:59:35 +00:00
Starbeamrainbowlabs 133f98a752
Update getting a copy docs 2020-01-12 12:01:21 +00:00
Starbeamrainbowlabs e2e9301043
Credits URL correction 2020-01-10 17:47:23 +00:00
Starbeamrainbowlabs 707f9badb9
Update changelog to reflect v0.20.1-hotfix1 2020-01-10 17:43:08 +00:00
Starbeamrainbowlabs 62ac3e91e5
Update changelog 2020-01-10 17:17:31 +00:00
Starbeamrainbowlabs 6ad61f6be4
Add credits for #179 2020-01-10 17:11:25 +00:00
Starbeamrainbowlabs 27a7349e70
Merge pull request #179 from nivex/patch-1
Fix compromise detection
2020-01-10 17:08:19 +00:00
Starbeamrainbowlabs 0f04a927c4
Tiny formatting tweak 2020-01-10 17:07:09 +00:00
Kevin Otte 3396c25002
Fix compromise detection
Compromise detection has inverted logic handling response_code and did not honor the settingsFilename variable.
2020-01-08 20:25:46 -05:00
Starbeamrainbowlabs 5fdd91ce4c
Update changelog; change name of new setting to email_verify_addresses setting 2020-01-05 23:10:19 +00:00
Starbeamrainbowlabs 344b7daa70
Make email address verification email sending more intelligent and update changelog 2020-01-05 21:16:51 +00:00
Starbeamrainbowlabs 3c47bf0539
Bugfix: Correctly display whether the user's email address is verified 2020-01-05 21:10:35 +00:00
Starbeamrainbowlabs 0be001990f
Bugfix: fix new url_stem() function 2020-01-05 21:07:59 +00:00
Starbeamrainbowlabs b4c0782e58
bool -> boolean 2020-01-05 20:59:21 +00:00
Starbeamrainbowlabs 4b40cf7c19
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2020-01-05 20:53:44 +00:00
Starbeamrainbowlabs d47395e005
feature-user-preferences: bump version 2020-01-05 20:52:56 +00:00
Starbeamrainbowlabs 9d75134afe
Add clarification about email verification status 2020-01-05 20:52:35 +00:00
Starbeamrainbowlabs 2a3da95e79
Add clarification about email verification status 2020-01-05 20:50:58 +00:00
Starbeamrainbowlabs 322f956a9f
Add url_stem() & email address verification system 2020-01-05 20:49:20 +00:00
Starbeamrainbowlabs e6fd579bf1
Bugfix watchlist: Fix variable name 2020-01-05 20:48:55 +00:00
Starbeamrainbowlabs 91f96849b8
Add GitHub FUNDING definition 2019-12-27 23:36:24 +00:00
Starbeamrainbowlabs 3f52be2cfa
build script: fix cloning of lantern build engine on first clone - fixes #177 2019-12-24 17:34:19 +00:00
Starbeamrainbowlabs 2171da1df8
Fix command and PHP module checks in build system - closes #178 2019-12-24 17:32:45 +00:00
Starbeamrainbowlabs 05615b4c81
feature-watchlist: bump version 2019-12-24 12:14:02 +00:00
Starbeamrainbowlabs 95e06c5b8b
Bugfix: Don't send an email to users to edit pages on their watchlists 2019-12-24 12:13:35 +00:00
Starbeamrainbowlabs f6f562790e
Update changelog 2019-12-23 23:02:07 +00:00
Starbeamrainbowlabs f06c37c561
Add title to remove cross on watchlist page 2019-12-23 22:53:16 +00:00
Starbeamrainbowlabs ab179e4e83
Bugfix: Check to make sure that a user's watchlist exists before checking to see if it's an array 2019-12-23 22:51:59 +00:00
Starbeamrainbowlabs f6d183a11e
Add conditional link to user preferences page to watchlist 2019-12-23 22:31:44 +00:00
Starbeamrainbowlabs d467222660
Update changelog 2019-12-23 22:26:56 +00:00
Starbeamrainbowlabs 1abcd96699
Remove stray debug statement 2019-12-23 22:02:41 +00:00
Starbeamrainbowlabs 456f749ffe
Bugfix: Squash bug in new array_simple search optimisation 2019-12-23 21:58:23 +00:00
Starbeamrainbowlabs 52fcd6a44a
Bugfix: Update Parsedown to squash bugs in PHP 7.4 2019-12-23 21:53:22 +00:00
Starbeamrainbowlabs 543fcc171f
Bugfix: Fix watchlist page-edit module check 2019-12-23 20:53:08 +00:00
Starbeamrainbowlabs 7548c1e7ee
Bugfix: Fix alt + enter search box submit failing with allow popups message 2019-12-23 20:52:48 +00:00