web/views/workflow.py
2012-02-10 Sylvain Thénault backport stable
2012-02-10 Julien Cristau kill dead code in Workflow view stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-10-28 Alexandre Fayolle [table view, workflow] fix the display of wf history table (closes: #2065652)
2011-10-21 Sylvain Thénault [table views] closes #1986413: refactor TableView, EntityAttributesTableView, PyValTableView
2011-10-21 Sylvain Thénault [forms] update code broken by linkto refactoring
2011-09-29 Sylvain Thénault backport stable
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-09-27 Florent Cayré [form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
2011-07-01 Sylvain Thénault [worklow forms] rewrite remaining pre 3.10 form code using uicfg stable
2011-05-20 Sylvain Thénault cleanup and update some copyright stable
2011-05-19 Sylvain Thénault [workflow] new 'incontext-state' view for IWorkflowable entities stable
2011-01-04 Aurelien Campeas [web/views/workflow] hide tr_count attribute in wf transition form stable
2010-11-05 Sylvain Thénault [change state form] set domid to avoid data conflict with other (eg edition) form stable
2010-11-05 Sylvain Thénault [forms] remove some deprecation warnings stable
2010-10-13 Sylvain Thénault [wf history] avoid title duplication
2010-10-12 Sylvain Thénault [workflow] fix bw compat code
2010-09-29 Sylvain Thénault backport stable
2010-09-28 Sylvain Thénault [wf component] reversing selectors here may be a huge performance win on big rsets, since EntityVComponent selector starts with one_line_rset stable
2010-08-25 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
2010-08-12 Aurelien Campeas fix typo stable
2010-08-10 Stephanie Marcu more generic dot graph generator stable
2010-07-05 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-06-15 Sylvain Thénault backport stable
2010-06-11 Sylvain Thénault cleanup stable
2010-06-07 Sylvain Thénault backport stable
2010-06-07 Sylvain Thénault [workflow image] remove debug code stable
2010-06-07 Sylvain Thénault [security] view was giving web access to every fs file accessible by the web server process. Fix this security hole by storing file in session data, not direct form parameters stable
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-14 Sylvain Thénault [schema view] the final touch. Things are getting nicely displayed, and code clean
2010-04-13 Sylvain Thénault [mq]: worklfow view
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-03-24 Sylvain Thénault [web] move workflow related uicfg stuff to the workflow module stable
2010-03-04 Alain Leufroy fix a Depression Warning stable
2010-02-19 Sylvain Thénault [workflow] finish refactoring introduced by 021035b9a7ab for 'go back' transition: stable
2010-02-03 Sylvain Thénault backport stable
2010-01-29 Sylvain Thénault calling unicode instead of gettext... stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-21 Sylvain Thénault fix render (formerly form_render) prototype
2009-12-21 Sylvain Thénault refactor form field value handling, to get a nicer api and an easier algorithm to get field's value
2009-12-09 Sylvain Thénault shouldn't be called from here
2009-12-09 Sylvain Thénault api update
2009-12-09 Sylvain Thénault use implements instead of entity_implements
2009-12-07 Sandrine Ribeau api renaming update
2009-12-03 Sylvain Thénault backport stable into default
2009-12-01 Sylvain Thénault oops, this is an object relation stable
2009-12-01 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
2009-11-30 Sylvain Thénault make wfhistory non selectable for entities without record in its workflow history stable
2009-11-27 Sylvain Thénault refactor to ease overriding stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-16 Sylvain Thénault oops, fix wf entity types vocabulary while in creation stable
2009-11-16 Sylvain Thénault fix vocabulary for destination_state/allowed_transitions when creating state or transition stable
2009-11-08 Nicolas Chauvat [web ui] rename form buttons to ok/cancel where workflow change state stable
2009-10-13 Sylvain Thénault 3.6 update
2009-09-29 Sylvain Thénault backport stable branch
2009-09-29 Sylvain Thénault [form] replace is_subform by parent_form, carrying more information at the same cost stable
2009-09-28 Sylvain Thénault backport stable
2009-09-25 Nicolas Chauvat [views] workflow primary view: do not show states and transitions in side boxes stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-21 Sylvain Thénault since we have the transition entity, give it directly stable
2009-09-21 Sylvain Thénault fix argument given to changestate form selection stable
2009-09-21 Sylvain Thénault statuschange form view only works w/ one entity, fix selector accordingly stable
2009-09-18 Sylvain Thénault [wf graph] translate group names as well 3.5
2009-09-18 Sylvain Thénault [wf] uicfg tweaks 3.5
2009-09-18 Sylvain Thénault [ui] translate state/tr names in wf image 3.5
2009-09-17 Sylvain Thénault backport 3.5
2009-09-16 Sylvain Thénault uicfg tweaks for wf 3.5
2009-09-15 Sylvain Thénault backport 3.5
2009-09-15 Sylvain Thénault [actions] refactor: extract actual_actions from fill_menu to work with table filter form 3.5
2009-09-14 Sylvain Thénault cleanup, futur warning fixes :) 3.5
2009-09-14 Sylvain Thénault edit box refactoring to gain more control by using actions 3.5
2009-09-14 Sylvain Thénault [wf graph] fix display of condition 3.5
2009-09-14 Sylvain Thénault fix workflow graph views and tabs for the new wf system, remove useless view and action (actually useless since introduction of tabbed entity type view 3.5
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-12 Nicolas Chauvat R propagate deprecation of AppObject.entity()
2009-08-07 Sylvain Thénault backport stable branch
2009-08-07 Sylvain Thénault need to set default value for trcomment_format since it's not an actual field stable
2009-08-04 Sylvain Thénault [R] use req.entity_from_eid
2009-07-24 Sylvain Thénault #343714: Enable workflow transition comments editing
2009-07-24 Sylvain Thénault mkstemp return a 2-uple
2009-07-23 Nicolas Chauvat #343227: display the workflow history of any entity
2009-07-23 Nicolas Chauvat [cleanup] fix deprecation warnings
2009-07-16 Aurelien Campeas backport stable branch
2009-07-07 Sylvain Thénault use xml_escape stable
2009-06-05 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
2009-05-29 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
2009-05-28 Sylvain Thénault turn renderers into appobjects
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-12 sylvain thenault final rtag api tls-sprint
2009-05-11 sylvain thenault final rtags api (eventually :$) tls-sprint
2009-04-29 sylvain thenault update rtags api tls-sprint
2009-04-28 sylvain thenault do not set visible property by default tls-sprint
2009-04-28 sylvain thenault register to catalog, delete-trailing-whitespaces tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-09 sylvain thenault new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore) tls-sprint
2009-04-08 sylvain thenault cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
2009-04-08 sylvain thenault refactor button handling tls-sprint
2009-03-26 sylvain thenault turn old __rtags__ the new way tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-03-12 sylvain thenault a bit of reorganisation inside web/views: tls-sprint
less more (0) tip