Skip to content

Tags: qwp-ryan/viewflow

Tags

1.0.2

Toggle 1.0.2's commit message
Prevent undo jobs before leading tasks

1.0.0

Toggle 1.0.0's commit message
Bump version

0.12.2

Toggle 0.12.2's commit message
Consistent view name

0.12.0

Toggle 0.12.0's commit message
Add changelog

0.10.1

Toggle 0.10.1's commit message
Bump version

0.10.0

Toggle 0.10.0's commit message
Bump version

0.9.0

Toggle 0.9.0's commit message
Bump version

0.8.0

Toggle 0.8.0's commit message
2014-12-02

* Development of viewform and karenina projects no longer opensourced
* Refactor fsm from task model to activation classes
* Generic admin actions for changing tasks state
* Support for view tasks unassign/reassign
* Allow tasks undo and cancel
* Store error information for tasks

0.7.0

Toggle 0.7.0's commit message
2014-11-06

* Repository moved to https://github.com/viewflow/
* Form handling moved to separate library - https://github.com/viewflow/viewform
* viewflow.site removed. Pro user still could install it with `pip install django-viewflow-site`
* Fancy ready to use templates available within `Karenina cookiecuter project template <https://github.com/viewflow/karenina>`_
* Tasks and Process list views became part of the viewflow library
* Flow urls simplified. Application instance namespaces not used anymore
* Fixed migrations for stable django 1.7
* HTTPS pypi server available for pro users.

0.6.0

Toggle 0.6.0's commit message
2014-10-01

----------

* First beta version. First public available release with commercial support and licencing.
* All API that could be imported as `from viewflow.some_package import cls_or_function` considered stable and
  not going to be changed much till 1.0 release (except `viewflow.site` that's still under develpment)
* Django 1.6 support available in public version of viewflow library
* Added task details views
* Custom tag creation simplified
* Split flow base classes to be independed from Django permission system
* Object level permission support for tasks.
* Improved {% flowurl %} tag
* {% flow_perms %} tag for task permission list in template
* Base abstract classes for models
* New video: Viewflow Internals - https://vimeo.com/107698021