Matias Griese
Matias Griese
What do you think of changing the order of the tests (too)?
@w00fz The check is in here: https://github.com/getgrav/grav/blob/c5bef56e05c16662a5b997f79de79960cac5e702/system/src/Grav/Common/GPM/GPM.php#L559-L596 It doesn't check anything else but the folder name of zip file if it matches.
@w00fz Actually it does not. The check for folder name comes first and the rest of the checks are never made.
Define constant `GRAV_ENVIRONMENT_PATH` in your `setup.php` file. Streams are considered only after Grav has been initialized. Note that environments should all be in a single folder, so it may be...
You can set the redirect URL from the form itself, see https://learn.getgrav.org/17/forms/forms#modular-forms
Yes, there was a bug related to this and the new behavior is that if there's no config folder in the environment, it will not be created (and used) automatically...
CC @rhukster @w00fz
I could reproduce the issue. If I detatch ethernet cable, remove GPM cache files and visit on admin, it basically stops working.
Partially fixed. The Admin still freezes if you visit Plugins or Themes pages, but otherwise it should be fine.
The first example worked only in admin as permissions are only for CRUD (Create, Read, Update, Delete) operations. The second example also makes sense, because you may want to display...