Tue, 12 Jan 2010 17:24:46 +0100 raising ConfigurationError is cleaner; remove some unused imports stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 12 Jan 2010 17:24:46 +0100] rev 4221
raising ConfigurationError is cleaner; remove some unused imports
Tue, 12 Jan 2010 15:12:51 +0100 [javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 12 Jan 2010 15:12:51 +0100] rev 4220
[javascript] upgrade excanvas.js (rev. M3, mars 2009): this fixes plot widgets rendering in IE
Mon, 11 Jan 2010 14:13:26 +0100 do not attempt to daemonize under windows stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Mon, 11 Jan 2010 14:13:26 +0100] rev 4219
do not attempt to daemonize under windows
Sat, 09 Jan 2010 15:31:37 +0100 [cwctl] reset-admin-pwd was failing when db-host was not set stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sat, 09 Jan 2010 15:31:37 +0100] rev 4218
[cwctl] reset-admin-pwd was failing when db-host was not set
Fri, 08 Jan 2010 18:20:03 +0100 [javascript] IE doesn't support dynamic enctype modification, we have to set encoding too stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 18:20:03 +0100] rev 4217
[javascript] IE doesn't support dynamic enctype modification, we have to set encoding too
Fri, 08 Jan 2010 12:17:42 +0100 [forms] make it easier to override CWProperty form buttons stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 12:17:42 +0100] rev 4216
[forms] make it easier to override CWProperty form buttons
Fri, 08 Jan 2010 12:14:29 +0100 [forms] make it easier to override StringField's mininum size stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 12:14:29 +0100] rev 4215
[forms] make it easier to override StringField's mininum size
Fri, 08 Jan 2010 11:45:37 +0100 [skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 08 Jan 2010 11:45:37 +0100] rev 4214
[skeleton] remove unused os.path.dirname import, use dname instead of dirname as an additional safetly belt
Thu, 07 Jan 2010 17:41:50 +0100 [web/views] if view has attribute paginable=False, do not try to paginate it stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Thu, 07 Jan 2010 17:41:50 +0100] rev 4213
[web/views] if view has attribute paginable=False, do not try to paginate it
Thu, 07 Jan 2010 16:52:32 +0100 update copyright: welcome 2010 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 07 Jan 2010 16:52:32 +0100] rev 4212
update copyright: welcome 2010
Thu, 07 Jan 2010 08:02:52 +0100 [views] backport progressbar template from shingouz
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 07 Jan 2010 08:02:52 +0100] rev 4211
[views] backport progressbar template from shingouz
Tue, 05 Jan 2010 22:11:37 +0100 [forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 05 Jan 2010 22:11:37 +0100] rev 4210
[forms] fix multiple edit bug introduced by changeset cebdf8ee5ad7 Changeset cebdf8ee5ad7 assumed that edited entity was either explicitly passed to the form or found in first row / first col of the resultset because of the one_line_rset() selector. But one_line_rset() is actually trickier : the selector returns 1 if the resultset has more than one row **if** an explicit row is specified during selection process. This is exactly what is done in the 'muledit' form : for row in xrange(len(self.rset)): form = self.vreg['forms'].select('edition', self.req, rset=self.rset, row=row, #... This changeset thus takes row in consideration to find edited entity if 'row' was explcitly specified.
Tue, 05 Jan 2010 18:28:27 +0100 do not recompute the plot on subsequent onload events #615338 stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 05 Jan 2010 18:28:27 +0100] rev 4209
do not recompute the plot on subsequent onload events #615338
Tue, 05 Jan 2010 17:04:29 +0100 fix stripEmptyTextNodes for IE (part of #615337) stable
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 05 Jan 2010 17:04:29 +0100] rev 4208
fix stripEmptyTextNodes for IE (part of #615337) this does not seem to make the function really work but it does not fail any more
Mon, 04 Jan 2010 19:02:09 +0100 [javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 04 Jan 2010 19:02:09 +0100] rev 4207
[javascript] upgrade jquery.flot.js to v0.6 to fix IE6-related bugs
Mon, 04 Jan 2010 18:58:35 +0100 [forms] edited_entity must be set before calling session_key() stable
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 04 Jan 2010 18:58:35 +0100] rev 4206
[forms] edited_entity must be set before calling session_key() EntityFieldsForm.__init__ calls FieldsForm.__init__ which in turn calls self.session_key(). self.session_key() uses self.edited_key to compute the correct session key. We thus need edited_entity to be set **before** calling super's __init__. The bug only occured when EntityFieldsForm was selected because of its one_line_rset() selector instead of match_kwargs('entity').
Wed, 23 Dec 2009 13:05:53 +0100 must escape user_rql_callback stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 13:05:53 +0100] rev 4205
must escape user_rql_callback
Wed, 23 Dec 2009 12:20:10 +0100 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 12:20:10 +0100] rev 4204
backport stable branch
Wed, 23 Dec 2009 11:57:03 +0100 Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 11:57:03 +0100] rev 4203
Added tag cubicweb-debian-version-3.5.11-1 for changeset 4920121d41f2
Wed, 23 Dec 2009 11:57:02 +0100 Added tag cubicweb-version-3.5.11 for changeset f48b2f193961 stable cubicweb-debian-version-3.5.11-1
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 11:57:02 +0100] rev 4202
Added tag cubicweb-version-3.5.11 for changeset f48b2f193961
Wed, 23 Dec 2009 10:27:33 +0100 3.5.11 stable cubicweb-version-3.5.11
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 10:27:33 +0100] rev 4201
3.5.11
Wed, 23 Dec 2009 09:07:17 +0100 i18nupdate stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 09:07:17 +0100] rev 4200
i18nupdate
Wed, 23 Dec 2009 08:59:01 +0100 must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper. stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:59:01 +0100] rev 4199
must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper.
Wed, 23 Dec 2009 08:56:38 +0100 TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:56:38 +0100] rev 4198
TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type
Wed, 23 Dec 2009 08:22:18 +0100 quick and dirty fix to avoid crash when running db-create command with an sqlite source stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 23 Dec 2009 08:22:18 +0100] rev 4197
quick and dirty fix to avoid crash when running db-create command with an sqlite source
Tue, 22 Dec 2009 23:45:43 +0100 add es.po to default skel, closes #591625 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 23:45:43 +0100] rev 4196
add es.po to default skel, closes #591625
Tue, 22 Dec 2009 21:02:37 +0100 closes #601987 stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 21:02:37 +0100] rev 4195
closes #601987 1) sqlutils.restore_from_file have to use its confirm argument when a command fail, to propose to continue there (this can't be handled by the caller) 2) source.restore method hence needs to take this confirmation callback as argument 3) properly fix places where 'drop' was given instead of 'confirm'
Tue, 22 Dec 2009 20:06:24 +0100 missing one litle char stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 20:06:24 +0100] rev 4194
missing one litle char
Tue, 22 Dec 2009 20:05:52 +0100 closes #607344 by simply appending '/' to base url if necessary instead of insulting the user stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 20:05:52 +0100] rev 4193
closes #607344 by simply appending '/' to base url if necessary instead of insulting the user
Tue, 22 Dec 2009 19:27:51 +0100 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 22 Dec 2009 19:27:51 +0100] rev 4192
cleanup
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip