Commit graph

47 commits

Author SHA1 Message Date
74eb054bc9 filter qualification reports by contact state 2015-03-20 08:03:14 +01:00
c824c0bdb5 provide new 'contact' states definition to be used for persons or other kinds of parties 2015-03-16 16:31:52 +01:00
bd85bfbcdc allow re-open (retract to draft state) of active task 2014-11-17 09:08:45 +01:00
21ac74f764 add 'delete' action to comments 2014-04-27 22:38:51 +02:00
a47b6a02a0 provide state icon with link to state transition form for comments 2014-04-09 13:07:39 +02:00
bc8e42240e correctly reference target (not 'context') 2013-07-22 11:54:42 +02:00
f91a498342 take fields for state change form from transition; store in context (if appropriate) and in change record 2013-07-12 10:34:41 +02:00
e183dd77c6 work in progress: fields for state change dialog: concept, TODO markers, basic definition 2013-07-05 07:45:41 +02:00
fa9092b137 use state title for display not the internal state name 2013-07-03 19:30:22 +02:00
90265b3cf9 allow for suppression of change tracking via request parameter 2013-07-03 15:33:05 +02:00
65ece8b807 issue a 'modified' event on state change; track details of the state change in the change record 2013-07-03 12:43:12 +02:00
fd4c777d74 fix state icon 2013-06-22 10:15:45 +02:00
637c8cf359 fix state icon 2013-06-22 10:15:22 +02:00
18f794bfe7 work in progress: form and processing for state transitions 2013-06-20 13:32:48 +02:00
9d3f6a2fb3 work in progress: state change dialog 2013-06-19 20:46:25 +02:00
a78ce4f880 work in progress: states portlet 2013-04-09 08:38:02 +02:00
344a1d81e5 allow better control of create actions by checking 'AssignAsParent': check action permissions + related fixes 2013-01-28 16:00:06 +01:00
9f56ee4388 use reopen for all actions leading back to draft 2013-01-16 11:13:57 +01:00
68718000b6 add missing transition 'archive' 2013-01-16 11:02:13 +01:00
2cee73672b new role loops.Person for Person object and its children, with zope.View default permission; + security propagation fixes 2013-01-09 15:19:35 +01:00
6fad66ea34 provide security settings for publishable task states; (+ update source file header infos) 2013-01-08 12:16:37 +01:00
02d65acffb new combined states definition publishable_state 2013-01-02 11:38:29 +01:00
8d24a40724 improve option-controlled filtering by states, + checkbox for showing all items 2012-11-24 09:42:21 +01:00
757a1cd60c add option-based filtering (overridable via request params 2012-11-23 12:43:21 +01:00
e8cb0c94a8 extend task_states definition; make type-based state handling fully operational 2012-11-22 17:48:33 +01:00
a429f9ca76 fix translation of state information 2012-11-22 12:40:01 +01:00
5d3bcf3cfa provide more control on what is shown in list or grid via new 'represents' predicate for resources 2012-03-05 18:36:27 +01:00
1b344e7489 provide option 'organize.stateful' to directly bind a states definition to a type
in addition extend, clean up standard import files
2012-03-03 11:57:57 +01:00
667174aca5 make (old) state query (loops.organize.stateful) work again correctly with new action stuff in loops.expert 2011-08-31 13:48:28 +02:00
ad8c236aa5 Basic refactoring of standard search functionality.
Move everything to loops.expert, making loops.search obsolete.
2011-05-20 10:55:44 +02:00
helmutm
16f91fc165 make more macro templates configurable by controller settings
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4060 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-11-05 09:26:58 +00:00
helmutm
80e834a1ac use 'baseObject' for properties that are not available for adapted objects
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3982 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-08 09:07:53 +00:00
helmutm
20276442c2 use standard title macro for media asset title
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2955 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-29 07:34:29 +00:00
helmutm
d1dbe47d57 move QueryConcept stuff to loops.expert (keeping old query module for backward compatibility); work in progress: child-based queries with actions
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2935 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-23 13:35:23 +00:00
helmutm
13fe5fd4d8 show concept states on listings (if appropriate)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2922 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-10-17 09:39:44 +00:00
helmutm
9af3d9ab29 prepare stateful (workflow) stuff for concepts
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2907 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-09-26 17:30:34 +00:00
helmutm
9b8b0096fd let user provide search criteria for states query
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2599 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-05-16 10:10:28 +00:00
helmutm
b26f322a3b work in progress: state queries
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2584 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-05-09 07:01:11 +00:00
helmutm
1d375d5a5f set state automatically to classified if there are parents assigned
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2567 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-29 10:24:45 +00:00
helmutm
45efbd3c6f provide State query and fix bug in state event notification
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2561 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-27 20:55:02 +00:00
helmutm
883656bd1e add transition event, automatic indexing of states
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2560 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-27 14:28:03 +00:00
helmutm
54d238afe9 control available states definitions by loops options
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2558 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-27 09:58:33 +00:00
helmutm
95e9f79250 add 'archived' and 'removed' states to simple publishing
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2549 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-26 16:38:03 +00:00
helmutm
828dfda5c5 work in progress: object actions, stateful resources: classification quality
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2538 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-23 08:39:17 +00:00
helmutm
cbe2d994c5 work in progressL: classification quality workflow
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2532 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-20 11:12:06 +00:00
helmutm
5272371cc1 work in progress: classification quality workflow
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2526 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-14 11:45:54 +00:00
helmutm
4d5bfed47f move stateful and process to organize; work in progress: organize.tracking
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2509 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-04-09 10:03:52 +00:00