From: Andrea Zagli Date: Tue, 11 May 2021 14:12:46 +0000 (+0200) Subject: Debian pkg: updates from upstream. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fdebian%2Fsid;p=zakform%2Fcgi Debian pkg: updates from upstream. --- diff --git a/debian/changelog b/debian/changelog index 456b406..c562f8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libzakformcgi (0.0.1-1~6.gbpc2409c) UNRELEASED; urgency=medium +libzakformcgi (0.0.1-1~7.gbp91d12f) UNRELEASED; urgency=medium - ** SNAPSHOT build @c2409ca55faacff63a36dfad4cdf1644730c2730 ** + ** SNAPSHOT build @91d12f3ea6915c6dac4192be5508249e26f6b527 ** [ Andrea Zagli ] * Initial release @@ -43,5 +43,25 @@ libzakformcgi (0.0.1-1~6.gbpc2409c) UNRELEASED; urgency=medium * FormElementSelect: changed storage data type to preserve options order. * Debian pkg: updated from upstream (missing libzakformini dep). * ZakCgiTag functions expect ht_attr not null. + * Debian pkg: updates from upstream. + * Added public function Radio::render_single. + * Different way to render some control on Bootstrap v4. + * No format string in g_string_append_printf (debian pkg doesn't build). + * Added property «for» for radio/check labels on Bootstrap v4. + * For bootstrap 4, hidden is invisible class. + * B4: class form-check for radio and check must be repeated for each element. + * Wrong row commented. + * B4: invisible preserves space; need d-none. + * Bootstrap version must be set for each elements of an array element. + * Radio: didn't take into account if in error. + * Added functions FormElement::*_class. + * Added functions FormElement::*_attr. + * Removed g_type_class_add_private deprecations. + * Added function FormElement::render_error_helpbox. + * Added FormElementValidatorFile. + * Wrong ret value in FormElementFile::after_validating. + * Added functions FormElementValidatorFile::[size|mime]_is_valid. + * Wrong xml parsing in FormElementValidatorFile. + * Added funcitons ZakFormCgiFormElementRadio::get_option[s]. - -- tux Wed, 13 May 2020 20:37:49 +0200 + -- andreaz Tue, 11 May 2021 15:57:30 +0200