- Oct 20, 2017
-
- Oct 19, 2017
-
- Oct 18, 2017
-
-
Jan Mach authored
The module contains all CRUDL views, forms and templates to enable group management. (Redmine issue: #3734)
- Oct 17, 2017
-
- Oct 16, 2017
-
-
Jan Mach authored
For better differentiation between future authentication modules. (Redmine issue: 3734)
-
Jan Mach authored
For better differentiation between future authentication modules. (Redmine issue: 3734)
-
Jan Mach authored
PostgreSQL migration: Reimplemented DBAL, authentication layer and user management modules in Hawat. Base on the previous work the DBAL in Hawat was reimplemented to use the new mentat.services.sqlstorage module and sqlalchemy backend. The authentication layer was rewritten to use the new dabase interface. The user management plugin was rewritten to use new database interface. (Redmine issue: #3752,#3734)
-
- Oct 10, 2017
-
- Oct 09, 2017
-
-
Jan Mach authored
There was a following error: 2017-10-08 09:18:02,556 mentat-enricher.py [25191] ERROR: Unable to enrich IDEA message '....20936.1507447072.800174.2051.31886139.idea': 'Traceback (most recent call last): File "/usr/lib/python3/dist-packages/mentat/daemon/component/enricher.py", line 199, in cbk_event_message_process (flag_cont, flag_changed) = plugin.process(daemon, args['idea_id'], args['idea']) File "/usr/lib/python3/dist-packages/mentat/plugin/enricher/geoip.py", line 98, in process resolved_country_src = sorted(resolved_country_src.keys()) TypeError: unorderable types: NoneType() < str()' The enrichment code failed when the lookup was not successfull and no result was found. Subsequent code was written in a way, that it failed on empty data.
-
- Oct 05, 2017
-
-
Jan Mach authored
(Redmine issue: #3734,#3361)
-
Jan Mach authored
Added following helpers into Jinja global namespace to be used in templates: * babel_format_datetime => flask_babel.format_datetime * babel_format_timedelta => flask_babel.format_timedelta * get_current_utc => datetime.datetime.utcnow These helpers can be used for localized formating of timestamps in template views. (Redmine issue: #3734)
- Oct 02, 2017
-
-
Jan Mach authored
Objects in Jinja templates can now be protected with permission protection mechanism. This can be used for hiding links, that are inaccessible to current user etc. As a proof of concept raw results output of geoip and whois search are now restricted only to users with developer role. (Redmine issue: #3734)
-