doc/changes/3.24.rst
author Florent Cayré <florent.cayre@gmail.com>
Sun, 06 Nov 2016 16:43:27 +0100
branch3.24
changeset 11806 5fdc92be3ba7
parent 11688 2fdcaf86716e
child 11809 11365e5c11d7
permissions -rw-r--r--
[doc] Add some words in changelog about pyramid support in core + fix its title Closes #16121152.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11806
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
     1
3.24
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
     2
====
11688
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     3
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     4
New features
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     5
------------
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     6
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     7
* Various bits of a CubicWeb application configuration can be now be
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     8
  overridden through environments variables matching configuration option
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     9
  names prefixed by ``CW_`` (for instance ``CW_BASE_URL``).
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    10
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    11
* Cubes are now standard Python packages named as ``cubicweb_<cubename>``.
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    12
  They are not anymore installed in ``<prefix>/share/cubicweb/cubes``. Their
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    13
  discovery by CubicWeb is handled by a new setuptools entry point
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    14
  ``cubicweb.cubes``. A backward compatibility layer is kept for "legacy"
2fdcaf86716e [doc] Start filling changes/3.24.rst with recent changes
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
    15
  cubes.
11806
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
    16
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
    17
* Pyramid support made it into CubicWeb core. Applications that use it
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
    18
  should now declare the `cubicweb[pyramid]` dependency instead of
5fdc92be3ba7 [doc] Add some words in changelog about pyramid support in core + fix its title
Florent Cayré <florent.cayre@gmail.com>
parents: 11688
diff changeset
    19
  `cubicweb-pyramid`.