1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00
Commit graph

1424 commits

Author SHA1 Message Date
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
Starbeamrainbowlabs 4ff71b39a1
Further refinements to the new photo theme 2019-11-10 17:20:13 +00:00
Starbeamrainbowlabs 21f59ef09b
Refine the new photo theme a bunch 2019-11-10 15:44:43 +00:00
Starbeamrainbowlabs 803677ba69
Add id to tags input box on page editor 2019-11-10 15:44:21 +00:00
Starbeamrainbowlabs 41dc73036d
Bugfix: Include the new inverted index in wiki size calculations 2019-11-10 15:43:24 +00:00
Starbeamrainbowlabs 0ef5add3d2
Start working on new photo theme 2019-11-04 00:52:34 +00:00
Starbeamrainbowlabs 729af8205d
Add documentation on external renderers 2019-10-26 15:19:05 +01:00
Starbeamrainbowlabs 34a86dbaec
Fix insert 2019-10-26 12:27:09 +01:00
Starbeamrainbowlabs 5b89e6549e
Add note to parsedown help 2019-10-26 12:24:56 +01:00
Starbeamrainbowlabs cc684766ba
Invert nomnoml diagrams in dark mode 2019-10-26 01:16:05 +01:00
Starbeamrainbowlabs f044d25f7e
Add output_classes property to external renderer, and new .invert-when-dark class in theme
ABC Notation & Server-Side Latex look good naow! :D
2019-10-25 12:12:57 +01:00
Starbeamrainbowlabs 6d683533f5
Remove test lilypond file 2019-10-25 01:06:49 +01:00
Starbeamrainbowlabs 9f6932f32d
Swap lilypond out for abcm2ps, which is much easier to integrate with. 2019-10-25 01:06:33 +01:00
Starbeamrainbowlabs 999e10b291
Bugfix: Correct latexserver external renderer example 2019-10-25 00:16:25 +01:00
Starbeamrainbowlabs 657213c11c
Bugfix: Nest external rendered images inside a <p> to make them block-level 2019-10-25 00:16:08 +01:00
Starbeamrainbowlabs bba614df2f
Add setting to disallow anonymous users from invoking the external renderer on new input 2019-10-24 21:08:18 +01:00
Starbeamrainbowlabs b75ad067eb
Add file & substitution_pipe support.
Also use nomnoml in SVG mode instead of nomnoml-cli, because the latter 
is a pain to build.
2019-10-24 20:13:03 +01:00
Starbeamrainbowlabs ec85f80b35
[theme] Fix dark text in dark mode 2019-10-24 19:43:30 +01:00
Starbeamrainbowlabs 1ef86f117c
Bugfix: Make errorimage() multibyte-safe 2019-10-22 21:44:20 +01:00
Starbeamrainbowlabs 4701d24bd7
Tweak lilypond arguments 2019-10-21 11:50:24 +01:00
Starbeamrainbowlabs 8f815b43d4
Tweak LilyPond CLI
Also deliberately break the output because we haven't tackled all the 
security implications of calling lilypond yet
2019-10-21 01:33:36 +01:00
Starbeamrainbowlabs 0744498570
Bugfix: Clean up correctly if the external renderer burps
This is especialyl important for the exteernal renderer cache directory, 
which is assumed to contain exclusively valid rendered outputs.
2019-10-21 00:41:14 +01:00
Starbeamrainbowlabs b7cb9741de
Implement backend. That went better than expected!
We should test it thoroughly to make sure it functions as expected.
2019-10-21 00:31:18 +01:00
Starbeamrainbowlabs da785a05b9
Bugfix: nomnoml cli doesn't *actually* support SVG despite the fact that it claims to do so 2019-10-20 23:19:57 +01:00
Starbeamrainbowlabs fe4071fe05
Add setting to disable external renderer support 2019-10-20 22:00:52 +01:00
Starbeamrainbowlabs 9d2be94f64
Start writing backend ext_renderer, but it's not finished yet. 2019-10-20 21:54:00 +01:00
Starbeamrainbowlabs fd5dd9a7c2
Update changelog 2019-10-20 21:43:22 +01:00
Starbeamrainbowlabs 6d19af2e1b
Refactor errorimage into core & greatly improve it 2019-10-20 21:42:13 +01:00
Starbeamrainbowlabs ca6546677b
Add initial external diagram renderer support, but we are missing the backend. 2019-10-20 20:54:50 +01:00
Starbeamrainbowlabs 9249903d59
Tweak font size of code blocks 2019-10-20 18:09:44 +01:00
Starbeamrainbowlabs 5a788aca78
Tweak code block styling for light mode 2019-10-20 18:08:10 +01:00
Starbeamrainbowlabs 209122fabd
Style code blocks (todo: test them in light mode) 2019-10-20 18:05:57 +01:00
Starbeamrainbowlabs 30cbca1b13
Remove debug statement 2019-10-20 17:53:21 +01:00