web/views/treeview.py
Fri, 11 Sep 2015 18:05:38 +0200 Rémi Cardona [py3k] replace '_ = unicode' in global scope (closes #7589459)
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Thu, 16 Apr 2015 18:59:12 +0200 Sylvain Thénault [web/view/treeview] add a 'selected' class on <li> if the entity's url is the currently displayed url
Thu, 29 Jan 2015 16:40:08 +0100 Rémi Cardona [web] Allow propagating 'klass' parameter on tree views recursively
Thu, 23 Oct 2014 11:42:20 +0200 Julien Cristau [web] Update jquery-treeview to the latest version
Thu, 23 Oct 2014 11:20:44 +0200 Julien Cristau [web/css] move jquery.treeview.css override to a separate file
Wed, 22 Oct 2014 14:16:47 +0200 Julien Cristau [web] remove unused argument from treeview._init_headers
Mon, 26 Aug 2013 16:14:09 +0200 Aurelien Campeas remove 3.9 bw compat
Tue, 23 Apr 2013 15:33:50 +0200 Pierre-Yves David use cw_etype instead of __regid__
Tue, 19 Mar 2013 12:24:40 +0100 Rémi Cardona [web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Wed, 25 Aug 2010 10:01:11 +0200 Sylvain Thénault [boxes] introduce new boxes system
Fri, 23 Jul 2010 10:30:10 +0200 Sylvain Thénault [massmailing] need edition.js for the freeezeFormButtons function stable
Fri, 16 Jul 2010 11:00:42 +0200 Nicolas Chauvat [web] eid key is deprecated
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Tue, 06 Jul 2010 19:32:29 +0200 Sylvain Thénault [itree] backport default combobox view for entities implementing ITree (from folder/zone cube)
Fri, 02 Jul 2010 17:50:31 +0200 Sylvain Thénault [ITree] small fixes: parent_entity is a IBreadCrumbs method, we should use .parent on ITree
Wed, 16 Jun 2010 14:51:17 +0200 Sylvain Thénault backport stable
Wed, 16 Jun 2010 12:24:11 +0200 Sylvain Thénault imported patch cookie handling: do not use semicolon as it has some tech meaning (web2 -> web) stable
Thu, 10 Jun 2010 16:57:02 +0200 Sylvain Thénault [ITree] more fixes, fix fixes
Thu, 10 Jun 2010 16:28:06 +0200 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
Thu, 10 Jun 2010 16:25:15 +0200 Sylvain Thénault [web] move itree adapter to entities, it may be used outside the web interface
Wed, 09 Jun 2010 10:06:46 +0200 Sylvain Thénault backport stable
Wed, 09 Jun 2010 09:58:23 +0200 Sylvain Thénault [pylint] fix detected name errors
Wed, 09 Jun 2010 09:54:35 +0200 Sylvain Thénault [pylint] fix detected name errors stable
Wed, 26 May 2010 18:17:29 +0200 Sylvain Thénault [adapters] fix NameError introduced by adapters refactoring
Fri, 21 May 2010 15:04:29 +0200 Sylvain Thénault [adapters] refactoring fixes
Thu, 20 May 2010 20:50:00 +0200 Sylvain Thénault [entity] continue cleanup of Entity/AnyEntity namespace
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
Fri, 23 Apr 2010 12:19:54 +0200 Alexandre Fayolle [python2.6] careful: json-py provides a json package. We don't want that. stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Tue, 09 Mar 2010 12:07:34 +0100 Sylvain Thénault remove deprecation warning introduced by add_onload api change
Fri, 26 Feb 2010 13:24:47 +0100 Sylvain Thénault pylint style fixes stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Thu, 11 Feb 2010 12:18:46 +0100 Sylvain Thénault sort on sortvalue, not dc_title to allow customization
Fri, 05 Feb 2010 07:25:16 +0100 Sylvain Thénault backport stable
Thu, 04 Feb 2010 11:33:55 +0100 Aurelien Campeas [views/treeview] fix non-ITree nodes last element computation stable
Wed, 03 Feb 2010 14:46:32 +0100 Sylvain Thénault backport stable
Fri, 29 Jan 2010 18:03:10 +0100 Sylvain Thénault should take arbitrary arguments stable
Fri, 29 Jan 2010 16:53:52 +0100 Sylvain Thénault [treeview] ensure items are ordered according to their dc_title, we can't rely on an ordered rset stable
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
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Fri, 27 Nov 2009 23:45:18 +0100 Sylvain Thénault implements is enough stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 20 Nov 2009 15:17:56 +0100 Sylvain Thénault use ITree api stable
Fri, 09 Oct 2009 16:39:26 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 14:50:33 +0200 Adrien Di Mascio [treeview] pass back subvid parameter to treeview when computing an opened subtree 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 09:29:39 +0200 Sylvain Thénault use __regid__ instead of id on appobject classes
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
Fri, 18 Sep 2009 12:48:58 +0200 Aurelien Campeas cleanup stable
Fri, 18 Sep 2009 12:47:47 +0200 Aurelien Campeas more in the way of subclassability & args passing all the way down stable
Fri, 18 Sep 2009 10:34:33 +0200 Sylvain Thénault backport stable 3.5
less more (0) -100 -60 tip