a0f6e89643
Start implementing similar pages system, but it's not finished yet
...
We have the backend suggestion system done, but not the UI.
I can tell that this is going to require lots of tweaking to get just
right. I suspect it might be a good idea to explore some possible
tweakable settings we can add to allow people to tweak the engine to
better suit their individual setups.
2020-05-22 21:22:07 +01:00
103c24dac3
Nina patch apidoc.json.
...
....nobody will notice, right?
2020-05-17 13:52:06 +01:00
ff46c132cd
Bump version. - v0.21 is here~!
2020-05-17 13:23:27 +01:00
c8037d7c9c
Improve getting a copy docs
2020-05-09 16:31:00 +01:00
6e3ec4863b
master settings page: fix invalid HTML that was causing layout issues
...
....especially when using the photo theme.
2020-05-09 15:43:12 +01:00
fd3edb4fcb
theme/photo: fix theme gallery & curb massive images/videos/audio
2020-05-09 15:41:04 +01:00
260cd6d4b4
build system: make PEPPRMINT_THEME environment variable work again
2020-05-09 15:38:39 +01:00
1992098a71
add parsedown-extreme to feature list in docs
2020-05-08 23:50:11 +01:00
e252bad4ca
Bump version. It's time for the first beta release of v0.21 :D :D :D
2020-05-07 22:08:11 +01:00
dfb692112f
docs: we're picky about filenames
2020-04-22 01:18:32 +01:00
45ec042dc6
stats/cli: add show subcommand
2020-04-22 01:17:05 +01:00
2324517abc
feature-stats: add cli command
2020-04-22 00:58:57 +01:00
91bc906bc9
didyoumean/cli: improve output of lookup subcommand
2020-04-22 00:44:33 +01:00
dda71eb971
guijson: fix definition of cli_enabled text → checkbox
2020-04-22 00:38:38 +01:00
4db086f2eb
Update todo list in README
2020-04-22 00:37:00 +01:00
d3bb346aa2
Add cli section to docs
2020-04-22 00:36:52 +01:00
5ba0fce2ff
feature-cli: remove need for quotes when using php index.php exec ....
2020-04-22 00:33:53 +01:00
f72062332a
feature-cli: fix version subcommand
2020-04-21 23:07:43 +01:00
d3a918af7a
docs: fiddle with order
2020-04-21 22:32:34 +01:00
a6a37033ec
Update changelog
2020-04-21 22:32:20 +01:00
2dacc5f99c
Disable the didyoumean typo correction engine by default & add it to the changelog
2020-04-21 22:13:08 +01:00
8278cd052b
parser-parsedown: add markdown support to image captions
2020-04-21 21:56:31 +01:00
a1b962a7b5
feature-upload: fix the dot problem
2020-04-21 21:18:50 +01:00
c1af093ada
Reduce number of calls to stas_parse()
2020-04-21 21:01:00 +01:00
9f4dd1c149
libsearchengine/didyoumean: fix infinite loop
2020-04-21 20:22:08 +01:00
d294c7e89a
feature-upload: squash unlink() warning when file fails to upload
2020-04-21 20:08:17 +01:00
698a666061
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki
2020-04-21 15:05:33 +01:00
6b8040b78c
Update credits
2020-04-21 15:05:25 +01:00
0b305795ee
Merge pull request #185 from SeanFromIT/master
...
updating internal link ordering docu
2020-04-21 15:04:13 +01:00
e612adb0fc
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki
2020-04-21 15:01:40 +01:00
f6a7495ce5
Bugfix: Replace newline characters in internal links with spaces - fixes #186
2020-04-21 15:00:54 +01:00
Sean Feeney
7d63f54077
updating internal link ordering docu
2020-04-19 17:12:21 -07:00
824883a3b3
Merge pull request #183 from SeanFromIT/master
...
adding nosidebar docu
2020-04-19 13:49:19 +01:00
Sean Feeney
386654f49f
adding nosidebar docu
2020-04-18 20:32:39 -07:00
ed9b6cfa51
Update changelog
2020-04-18 13:23:50 +01:00
0e0ccd9e00
Add new anoncomments setting
2020-04-18 13:23:18 +01:00
ad8d05a3eb
fix whitespace
2020-04-18 13:00:50 +01:00
Sean Feeney
171f9f4874
patching PHP 7.3.11 issue and double dot in file uploads
2020-04-18 13:00:50 +01:00
dbbd9e7514
Update changelog
2020-04-18 13:00:03 +01:00
300f1df8f4
Update changelog for v0.20.3-hotfix3
...
TODO: merge hotfixes into this branch
2020-04-18 12:55:14 +01:00
d7ad69e665
moar htmlentities
2020-04-18 12:41:24 +01:00
11ade94d62
lib-search-engine: Squash another bug
2020-03-15 22:06:26 +00:00
b8f37597a6
Fix inverted logic in libstoragebox
2020-03-15 22:04:18 +00:00
5232bb3060
More bugfixes & optimisations, but I'm still not sure what's up with the correction system
2020-03-15 21:28:56 +00:00
99f920f11d
Fiddle with it a bit, but it looks like further investigation is needed.
2020-03-15 18:26:17 +00:00
d131666ff5
Squash all the error messages, but it's not working as intended.
...
All that seems to have happened is that searches are taking longer and
not doing anything different.....
2020-03-15 18:10:23 +00:00
f632c0907c
Integrate didyoumean into the main search engine, but it's crashing.
...
We're getting there though!
2020-03-15 17:54:27 +00:00
67ea09b5cf
feature-cli: Colourise readline shell
...
In PHP (and Bash, it turns out) it's \001 and \002 that should enclose
invisible characters.
Perhaps we could do the same for the SQLite CLI shell?
2020-03-15 17:32:13 +00:00
f2561d8cb0
Squash more bugs in feature-cli and populate readline history
2020-03-15 17:19:16 +00:00
0829e7630b
Start implementing didyoumean abstraction in lib-search-engine, but its not finished yet.
...
Next up:
- Updating the index
- Adding words to the index in the first place
- Saving the index if changes were made
- Tighter integration into the existing search system to avoid changes
to other modules
2020-03-15 14:41:14 +00:00