web/views/ibreadcrumbs.py
Thu, 17 Sep 2015 11:07:36 +0200 Rémi Cardona [py3k] unicode → six.text_type
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Fri, 02 May 2014 17:57:37 +0200 Aurelien Campeas remove most 3.10 bw compat
Thu, 09 Jan 2014 10:53:45 +0100 Florent Cayre [breadcrumbs] Small breadcrumb components refactoring
Mon, 26 Aug 2013 16:14:09 +0200 Aurelien Campeas remove 3.9 bw compat
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 21 Oct 2011 09:24:29 +0200 Sylvain Thénault backport stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [ibreadcrumbs] missing xml_escape on latest path part (usually view's title). Closes #2037506 stable
Fri, 23 Sep 2011 09:17:37 +0200 Sylvain Thénault [breadcrumbs] keep proper breadcrumbs when creating an entity linked to another by inspecting __linkto (closes #1947476)
Wed, 15 Jun 2011 17:09:44 +0200 Sylvain Thénault [breadcrumbs] closes #1717489: Double escaping in breadcrumbs stable
Thu, 24 Mar 2011 13:22:20 +0100 Sylvain Thénault cleanups stable
Thu, 24 Mar 2011 13:20:33 +0100 Sylvain Thénault [components] add **kwargs to render method of header components to make them usable as regular components (eg in other places than the header stable
Fri, 28 Jan 2011 16:19:22 +0100 Sylvain Thénault [ibreadcrumb] fix breadcrumb adapter backward compat stable
Tue, 09 Nov 2010 15:48:11 +0100 Julien Jehannet [basetemplates] breadcrumbs component context sticks to ApplicationName stable
Mon, 11 Oct 2010 19:45:15 +0200 Sylvain Thénault fix pre 3.10 bw compat
Mon, 11 Oct 2010 09:17:54 +0200 Sylvain Thénault typo
Mon, 11 Oct 2010 09:01:14 +0200 Sylvain Thénault [breadcrumb] infinite loop safety belt, bw compatible by hi-jacking 'recurs' argument
Sat, 09 Oct 2010 00:38:02 +0200 Sylvain Thénault [components] refactor main template header: make it much more flexible by using CtxComponent
Wed, 25 Aug 2010 10:29:07 +0200 Sylvain Thénault [web api] unify 'contentnav' (VComponent) and 'boxes' registries as 'ctxcomponents' (CtxComponent)
Mon, 05 Jul 2010 12:04:32 +0200 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
Thu, 10 Jun 2010 18:28:12 +0200 Sylvain Thénault [iprogress] move adapter to entities.adapters
Fri, 21 May 2010 15:04:29 +0200 Sylvain Thénault [adapters] refactoring fixes
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Thu, 15 Apr 2010 17:35:17 +0200 Pierre-Yves David (implement #761403) The breadcrumb final element is now a link too. stable
Thu, 04 Mar 2010 17:50:17 +0100 Aurelien Campeas [views/breadcrumbs] fix bad signature stable
Thu, 21 Jan 2010 17:38:31 +0100 Sylvain Thénault closes #345410: two_lines_rset, two_cols_rset, two_etypes_rset are badly named
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Mon, 16 Nov 2009 17:18:48 +0100 Adrien Di Mascio [breadcrumbs] make it easier to redefine html structure of breadcrumbs component stable
Tue, 29 Sep 2009 15:58:44 +0200 Sylvain Thénault backport stable branch
Tue, 29 Sep 2009 15:10:56 +0200 Sylvain Thénault don't accept None to avoid error stable
Thu, 24 Sep 2009 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Wed, 23 Sep 2009 11:10:38 +0200 Adrien Di Mascio [api] use cw_property_defs instead of deprecated property_defs
Wed, 23 Sep 2009 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Fri, 11 Sep 2009 15:57:34 +0200 Sylvain Thénault backport 3.5
Fri, 11 Sep 2009 15:55:15 +0200 Sylvain Thénault backport stable branch 3.5
Fri, 11 Sep 2009 13:40:49 +0200 Aurelien Campeas from 3.5 branch; XXX the test depends on an eid value stable
Fri, 11 Sep 2009 12:40:27 +0200 Aurelien Campeas hopefully correctly fix the breadcrumbs escaping 3.5
Thu, 10 Sep 2009 18:49:23 +0200 Aurelien Campeas missing escape 3.5
Wed, 02 Sep 2009 16:42:07 +0200 Sylvain Thénault backport 3.5
Wed, 02 Sep 2009 16:39:19 +0200 Sylvain Thénault refactor to ease overriding of what's displayed in breadcrum for an entity 3.5
Thu, 27 Aug 2009 13:02:45 +0200 Sylvain Thénault backport 3.5 branch
Wed, 26 Aug 2009 20:23:27 +0200 Nicolas Chauvat B [views] fixing breadcrumbs stable
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
Wed, 26 Aug 2009 11:16:10 +0200 Sylvain Thénault [breadcrumb] BreadCrumbAnyRSetVComponent should implements call() stable
Wed, 26 Aug 2009 10:06:17 +0200 Sylvain Thénault [breadcrumb] only provides a breadcrumbs component, no more as pluggable content nav comp; provides alternative implentation for rset with more than one entity stable
Tue, 25 Aug 2009 22:57:47 +0200 Nicolas Chauvat B #345282 xhtml requires to use   instead of   stable
Wed, 12 Aug 2009 19:09:32 +0200 Nicolas Chauvat R propagate deprecation of AppObject.entity()
Tue, 07 Jul 2009 13:26:44 +0200 Sylvain Thénault use xml_escape stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Wed, 20 May 2009 14:19:53 +0200 Sylvain Thénault cleanup stable
Thu, 14 May 2009 11:38:40 +0200 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
Mon, 02 Mar 2009 20:44:14 +0100 sylvain thenault import updates tls-sprint
Wed, 18 Feb 2009 01:21:25 +0100 Adrien Di Mascio replaced most of __selectors__ assignments with __select__ tls-sprint
Wed, 18 Feb 2009 00:03:27 +0100 Adrien Di Mascio some more s/__selectors__/__select__ but still more to come tls-sprint
less more (0) -60 tip