Hannes Papenberg
Hannes Papenberg
This fixes issues #43154, #35463 and #39149 ### Summary of Changes The router right now merges the query elements of the current menu item into the query it parsed so...
### Summary of Changes Smart Search has been donated at some point to the project by a commercial company, but I'm pretty sure that the commercial company wasn't the original...
### Summary of Changes This PR adds missing $items, $params, $pagination, $filterForm and $activeFilters attributes to HtmlView classes. Also fixing 2 typehints. ### Testing Instructions Codereview ### Link to documentations...
### Summary of Changes When the route of an entry in Smart Search isn't a query string, the highlight feature actually can produce invalid URLs. This PR enforces these URLs...
### Summary of Changes The $this->text() used in this code does not exist in the class. This PR replaces that with the Text::sprintf() instead. ### Testing Instructions Codereview ### Link...
### Summary of Changes When adding typehints for these custom fields, I mistakenly used the FileLayout class, while it actually is the respective plugins class. ### Testing Instructions Codereview. ###...
### Summary of Changes We are in the process of migrating away from the CMS filesystem package to use the framework version of it. This PR converts all instances where...
### Summary of Changes These are missing properties used by our layouts in the backend component view classes. ### Testing Instructions Codereview. ### Link to documentations Please select: - [...
### Summary of Changes In the token API authentication plugin we are constructing a response with the timezone and language from the user object. However, that data is stored in...
### Summary of Changes We are in the process of migrating away from the CMS filesystem package to use the framework version of it. This PR converts all instances where...