Commit Graph

12 Commits

Author SHA1 Message Date
kakwa 2df56d2de2 fix template over-escaping + python 3 support
The templates were html escaping the generated js code for the
autofill and the role management. This was breaking these features.
It's okay to not escape these as they are coming from a trusted source
(configuration file).

Also make the templates python3 compatible (not need to import Set in
python 3)
2019-02-06 21:38:11 +01:00
kakwa 147cad3511 fix unicode 2015-06-27 22:35:34 +02:00
kakwa 117d18bc92 prefixing all form attributes to differenciate between types 2015-06-24 00:46:10 +02:00
kakwa 5e5e7e3c6a implementing displaying roles and standalone groups in modify form 2015-06-19 22:15:37 +02:00
kakwa 34d7e23cd2 better notifications
* longer delay
* different color for enable and disable
2015-06-12 01:07:17 +02:00
kakwa 6eece6f7ff implementing notification to explain automatic adding of roles 2015-06-12 00:25:17 +02:00
kakwa 5ddaa4c44f adding js to better handle parent/sub roles
now js functions automatically enables parent roles of a selected
roles, and disables sub roles unselected role
2015-06-11 23:36:50 +02:00
kakwa 9b803008bc adding descriptions for roles 2015-06-11 00:33:14 +02:00
kakwa 78a1818efe fix typo 2015-06-11 00:11:55 +02:00
kakwa 9c2c4e425e changing colors of the role switches 2015-06-10 22:44:07 +02:00
kakwa 8d08cf0284 implementing roles switchs on forms 2015-06-10 19:59:35 +02:00
kakwa 70ef41b312 adding files for groups and roles management 2015-06-09 23:54:51 +02:00