Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation
Badges
Recent posts
-
My Account Was Deleted
· 8 years ago
No one's account was deleted but we don't use Gitter anymore, we use Slack for chatting: https://chat.getgrav.org/
-
Infinite Scroll Page Collection/Posts
· 8 years ago
The infinite.html.twig from getgrav.org is actually pretty simple: {% set collection = page.collection %} {% set pagination = collection.params.pagination %} {% set blog_url = base_url~'/blog' %} {%
-
Future Grav.CMS
· 8 years ago
Grav development is actually very active. I'm just super busy at the moment and trying to balance time between all my obligations. As @hugoaf mentioned, Grav 1.4beta is in active development and so
-
Theme Inheritance with Quark theme and 1.4.0-beta.3
· 8 years ago
It 'should' work, but this has not been tested yet. I'll make sure I test it before the official release.
-
Use other Framework CSS
· 8 years ago
As long as you have created a new theme from Antimatter (see docs on customizing themes),so you don't overwrite your changes with updates, you should be able to simple copy the new pure CSS files into
-
Strict https site behind SSL Offloader - Grav not always using https urls
· 8 years ago
Could do with some more information about which bits exactly are not https. Also which version of Grav and assocaited plugins?
-
Assets performance, PSI and loadCSS
· 8 years ago
We use HTTP2 on getgrav.org. Just works, no special workarounds required.
-
XSS Injection from parameters
· 9 years ago
OK, now I follow you. So this is not actually an XSS issue in Grav itself, it's more of a developer awareness that you need to be aware of when creating custom Twig. Some points: Grav is not forcing
-
XSS Injection from parameters
· 9 years ago
@seb: https://www.mysite.com/fr?foobar=x"><svg onload="alert('hi')"> I can't replicate this on any browser including an older browser based on Firefox 56. I've tried Grav 1.3.7 as w
-
JSON data from a plugin available to Twig - not working
· 9 years ago
just because a json file exist in your pulgin doesn't mean you will be able to access it.. You need to load the file $myjson = json_decode(file_get_contents('yourfile.json')) Then you need to set tha