2008-07-25 Dominique Dumont v0.205
* lib/Config/Model/models/Itself/Class.pl: Fixed specification of
Augeas parameters
2008-07-25 Dominique Dumont v0.204
* lib/Config/Model/models/Itself/*.pl:
All the changes described below will be handled by the
upgrade facility of Config::Model. I.e. to upgrade your
configuration model, load your model in config-model-edit,
save it, and you're done.
Changes:
- Changed auto read and auto write meta-model (needed by
Config::Model 0.624).
- autoread autowrite 'syntax' parameter is replaced by 'backend'.
- Added auto-read/write 'augeas' backend.
- Added migrate_from in Class so that your own model will be able
to smoothly upgrade configuration data (See upgrade doc in
Config::Model::Value)
- Added use_eval for more complex string computation when the power
of Perl is needed (See Config::Model::ComputedValue documentation)
2008-05-21 Dominique Dumont v0.203
* config-model-edit: Fixed bug that prevented testing of the
configuration editor when starting from scratch.
2008-05-18 Dominique Dumont v0.202
* lib/Config/Model/models/Itself/CommonElement.pl: Added support for
built in default list for check_list elements
2008-04-21 Dominique Dumont
* config-model-edit: Will now always launch Tk interface which has
a menu to test the configuration editor from the model under edition.
(some tests still to be written)
2008-04-16 Dominique Dumont
* lib/Config/Model/Itself.pm (list_class_element): new method to
help model debug
2008-04-14 Dominique Dumont
* lib/Config/Model/Itself.pm (read_all): Reworked model to fit with
new cargo arguments.
* tests: suppress legacy warnings
2008-04-03 Dominique Dumont v0.201
* lib/Config/Model/models/Itself/Element.pl: Fixed element and
cargo models.
2008-03-24 Domi <domi@bilbo.maison>
* lib/Config/Model/models/Itself/WarpableElement.pl: added
description for 'replace' element
2008-03-20 Dominique Dumont
* lib/Config/Model/models/Itself/WarpableElement.pl: removed
enum_integer type
* config-model-edit: Clarified where models are read and
written.
2008-03-18 Dominique Dumont v0.102
* config-model-edit: Now use Config::Model::TkUI instead of
Config::Model::TkUi
2008-03-16 Domi <domi@bilbo.maison>
* lib/Config/Model/Itself.pm (read_all): Skip svn directory when
reading model files
2008-03-10 Dominique Dumont
* lib/Config/Model/Itself.pm (write_all): can now write
configuration class created with the editor. Each class created
will be saved in its own file. I.e. configuration class Foo::Bar
will be saved in Foo/Bar.pl
2008-02-07 Dominique Dumont
* config-model-edit: added possibity to use Tk interface.
* lib/Config/Model/models/Itself/WarpableElement.pl: added
'replace' parameter
2007-10-16 Dominique Dumont v0.101
* All: first version