<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>workflow RSS Feed</title>
    <description>workflow</description>
    <link>http://www.cubicweb.org/tag/workflow?rql=Any%20X%20ORDERBY%20CD%20DESC%20LIMIT%2015%20WHERE%20T%20tags%20X%2C%20T%20eid%20342659%2C%20X%20modification_date%20CD&amp;vtitle=workflow</link>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/712813</guid>
  <title>cubicweb-forge #712813: missing transition from done to open in ticket&#39;s workflow</title>
  <link>http://www.cubicweb.org/ticket/712813</link>
  <dc:date>2010-04-22T14:33-01:00</dc:date>
  <dc:creator>Sylvain Thenault</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/714355</guid>
  <title>cubicweb-forge #714355: ticket workflow fixes</title>
  <link>http://www.cubicweb.org/ticket/714355</link>
  <description>&lt;ul class=&quot;simple&quot;&gt;
&lt;li&gt;allow client to pass the &#39;got feedback&#39; transition&lt;/li&gt;
&lt;li&gt;the &#39;wait for feedback&#39; transition should be available from the in-progress state&lt;/li&gt;
&lt;li&gt;we should be able to go back to open from the done state&lt;/li&gt;
&lt;/ul&gt;
</description>
  <dc:date>2010-04-22T14:33-01:00</dc:date>
  <dc:creator>Sylvain Thenault</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/475394</guid>
  <title>cubicweb-forge #475394: change ticket workflow</title>
  <link>http://www.cubicweb.org/ticket/475394</link>
  <description>&lt;p&gt;clients are lost when a ticket is pending validation, but ther version is not yet published. they think the ticket requires their attention, but there is nothing to validate yet since the version is still in development.&lt;/p&gt;
&lt;p&gt;a solution would be to insert a state &amp;quot;done/fixed&amp;quot; between open and &amp;quot;validation pending&amp;quot;. when a version gets published, all the tickets would move from &amp;quot;fixed/done&amp;quot; to &amp;quot;validation pending&amp;quot;.&lt;/p&gt;
</description>
  <dc:date>2010-04-22T14:31-01:00</dc:date>
  <dc:creator>Katia Saurfelt</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/732246</guid>
  <title>cubicweb #732246: defining permissions on workflow transitions</title>
  <link>http://www.cubicweb.org/ticket/732246</link>
  <description>&lt;p&gt;defining permissions on workflow transitions is done differently than defining permissions on entities and relations. it would be nice to have one obvious way to do it. keeping what is done for entities and relations sounds better.&lt;/p&gt;
</description>
  <dc:date>2010-03-05T16:35-01:00</dc:date>
  <dc:creator>Nicolas Chauvat</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/blogentry/343505</guid>
  <title>Cubicweb 3.2 : what&#39;s new</title>
  <link>http://www.cubicweb.org/blogentry/343505</link>
  <description>&lt;img alt=&quot;http://farm4.static.flickr.com/3045/2585844966_05f617cd92_m.jpg&quot; class=&quot;align-right&quot; src=&quot;http://farm4.static.flickr.com/3045/2585844966_05f617cd92_m.jpg&quot; /&gt;
