Features - Improved permission system to provide better information when a user is denied access to a resource. - Improved documentation for permission and permission_group in GenList
4.0.36
Added - Enabled access to request object in Forms and Models in addition to Views (Django) using self.codenerix_request Changed - CODENERIX UUID is now accesible by self.codenerix_uuid in Views, Forms and Models
4.0.35
Added - Support for CODENERIX UUID on submirts - Passes through CODENERIX UUID to views, forms and models Changed - The way that UserBehaviour is logged, now it uses CODENERIX UUID instead of a generic UUID - Windows focus is also sent as an UserBehaviour variable
4.0.34
Fixed - Added UUID field to UserBehaviour
4.0.33
Fixed - On UserBehaviour it prevents Angular JS from removing the last slash on URL
4.0.32
Added - Add support for UserBehaviour automatic logger, that logs into the server the actual Location of the user to /userbehaviour (documentation can be found at /codenerix/static/codenerix/js/notify.js). This funtionality is enabled only if cnf_user_behaviour is set to true in JS environment.