Commit Graph

1456 Commits

Author SHA1 Message Date
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
Starbeamrainbowlabs 34da19e5b0
Add note to features 2019-12-23 19:03:09 +00:00
Starbeamrainbowlabs 9cb4ecae1b
Implement watchlist emailing, but it's not tested yet.
We're getting there, hooray! :D
2019-12-23 18:57:52 +00:00
Starbeamrainbowlabs 86a9828565
Improve render_timestamp() 2019-12-23 18:30:06 +00:00
Starbeamrainbowlabs 1686ee33d3
Add new email_debug_dontsend setting 2019-12-23 17:53:46 +00:00
Starbeamrainbowlabs 1602fab2c3
Correctly handle utf-8 in email_user() 2019-12-23 17:39:18 +00:00
Starbeamrainbowlabs 8914bff594
Add watch item to nav more menu, and tweak messages. 2019-12-23 16:17:33 +00:00
Starbeamrainbowlabs 53c6533a4c
Bugfix integration between watchlist and watchlist-edit 2019-12-23 16:09:39 +00:00
Starbeamrainbowlabs 890c27be02
Bugfix new watchlist-edit action.
(Almost) next up: Actually sending the notifications!
2019-12-23 16:03:38 +00:00
Starbeamrainbowlabs ead1663849
pageindex: Unset stray global 2019-12-23 15:42:40 +00:00
Starbeamrainbowlabs 85fb5cd6c1
Finish implementing the watchlist backend. Now to test it! 2019-12-23 15:39:28 +00:00
Starbeamrainbowlabs f7ee581709
Start working on the backend to the watchlist system, but it's not finished yet 2019-12-23 01:27:26 +00:00
Starbeamrainbowlabs 167259623d
Start implementing watchlists :D
TODO: update the changelog
2019-12-22 14:37:20 +00:00
Starbeamrainbowlabs f02e486580
Tweak peppermint.josn access check message again 2019-12-22 14:32:46 +00:00
Starbeamrainbowlabs 2744761c00
Update changelog 2019-12-19 15:37:15 +00:00
Starbeamrainbowlabs 23f526baaa
Bugfix: Avoid inadvertent link loop for bots on login page 2019-12-19 15:36:41 +00:00
Starbeamrainbowlabs e4eee4e281
Fix comment typo 2019-12-15 22:38:44 +00:00
Starbeamrainbowlabs 6d675fc783
Bugfix: Add missing apostrophes in stop words 2019-12-15 20:21:05 +00:00
Starbeamrainbowlabs 6f4b1a62e9
Fix + weighted word support on stas-parse action 2019-12-15 20:03:04 +00:00
Starbeamrainbowlabs c80f26962e
Refactor stas_split to be more fasterererer
Informal testing shows that it's gone from taking ~18% of the total time 
to ~4% of the total time :D
2019-12-15 17:56:56 +00:00
Starbeamrainbowlabs 843f0f7ee9
Update comment 2019-12-10 01:13:51 +00:00
Starbeamrainbowlabs d53f0ed85a
Remove search::transliterate, as it has a hgue performance overhead.
Use search::$literator->transliterate() directly instead.
2019-12-08 21:04:59 +00:00
Starbeamrainbowlabs 34fb821804
Don't load the stats index if it's not needed 2019-12-08 20:45:20 +00:00
Starbeamrainbowlabs d3e83a0aea
page_renderer: Don't generate the page list for the datalist if it's not displayed 2019-12-08 20:27:20 +00:00
Starbeamrainbowlabs 4f88467cbb
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2019-12-06 23:40:42 +00:00
Starbeamrainbowlabs 8156055b5c
Improve search index write & lookup performance by implementing new arr_simple system
By serialising and deserialising lists of numbers with implode & 
explode, we can further cut down on the json_* calls which are 
reeeeeally slow.
2019-12-06 23:40:28 +00:00
Starbeamrainbowlabs 84e9507e35
Update Changelog.md 2019-11-24 13:09:30 +00:00
Starbeamrainbowlabs 25cef164ef
Bump version ready for release :D 2019-11-24 12:01:09 +00:00
Starbeamrainbowlabs d7ba05c264
Fix pre-release shields.io badge in README 2019-11-24 11:59:50 +00:00
Starbeamrainbowlabs 306a6d3dbc
Update changelog 2019-11-24 11:54:02 +00:00
Starbeamrainbowlabs 60cca5a5e2
Add say hi button to firstrun wizard :D - closes #175 2019-11-24 11:50:49 +00:00
Starbeamrainbowlabs 52cb0d02dc
Add places we've been mentioned & photo (non?) credit 2019-11-21 20:59:22 +00:00
Starbeamrainbowlabs 91a772c8fa
Updaate feature list 2019-11-20 19:48:09 +00:00
Starbeamrainbowlabs 7d08fc6627
Bump version for first beta release :D 2019-11-19 21:23:39 +00:00
Starbeamrainbowlabs b35e3067e7
Update new photo theme description 2019-11-15 11:33:12 +00:00
Starbeamrainbowlabs 478973f48f
Add server-side inkscape to external renderers 2019-11-14 19:23:53 +00:00