Skip to content

Commit

Permalink
New release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun committed Mar 9, 2016
1 parent d17c59c commit ac19c63
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,28 @@
so we must override workalendar return list to use the correct ones.
- Fixes RTT year bug:
* User can only request vacation for the same year where RTT is aquired
- Fix role check for permissions on Create/Edit view
- Add feature flags toggles, activable per user login using a configuration file
defined in .ini file, key is pyvac.features.users_flagfile
- Add CP Pool feature:
* handle Acquis/Restant different pool values, different expiration date in time
* can be initiated with starting values per user, using configuration file
defined in .ini file, key is pyvac.vacation.cp_class.base_file
* request list page now display CP pool values for manager/admin for each request
* pool history page now also display CP pool history
* add new view for admins, to see all users pool, to decide which user has to go
on vacation or not.
* update LDAP helper to retrieve user arrivalDate field
* update User model to handle arrival date, seniority and CP computation
* update home page to display employee next anniversary is available
* add constraint checks when a request CP is submitted
- Add RTT pool exception months values in .ini file
key is pyvac.vacation.rtt_class.except_months and take a list of month which do not
grant an RTT
- ZH users now use EN locales instead of FR
- Various UI enhancements
- Update calendar helper code to prevent 'path handling error' with some caldav server
like baikal

1.7
---
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pyvac (1.8.0-1) unstable; urgency=medium

* New release 1.8

-- Dejan Filipovic <[email protected]> Wed, 09 Mar 2016 19:38:13 +0100

pyvac (1.7.0-15) unstable; urgency=medium

* User can only request vacation for the same year where RTT is
Expand Down
2 changes: 1 addition & 1 deletion pyvac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .helpers.i18n import locale_negotiator
from .helpers.authentication import RouteSwithchAuthPolicy

__version__ = '1.7'
__version__ = '1.8'


def main(global_config, **settings):
Expand Down

0 comments on commit ac19c63

Please sign in to comment.