Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 09 Sep 2009 09:37:14 +0200] rev 3125
[uicfg, autoform] when a relation is inlined, put it in the generated section by default
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 08 Sep 2009 21:57:45 +0200] rev 3124
[forms] fix form enctype handling with inlined forms
If an inlined form is added dynamically and contains a file input,
the parent form enctype must be set to multiplart/form-data otherwise
files won't be uploaded correctly.
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 08 Sep 2009 20:08:10 +0200] rev 3123
merge
Aurelien Campeas [Tue, 08 Sep 2009 20:03:32 +0200] rev 3122
fix open call to make cw happy /win32
Aurelien Campeas <aurelien.campeas@logilab.fr> [Tue, 08 Sep 2009 17:24:08 +0200] rev 3121
sections to help building a window dev environment
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 16:00:14 +0200] rev 3120
backport stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:59:20 +0200] rev 3119
merge
Aurélien Campéas [Tue, 08 Sep 2009 14:13:36 +0200] rev 3118
more i18n commands fixes :
* win32 compatible commands
* generate .mo even when no priori .mo exists
Aurélien Campéas [Mon, 07 Sep 2009 17:46:28 +0200] rev 3117
mostly adapt the i18n subsystem to limitation wrt redirection handinling in windows, using the -o argument of the utilities
Aurélien Campéas [Mon, 07 Sep 2009 12:23:42 +0200] rev 3116
two convenience files
* .hgignore with good default values
* cubicweb-ctl.bat to launch things under win32
Aurélien Campéas [Mon, 07 Sep 2009 12:22:14 +0200] rev 3115
minimal steps to have cw running on windows
* use a portable temporary directory path
* conditionalize some imports (for uncrucial functionality)
* do not try to install plpythonu (some DLL problem)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:58:47 +0200] rev 3114
missing exception
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:58:40 +0200] rev 3113
[notification] drop useless user_login method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 08 Sep 2009 15:37:46 +0200] rev 3112
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary