web/views/tabs.py
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