2009-04-20 add mysql configuration section in cubicweb documentation
Stephanie Marcu <stephanie.marcu@logilab.fr> [Mon, 20 Apr 2009 10:50:36 +0200] rev 1405
add mysql configuration section in cubicweb documentation
2009-04-17 stop application only once we're sure we've something to do, fixing #342689
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:58:03 +0200] rev 1404
stop application only once we're sure we've something to do, fixing #342689
2009-04-17 _render_fields don't need values argument tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:51:01 +0200] rev 1403
_render_fields don't need values argument
2009-04-17 new style security management forms tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:45:06 +0200] rev 1402
new style security management forms
2009-04-17 new renderer displaying field in an horizontable table tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:44:17 +0200] rev 1401
new renderer displaying field in an horizontable table
2009-04-17 fix navigation parameters handling: those given in kwargs should always be there tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 18:44:01 +0200] rev 1400
fix navigation parameters handling: those given in kwargs should always be there
2009-04-17 unify schema sync migration commands with (hopefuly) a clearer name tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 17:55:50 +0200] rev 1399
unify schema sync migration commands with (hopefuly) a clearer name
2009-04-17 rename internal entity types to have CW prefix instead of E tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 16:55:37 +0200] rev 1398
rename internal entity types to have CW prefix instead of E
2009-04-17 rollback florent's not-proven-to-be-useful fix tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 13:21:05 +0200] rev 1397
rollback florent's not-proven-to-be-useful fix
2009-04-17 refactor to ease overriding tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 13:17:21 +0200] rev 1396
refactor to ease overriding
2009-04-17 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 17 Apr 2009 10:00:26 +0200] rev 1395
merge
2009-04-17 remove pmainactions and deprecate paddrelactions
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 17 Apr 2009 09:59:53 +0200] rev 1394
remove pmainactions and deprecate paddrelactions
2009-04-17 cleanup, more docstring tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 12:13:16 +0200] rev 1393
cleanup, more docstring
2009-04-17 refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 11:14:19 +0200] rev 1392
refactor the way field value/display value are handled to avoid getting a 'display' value when expected a 'typed' value
2009-04-17 more docstring tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 11:13:44 +0200] rev 1391
more docstring
2009-04-17 define _ tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:37:38 +0200] rev 1390
define _
2009-04-17 clear label handling tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:37:29 +0200] rev 1389
clear label handling
2009-04-17 new style form for submitting bug reports tls-sprint
sylvain.thenault@logilab.fr [Fri, 17 Apr 2009 09:32:57 +0200] rev 1388
new style form for submitting bug reports
2009-04-17 datetime switch bug fixed in ustrftime tls-sprint
Florent <florent@secondweb.fr> [Fri, 17 Apr 2009 08:52:05 +0200] rev 1387
datetime switch bug fixed in ustrftime
2009-04-17 initial form values can now also be a callable of the field or the form itself tls-sprint
Florent <florent@secondweb.fr> [Fri, 17 Apr 2009 08:51:16 +0200] rev 1386
initial form values can now also be a callable of the field or the form itself
2009-04-16 merge
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 18:51:14 +0200] rev 1385
merge
2009-04-16 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 16 Apr 2009 17:49:52 +0200] rev 1384
merge
2009-04-16 add a function to retrieve a list of mainactions
Katia Saurfelt <katia.saurfelt@logilab.fr> [Thu, 16 Apr 2009 17:37:59 +0200] rev 1383
add a function to retrieve a list of mainactions
2009-04-16 use adbh.func_sqlname for more backend compat
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 18:31:53 +0200] rev 1382
use adbh.func_sqlname for more backend compat
2009-04-16 consider kwargs in possible_actions
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 16:02:24 +0200] rev 1381
consider kwargs in possible_actions
2009-04-16 missing required date format tls-sprint
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 15:38:58 +0200] rev 1380
missing required date format
2009-04-16 MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
sylvain.thenault@logilab.fr [Thu, 16 Apr 2009 15:35:36 +0200] rev 1379
MUST NOT consider req.form['rql'] in a view, use len(rset) > 1 to detect if we can apply tabs or not
2009-04-15 [doc] Fix typo.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Wed, 15 Apr 2009 16:42:00 -0700] rev 1378
[doc] Fix typo.
2009-04-15 merge
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:37:13 +0200] rev 1377
merge
2009-04-15 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 15 Apr 2009 17:25:46 +0200] rev 1376
merge
2009-04-15 remove planned_delivery from ProgressTableView
Katia Saurfelt <katia.saurfelt@logilab.fr> [Wed, 15 Apr 2009 10:03:48 +0200] rev 1375
remove planned_delivery from ProgressTableView
2009-04-15 backport 3.1 branch to default (duh...)
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:36:09 +0200] rev 1374
backport 3.1 branch to default (duh...)
2009-04-15 merge tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:30:03 +0200] rev 1373
merge
2009-04-15 register_user can now also set an email tls-sprint
Florent <florent@secondweb.fr> [Wed, 15 Apr 2009 17:00:58 +0200] rev 1372
register_user can now also set an email
2009-01-15 sort email addresses and remove doubled ones before sending the email 3.1
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Thu, 15 Jan 2009 10:13:25 +0100] rev 1371
sort email addresses and remove doubled ones before sending the email
2009-04-15 cleanup tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:25:20 +0200] rev 1370
cleanup
2009-04-15 must specify col where entity's eid is tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:25:09 +0200] rev 1369
must specify col where entity's eid is
2009-04-15 fix test tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:48 +0200] rev 1368
fix test
2009-04-15 set dom id on the first input of radio choices tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:34 +0200] rev 1367
set dom id on the first input of radio choices
2009-04-15 no progress div in reledit, else we get duplicated ids tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:24:12 +0200] rev 1366
no progress div in reledit, else we get duplicated ids
2009-04-15 avoid duplicated progress div tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:23:48 +0200] rev 1365
avoid duplicated progress div
2009-04-15 can't compare date and datetime tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:23:26 +0200] rev 1364
can't compare date and datetime
2009-04-15 AppRsetObject now handle row and col tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:22:57 +0200] rev 1363
AppRsetObject now handle row and col
2009-04-15 nicer renderer options handling: can be passed to __init__ or to render tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 17:22:28 +0200] rev 1362
nicer renderer options handling: can be passed to __init__ or to render
2009-04-15 ignore browser submitted values for file's MIME type tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:41:38 +0200] rev 1361
ignore browser submitted values for file's MIME type
2009-04-15 rename attribute_metadata method to attr_metadata to save a few chars tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:41:06 +0200] rev 1360
rename attribute_metadata method to attr_metadata to save a few chars
2009-04-15 backport some tests tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:07:30 +0200] rev 1359
backport some tests
2009-04-15 test update tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:07:10 +0200] rev 1358
test update
2009-04-15 use entities found in schema, not in the etypes registry, else we miss entity types which have no specific classes tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:06:53 +0200] rev 1357
use entities found in schema, not in the etypes registry, else we miss entity types which have no specific classes
2009-04-15 new del_rtag method, for testing purpose (at least) tls-sprint
sylvain.thenault@logilab.fr [Wed, 15 Apr 2009 14:06:08 +0200] rev 1356
new del_rtag method, for testing purpose (at least)
2009-04-15 [doc] Adds description and example of TreeMixIn.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:18:32 -0700] rev 1355
[doc] Adds description and example of TreeMixIn.
2009-04-15 [doc] Adds HowTo format date.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:18:00 -0700] rev 1354
[doc] Adds HowTo format date.
2009-04-15 [doc] Fix indentation issue.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:17:34 -0700] rev 1353
[doc] Fix indentation issue.
2009-04-15 [doc] Explicitely name the module in which we define schema to distinguish it from entities.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 17:16:43 -0700] rev 1352
[doc] Explicitely name the module in which we define schema to distinguish it from entities.
2009-04-14 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Tue, 14 Apr 2009 11:30:14 -0700] rev 1351
merge
2009-04-13 [doc] Adds how to add attribute in DB.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Mon, 13 Apr 2009 10:10:18 -0700] rev 1350
[doc] Adds how to add attribute in DB.
2009-04-10 merge
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Fri, 10 Apr 2009 09:29:33 -0700] rev 1349
merge
2009-04-10 [doc] Add information on anonymous user configuration.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Fri, 10 Apr 2009 09:27:31 -0700] rev 1348
[doc] Add information on anonymous user configuration.
2009-04-14 translation of planned_delivery
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 14 Apr 2009 12:14:59 +0200] rev 1347
translation of planned_delivery
2009-04-14 add planned delivery column
Katia Saurfelt <katia.saurfelt@logilab.fr> [Tue, 14 Apr 2009 12:10:09 +0200] rev 1346
add planned delivery column
2009-04-14 backport tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:37 +0200] rev 1345
backport tests
2009-04-14 shouldn't use unicode keys in attrs tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:28 +0200] rev 1344
shouldn't use unicode keys in attrs
2009-04-14 sort on EUser.login/EGroup.name in vocabulary tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 18:03:11 +0200] rev 1343
sort on EUser.login/EGroup.name in vocabulary
2009-04-14 no more cubes_dir class method tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 14:50:42 +0200] rev 1342
no more cubes_dir class method
2009-04-14 fix tests tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 14:50:28 +0200] rev 1341
fix tests
2009-04-14 missing interpolation. Until proven we need an id on attribute form table, remove it tls-sprint
sylvain.thenault@logilab.fr [Tue, 14 Apr 2009 11:26:50 +0200] rev 1340
missing interpolation. Until proven we need an id on attribute form table, remove it
2009-04-10 should take extra kwargs tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:49:06 +0200] rev 1339
should take extra kwargs
2009-04-10 setdomid should be true when id specified in kwargs tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:48 +0200] rev 1338
setdomid should be true when id specified in kwargs
2009-04-10 backport AddComboBoxWidget, ajax widgets refactoring tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:28 +0200] rev 1337
backport AddComboBoxWidget, ajax widgets refactoring
2009-04-10 insert an optgroup as separator on None values tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:48:03 +0200] rev 1336
insert an optgroup as separator on None values
2009-04-10 fix args given to paginate tls-sprint
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 16:47:15 +0200] rev 1335
fix args given to paginate
2009-04-10 merge
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 10 Apr 2009 11:51:13 +0200] rev 1334
merge
2009-04-10 vocabfunc must be compliant with StaticVocabularyConstraint.vocabulary which takes only keyword parameters
Katia Saurfelt <katia.saurfelt@logilab.fr> [Fri, 10 Apr 2009 11:32:32 +0200] rev 1333
vocabfunc must be compliant with StaticVocabularyConstraint.vocabulary which takes only keyword parameters
2009-04-10 merge
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 10:56:56 +0200] rev 1332
merge
2009-04-10 doc update
sylvain.thenault@logilab.fr [Fri, 10 Apr 2009 10:55:55 +0200] rev 1331
doc update
2009-04-09 add some documentation, backport *CompletionWidget tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 19:58:37 +0200] rev 1330
add some documentation, backport *CompletionWidget
2009-04-09 fix error class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:33:45 +0200] rev 1329
fix error class
2009-04-09 password input may be used with non eidparam fields... tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:33:20 +0200] rev 1328
password input may be used with non eidparam fields...
2009-04-09 somewhat update to jquery, not yet finished though tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 17:32:54 +0200] rev 1327
somewhat update to jquery, not yet finished though
2009-04-09 should not name that parameter tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:42:37 +0200] rev 1326
should not name that parameter
2009-04-09 widgets has been dropped from base class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:25:29 +0200] rev 1325
widgets has been dropped from base class
2009-04-09 ease renderer overriding tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:17:16 +0200] rev 1324
ease renderer overriding
2009-04-09 remove debug print tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 16:16:58 +0200] rev 1323
remove debug print
2009-04-09 missing self, using bool is simpler tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 15:52:31 +0200] rev 1322
missing self, using bool is simpler
2009-04-09 we have now actual classes in rwidgets tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:36:47 +0200] rev 1321
we have now actual classes in rwidgets
2009-04-09 cleanup tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:32:18 +0200] rev 1320
cleanup
2009-04-09 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:31:48 +0200] rev 1319
oops
2009-04-09 new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore) tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 14:31:32 +0200] rev 1318
new FormViewMixIn class, cleanup FormMixIn (to remove once cubes doesn't use it anymore)
2009-04-09 oops tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 13:59:44 +0200] rev 1317
oops
2009-04-09 introduce init_registration method and call it in repo initialization tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 13:51:01 +0200] rev 1316
introduce init_registration method and call it in repo initialization
2009-04-09 should set None as default here as well tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:55:00 +0200] rev 1315
should set None as default here as well
2009-04-09 fix primary edition of eproperty (weird js pb remaining though) tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:40:30 +0200] rev 1314
fix primary edition of eproperty (weird js pb remaining though)
2009-04-09 put class, not class name into rwidgets. New rfields rtags to specify a field for a relation tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:37:00 +0200] rev 1313
put class, not class name into rwidgets. New rfields rtags to specify a field for a relation
2009-04-09 allow no values argument tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:35:03 +0200] rev 1312
allow no values argument
2009-04-09 move ajax.js to base form class tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 12:34:40 +0200] rev 1311
move ajax.js to base form class
2009-04-09 fix vobjects registration to deal with objects inter-dependancy tls-sprint
sylvain.thenault@logilab.fr [Thu, 09 Apr 2009 11:30:13 +0200] rev 1310
fix vobjects registration to deal with objects inter-dependancy
2009-04-08 eproperty forms handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:38:34 +0200] rev 1309
eproperty forms handling
2009-04-08 override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:37:55 +0200] rev 1308
override form_build_context instead of form_render so we get sure to call form_add_entity_hiddens even on subforms
2009-04-08 new form_init callback tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:37:22 +0200] rev 1307
new form_init callback
2009-04-08 bool handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:36:39 +0200] rev 1306
bool handling
2009-04-08 cleanup, remove some unnecessary (sometime buggy) stuff tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:36:11 +0200] rev 1305
cleanup, remove some unnecessary (sometime buggy) stuff
2009-04-08 refactor button handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:34:26 +0200] rev 1304
refactor button handling
2009-04-08 copyright update tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:58 +0200] rev 1303
copyright update
2009-04-08 don't fail on unregistered properties tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:47 +0200] rev 1302
don't fail on unregistered properties
2009-04-08 EntitySelector base class now understand 'entity' in kwargs, new entity_implements selector tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 20:30:25 +0200] rev 1301
EntitySelector base class now understand 'entity' in kwargs, new entity_implements selector
2009-04-08 move tests where they belong tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 14:11:34 +0200] rev 1300
move tests where they belong
2009-04-08 packaging for hardy
Aurelien Campeas <aurelien.campeas@logilab.fr> [Wed, 08 Apr 2009 11:04:47 +0200] rev 1299
packaging for hardy
2009-04-08 test inlined rtags tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:20:05 +0200] rev 1298
test inlined rtags
2009-04-08 should give None as rset tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:23 +0200] rev 1297
should give None as rset
2009-04-08 no need for explicit handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:19:09 +0200] rev 1296
no need for explicit handling
2009-04-08 oops, should use input tag in radio, not option tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:18:30 +0200] rev 1295
oops, should use input tag in radio, not option
2009-04-08 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 tls-sprint
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
2009-04-08 missing closing div tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:24 +0200] rev 1293
missing closing div
2009-04-08 inline_creation_form doesn't take ptype argument anymore tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:16:16 +0200] rev 1292
inline_creation_form doesn't take ptype argument anymore
2009-04-08 inlineview is no more a 'category', needs specific handling tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:15:21 +0200] rev 1291
inlineview is no more a 'category', needs specific handling
2009-04-08 kill old inlined forms code, only overriden in metastock (dead) and vcsfile (has to be updated anyway) tls-sprint
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)
2009-04-08 move initialize_varmaker on the FormMixIn class tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 13:13:53 +0200] rev 1289
move initialize_varmaker on the FormMixIn class
2009-04-08 fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users tls-sprint
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
2009-04-08 test rcategories tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:57 +0200] rev 1287
test rcategories
2009-04-08 use entity's rset and row/col info tls-sprint
sylvain.thenault@logilab.fr [Wed, 08 Apr 2009 11:33:34 +0200] rev 1286
use entity's rset and row/col info
(0) -1000 -120 +120 +1000 +3000 +10000 tip