web/views/tabs.py
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-09 Sandrine Ribeau api update again
2009-12-08 Sylvain Thénault drop common subpackage
2009-12-03 Sylvain Thénault backport stable into default
2009-11-27 Nicolas Chauvat [web] rename TabedPrimary to TabbedPrimary with backward compat stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-13 Sylvain Thénault deactivate toolbox until 3.6 stable
2009-11-13 Sylvain Thénault introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)... stable
2009-11-13 Sylvain Thénault stop calling render_entity_metadata in primary view, provides a stable
2009-10-21 Aurelien Campeas remove obsolete caveat stable
2009-10-19 Sylvain Thénault remove some warnings
2009-10-13 Sylvain Thénault 3.6 updates
2009-10-07 Sylvain Thénault backport stable branch
2009-10-06 Sylvain Thénault set title to None so it doesn't appears in possible views stable
2009-10-06 Sylvain Thénault [tabs] some convenience classes for tabbed views stable
2009-10-06 Sylvain Thénault [tabs] refactor to more tab control 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 Adrien Di Mascio [api] use __regid__ instead of deprecated id
2009-09-15 Sylvain Thénault backport 3.5
2009-09-14 Aurelien Campeas allow user to give ?tab=tabname and be set to the right tab (part of #345399) 3.5
2009-08-27 Sylvain Thénault backport 3.5 branch
2009-08-27 Sylvain Thénault fix emacs syntaxic colorization stable
2009-08-12 Nicolas Chauvat R propagate deprecation of AppObject.entity()
2009-08-04 Adrien Di Mascio merge
2009-08-04 Adrien Di Mascio merge (after jquery.tools backout)
2009-08-04 Adrien Di Mascio Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
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-16 Aurelien Campeas [tabs] backport entity-less support for tabs
2009-07-16 Aurelien Campeas shrink a bit the tabs
2009-07-16 Aurelien Campeas backport stable branch
2009-07-07 Sylvain Thénault use xml_escape stable
2009-07-06 Sylvain Thénault backport stable branch
2009-07-03 Aurelien Campeas cleanup stable
2009-07-03 Sylvain Thénault when request is a json request, bind on 'ajax-loaded' instead of document.ready() stable
2009-06-18 Aurelien Campeas replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
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-28 Nicolas Chauvat [views] get tabs to work with startup views
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-14 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
2009-04-28 sylvain thenault fix imports, cleanup, repair some ajax calls tls-sprint
2009-04-24 sylvain thenault backport default branch tls-sprint
2009-04-16 sylvain thenault MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
2009-04-07 sylvain thenault backport default branch tls-sprint
2009-03-23 sylvain thenault pylint detected errors tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-03-13 Aurelien Campeas [tabs] don't spin madly when called in ajaxy/facet context; defer to default view
2009-03-11 Aurelien Campeas backport typo fix
2009-03-09 sylvain thenault fix name error tls-sprint
2009-03-04 sylvain thenault backport default branch tls-sprint
2009-03-03 Aurelien Campeas [tabs] from rev 917 - got lost in a merge
2009-03-03 Aurelien Campeas merge treeview-tabs into default (for 3.1.1)
2009-03-03 Aurelien Campeas [tabs] tabbed views don't support concatenation; when vid=primary is forced, delegate to the default tab/view #32176 treeview-tabs
2009-03-02 sylvain thenault backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for... tls-sprint
2009-03-02 sylvain thenault rename EntityRelatedTab into EntityRelationView, some fixes tls-sprint
2009-02-27 sylvain thenault fix some imports, update treeview for 3.2 tls-sprint
2009-02-24 Aurelien Campeas fix imports : common.utils -> utils tls-sprint
2009-02-24 Aurelien Campeas merge tls-sprint
2009-02-23 Aurelien Campeas unwanted merge : Backed out changeset 4328bcbd748e
2009-02-20 Aurelien Campeas [tabs] augment a bit the lazyview interface (very general now), tab groups are now marked per entity (thinking about the ?vid=primary case) treeview-tabs
2009-02-20 sylvain thenault seems I don't need bw compat support tls-sprint
2009-02-20 sylvain thenault no need for both EntityRelatedTab / EntityRelatedView which are doing the same thing tls-sprint
2009-02-18 Adrien Di Mascio rename abstract_* selectors into partial_* + add docstrings tls-sprint
2009-02-18 Adrien Di Mascio introduce abstract selectors to get rid of the my_selector() contagion tls-sprint
2009-02-18 Adrien Di Mascio fix selector of EntityRelatedTab, next step is to find a way to avoid this kind of selector tls-sprint
2009-02-17 Adrien Di Mascio first pass to use __select__ instead of __selectors__ 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 Adrien Di Mascio remove all accepts = ('Foo',) declaration and use __selectors__ = implements('Foo') instead tls-sprint
2009-02-11 Aurelien Campeas [tabs] reuse the new set_cookie controller method
2009-02-06 Aurelien Campeas [tabs] prepare for reloadability
2009-01-30 Aurelien Campeas [tabs] dead code
2009-01-30 Aurelien Campeas [tabs] fix the no-eid case, remove unused code
2009-01-30 Adrien Di Mascio fix js syntax in tabs.forceview()
2009-01-30 Adrien Di Mascio simplification of lazy tabs mechanism
2009-01-30 Adrien Di Mascio use lgc.decorators.monkeypatch in tabs.py
2009-01-30 sylvain thenault cubicweb__loadurl -> cubicweb:lazyloadurl
2009-01-28 Aurelien Campeas [tabs] improve pylint note :)
2009-01-28 Aurelien Campeas [tabs] cookie name par cube instance will reduce cookie collisions
2009-01-28 Aurelien Campeas [tabs]
2009-01-28 Aurelien Campeas python 2.4 compat
2009-01-27 Aurelien Campeas [tabs] prune tab set _before_ computing & setting 'active' tab
2009-01-27 Aurelien Campeas [tabs]
2009-01-27 Aurelien Campeas [tabs] avoid nasty surprises when tab name change & the cookie remembers the past
2009-01-27 Aurelien Campeas [tabs] provide a working tabs implementation, that lazy-loads tab content & should remember the current position
2008-12-19 Sylvain Thenault rename to tabs.py
less more (0) tip