-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
executable file
·96 lines (83 loc) · 2.45 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
1.3.1
====
* When handling email, create isue with max title length of 100
1.3.0
====
* fixed unit tests
* migrated to Django 1.9
* sender blacklist support partial matching
1.2.1
=====
* Fixed set_status on issue.
* comment by changed to mrwolfe user instead of django user
You may have to check the constraint on the mrwolfe_comment table and
recreate it
* Moved to new (optional) wiki. This uses django-nyt instead of django-notify,
so make sure you have that in your INSTALLED_APPS somewhere...
* Added the possibility to plug in a connector to an actual issue tracker,
so as to be able to relay issues there and schedule in a release. This
way you can ignore issues in Mr.Wolfe that are scheduled, so the are not in
the way of other tickets.
* cosmetic changes
* made edit of issue use sla for populating services vocab
* fixed natural ordering of issues
* comment by added:
ALTER TABLE mrwolfe_comment add column comment_by_id INTEGER;
* added urlize to comment rendering
1.2.0
=====
* Added TNEF parse for dealing with winmail.dat sadness
* Cosmetic changes
* Added support for OpenID
* Added optinal wiki addon
* Removed most popups for editing
* Set status of issue to open when it is in wait_input and someone reacts
* removed bootstrap from sources
* Dropped not null constraint from status. If you migrate from an earlier
version of Mr.Wolfe, do something like: alter table mrwolfe_status alter
column comment drop not null;
1.1.1b
======
* Fix for issue #10
* Fix for issue #9
* Fix for issue #6
* Fix for issue #7
* Unicode problem in utils fixed
1.1.0b
======
* Added IMAP support
You need to change the mrwolfe_mailqueue for that, as follows:
ALTER TABLE mrwolfe_mailqueue add column protocol integer NOT NULL;
1.0.6a
======
* Style consistency fixes
* cleanup of redundant code
1.0.5a
======
* Fixed broken search index
* Added comments and status comments to index
* minor style fixes
1.0.4a
======
* Added 'on hold' status
* notification enhancements
* deep clone support
* charset detection for handling messages
* Moved to haystack 2.0
* Moved to Django 1.5
1.0.3a
======
* Enabled skin plugin (read docs/skin.md)
* set default to True for ALLOW_NON_CONTACTS
* bounce mail when Mr.Wolfe doesn't accept
* Added column email_from to SLA:
ALTER TABLE mrwolfe_sla ADD COLUMN email_from VARCHAR(75);
1.0.2a
======
* More reading material
1.0.1a
======
* Fixed SLA view
1.0.0a
======
Initial release