merge two default heads
authorJulien Cristau <julien.cristau@logilab.fr>
Wed, 07 Jan 2015 14:07:17 +0100
changeset 10135 52e011d08675
parent 10132 5af4c5087d32 (diff)
parent 10130 ae518e501179 (current diff)
child 10136 c33dcd18e0bb
merge two default heads
skeleton/debian/rules.tmpl
--- a/.hgtags	Tue Dec 23 11:18:15 2014 +0100
+++ b/.hgtags	Wed Jan 07 14:07:17 2015 +0100
@@ -386,3 +386,6 @@
 934341b848a6874688314d7c154183aca3aed530 cubicweb-version-3.19.6
 934341b848a6874688314d7c154183aca3aed530 cubicweb-debian-version-3.19.6-1
 934341b848a6874688314d7c154183aca3aed530 cubicweb-centos-version-3.19.6-1
+7e6b7739afe6128589ad51b0318decb767cbae36 cubicweb-version-3.20.0
+7e6b7739afe6128589ad51b0318decb767cbae36 cubicweb-debian-version-3.20.0-1
+7e6b7739afe6128589ad51b0318decb767cbae36 cubicweb-centos-version-3.20.0-1
--- a/debian/changelog	Tue Dec 23 11:18:15 2014 +0100
+++ b/debian/changelog	Wed Jan 07 14:07:17 2015 +0100
@@ -1,8 +1,8 @@
-cubicweb (3.20.0-1) UNRELEASED; urgency=medium
+cubicweb (3.20.0-1) unstable; urgency=medium
 
   * new upstream release
 
- -- Julien Cristau <julien.cristau@logilab.fr>  Thu, 18 Dec 2014 16:44:03 +0100
+ -- Julien Cristau <julien.cristau@logilab.fr>  Tue, 06 Jan 2015 18:11:03 +0100
 
 cubicweb (3.19.6-1) unstable; urgency=low
 
--- a/doc/3.20.rst	Tue Dec 23 11:18:15 2014 +0100
+++ b/doc/3.20.rst	Wed Jan 07 14:07:17 2015 +0100
@@ -18,6 +18,24 @@
 * cubicweb-ctl plugins can use the ``cubicweb.utils.admincnx`` function
   to get a Connection object from an instance name.
 
+* new 'tornado' wsgi backend
+
+* session cookies have the HttpOnly flag, so they're no longer exposed to
+  javascript
+
+* rich text fields can be formatted as markdown
+
+* the edit controller detects concurrent editions, and raises a ValidationError
+  if an entity was modified between form generation and submission
+
+* cubicweb can use a postgresql "schema" (namespace) for its tables
+
+* "cubicweb-ctl configure" can be used to set values of the admin user
+  credentials in the sources configuration file
+
+* in debug mode, setting the _cwtracehtml parameter on a request allows tracing
+  where each bit of output is produced
+
 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
 
 
@@ -36,6 +54,9 @@
   cubicweb.css, along with its cubicweb.reset.css companion, have been
   removed.
 
+* the jquery-treeview plugin was updated to its latest version
+
+
 Deprecated Code Drops
 ----------------------