web/views/tableview.py
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)
Tue, 04 Oct 2011 12:23:52 +0200 Sylvain Thénault backport stable
Fri, 30 Sep 2011 18:08:00 +0200 Alexandre Fayolle improve EntityAttributesTableView perfs by adding a call to complete() stable
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
Tue, 27 Sep 2011 09:26:40 +0200 Nicolas Chauvat [views] fix docstring of tableview stable
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Thu, 22 Sep 2011 16:53:43 +0200 Aurelien Campeas [views/table] parametrize table view co-classes (closes #1947472) stable
Tue, 20 Sep 2011 15:14:04 +0200 Sylvain Thénault [tableview] fix view selection when value is None (closes #1936781) stable
Fri, 16 Sep 2011 12:48:28 +0200 Sylvain Thénault [table view] allow to set None in 'headers', meaning the label should be fetched from the result set as done by default (closes #1931533)
Fri, 01 Jul 2011 13:39:45 +0200 Sylvain Thénault [facets] factorize table filter form / facets box generation, moving out filter form from the table view so it's usable from other views. Closes #1794009
Fri, 20 May 2011 19:27:00 +0200 Aurelien Campeas [views/table (facetform)] introduced in facetbox, was missing in tableview form filter
Fri, 20 May 2011 19:09:01 +0200 Aurelien Campeas [web/facet|views/table] bump a bit some heights, split table view methods for easier subclassing
Thu, 19 May 2011 16:39:24 +0200 Aurelien Campeas [facets/table] vertically group facets by two when possible in order to have a more compact horizontal layout in table filter form
Tue, 11 Jan 2011 12:19:36 +0100 Sylvain Thénault [web action] refactor box menu handling, fixing #1401943 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._)
Thu, 16 Sep 2010 11:26:55 +0200 Sylvain Thénault [table view] use get instead of has_key so one can specify he doesn't want actions or filter stable
Wed, 15 Sep 2010 17:20:56 +0200 Sylvain Thénault fix regretion introduced by changeset "pagination/ ajaxes fixes" (2f5ebeb7665d) stable
Tue, 14 Sep 2010 15:40:31 +0200 Sylvain Thénault cleanups stable
Thu, 12 Aug 2010 14:41:44 +0200 Alexandre Richardson [tableview] take care, description may include None (try Any NULL) stable
Tue, 20 Jul 2010 14:08:34 +0200 Sylvain Thénault [table view] fix bad arguments given to form_filter method stable
Thu, 08 Jul 2010 13:33:40 +0200 Sylvain Thénault [uilib] refactor json_dumps code organization
Fri, 11 Jun 2010 07:58:53 +0200 Sylvain Thénault [3.9] api update (mostly js) + add support for FCKEditor in formContents js function
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Fri, 04 Jun 2010 13:08:28 +0200 Sylvain Thénault [table] propagate paginate stable
Fri, 04 Jun 2010 13:07:57 +0200 Sylvain Thénault no more need for specific handling of table view's displayaction stable
Wed, 02 Jun 2010 15:29:18 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 15:28:19 +0200 Sylvain Thénault [tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified stable
Wed, 02 Jun 2010 13:02:47 +0200 Sylvain Thénault backport stable
Wed, 02 Jun 2010 12:59:13 +0200 Sylvain Thénault [tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore stable
Tue, 01 Jun 2010 13:19:43 +0200 Sylvain Thénault [tableview] don't fail with AttributeError when paginated as main content view stable
Tue, 01 Jun 2010 12:21:03 +0200 Sylvain Thénault [tableview] support for json-paginated table if paginable stable
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Tue, 18 May 2010 18:18:08 +0200 Sylvain Thénault backport stable
Mon, 17 May 2010 17:30:28 +0200 Sylvain Thénault [table view] should use __regid__ instead of hard-coded 'table' view identifier stable
Mon, 17 May 2010 17:29:54 +0200 Sylvain Thénault cleanup stable
Mon, 10 May 2010 16:59:32 +0200 Sylvain Thénault backport stable
Mon, 10 May 2010 15:14:47 +0200 Sylvain Thénault [table view] we should call the cell view using the table rset, not one rebuilded for a specific entity stable
Mon, 10 May 2010 15:14:13 +0200 Sylvain Thénault [table view] take care to None label stable
Wed, 05 May 2010 10:28:55 +0200 Sylvain Thénault [https] fix resource urls in https version of a site: should use the https version as well to avoid warnings from the nrowser
Fri, 30 Apr 2010 12:14:15 +0200 Sylvain Thénault [webconfig] introduce property sheets. Use them to replace external_resources
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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:42:53 +0200 Sylvain Thénault backport stable
Thu, 22 Apr 2010 19:48:04 +0000 Alexandre Fayolle [python2.6] prefer python2.6's builtin json module over simplejson stable
Mon, 19 Apr 2010 13:52:55 +0200 Sylvain Thénault backport stable
Fri, 16 Apr 2010 16:40:25 +0200 Aurelien Campeas [doc/book] misc on views, docstrings stable
Wed, 14 Apr 2010 08:49:23 +0200 Sylvain Thénault [schema view] the final touch. Things are getting nicely displayed, and code clean
Tue, 06 Apr 2010 12:23:05 +0200 Sandrine Ribeau ticket #787103, relation schema view enhancements
Wed, 17 Feb 2010 16:42:52 +0100 Sylvain Thénault [facet] rqlst should be the select node stable
Wed, 17 Feb 2010 16:27:01 +0100 Sylvain Thénault oops, should have been in my previous commit stable
Wed, 17 Feb 2010 16:21:34 +0100 Sylvain Thénault fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box 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
Tue, 08 Dec 2009 16:50:36 +0100 Sandrine Ribeau cw 3.6 api update
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)
Fri, 13 Nov 2009 14:14:48 +0100 Sylvain Thénault PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus) stable
Sun, 08 Nov 2009 19:37:08 +0100 Nicolas Chauvat [web ui] change "table actions" icon to arrow-up stable
Mon, 19 Oct 2009 17:49:26 +0200 Sylvain Thénault remove some warnings
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Wed, 23 Sep 2009 20:13:31 +0200 Adrien Di Mascio [api] __regid__, cw_* and friends
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, 15 Sep 2009 15:01:41 +0200 Sylvain Thénault backport 3.5
Tue, 15 Sep 2009 14:49:30 +0200 Sylvain Thénault [actions] refactor: extract actual_actions from fill_menu to work with table filter form 3.5
Thu, 10 Sep 2009 08:13:22 +0200 Sylvain Thénault backport 3.5
Wed, 09 Sep 2009 12:28:36 +0200 Sylvain Thénault [facets] duhh, necessary fromformfilter hidden was missing stable
Wed, 09 Sep 2009 12:27:41 +0200 Sylvain Thénault include facets.css so we're sure it's there when needed stable
Wed, 26 Aug 2009 14:45:56 +0200 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
less more (0) -120 tip