-
- Downloads
Implemented working prototype of report access module for Hawat.
This implementation still needs lots of polishing and there are following known major issues: * invalid encoding of report message text coming from migrated MongoDB records * some parts of the interface are not working yet (report remailing, report deletion) * unauthorized access to reports is not working * report data browser is not yet implemented * report search result statistics are not yet implemented These issues will be resolved in separate commits. (Redmine issue: #3734)
Showing
- conf/core/reporting.json.conf 8 additions, 0 deletionsconf/core/reporting.json.conf
- lib/hawat/base.py 34 additions, 0 deletionslib/hawat/base.py
- lib/hawat/blueprints/design/templates/_macros_site.html 35 additions, 7 deletionslib/hawat/blueprints/design/templates/_macros_site.html
- lib/hawat/blueprints/reports/__init__.py 121 additions, 14 deletionslib/hawat/blueprints/reports/__init__.py
- lib/hawat/blueprints/reports/forms.py 51 additions, 0 deletionslib/hawat/blueprints/reports/forms.py
- lib/hawat/blueprints/reports/templates/reports/search.html 77 additions, 17 deletionslib/hawat/blueprints/reports/templates/reports/search.html
- lib/hawat/blueprints/reports/templates/reports/show.html 202 additions, 0 deletionslib/hawat/blueprints/reports/templates/reports/show.html
- lib/hawat/const.py 8 additions, 3 deletionslib/hawat/const.py
- lib/mentat/const.py 16 additions, 0 deletionslib/mentat/const.py
conf/core/reporting.json.conf
0 → 100644
lib/hawat/blueprints/reports/forms.py
0 → 100644
Please register or sign in to comment