Kiran Jonnalagadda
Kiran Jonnalagadda
Eventframe needs the ability to export a static site or publish from a static path.
Eventframe's current design encourages nodes and templates to be mutually aware. This is a poor situation because it breaks layering: mutual awareness becomes mutual dependence. Since nodes are maintained in...
The Python node is a piece of code that can be called from a template or directly over HTTP. It is similar in implementation to Zope's Script node.
Assets can be specified using assets_js and assets_css in options. These are currently a list of string paths, and the assets are minified but not concatenated, for usecases where an...
Not all eventframe sites are event websites.
Content edit pages should have a Preview tab to show the current draft. If possible, it should be previewed with the site theme.
`getnode` currently returns `None` when a node is not found. This requires templates to watch for a node being None when rendering. `getnode` should instead return a node-like object that...
Lastuser needs to honour the secure flag in `SESSION_COOKIE_SECURE` and use it for the Lastuser cookie