Doeke Norg
Doeke Norg
Todo: - [ ] Check if `ColumnIterator` is actually more performant now.
Unlike stated in the `README` it can be possible to implement `_diff` and `_intersect` functions by repeatedly looping of the provided iterators. Because this is probably not the most performant...
Following this tweet: https://twitter.com/ramsey/status/1561894460560138241, this PR adds the configuration options for `commonmark` to the `twig-extra-bundle`. The configuration is added to the `LeagueCommonMarkConverterFactory` and in turn injected in the `CommonMarkConverter`. This...
## Things to test: - [x] Saving existing Views shouldn't change anything - Edit an existing View - Don't do anything - Save the View - Check to make sure...
### Bug report When a function is declared in a `function_exists()` check, the stubs are not applied. In my case the function is a third-party legacy variadic function; meaning it...
This PR addresses #721.  💾 [Build file](https://www.dropbox.com/scl/fi/h43raq4gz577k7kjgwxud/gravityview-2.29-57bdb1b01.zip?rlkey=x88ghms8oj9iiyltumvjsfbz5&dl=1) (57bdb1b01).
Currently, the view settings do not have a validation system in place. This means the values can be basically anything, or be omitted. To have more fine grain control over...
Following #2117: - [ ] When using the placeholder to activate, the user is prompted twice for confirmation about leaving the page: once via the page itself and once through...
This PR addresses #2161 and #2317. The files are no longer processed during the validation step, but are added back to the form in a fake upload process. To test:...
This is a rebased PR on top of `develop` for #1753. Todo: Small-ish: - [x] Sieve individual choice fields - [x] Add search mode field (hidden / choice) with a...