-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.txt
104 lines (67 loc) · 1.7 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Changelog
=========
0.4.1 (unreleased)
------------------
- Renaming based on EN translation
This also fixes tests on local machine
[laulaz]
0.4.0 (2018-06-25)
------------------
- Enabled shared resources across symptoms
see ``SymptomBaseWithCache``
[gotcha]
- Avoid computation of inactive symptoms
[gotcha]
- Avoid character detection when using BeautifulSoup
[gotcha]
- Check if IAnnotations provided context to get ignored symptoms.
It will prevent an error when context is IItem (no Archetypes or Dexterity).
[bsuttor]
- Do not override view_methods of collection on installation.
[bsuttor]
- Added initial documentation.
[miziodel]
- Added italian translation.
[miziodel]
0.3 (2013-09-03)
----------------
- Symptom descriptions makes more sense.
[gotcha]
- Columns are sortable in collection_view.
[gotcha]
- Remove global diagnosis column in collection_view.
[gotcha]
0.2 (2013-08-27)
----------------
- Restore view for old-style collection (topic).
[gotcha]
- Add ignore symptom feature.
[gotcha]
0.1.1 (2013-07-16)
------------------
- Translate status.
[gotcha]
- Add dutch translation.
[dbutaye]
0.1.0 (2013-07-06)
------------------
- Add infrae.i18nextract for package translation.
[toutpt]
- Avoid one call per symptoms to component registry by removing `IIsActive`.
[toutpt]
- Make provided symptoms configurable through `portal_registry`.
[toutpt]
0.1a3 (2012-04-30)
------------------
- Symptoms can be deactivated in registry.
[laulaz]
0.1a2 (2012-03-16)
------------------
- Add viewlet on content items.
[gotcha]
- Refactored to use subscriber adapters.
[gotcha]
0.1a1 (2012-02-17)
------------------
- Initial functionality.
[gotcha]