Emmanuel Garette
|
44d585a5e2
|
better mandatory/empty support for mandatory_warnings
|
2016-06-29 21:42:54 +02:00 |
Emmanuel Garette
|
a521a6d322
|
requires could be apply to a slave and properties could be different
|
2015-11-29 23:03:08 +01:00 |
Emmanuel Garette
|
a0de1109f7
|
optimise mandatory_warnings
|
2015-10-29 09:03:13 +01:00 |
Emmanuel Garette
|
44cd618704
|
remove pep8 validation errors
|
2015-07-24 17:54:10 +02:00 |
Emmanuel Garette
|
f03cbeadb7
|
better performance in find_firsts
_is_build_cache not set in dictionary storage
|
2014-11-10 21:00:30 +01:00 |
Emmanuel Garette
|
db9ab7a1e9
|
test if cache property is not set in config when force_cache
|
2014-03-09 20:22:29 +01:00 |
Emmanuel Garette
|
6e8b570a37
|
mandatory_warnings is now in values and add force_cache to values
|
2014-03-09 20:06:44 +01:00 |
Emmanuel Garette
|
3dc72c505c
|
support no expire in getcache
|
2013-09-07 22:37:13 +02:00 |
Emmanuel Garette
|
77c1ccf40b
|
add 'cache' property
|
2013-09-07 17:25:22 +02:00 |
Emmanuel Garette
|
4c27cb586d
|
in __setattr__, name should never be object's variable name
remove context in type_ find's option
find_first_context return AttributError if no results
|
2013-08-24 21:26:10 +02:00 |
Emmanuel Garette
|
b6bb685ca5
|
key is now always path and change opt by path dictionary storage
|
2013-08-21 22:21:50 +02:00 |
Emmanuel Garette
|
e826f3d1c6
|
we can personalise storage easily
|
2013-08-20 09:47:12 +02:00 |
Emmanuel Garette
|
df7d6759cd
|
add sqlite plugin
|
2013-08-19 11:01:21 +02:00 |
Emmanuel Garette
|
d4ef47759e
|
Manipulate properties is now more convenient:
c.cfgimpl_get_settings().has_property('hidden') => 'hidden' in c.cfgimpl_get_settings()
c.cfgimpl_get_settings().has_property('hidden', option1) => 'frozen' in c.cfgimpl_get_settings()[opt]
c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1]
c.cfgimpl_get_settings().get_properties(option1) => c.cfgimpl_get_settings()[option1]
c.cfgimpl_get_settings().add_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].append('hidden')
c.cfgimpl_get_settings().del_property('hidden', option1) => c.cfgimpl_get_settings()[optiont1].remove('hidden')
c.cfgimpl_get_settings().enable_property('hidden') => c.cfgimpl_get_settings().append('hidden')
c.cfgimpl_get_settings().disable_property('hidden') => c.cfgimpl_get_settings().remove('hidden')
|
2013-04-20 17:30:05 +02:00 |