&lt;p&gt;Cubicweb has experienced a rather large shakeup. Some things needed
major restructuration, and that is why you have been left with few
releases in the past few weeks. All the cubes available at
&lt;a class=&quot;reference&quot; href=&quot;http://www.cubicweb.org/project&quot;&gt;http://www.cubicweb.org/project&lt;/a&gt; have been updated accordingly.&lt;/p&gt;
&lt;p&gt;Version 3.2 brings us considerable improvements for:&lt;/p&gt;
&lt;div class=&quot;section&quot; id=&quot;form-construction&quot;&gt;
&lt;h3&gt;&lt;a&gt;Form construction&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Cubicweb has had for long a nice system of forms smart enough to build
themselves out of one cube&#39;s schema and some programmer-provided hints
(or &#39;relation tags&#39;) to fine-tune things.&lt;/p&gt;
&lt;p&gt;It was not easy however to customize these forms nor to build new ones
from scratch.&lt;/p&gt;
&lt;p&gt;So the new form systems draws from django-forms flexibility and style,
keeping all the automatic goodness, and also make it quite easy now to
build or customize forms at will.&lt;/p&gt;
&lt;p&gt;This is the area were backwards compatibility is mostly gone. Custom
forms will have to be rewritten. Don&#39;t be angry about that, the forms
overhaul was long overdue, and from now it will only move in small
evolutionary, well-mannered steps.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot; id=&quot;relation-tags&quot;&gt;
&lt;h3&gt;&lt;a&gt;Relation tags&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Along with the form subsystem is the __rtags__ mechanism substantially
updated and made more extensible. The __rtags__ were quite incorrectly
attached to entities class at the ORM level instead of being related
to views and forms. The cubicweb.web.uicfg module now provides a
comprehensive catalog of relation tags instances allowing automatic
forms and views customisation in a nicely declarative manner.&lt;/p&gt;
&lt;p&gt;Cubicweb 3.2 still remains compatible with the old __rtags__.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot; id=&quot;view-selection-filtering&quot;&gt;
&lt;h3&gt;&lt;a&gt;View selection/filtering&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Cubiweb has also had for long a nice mechanism to filter views
applicable to a given result set, the selector system. Various
base classes were provided to hide selectors from the
programmer and it had grown a little messy.&lt;/p&gt;
&lt;p&gt;Selectors now have a nicer declarative feeling and the framework does
not try to hide them. Quite the opposite: writing, maintaining and
using selectors is now a breeze, and the base classes are gone. More
is less !&lt;/p&gt;
&lt;p&gt;However Cubicweb 3.2 remains backward compatible with the old
selectors. Runtime warnings will help you track these and adapt as you
see fit.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;section&quot; id=&quot;other-features&quot;&gt;
&lt;h3&gt;&lt;a&gt;Other features&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;On the smaller features side, worth mentioning are:&lt;/p&gt;
&lt;ul class=&quot;simple&quot;&gt;
&lt;li&gt;new RichString attribute type in schema definitions, that simplifies
format and encoding management,&lt;/li&gt;
&lt;li&gt;inline relation edition is now possible (it was formerly limited to
attributes) with &#39;reledit&#39; view,&lt;/li&gt;
&lt;li&gt;workflow definition has been simplified,&lt;/li&gt;
&lt;li&gt;web/views has been somewhat cleanup up and reorganized,&lt;/li&gt;
&lt;li&gt;automatic registration of app objects can now be switched to manual
mode (no more hairy hard-to-debug registerer mechanism),&lt;/li&gt;
&lt;li&gt;a generic SIOC view,&lt;/li&gt;
&lt;li&gt;a view synthetizing permissions across a whole app.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We hope you enjoy this release!
The cubicweb development team.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;photo by&lt;/em&gt; &lt;a class=&quot;reference&quot; href=&quot;http://www.flickr.com/people/generated/&quot;&gt;jared&lt;/a&gt; &lt;em&gt;under&lt;/em&gt; &lt;a class=&quot;reference&quot; href=&quot;http://creativecommons.org/licenses/by/2.0/&quot;&gt;creative commons&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</description>
  <dc:date>2009-06-03T12:16-01:00</dc:date>
  <dc:creator>Aurelien Campeas</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/502158</guid>
  <title>cubicweb-forge #502158: broken forge instances because of workflow differences</title>
  <link>http://www.cubicweb.org/ticket/502158</link>
  <description>&lt;p&gt;tracker defines workflows that forge ignores. this leads to broken instances.&lt;/p&gt;
</description>
  <dc:date>2009-12-01T16:52-01:00</dc:date>
  <dc:creator>Nicolas Chauvat</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/342655</guid>
  <title>cubicweb-forge #342655: Have a custom workflow for a given project</title>
  <link>http://www.cubicweb.org/ticket/342655</link>
  <description>&lt;p&gt;A project has a workflow on the Version and Ticket objects. It would be nice if for a given project we could customize the workflow of the Tickets for example.&lt;/p&gt;
</description>
  <dc:date>2009-12-01T11:16-01:00</dc:date>
  <dc:creator>Arthur Lutz</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/342657</guid>
  <title>cubicweb #342657: Selectable workflows</title>
  <link>http://www.cubicweb.org/ticket/342657</link>
  <description>&lt;p&gt;For a given type, have various workflow from which you can choose from.&lt;/p&gt;
&lt;p&gt;For example, a Ticket on a forge has a base workflow, but for a given Project we could choose a different workflow that is in store.&lt;/p&gt;
</description>
  <dc:date>2009-10-07T21:37-01:00</dc:date>
  <dc:creator>Arthur Lutz</dc:creator>
</item>
<item>
<guid isPermaLink="true">http://www.cubicweb.org/ticket/343714</guid>
  <title>cubicweb #343714: Enable workflow transition comments editing</title>
  <link>http://www.cubicweb.org/ticket/343714</link>
  <description>&lt;p&gt;A transition comment should be editable by managers and creator of the transition.&lt;/p&gt;
</description>
  <dc:date>2009-09-16T21:54-01:00</dc:date>
  <dc:creator>Sandrine Ribeau</dc:creator>
</item>
  </channel>
</rss>