# HG changeset patch # User Sylvain Thénault # Date 1305905275 -7200 # Node ID 238da9684f99580f09de65b5e417b51532635fb4 # Parent 1dbf9a83bb49d40b50773e651ab1d50cc8ee2d8d cleanup and update some copyright diff -r 1dbf9a83bb49 -r 238da9684f99 uilib.py --- a/uilib.py Fri May 20 17:27:33 2011 +0200 +++ b/uilib.py Fri May 20 17:27:55 2011 +0200 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff -r 1dbf9a83bb49 -r 238da9684f99 web/formwidgets.py --- a/web/formwidgets.py Fri May 20 17:27:33 2011 +0200 +++ b/web/formwidgets.py Fri May 20 17:27:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff -r 1dbf9a83bb49 -r 238da9684f99 web/request.py --- a/web/request.py Fri May 20 17:27:33 2011 +0200 +++ b/web/request.py Fri May 20 17:27:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff -r 1dbf9a83bb49 -r 238da9684f99 web/views/autoform.py --- a/web/views/autoform.py Fri May 20 17:27:33 2011 +0200 +++ b/web/views/autoform.py Fri May 20 17:27:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff -r 1dbf9a83bb49 -r 238da9684f99 web/views/formrenderers.py --- a/web/views/formrenderers.py Fri May 20 17:27:33 2011 +0200 +++ b/web/views/formrenderers.py Fri May 20 17:27:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff -r 1dbf9a83bb49 -r 238da9684f99 web/views/workflow.py --- a/web/views/workflow.py Fri May 20 17:27:33 2011 +0200 +++ b/web/views/workflow.py Fri May 20 17:27:55 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -114,7 +114,7 @@ def get_form(self, entity, transition, **kwargs): # XXX used to specify both rset/row/col and entity in case implements - # selector (and not implements) is used on custom form + # selector (and not is_instance) is used on custom form form = self._cw.vreg['forms'].select( 'changestate', self._cw, entity=entity, transition=transition, redirect_path=self.redirectpath(entity), **kwargs)