Skip to content

Commit f71f6a3

Browse files
committed
Changelog entry for 6.36.0
- Legacy-Id: 12200
1 parent 301a3e6 commit f71f6a3

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

changelog

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
1+
ietfdb (6.36.0) ietf; urgency=medium
2+
3+
**Trac wiki and issue tracker support**
4+
5+
This release introduces a management command which will create new instances
6+
of Trac pages when new WGs, RGs, and Area groups are created, and also keep
7+
the admin permissions and issue tracker component updated with the group
8+
chair/secretaries and the groups documents. Once existing wikis have been
9+
moved from tools.ietf.org, the management will be added to cron to be run
10+
regularly.
11+
12+
The installation procedure changes slightly with this release, because we
13+
need to be able to use the system-installed subversion bindings for python.
14+
When running under virtualenv, it now has to be created like this::
15+
16+
6.36.0 $ virtualenv --system-site-packages env
17+
18+
There are also some bugfixes. From the commit log:
19+
20+
* Fixed a bug in the API cache key construction which could make the key
21+
longer than necessary.
22+
23+
* Added a test for meeting agenda in UTC
24+
25+
* Removed some dead code.
26+
27+
* Fixed the javascript code in the floor-plan template that adds room
28+
links. It didn't handle rooms without assinged floor-plans well.
29+
30+
* Merged in a management command which provides glue code for creation
31+
and maintenance of Trac issue tracker and wiki installations per group.
32+
New groups of type wg, rg, and area will autmatically receive a Trac
33+
instance.
34+
35+
* Fixed a bug in testing for directory existence in the test setup.
36+
37+
* Make sure that the svn component is enabled in the Trac config file, even
38+
if we can't find the Trac inherit-from settings file.
39+
40+
* Made the wiki glue test skippable, in case the python subversion bindings
41+
are unavailable. Added creation of temporary directories also for the svn
42+
repositores created for wikis during testing.
43+
44+
* Make sure to not include draft name in the title extracted from draft
45+
text. Fixes a problem with bad info in 1id-abstracts.txt
46+
47+
-- Henrik Levkowetz <henrik@levkowetz.com> 21 Oct 2016 15:14:53 +0000
48+
49+
150
ietfdb (6.35.0) ietf; urgency=medium
251

52+
**New proceedings page improvements**
53+
354
This release brings incremental improvements to the new proceedings pages;
455
in particular it adds proceeding introductionary pages: Progress Report and
556
Attendees. It also fixes a large number of bugs and issues, and adds some

0 commit comments

Comments
 (0)