web/views/actions.py
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-10-14 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
2011-10-13 Sylvain Thénault [action] has_editable_relation first argument is once_is_enough flag, not an action name stable
2011-09-16 Sylvain Thénault backport stable
2011-09-16 Sylvain Thénault [refactoring] introduce add_etype_button function to properly create button to add a new entity stable
2011-09-15 Sylvain Thénault backport stable
2011-09-13 Sylvain Thénault backout 7780:a1d5365fefc1 stable
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
2011-08-05 Sylvain Thénault closes #1901436: view/modify action in table don't work stable
2011-03-23 Sylvain Thénault [schema views] don't propose 'view all' action for final entity types (closes #1560549) stable
2011-02-09 Sylvain Thénault [manage view] cleanup manage view and user menu
2010-11-05 Sylvain Thénault [action] set mainform=False to ensure we don't consume previously posted form validation errors stable
2010-10-12 Sylvain Thénault [i18n] uniformize footer capitalization
2010-09-29 Sylvain Thénault [web action] has_editable_relations should not filter out final relations, fix regression introduced in 6358:22c95c5ef12d stable
2010-09-29 Sylvain Thénault [web action] has_permission_update checked implicitly by has_editable_relation, don't check it twice stable
2010-09-06 Nicolas Chauvat [views] rename Edition to Modification and personal information to profile stable
2010-07-12 Sylvain Thénault [actions] homogen action/view selectors. Move action together with associated view to avoid such thing in the future cubicweb-version-3.9.1
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-21 Sylvain Thénault backport stable
2010-06-17 Sylvain Thénault [web actions] fix recent refactoring, leading to missing redirect parameters in action's url stable
2010-06-15 Sylvain Thénault backport stable
2010-06-14 Sylvain Thénault [linkto action] refactor to ease overriding to control redirection stable
2010-05-17 Sylvain Thénault backport stable
2010-05-12 Sylvain Thénault [actions box] enhance add related menu generation: don't propose to add relation of single cardinality where entity already have the relation set stable
2010-05-05 Sylvain Thénault merge good/bad versions of imported patches...
2010-04-29 Nicolas Chauvat [css] introducing scale and rhythm composition
2010-04-29 Nicolas Chauvat [css] introducing scale and rhythm composition
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 [test] fix unittest_viewselector
2010-03-24 Sylvain Thénault [cleanup] remove accidentaly commited print stable
2010-03-24 Sylvain Thénault [web] move workflow related uicfg stuff to the workflow module stable
2010-03-17 Sylvain Thénault add missing warn imports stable
2010-02-15 Sylvain Thénault cleanup stable
2010-02-08 Sylvain Thénault backport stable branch and some vreg cleanups:
2010-02-05 Sylvain Thénault reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
2010-02-01 Nicolas Chauvat refactor to use the 3.6 API
2010-01-29 Nicolas Chauvat bugfix
2010-01-29 Nicolas Chauvat add action to list entities of the CWEType currently displayed
2010-01-21 Sylvain Thénault closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-09 Sylvain Thénault api update
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-19 Sylvain Thénault reldefsecurity branch : reldefsecurity
2009-10-19 Sylvain Thénault editable-attributes return a list of 2-uple
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-13 Sylvain Thénault 3.6 updates
2009-09-28 Sylvain Thénault bad merge
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault [ui] turn footer items into actions stable
2009-09-25 Sylvain Thénault fix some actions selectors
2009-09-25 Sylvain Thénault remove useless rtag (correct default)
2009-09-25 Sylvain Thénault [uicfg, autoform] more consistent/powerful autoform_section rtags by using formtype/section; deprecates autoform_is_inlined; refactor automatci form and renderer thanks to this
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-17 Sylvain Thénault backport 3.5
2009-09-16 Sylvain Thénault nicer add urls 3.5
2009-09-16 Sylvain Thénault set strict when checking if edit action should be shown 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 edit box refactoring to gain more control by using actions 3.5
2009-08-13 Sylvain Thénault rename registered to __registered__
2009-08-06 Sylvain Thénault backport stable branch
2009-08-05 Sylvain Thénault fix #344895: view action should skip navigation parameters stable
2009-08-03 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
2009-08-02 Adrien Di Mascio [refactoring] moved rtags specification in web/views
2009-07-24 Sylvain Thénault cleanup
2009-07-23 Nicolas Chauvat [cleanup] fix tests
2009-07-23 Nicolas Chauvat #197873: quick access to info for bug report
2009-06-24 Sylvain Thénault prepare time where it won't be mandatory to give rset to select() stable
2009-06-19 Sylvain Thénault cleanup stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-18 Adrien Di Mascio avoid SelectAction selection to crash on startup views stable
2009-04-29 sylvain thenault fix manage permission order tls-sprint
2009-04-29 Florent some typos tls-sprint
2009-04-28 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
2009-04-24 Adrien Di Mascio fix bug in actions: action.row/col might be None and can't be passed directly to rset.get_entity tls-sprint
2009-04-23 sylvain thenault delete spaces, use .row .col instead of fixed 0 0 tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-07 sylvain thenault backport default branch tls-sprint
2009-04-06 sylvain thenault only show owl action when displaying the schema view
2009-04-02 Laure Bourgois adding action to startup schema view. this action enables to 894685124c68
2009-03-27 sylvain thenault actions specific selector 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
2009-02-19 sylvain thenault more bw compat tls-sprint
2009-02-18 sylvain thenault merge, split baseviews (new csvexport, xmlrss and editviews modules) tls-sprint
2009-02-18 sylvain thenault test_views fixes tls-sprint
2009-02-18 sylvain thenault fix used selectors tls-sprint
2009-02-18 sylvain thenault fix import, use non_final_entity instead of implements('Any') tls-sprint
2009-02-18 sylvain thenault fix selectors argus tls-sprint
2009-02-18 Adrien Di Mascio some minor __select__ composition fixes tls-sprint
2009-02-17 Adrien Di Mascio first pass to use __select__ instead of __selectors__ tls-sprint
2009-02-17 sylvain thenault merge tls-sprint
2009-02-17 Adrien Di Mascio overridden `registered()` methods must call the base implementation tls-sprint
2009-02-17 sylvain thenault __selectors__ -> __select__ tls-sprint
2009-02-17 sylvain thenault merge tls-sprint
2009-02-17 Adrien Di Mascio replace deprecated cubicweb.common.selectors by its new module path (cubicweb.selectors) tls-sprint
2009-02-17 sylvain thenault should add relation_possible selector only if require_permission is in the schema tls-sprint
2009-02-17 Adrien Di Mascio work in progress, draft for manual registration tls-sprint
2009-02-16 sylvain thenault major selector refactoring (mostly to avoid looking for select parameters on the target class), start accept / interface unification) tls-sprint
2009-02-04 Aurelien Campeas [actions] import * : just say no
2009-01-15 sylvain thenault massive selector update 3.0
2009-01-14 sylvain thenault cleanup, backport manage perm action from jpl
2009-01-05 Sylvain Thenault don't show add new action for composed objects
2008-12-22 Sylvain Thenault more selector renaming
2008-12-19 Sylvain Thenault begin selector renaming (work in progress)
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip