- Oct 24, 2017
-
-
Jan Mach authored
- Oct 23, 2017
-
- Oct 20, 2017
-
- Oct 19, 2017
-
- Oct 18, 2017
-
E:422,34: Module 'traceback' has no 'TracebackException' member (no-member) (Redmine issue: #3443,#3387)
To make sure, that update of any dependency does not break working project, PIP requirements file with specific version numbers was added. It contains correct versions of all dependencies with which the project should definitelly work. (Redmine issue: #3387)
(Redmine issue: #3443)
Added makefile target for bootstrapping PostgreSQL databases and user accounts for Mentat system to allow automated builds. (Redmine issue: #3387)
Added delete action to item detail view, moved actions to toolbar in item list view, changed layout and page width in item list view. (Redmine issue: #3734)
Added delete action to item detail view, moved actions to toolbar in item list view, changed layout and page width in item list view. (Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3443)
(Redmine issue: #3443)
This script is a very simple helper capable of creating appropriate user accounts and databases. (Redmine issue: #3734)
The old whois service was using MongoDB as data backend. Old features were permanently removed and service was reimplemented with SQL backend. (Redmine issue: #3752)
* Implemented network specific abuse contacts. * Implemented linking between groups and asociated networks. * Hardened network record form. (Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
This feature is a reverse direction to the previous commit. User accounts can now be added into groups and can be designated as group managers. (Redmine issue: #3734)
User accounts can now be added into groups and can be designated as group managers. (Redmine issue: #3734)
Added link to "My account" to main menu for quick access to the profile of currently logged in user. (Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
This feature would introduce unnecessary complexity and will not be implemented. User might be member of multiple groups and it would not be clear which settings to use. (Redmine issue: #3734)
This will enable very easy modification of rendering of all form items. (Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
(Redmine issue: #3734)
This timestamp more or less represents the generation time of the page and may serve as common baseline for multiple time operations. (Redmine issue: #3734)
Refactoring: Renamed get_current_utc and get_current_local Jinja template helpers to get_datetime_utc and get_datetime_local respectively. (Redmine issue: #3734)
(Redmine issue: #3443)
Users may now choose prefered locale, which will be used for application language localization and datetime formating. (Redmine issue: #3734)
Users may now choose prefered timezone, which will be used when displaying time data. (Redmine issue: #3734)
Added post-action hooks to support additional tasks after successfull item create/update/delete action. This will allow performing additional tasks like sending email about newly created user accounts, etc. (Redmine issue: #3734)