Commit Graph

1293 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 1bd91ad7e0
Optimise logo 2019-08-25 21:36:35 +01:00
Starbeamrainbowlabs 98c94a2b59
Start working on theme index, but screenshotting isn't finished yet 2019-08-25 18:12:08 +01:00
Starbeamrainbowlabs ad5f7dcbb4
Refactor themes - more theme-related improvements coming soon! 2019-08-25 01:23:24 +01:00
Starbeamrainbowlabs 2fa867e6ef
Bump page-help version 2019-08-24 21:56:02 +01:00
Starbeamrainbowlabs f160a82063
Add note to search page linking to query syntax on help page 2019-08-24 20:47:41 +01:00
Starbeamrainbowlabs dc63d98925
Add table of contents to help page 2019-08-24 20:05:06 +01:00
Starbeamrainbowlabs da5b3a5df8
Do some documentation work, and add missing help sections 2019-08-24 19:56:14 +01:00
Starbeamrainbowlabs e773e36de5
Tweak stas-parse action output 2019-08-23 01:29:11 +01:00
Starbeamrainbowlabs 632375417d
Add apiDoc comment 2019-08-23 01:27:35 +01:00
Starbeamrainbowlabs e6ba31df23
Add debug stas-parse action 2019-08-23 01:24:17 +01:00
Starbeamrainbowlabs 276b4c808f
Add STAS parsing to query-searchindex output 2019-08-23 00:51:39 +01:00
Starbeamrainbowlabs 4d51ae924e
Fix intitle: & intags: syntax - game, set, match. 2019-08-22 22:23:30 +01:00
Starbeamrainbowlabs 9505e0653e
Fix some mroe odd bugs in the new search system 2019-08-22 22:11:09 +01:00
Starbeamrainbowlabs edf1be5801
Fix a *huge* number of bugs in the new search system, but it's not ready just yet 2019-08-22 21:38:17 +01:00
Starbeamrainbowlabs e08e775d98
Finish refactoring invindex_query 2019-08-22 17:43:14 +01:00
Starbeamrainbowlabs 94bc787ea7
Add editing file for diagram 2019-08-19 01:13:01 +01:00
Starbeamrainbowlabs b93dd3d9cc
Start refactoring query_invindex & rename it to invindex_query
....but of course it's not finished yet. We're doing well, but there are 
a few thorny issues to go.

Mainly: We need to seriously optimise ids::getpagename(), 'cause we'll 
need it a *lot* when we get to implementing the size, before, and after 
colon : directives.
2019-08-18 21:25:48 +01:00
Starbeamrainbowlabs 0807cce256
Add searhc index format diagram 2019-08-18 20:11:30 +01:00
Starbeamrainbowlabs ce6df06817
Start refactoring the search system to use a new key-value store backend
....but it's not finished yet.

It should improve performance significantly when it's done & optimised, 
as we won't have to load the entire search index into memory & decode it 
just to perform a single query.
2019-08-18 18:52:29 +01:00
Starbeamrainbowlabs 38badd3c1f
[search] Add StorageBox.php as an extra data file
It's time to refactor the search system to use an SQLite-backed 
key-value data store. It's just a shame that something designed for this 
like LevelDB / RocksDB doesn't have a PHP package that we can use :-/

We can always switch later, I suppose.
2019-08-17 20:47:51 +01:00
Starbeamrainbowlabs 7088990027
Minor code formatting 2019-08-17 01:19:04 +01:00
Starbeamrainbowlabs 5609506def
minor formatting 2019-08-16 01:14:38 +01:00
Starbeamrainbowlabs 127270ff89
Bugfix: Correct search query performance metrics 2019-08-15 23:46:23 +01:00
Starbeamrainbowlabs ddc36bf48e
Remove commented code 2019-08-15 23:17:33 +01:00
Starbeamrainbowlabs 0a5ba3ff59
Improve search invindex alteration performance
This will be especially noticable when using invindex-rebuild
2019-08-15 23:06:06 +01:00
Starbeamrainbowlabs a67b67817f
[upload] Make comments serenata-compatible 2019-08-15 22:55:50 +01:00
Starbeamrainbowlabs bc0c5de9e7
Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2019-08-14 01:19:11 +01:00
Starbeamrainbowlabs 425203e0ec
Smal comment update.
Be the first to check out the new STA system in development! 
https://repl.it/@sbrl/Peppermint-STAS

STAS: Search Term Analysis System

It's currently being tested externally, before being folded into 
Pepperminty Wiki itself. Want a feature that's currently missing? Get in 
touch!
2019-08-14 01:18:53 +01:00
Starbeamrainbowlabs 411d03da27
[apidoc] Bugfix @apiVersion directives 2019-08-09 12:44:22 +01:00
Starbeamrainbowlabs a12e00ef73
typo in comment 2019-08-08 18:36:51 +01:00
Starbeamrainbowlabs b6a986a075
[apidoc] @since -> @apiVersion 2019-08-08 18:32:24 +01:00
Starbeamrainbowlabs 2c474b3ec5
[apidoc] Bugfix: correct typo 2019-08-08 18:29:49 +01:00
Starbeamrainbowlabs acafcd3d94
Remove rendered documentation from repository 2019-08-08 18:27:23 +01:00
Starbeamrainbowlabs 76a041a47f
build.sh: fix typo 2019-08-08 18:16:56 +01:00
Starbeamrainbowlabs 4c6459b70d
build.sh: Use portable function definition style 2019-08-08 18:14:52 +01:00
Starbeamrainbowlabs 71bceaa60b
Bugfix: Create temporary directory before downloading phpDocumentor 2019-08-08 18:13:13 +01:00
Starbeamrainbowlabs b27eefe05b
Bump version to v0.20-dev 2019-08-08 18:10:09 +01:00
Starbeamrainbowlabs 6a2c7af998
Update dependency 2019-08-08 18:07:49 +01:00
Starbeamrainbowlabs 4402f53b3d
Update dependencies 2019-07-15 15:39:16 +01:00
Starbeamrainbowlabs b5007854a7
Bump moar version numbers 2019-07-05 21:28:20 +01:00
Starbeamrainbowlabs 4527d0f039
Update references to documentation. 2019-07-05 21:24:51 +01:00
Starbeamrainbowlabs 9cf3105fc6
Update docs & bump version 2019-07-05 20:51:51 +01:00
Starbeamrainbowlabs ca30484272
Update changelog 2019-07-02 00:38:43 +01:00
Starbeamrainbowlabs 1938398444
Bump version 2019-07-02 00:32:55 +01:00
Starbeamrainbowlabs 5509ca58c8
Docs: Remove todo & update changelog 2019-07-02 00:19:54 +01:00
Starbeamrainbowlabs 2e8b6d9dfa
docs: Fill out the templating table 2019-07-02 00:11:35 +01:00
Starbeamrainbowlabs d62dcaca44
Update global variables table 2019-07-01 23:50:06 +01:00
Starbeamrainbowlabs c6872f85c3
docs: Fix tables 2019-07-01 11:53:12 +01:00
Starbeamrainbowlabs 05b1303d80
Update changelog 2019-07-01 00:58:59 +01:00
Starbeamrainbowlabs d1e2f664d4
Update styling of documentation 2019-07-01 00:58:01 +01:00