author | Christophe de Vienne <christophe@unlish.com> |
Wed, 21 Jan 2015 11:11:28 +0100 | |
changeset 11542 | a88a690ca958 |
parent 11541 | 732b00868f00 |
child 11546 | 0797bfbd9a04 |
permissions | -rw-r--r-- |
11542
a88a690ca958
Prepare version 0.2.0
Christophe de Vienne <christophe@unlish.com>
parents:
11541
diff
changeset
|
1 |
0.2.0 (2014-01-21) |
a88a690ca958
Prepare version 0.2.0
Christophe de Vienne <christophe@unlish.com>
parents:
11541
diff
changeset
|
2 |
------------------ |
11541
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
3 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
4 |
- Create a documentation (:issue:`4849313`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
5 |
- Fix cors 'origin' parameter passing (:issue:`4783343`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
6 |
- Fix configuration loading when 'cubicweb.includes' is not set (:issue:`4849314`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
7 |
- Move auth-related code to :mod:`pyramid_cubicweb.auth`. |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
8 |
- Add profiling tools |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
9 |
- Cleanups |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
10 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
11 |
0.1.3 (2014-12-08) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
12 |
------------------ |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
13 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
14 |
- Fix cookies max_age (:issue:`4731764`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
15 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
16 |
0.1.2 (2014-11-15) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
17 |
------------------ |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
18 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
19 |
- Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection (:issue:`4566482`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
20 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
21 |
0.1.1 (2014-11-02) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
22 |
------------------ |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
23 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
24 |
- Have `CWUser.last_login_time` properly updated (:issue:`4549891`) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
25 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
26 |
0.1.0 (2014-10-23) |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
27 |
------------------ |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
28 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
29 |
Initial release |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
30 |
|
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
31 |
- Provides a pyramid-based authentication and session management for a cubicweb |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
32 |
instance. |
732b00868f00
Document the changes
Christophe de Vienne <christophe@unlish.com>
parents:
diff
changeset
|
33 |
- Run a cubicweb instance as a pyramid application |