Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Backup Scheduler and Cron on Windows Server 2012
· 8 years ago
You won't, yet, because the equivalent for Windows has not been implemented. I'm also not entirely sure the executable persists into newer versions of Window Server 2016 and beyond. However, you can d
-
How to install a library in a custom plugin?
· 8 years ago
Since we have Composer available in Grav, in /bin as you note, you can use it from there. Say you're on the terminal, and in your plugin's folder (eg. cd /user/grav/user/plugins/pluginname). You can w
-
How to install a library in a custom plugin?
· 8 years ago
When you install with Composer, it creates the autoload.php and requisite folders beside it.
-
How to install a library in a custom plugin?
· 8 years ago
Can you confirm that there is a autoload.php in /pluginname/vendor?
-
How to install a library in a custom plugin?
· 8 years ago
Use composer, and autoload the libraries (example). Then, in the events which you do the parsing, employ the libraries (example). Composer is just a library-manager, which generates a composer.json, a
-
Any plans for DSGVO support?
· 8 years ago
I totally agree with the imprint; I can hardly imagine any site without one. That is just a basic contract between you and the user, regardless of how much legalese is in it, and is worth writing for
-
Any plans for DSGVO support?
· 8 years ago
@Krischan Actually, lawyers are hard pressed to argue that. The laws demand user-informed consent, and if you are not tracking users then you don't need consent for anything. Further, there is no spec
-
Any plans for DSGVO support?
· 8 years ago
Yes, because in modernity cookies are not isolated pieces of data, but can in aggregate be used to both track and identify users down to a frightening level (see cookie profiling, "people-tracking", h
-
Any plans for DSGVO support?
· 8 years ago
There's plenty of scripts you could include, or HTML notices to be made, without a plugin. A plugin, irregardless, suffers in that it cannot guess the legal boundaries you are operating within. If the
-
Hacking vulnerability
· 8 years ago
Also read https://learn.getgrav.org/security/users#server-users-and-the-webmaster and https://learn.getgrav.org/security/server-side, edited files is almost always a lack of server-side protection and