Commit Graph

190 Commits

Author SHA1 Message Date
Cédric Messiant 6cd90eee96 Add plone.app.relationfield dependency 2013-06-21 12:26:16 +02:00
Cédric Messiant 04ba406dd2 Add basic task workflow 2013-06-21 11:31:18 +02:00
Cédric Messiant a359a1595f Add information, opinion and validation content types 2013-06-21 11:30:42 +02:00
Cédric Messiant 2e4d0668bd Fix bug in attribute_task view 2013-06-21 11:28:19 +02:00
Cédric Messiant b1abfdb64e Add note field 2013-06-21 11:27:20 +02:00
Cédric Messiant 7215bff498 Revert "Use IBasic behavior for tasks and rename description field"
This reverts commit cbe1a1803f.
2013-06-21 10:56:47 +02:00
Cédric Messiant cbe1a1803f Use IBasic behavior for tasks and rename description field 2013-06-20 11:38:41 +02:00
Cédric Messiant a731d7610a Add a fake test to test_workflows to fix travis error 2013-06-04 17:15:56 +02:00
Cédric Messiant 1ac724e2f4 Use datetime instead of date for deadline field 2013-06-04 17:06:29 +02:00
Cédric Messiant 70376da14b Fix bug with reopen_parent_task subscriber 2013-06-04 17:06:28 +02:00
Vincent Fretin 5b549bbba8 bootstrap.py to force buildout 1.x for jenkins 2013-06-01 18:41:02 +02:00
Vincent Fretin 6b77610e35 update testing infra 2013-06-01 17:20:01 +02:00
Vincent Fretin 781a2a2703 added plone 4.3 classifier 2013-06-01 13:24:20 +02:00
Cédric Messiant 60dd722f01 Add comment in test_workflows 2013-05-29 17:18:20 +02:00
Cédric Messiant 2fab1e998e Add ask-for-refusal transition for in-progress state 2013-05-29 17:17:00 +02:00
Cédric Messiant 2e7bd0cb1a Fix bug when deleting content with multiple subtasks 2013-05-28 14:32:18 +02:00
Vincent Fretin 9e7bca94cc reload page when executing take-responsibility transition 2013-05-03 09:51:50 +02:00
Cédric Messiant d3586cee11 Changed reindexObject into reindexObject 2013-04-08 10:12:12 +02:00
Cédric Messiant 30a6b71265 Fixed attribute_task 2013-04-07 22:38:26 +02:00
Cédric Messiant e6b8b50e01 Added more translations 2013-04-06 19:25:14 +02:00
Cédric Messiant 189e583396 Fixed attribute_task 2013-04-06 19:24:26 +02:00
Vincent Fretin f8a620fd0d removed tasks viewlet, this is now in collective.dms.basecontent 2013-04-06 19:21:46 +02:00
Cédric Messiant 02c522ca05 Removed registry.xml from profile 2013-04-05 15:40:35 +02:00
Cédric Messiant 3bfc6f98bd Added zope.app.component (for plone.principalsource) 2013-04-05 15:40:04 +02:00
Cédric Messiant 9a73948b70 Use plone.formwidget.datetime widget 2013-04-04 17:23:34 +02:00
Cédric Messiant 34aea71e4f Added some tests for workflows (to be fixed/continued) 2013-03-29 17:34:20 +01:00
Cédric Messiant b11596f2b5 Renamed browser/subtask.py to browser/guards.py 2013-03-29 17:32:43 +01:00
Cédric Messiant 476fed995b Added tests for content types 2013-03-27 17:49:21 +01:00
Cédric Messiant 2dc6df30a0 Added USERDEFS to testing 2013-03-27 17:49:08 +01:00
Cédric Messiant 3aa8502f30 Added 'abandon' transition (Reviewer can 'abandon' a task in todo state) 2013-03-26 15:20:26 +01:00
Cédric Messiant cccb7b3cf1 More translations for workflows 2013-03-26 15:18:52 +01:00
Cédric Messiant 4282087103 Reopen parent task when subtask is deleted 2013-03-26 14:58:33 +01:00
Cédric Messiant cf2e3d52d7 Fixed 'Use parent deadline' 2013-03-26 14:57:57 +01:00
Cédric Messiant 0c0061b75b Added min_length and max_length to responsible field (One and only one responsible per task) 2013-03-26 14:56:02 +01:00
Cédric Messiant 004ebc95a7 Moved plone.api import 2013-03-26 10:25:36 +01:00
Cédric Messiant a1445dcdc9 Set parent deadline and title when attributing a task 2013-03-26 09:35:11 +01:00
Cédric Messiant 9252857be5 Added meta_type to Task 2013-03-21 19:37:23 +01:00
Cédric Messiant 771590489d attribute_task add form is only for ITask 2013-03-21 19:36:52 +01:00
Cédric Messiant eadf533a0f Changed permission for AttributeTask add form 2013-03-21 19:33:13 +01:00
Cédric Messiant 5340051452 i18n and French translations 2013-03-21 16:30:59 +01:00
Cédric Messiant 9f241e80ed Updated locales/update.sh 2013-03-21 16:20:00 +01:00
Cédric Messiant 45a2119154 Updated locales/update.sh 2013-03-21 16:15:48 +01:00
Cédric Messiant 0b7d6ea874 Added subscriber to change parent task state when subtask state changed 2013-03-21 16:13:18 +01:00
Cédric Messiant 6b21bff5ae Removed collective.dms.basecontent dependency 2013-03-21 15:19:03 +01:00
Cédric Messiant 6329afb7a4 Fixed workflow 2013-03-21 15:16:18 +01:00
Cédric Messiant 01dcb6880e Manage 'attribute task transition' 2013-03-21 15:16:18 +01:00
Cédric Messiant 0129b6f0a4 Disable local roles inheritance for task 2013-03-21 15:16:18 +01:00
Cédric Messiant 6c2a6bb59b Added guards for subtask 2013-03-21 15:16:18 +01:00
Frédéric Péters 27aa9d3d21 portlet: use catalog to get tasks 2013-03-21 14:02:07 +01:00
Frédéric Péters 78e1e442c9 add an initial viewlet displaying related tasks 2013-03-21 14:02:07 +01:00