sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:23 +0200] rev 1297
should give None as rset
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:09 +0200] rev 1296
no need for explicit handling
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:18:30 +0200] rev 1295
oops, should use input tag in radio, not option
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:17:32 +0200] rev 1294
password widget should use the same value as main field for the confirm, else if we don't notice that we got a validation error while no password modification has been done
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:24 +0200] rev 1293
missing closing div
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:16 +0200] rev 1292
inline_creation_form doesn't take ptype argument anymore
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:15:21 +0200] rev 1291
inlineview is no more a 'category', needs specific handling
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:14:33 +0200] rev 1290
kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway)
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:13:53 +0200] rev 1289
move initialize_varmaker on the FormMixIn class
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:52:10 +0200] rev 1288
fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:57 +0200] rev 1287
test rcategories
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:34 +0200] rev 1286
use entity's rset and row/col info
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:12 +0200] rev 1285
for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:30:57 +0200] rev 1284
basic testing of relation tags
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:30:32 +0200] rev 1283
add str() to avoid kilometers of information while printing content (due to __repr__ of yams objects)
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:29:28 +0200] rev 1282
* print vreg content once fully initialized (require move of print code from vregistry to cwvreg)
* new vreg_initialization_completed callback on appobjects, called once the vregistry is fully initialized