Fri, 26 Apr 2013 12:10:37 +0200 |
Aurelien Campeas |
drop xhtml content-type support (closes #2065651)
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 16:34:09 +0100 |
Florent Cayré |
make ui configurations selectable (closes #2406609)
|
file |
diff |
annotate
|
Wed, 23 May 2012 16:17:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 14:33:26 +0100 |
Sylvain Thénault |
[doc] cubicweb.view documentation (closes: #2099962)
stable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 16:53:52 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Feb 2012 10:01:04 +0100 |
Nicolas Chauvat |
[view] fix error messages of NotImplementedError
stable
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Wed, 18 Jan 2012 17:27:11 +0100 |
Florent Cayré |
[base views] make it easier to override EntityStartupView behaviour when the rset is empty; closes #2126364
stable
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 13:19:23 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 24 Oct 2011 13:13:45 +0200 |
Sylvain Thénault |
[column labels] full display_name prototype compat
stable
|
file |
diff |
annotate
|
Fri, 21 Oct 2011 14:32:37 +0200 |
Sylvain Thénault |
[diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
|
file |
diff |
annotate
|
Fri, 14 Oct 2011 14:41:44 +0200 |
Sylvain Thénault |
[table view] fix bug introduced in 7938:80c6e2155c3d leading to not translated table headers
stable
|
file |
diff |
annotate
|
Tue, 11 Oct 2011 18:18:14 +0200 |
Pierre-Yves David |
AnyRsetView: Refactor the columns_name method and update doc.
stable
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 17:20:41 +0200 |
Sylvain Thénault |
[view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474)
stable
|
file |
diff |
annotate
|
Wed, 21 Sep 2011 17:38:00 +0200 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
Wed, 20 Jul 2011 14:09:42 +0200 |
Sylvain Thénault |
[boxes] closes #1832844: translate views category in possible views boxes
stable
|
file |
diff |
annotate
|
Mon, 09 May 2011 17:42:28 +0200 |
Sylvain Thénault |
[view] ability to define a column header through custom label_column_<colindex> method, useful for table view to customize a specific column without specifying others
stable
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 11:52:10 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 17:31:09 +0100 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 23:13:47 +0100 |
Sylvain Thénault |
[view] fix/enhance view.render
stable
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 16:28:00 +0100 |
Sylvain Thénault |
[view] missing class on label span
stable
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 17:02:38 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 11:48:19 +0100 |
Sylvain Thénault |
[adapters] fix #1424467 caused by precedence of bw compat method while the adapter is concret for a given class
stable
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 12:47:04 +0100 |
Sylvain Thénault |
[primary view] support for entity_call on primary view
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 16:15:13 +0100 |
Sylvain Thénault |
Backed out changeset 84b67ae41a0d: with this fix, some
stable
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 14:11:41 +0100 |
Sylvain Thénault |
[html generation] even when doctype without extension are asked, we should define the xmlns:cubicweb attribute to avoid html validation error during tests (break tests with new calendar view in default branch since it demote to html)
stable
|
file |
diff |
annotate
|
Wed, 20 Oct 2010 15:40:03 +0200 |
Sylvain Thénault |
[view] log error on view_func call
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 19:10:48 +0200 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:01:11 +0200 |
Sylvain Thénault |
[boxes] introduce new boxes system
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 13:18:36 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 13:16:01 +0200 |
Sylvain Thénault |
[view] use the new magic js object to generate javascript func call for auto reload user callbacks
stable
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 10:02:31 +0200 |
Sylvain Thénault |
[view] deprecate create_url in favor of a cw_create_url class method on entity classes
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 09:52:46 +0200 |
Sylvain Thénault |
small cleanups
stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 07:58:49 +0200 |
Sylvain Thénault |
[adapters] enhanced warning
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 16:23:07 +0200 |
Sylvain Thénault |
[view] add a new entity_call method to entity view protocol, allowing some to work with not yet created entities. Also, start considering 'eid' form parameters where we only consider 'rql', so we can move on bloquing arbitrary rql inputs (more to do on this...)
|
file |
diff |
annotate
|
Mon, 07 Jun 2010 13:22:24 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 04 Jun 2010 13:07:57 +0200 |
Sylvain Thénault |
no more need for specific handling of table view's displayaction
stable
|
file |
diff |
annotate
|
Fri, 21 May 2010 15:05:44 +0200 |
Sylvain Thénault |
[adapters compat] make implements_adapter_compat selector compatible with attributes
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Tue, 18 May 2010 10:28:50 +0200 |
Sylvain Thénault |
[dtd] add unselimg attribute use by widget for HasRelationFacet
stable
|
file |
diff |
annotate
|
Mon, 17 May 2010 17:29:54 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 22 Apr 2010 19:48:04 +0000 |
Alexandre Fayolle |
[python2.6] prefer python2.6's builtin json module over simplejson
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 06:57:02 +0100 |
Sylvain Thénault |
fix docstring
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 07:25:16 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 18:29:30 +0100 |
Sylvain Thénault |
fix typo
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Fri, 15 Jan 2010 09:05:40 +0100 |
Sylvain Thénault |
rename need_navigation into paginable
stable
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 10:27:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 16 Dec 2009 14:19:01 +0100 |
Pierre-Yves David |
improve error message
|
file |
diff |
annotate
|
Thu, 17 Dec 2009 11:52:44 +0100 |
Sylvain Thénault |
no 3.6 code in 3.5...
stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:25:52 +0100 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:25:35 +0100 |
Sylvain Thénault |
oops, bad indent
stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:24:15 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:23:44 +0100 |
Sylvain Thénault |
should not xml_escape rql
stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:22:45 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 19:20:39 +0100 |
Sylvain Thénault |
properly escape arguments of user callbacks
stable
|
file |
diff |
annotate
|