Erik van der Bas
Erik van der Bas
No big deal, just a few type errors fixed in the source code.
Related: - #3092 ## Issue compile_string is somewhat vulnereble to security issues. ## Solution Described a solution in the docblock of the method. ## Impact Better understanding of the risks...
Let's not ship files that are not needed.
**Before** **after** Closes #116
This PR fixes a bug in the ChoiceFieldBuilder::addChoices() method that prevented us from setting explicit numeric keys without resulting to passing a choice as a Associative array. The refactored code...
In Timber Posts, and probably on quite a few other places, we do heavy queries. `Post::children` came to mind in #3140 but also `Post::thumbnail`. Shall we use some kind of...