-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future features and their depencencies #574
Comments
Currently working on the super globals usage (number 2 in your list). PR upcoming. |
My work on the superglobals is a prerequisite of my actual work on number 4. |
Already on the list :) |
You can add #575 for task 2 |
@Toflar I guess we have to update the list, don't we? |
We may do that together, yes 😄 Either next dev meeting or mark it as up for discussion (and move it to contao/contao anyway). I still like this issue, it's sort of a top-level view on what we'd like to do. |
Closing this because in the meantime
|
Starting a list here so we know what issues to tackle first. To be extended/modified.
$_GET
,$_POST
,$_COOKIE
,$_SERVER
,$_SESSION
) in the code base. Everything must be either usingInput
,Environment
,Session
or already the current request from the request stack.global $objPage
. Must be an attribute on the current request.Cookie
into other headers to allow proxies toVary
on them.The text was updated successfully, but these errors were encountered: