equal
deleted
inserted
replaced
|
1 0.2.0 (next) |
|
2 ------------ |
|
3 |
|
4 - Create a documentation (:issue:`4849313`) |
|
5 - Fix cors 'origin' parameter passing (:issue:`4783343`) |
|
6 - Fix configuration loading when 'cubicweb.includes' is not set (:issue:`4849314`) |
|
7 - Move auth-related code to :mod:`pyramid_cubicweb.auth`. |
|
8 - Add profiling tools |
|
9 - Cleanups |
|
10 |
|
11 0.1.3 (2014-12-08) |
|
12 ------------------ |
|
13 |
|
14 - Fix cookies max_age (:issue:`4731764`) |
|
15 |
|
16 0.1.2 (2014-11-15) |
|
17 ------------------ |
|
18 |
|
19 - Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection (:issue:`4566482`) |
|
20 |
|
21 0.1.1 (2014-11-02) |
|
22 ------------------ |
|
23 |
|
24 - Have `CWUser.last_login_time` properly updated (:issue:`4549891`) |
|
25 |
|
26 0.1.0 (2014-10-23) |
|
27 ------------------ |
|
28 |
|
29 Initial release |
|
30 |
|
31 - Provides a pyramid-based authentication and session management for a cubicweb |
|
32 instance. |
|
33 - Run a cubicweb instance as a pyramid application |