Badges
Creator of Grav CMS + other things...
Recent posts
-
Assets performance, PSI and loadCSS
· 9 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
-
Pagination Confusion - forbidden errors & category list question
· 9 years ago
Are you on windows by any chance? if so: https://learn.getgrav.org/troubleshooting/forbidden
-
Display element on blog list page and not blog page?
· 9 years ago
what sort of element? is it something you could set in the page frontmatter, then in the listing page, simply see if that value is set, and if so, display it?
-
Update 1.3.10 errors after upgrade from 1.3.8
· 9 years ago
There was definitely an issue with 1.3.8, but the problem was reverted and everyone seems to be having no issues with 1.3.10.
-
Looking for volunteers to join the Grav Testing Team
· 9 years ago
We are looking for some volunteers to join a Grav Testing Team that will be focused on helping to test Grav development code. This team will be publically recognized on the About Grav page as contrib
-
Login Plugin returns Login Failed
· 9 years ago
@adv: password: 'passwordhere' email: '[email protected]' fullname: 'First Last' title: 'Site Administrator' access: admin: login: true super: true There's your problem you need: password: 'password
-
Grav v1.3.9 + Admin v1.6.7 + more released
· 9 years ago
quick fix was required to handle a nasty little bug.