web/views/startup.py
2010-07-30 Sylvain Thénault [index page] refactor add_entity_link: no need to give request, nicer to check perm before calling the method, and use the new create url factory
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-07-01 Sylvain Thénault backport stable
2010-06-30 Sylvain Thénault cleanups stable
2010-06-21 katia [css] more css rework, need visual test in compat/new modes
2010-06-10 Sylvain Thénault [ITree] fix adapter/_done_init to handle tree_[attribute|relation], add maxlevel argument to base tree view since one side effect of the new code is that it find tree view for entity types it didn't find before, hence one may want to limit tree view depth when it wasn't necessary before
2010-05-18 Sylvain Thénault backport stable
2010-05-17 Sylvain Thénault [startup view] sort startup views by alphabetical order stable
2010-05-05 Katia Saurfelt [css] start using uiprops in cubicweb.css
2010-04-29 Nicolas Chauvat [css] progressively fixing rhythm
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-22 Sylvain Thénault use ._cw instead of .req (reintroduced by merge of stable)
2009-12-18 Charles Hébert [mq]: plural_display_name_fix
2009-12-08 Sandrine Ribeau cw 3.6 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 backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault [ui api] backport create_links from forge so it may be reused stable
2009-09-23 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
2009-09-23 Adrien Di Mascio [api] __regid__, cw_* and friends
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-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-25 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
2009-08-13 Sylvain Thénault remove usage of vreg_initialization_complete by using an 'initializable dict' (eg call init after complete registration
2009-08-11 Nicolas Chauvat B web/tests back to green stable
2009-08-10 Sandrine Ribeau [view] make RegistryView xhtml valid
2009-08-10 Sylvain Thénault [startup] fix syntax error
2009-08-10 Nicolas Chauvat B add missing selector on view registry
2009-08-09 Nicolas Chauvat F [registry views] add _registry startup view
2009-08-04 Sylvain Thénault [startup] vreg api update
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-07-24 Sylvain Thénault should be enough. Nicer isn't it?
2009-07-24 Sylvain Thénault application -> instance where it makes sense
2009-07-23 Sylvain Thénault move all schema related views where they belong (eg not startup), fix schema graph views
2009-07-16 Aurelien Campeas [views] fix some crashers (schema still does not render properly, might be yams side)
2009-07-16 Aurelien Campeas backport stable branch
2009-07-10 Sylvain Thénault use msgid, update i18n stable
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-06 Sylvain Thénault backport stable branch
2009-07-06 Sylvain Thénault add import to remove deprecation warning stable
2009-07-02 Sylvain Thénault backport stable
2009-07-02 Sylvain Thénault hide final etype, don't display meta since it will soon disappear (eg in 3.4) stable
2009-06-26 Sylvain Thénault backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
2009-06-24 Sylvain Thénault d-t-w, cleaner code, add missing css stable
2009-06-19 Sylvain Thénault stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
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 Nicolas Chauvat [views] change default tab to text for /schema
2009-05-28 Nicolas Chauvat [views] change schema views: remove view eschema and use tabs for cwetype
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 View.dispatch -> View.render tls-sprint
2009-05-04 sylvain thenault backport default tls-sprint
2009-05-04 sylvain thenault don't depends on simplejson outside web/ tls-sprint
2009-05-04 sylvain thenault configurable entity types tables tls-sprint
2009-04-27 Katia Saurfelt StartupView have already match_user_group selector
2009-04-29 Florent merge tls-sprint
2009-04-29 Florent fix wrong import and deprecation messages tls-sprint
2009-04-29 sylvain thenault grrr tls-sprint
2009-04-29 sylvain thenault oops tls-sprint
2009-04-29 sylvain thenault duh? remaining __selectors__, probably a wrong merge tls-sprint
2009-04-29 sylvain thenault fix import (duh?) tls-sprint
2009-04-28 sylvain thenault backport default branch tls-sprint
2009-04-28 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
2009-04-27 Katia Saurfelt merge
2009-04-27 Katia Saurfelt avoid displaying a section twice
2009-04-24 Katia Saurfelt #342695: add new security section to the schema view
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-02-24 Aurelien Campeas merge tls-sprint
2009-02-19 sylvain thenault avoid deprecation warning tls-sprint
2009-02-11 Julien Jehannet Use specific css files directly in views code
2009-01-28 sylvain thenault while EntityView has been used here?? (changeset 501 by laure)
2009-01-28 Aurelien Campeas missing import
2009-01-28 Laure Bourgois removing OWLView from this file (in order to put OWLView into owl module)
2009-01-23 Laure Bourgois owl schema error correction
2009-01-21 Laure Bourgois ontology comment
2009-01-21 Laure Bourgois OwlView generated a owl layout from schema application. It can be registered with an owl extension.
2009-01-05 Sylvain Thenault don't show folder section on index page when there is now folder yet
2008-12-05 Sylvain Thenault only hide strict suboject in default view
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip