diff options
author | Busfreak <martin@middeke.de> | 2015-12-15 12:00:47 +0100 |
---|---|---|
committer | Busfreak <martin@middeke.de> | 2015-12-15 12:00:47 +0100 |
commit | 16e8241f0f29f0afb9c4ad4c6f68699d62d889ff (patch) | |
tree | aa0f03c5c1d7897246e513e52c6a1f823709dd3d /ChangeLog | |
parent | b834f5475c8eebb76548046558e7d1464cbd01d4 (diff) | |
parent | 9e1f4fa6c7eae1b46cf5431ab085b82e970e2d57 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -1,25 +1,38 @@ -Version 1.0.22 (unreleased) +Version 1.0.23 (unreleased) --------------------------- +New features: + +- Add report to compare working hours between open and closed tasks + +Bug fixes: + +- Fix wrong constant name that cause a PHP error in project management section +- Fix pagination in group members listing + +Version 1.0.22 +-------------- + Breaking changes: * LDAP configuration parameters changes (See documentation) * SQL table changes: - "users" table: added new column "role" and removed columns "is_admin" and "is_project_admin" - - "project_has_users" table: replace column "is_owner" by column "role" + - "project_has_users" table: replaced column "is_owner" with column "role" - Sqlite does not support alter table, old columns still there but unused * API procedure changes: - createUser - createLdapUser - updateUser -* Event removed: "session.bootstrap" use "app.boostrap" instead + - updateTask +* Event removed: "session.bootstrap", use "app.boostrap" instead New features: -* Add pluggable authentication and authorization system (full rewrite) +* Add pluggable authentication and authorization system (complete rewrite) * Add groups (teams/organization) * Add LDAP groups synchronization -* Add project groups permissions +* Add project group permissions * Add new project role Viewer * Add generic LDAP client library * Add search query attribute for task link |