Denis
Results
2
issues of
Denis
Fixed: some strings and arrays in the context can break the template rendering due to PHP callables
1
PHP can recognize an array or a string as a callable, causing unwanted changes to the template rendering process. Example: ``` $template = new Template('Hello, {{ username }}!'); $context =...
enhancement
### Describe the Bug Creating a moderately big page can hog up all of the server's CPU resources. The document saving process itself hangs somewhere in `/BookStack/app/Util/HtmlDocument.php` As the page...
:bug: Bug
:mag: Testing required