web/views/tableview.py
Tue, 24 Nov 2015 14:08:47 +0100 Julien Cristau Remove trailing empty lines
Mon, 19 Oct 2015 23:23:46 +0000 Jérôme Roy fix typos and indentation in docstrings/docs
Tue, 13 Oct 2015 17:16:26 +0200 Rémi Cardona [py3k] MethodType no longer takes a class argument
Wed, 16 Sep 2015 13:57:21 +0200 Rémi Cardona [py3k] use six.add_metaclass
Mon, 05 Oct 2015 17:10:36 +0200 Rémi Cardona [py3k] add list() around dict methods
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
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Thu, 02 Jul 2015 19:54:25 +0200 David Douard [doc] more fixes of warnings/errors in doc build
Mon, 14 Apr 2014 11:54:33 +0200 Rémi Cardona an URL -> a URL stable
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
Tue, 05 Nov 2013 09:51:32 +0100 Denis Laxalde [doc] Refer to RsetTableView in EntityTableView docstring instead of TableView stable
Wed, 27 Nov 2013 16:18:54 +0100 Aurelien Campeas [views/table] use cubicweb.ajax.js for pagination stable
Fri, 06 Dec 2013 11:26:57 +0100 Julien Cristau [tableview] Don't share column renderers between all instances of a table (closes #3351872) stable
Fri, 06 Dec 2013 11:26:20 +0100 Julien Cristau [tableview] Add some unique element to AbstractColumnRenderer.__str__ (related to #3351872) stable
Fri, 12 Jul 2013 10:39:01 +0200 Denis Laxalde Do not compute actions list in TableLayout view when display_actions attribute is unset stable
Mon, 08 Apr 2013 16:53:03 +0200 David Douard [views/tables|css] backout rev 895e34d9ae0d stable
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Fri, 20 Jul 2012 10:25:55 +0200 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
Wed, 13 Jun 2012 12:38:06 +0200 Aurelien Campeas [views/tables|css] show actions in small tabs instead of menu indirection (closes #2004109)
Wed, 23 May 2012 16:17:46 +0200 Sylvain Thénault backport stable
Wed, 23 May 2012 11:05:03 +0200 Arthur Lutz [docstrings] typos corrected stable
Wed, 23 May 2012 11:04:00 +0200 Arthur Lutz [views] enable paginate toggle on RsetTableView (closes #2200675) stable
Tue, 10 Apr 2012 17:03:19 +0200 Sylvain Thénault backport stable
Tue, 10 Apr 2012 10:42:23 +0200 Sylvain Thénault [table view] EntityTableView should accept **kwargs as RsetTableView stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Wed, 11 Jan 2012 18:29:33 +0100 Sylvain Thénault backport stable
Wed, 11 Jan 2012 18:28:17 +0100 Sylvain Thénault [tableview] drop useless code: cellvid systematically given by RsetTableView, according to its .[non]finalview attribute stable
Tue, 10 Jan 2012 16:33:27 +0100 Pierre-Yves David [tableviews] use ``select_or_none`` instead of ``try: select() except:``
Tue, 29 Nov 2011 11:18:46 +0100 Julien Cristau [navigation] provide a link back from the full view to the paginated one
Wed, 23 Nov 2011 14:45:13 +0100 Aurelien Campeas [tableview] fix action menu layout (closes #2099011)
Wed, 23 Nov 2011 11:46:30 +0100 Aurelien Campeas [views/table] fix typo
Thu, 17 Nov 2011 18:19:56 +0100 Sylvain Thénault [EntityTableView] smarter header for MainEntityColRenderer: use plural form only when necessary. Closes #2093182
Thu, 17 Nov 2011 18:21:04 +0100 Sylvain Thénault [tableview] enhance RelationColRenderer. Closes #2093184
Wed, 09 Nov 2011 14:55:25 +0100 Sylvain Thénault [tableview] fix __init__ logic of sortfunc/sortable
Wed, 09 Nov 2011 14:34:41 +0100 Sylvain Thénault [tableview] drop comment
Mon, 07 Nov 2011 18:16:53 +0100 Sylvain Thénault [tableview] deepcopy of colrenderer was actually broken with py < 2.7
Mon, 07 Nov 2011 10:55:15 +0100 Adrien Di Mascio [table] display navigation component both above and below the table
Fri, 04 Nov 2011 17:16:15 +0100 Sylvain Thénault [table view] some new table view enhancements
Fri, 04 Nov 2011 13:03:52 +0100 Sylvain Thénault [table view] properly handle show/hide filter actions so we get proper action displayed even when recalled from pagination
Thu, 03 Nov 2011 11:18:37 +0100 Sylvain Thénault [entity table view] add count default to true on main entity column
Wed, 02 Nov 2011 10:33:50 +0100 Sylvain Thénault [old table view] drop duplicated method
Fri, 28 Oct 2011 10:32:48 +0200 Adrien Di Mascio [doc] fix most of ReST compilation errors and warnings
Thu, 27 Oct 2011 10:38:03 +0200 Sylvain Thénault [tableview] .entity method is useful on EntityTableView as well, move it there
Tue, 25 Oct 2011 13:51:27 +0200 Aurelien Campeas [tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally
Mon, 24 Oct 2011 13:51:39 +0200 Aurelien Campeas [tableview] extract two methods from render_table to ease subclassing
Mon, 24 Oct 2011 13:18:58 +0200 Pierre-Yves David [deprecated] TableView: update some documentation
Mon, 24 Oct 2011 08:55:07 +0200 Aurelien Campeas [tableview,basetemplates,pagination] some views internally handle the pagination, in which case the base template should not try to paginate
Sat, 22 Oct 2011 11:16:14 +0200 Sylvain Thénault [tableview] fix bad attribute name
Fri, 21 Oct 2011 18:37:30 +0200 Aurelien Campeas [tableview] sortvalue truncation should be somewhat configurable
Fri, 21 Oct 2011 17:52:37 +0200 Aurelien Campeas undo garbage shipped in 9a73d5e762b0
Fri, 21 Oct 2011 17:42:56 +0200 Aurelien Campeas [facets] fix context passing + a note for later
Fri, 21 Oct 2011 17:14:05 +0200 Sylvain Thénault [table view] fix regression in old table view leading to malformed html
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [table views] closes #1986413: refactor TableView, EntityAttributesTableView, PyValTableView
Fri, 14 Oct 2011 13:51:54 +0200 Sylvain Thénault oops
Fri, 14 Oct 2011 09:21:45 +0200 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Fri, 14 Oct 2011 09:04:39 +0200 Adrien Di Mascio [table] use explicit add_onload() to setup table sorting (closes #2013493) stable
Tue, 11 Oct 2011 18:16:52 +0200 Pierre-Yves David [table] Only apply sorting event on the first row of a table header (closes #1988780)
Fri, 07 Oct 2011 18:30:29 +0200 Pierre-Yves David [table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
less more (0) -100 -60 tip