]> git.proxmox.com Git - pve-common.git/history - src/PVE/SectionConfig.pm
bump version to 8.2.0
[pve-common.git] / src / PVE / SectionConfig.pm
2023-11-17 Thomas Lamprechtsection config: avoid unamed boolean parameter use...
2023-11-17 Dominik Csapaksection config: allow full property-isolation for plugins
2023-08-16 Dominik CsapakSectionConfig: fix handling unknown sections
2023-08-11 Christoph Heisssection config: allow base properties for {create,...
2023-06-07 Dominik Csapaksection config: implement array support
2023-04-11 Thomas Lamprechtvarious perl critic fixes
2023-03-11 Dominik Csapaksection config: add helper for deleting keys from a...
2022-11-12 Wolfgang Bumillersupport unknown types in section config
2020-12-21 Fabian EbnerSectionConfig: parse_config: add errors to result
2020-04-29 Thomas Lamprechtsection config: use croak so that the error is from...
2019-11-18 Thomas Lamprechtsection config: remove Data::Dumper usage
2019-09-04 Fabian EbnerSectionConfig: Cleanup to make style consistent
2019-09-04 Fabian EbnerFix 2339: Handle multiple blank lines correctly in...
2019-07-05 Thomas Lamprechtsection config: trailing whitespace cleanup
2019-05-15 Thomas Lamprechtfollowup: use defined to check if a hash element can...
2019-05-15 Dominik Csapakprevent autovivification of sectionconfig options
2017-05-10 Dietmar MaurerSectionConfig.pm: pass section data to format_section_h...
2017-02-25 Dietmar MaurerSectionConfig::check_value: return bool/numbers as...
2017-02-20 Dietmar MaurerSectionConfig: add new parameter $skip_type to createSc...
2017-02-19 Dietmar MaurerSectionConfig:write_config: sort options by key name
2017-02-19 Dietmar MaurerSectionConfig: allow to get class specific updateSchema()
2016-10-18 Wolfgang BumillerSectionConfig: always write out explicitly set booleans
2016-04-30 Dietmar MaurerSectionConfig: sort values return by lookup_types
2016-04-30 Dietmar MaurerSectionConfig.pm: sort type enum
2016-01-26 Dietmar MaurerSectionConfig: disable duplicate plugin registration
2015-09-20 Dietmar MaurerSectionConfig: protect against newline injection
2015-09-18 Dietmar MaurercreateSchema: include type property
2015-09-18 Dietmar Maurerfix SectionConfig updateSchema for classes without...
2015-09-18 Dietmar MaurerSectionConfig: fix createSchema
2015-09-17 Dietmar MaurerupdateSchema: code cleanup - avoid assigning same...
2015-07-22 Wolfgang Bumillerimprove parse_config in JSONSchema and SectionConfig
2015-02-27 Dietmar Maurerrename data to src