diff -r 9767cc516b4f -r 083b4d454192 server/serverconfig.py --- a/server/serverconfig.py Wed Mar 10 16:07:24 2010 +0100 +++ b/server/serverconfig.py Mon Mar 01 11:26:14 2010 +0100 @@ -127,6 +127,20 @@ 'help': 'size of the parsed rql cache size.', 'group': 'main', 'inputlevel': 1, }), + ('undo-support', + {'type' : 'string', 'default': '', + 'help': 'string defining actions that will have undo support: \ +[C]reate [U]pdate [D]elete entities / [A]dd [R]emove relation. Leave it empty \ +for no undo support, set it to CUDAR for full undo support, or to DR for \ +support undoing of deletion only.', + 'group': 'main', 'inputlevel': 1, + }), + ('keep-transaction-lifetime', + {'type' : 'int', 'default': 7, + 'help': 'number of days during which transaction records should be \ +kept (hence undoable).', + 'group': 'main', 'inputlevel': 1, + }), ('delay-full-text-indexation', {'type' : 'yn', 'default': False, 'help': 'When full text indexation of entity has a too important cost'