1 Sun Apr 27 10:32:40 2014 +0200 Emmanuel Garette <egarette@cadoles.com>
3 * add dynamic ChoiceOption:
4 we can have dynamic ChoiceOption. Parameter values can be a function
5 and as callback, we can add values_params
7 Fri Apr 25 22:57:08 2014 +0200 Emmanuel Garette <egarette@cadoles.com>
10 a SubMulti is a multi in a multi variable
12 Sat Apr 12 11:37:27 2014 +0200 Emmanuel Garette <egarette@cadoles.com>
14 * behavior change in master/slave part of code:
15 if slave has a default value greater than master's one, it's raise
16 SlaveError, didn't try to reduce the slave's length
17 * tiramisu/config.py (in cfgimpl_get_home_by_path and getattr) and
18 tiramisu/value.py (in getitem): arity change, remove force_properties
19 * tiramisu/option.py: split into tiramisu/option directory
20 * tiramisu/option/masterslave.py: master/slaves have no a special
21 object MasterSlaves for all code related to master/slaves options
22 * tiramisu/option/masterslave.py: master and slaves values (length,
23 consistency, ...) are now check every time
24 * change None to undefined when needed