Mrwolfe

Latest version: v1.2.0

Safety actively analyzes 619181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

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;

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.