Thu, 20 Oct 2011 14:22:16 +0200 |
Adrien Di Mascio |
[uilib] add missing printer for integers
|
changeset |
files
|
Thu, 20 Oct 2011 14:20:46 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Thu, 20 Oct 2011 14:17:52 +0200 |
Sylvain Thénault |
[rset] don't only consider a sample select node / solution to compute rset description. Closes #2036499
stable
|
changeset |
files
|
Tue, 18 Oct 2011 17:08:05 +0200 |
Sylvain Thénault |
[rset] use .iteritems() instead of items()
|
changeset |
files
|
Tue, 18 Oct 2011 15:52:50 +0200 |
Alexandre Fayolle |
merge back stable change
|
changeset |
files
|
Tue, 18 Oct 2011 15:52:12 +0200 |
Alexandre Fayolle |
remove stale debugging statement
stable
|
changeset |
files
|
Thu, 29 Sep 2011 16:44:55 +0200 |
Nicolas Chauvat |
[server] fix integrity checks that destroy data (closes #1972842)
|
changeset |
files
|
Mon, 17 Oct 2011 19:27:54 +0200 |
Sylvain Thénault |
[entity related rql] 'is' relation target constant should have 'etype' type, not String
|
changeset |
files
|
Mon, 17 Oct 2011 15:08:25 +0200 |
Sylvain Thénault |
[entity] fix dumb name error introduced by 3.14 entity refactoring
|
changeset |
files
|
Fri, 14 Oct 2011 16:42:10 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Fri, 14 Oct 2011 15:19:25 +0200 |
Sylvain Thénault |
[js] missing trailing comma
|
changeset |
files
|
Fri, 14 Oct 2011 14:42:00 +0200 |
Sylvain Thénault |
[test] map pgettext to unicode as _
stable
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 14 Oct 2011 13:51:54 +0200 |
Sylvain Thénault |
oops
|
changeset |
files
|
Fri, 14 Oct 2011 13:50:46 +0200 |
Sylvain Thénault |
[test] fix some failures recently introduced
stable
|
changeset |
files
|
Fri, 14 Oct 2011 13:36:39 +0200 |
Sylvain Thénault |
add missing imports
|
changeset |
files
|
Fri, 14 Oct 2011 10:34:08 +0200 |
Sylvain Thénault |
[selectors] match_kwargs and match_form_params selectors both accept a new `once_is_enough` argument (closes #1990438)
|
changeset |
files
|
Fri, 14 Oct 2011 10:33:31 +0200 |
Aurelien Campeas |
[cache] replace lgc.cache with something more appropriate (closes #1921713)
|
changeset |
files
|
Fri, 14 Oct 2011 09:21:45 +0200 |
Sylvain Thénault |
merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
|
changeset |
files
|
Fri, 14 Oct 2011 09:04:39 +0200 |
Adrien Di Mascio |
[table] use explicit add_onload() to setup table sorting (closes #2013493)
stable
|
changeset |
files
|
Fri, 14 Oct 2011 08:51:24 +0200 |
Sylvain Thénault |
[schema display] display_name shouldn't call .lower(). Note the only proper way is to have different msgid for upper/lower cases. Closes #1105433
|
changeset |
files
|
Fri, 14 Oct 2011 08:50:09 +0200 |
Sylvain Thénault |
[ms repository] when an exception is raised during extid2eid and no rollback is done, some manual cleanups have to be done (closes #1993420)
|
changeset |
files
|
Fri, 14 Oct 2011 08:49:58 +0200 |
Sylvain Thénault |
[facets] on the way to vidargs removal
|
changeset |
files
|
Thu, 13 Oct 2011 11:49:19 +0200 |
Alexandre Fayolle |
[migraction] fix cmd_change_attribute_type command (closes #2015073)
stable
|
changeset |
files
|
Thu, 13 Oct 2011 10:24:27 +0200 |
Sylvain Thénault |
[action] has_editable_relation first argument is once_is_enough flag, not an action name
stable
|
changeset |
files
|
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)
|
changeset |
files
|
Fri, 07 Oct 2011 18:30:29 +0200 |
Pierre-Yves David |
[table js] Update jquery-tablesorter to 2.0.5 (closes #1989018)
|
changeset |
files
|
Thu, 13 Oct 2011 09:44:14 +0200 |
Pierre-Yves David |
init_facets: Add documentation
stable
|
changeset |
files
|
Thu, 13 Oct 2011 09:25:26 +0200 |
Aurelien Campeas |
[facets] try to get rid of arbitrary constants, be prettier and eat less space (closes #1988706)
|
changeset |
files
|
Thu, 13 Oct 2011 09:15:16 +0200 |
Florent Cayré |
[edit controller] add form to pre_web_edit signature to ease linkto usage (used by vcsfile cube)
|
changeset |
files
|
Wed, 12 Oct 2011 19:06:22 +0200 |
Sylvain Thénault |
pylint extension
stable
|
changeset |
files
|
Wed, 12 Oct 2011 19:06:15 +0200 |
Sylvain Thénault |
[printers] fix bug introduced by final view refactoring:   shouldn't be escaped.
|
changeset |
files
|
Tue, 11 Oct 2011 16:01:44 +0200 |
Pierre-Yves David |
Add a hidden input:submit field in facets form (closes #1988784)
stable
|
changeset |
files
|
Tue, 11 Oct 2011 18:18:14 +0200 |
Pierre-Yves David |
AnyRsetView: Refactor the columns_name method and update doc.
stable
|
changeset |
files
|
Tue, 11 Oct 2011 18:16:06 +0200 |
Pierre-Yves David |
[facets] FacetFilterMixIn: add documention for class and generate_form
|
changeset |
files
|
Tue, 11 Oct 2011 14:04:18 +0200 |
Pierre-Yves David |
[facet] Add infered type restriction to Filtered result set (closes #1988776)
stable
|
changeset |
files
|
Tue, 11 Oct 2011 14:28:48 +0200 |
Sylvain Thénault |
[source] remove uicfg rule for dropped synchronizing attribute
stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:55:58 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:54:17 +0200 |
Sylvain Thénault |
[datafeed] remove remaining uses of 'synchronizing' attribute replaced by 'in_synchronization' in 3.13.8. Closes #1989131
stable
|
changeset |
files
|
Tue, 11 Oct 2011 13:50:32 +0200 |
Sylvain Thénault |
[datafeed parser] only update an entity attributes when needed. Closes #1989142
stable
|
changeset |
files
|
Tue, 11 Oct 2011 11:00:24 +0200 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Tue, 11 Oct 2011 10:59:35 +0200 |
Sylvain Thénault |
[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585
stable
|
changeset |
files
|
Mon, 10 Oct 2011 16:15:55 +0200 |
Sylvain Thénault |
[forms] fix bug in linkto refactoring (misordered arguments)
|
changeset |
files
|
Fri, 07 Oct 2011 17:29:14 +0200 |
Sylvain Thénault |
[migration] update old yams api in change_attribute_type
stable
|
changeset |
files
|
Fri, 07 Oct 2011 17:18:10 +0200 |
Sylvain Thénault |
[schema] add missing import (trigger warning)
stable
|
changeset |
files
|
Fri, 07 Oct 2011 16:58:29 +0200 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.13.8-1 for changeset 43f83f5d0a4d
stable
|
changeset |
files
|
Fri, 07 Oct 2011 16:58:29 +0200 |
Sylvain Thénault |
Added tag cubicweb-version-3.13.8 for changeset 249bd4169339
stable cubicweb-debian-version-3.13.8-1
|
changeset |
files
|
Fri, 07 Oct 2011 16:21:04 +0200 |
Sylvain Thénault |
3.13.8
stable cubicweb-version-3.13.8
|
changeset |
files
|