From: Andrea Zagli Date: Tue, 30 Jun 2020 18:54:37 +0000 (+0200) Subject: Merge branch 'develop' into debian/buster X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=ccb5450e36fc299c718110c91bd58f93808fef01;p=zakform%2Fcgi Merge branch 'develop' into debian/buster --- ccb5450e36fc299c718110c91bd58f93808fef01 diff --cc debian/changelog index 75a4336,0000000..104108a mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,47 -1,0 +1,50 @@@ - libzakformcgi (0.0.1-1~7.gbp58e4ca) UNRELEASED; urgency=medium ++libzakformcgi (0.0.1-1~8.gbpebf59e) UNRELEASED; urgency=medium + - ** SNAPSHOT build @58e4ca0f49175fbc7576acd6abb390a75e6747b8 ** ++ ** SNAPSHOT build @ebf59e458c759dd194ead494d7117995638c23cf ** + + [ Andrea Zagli ] + * Initial release + + [ tux ] + + [ Andrea Zagli ] + * Debian pkg: added files. + * FormElement doesn't take into account editable property. + * Implemented input type radio (closes #1017). + * Now ZakFormElement::messages is always not null. + * Bugfix to remove label from element. + * Added function ZakFormCgiFormElement::render_label. + * Added property inline to ZakCgiFormElementRadio. + * Added private function ZakFormCgiFormElement::get_ht_label_attrs. + * Added properties text and inline to ZakFormCgiFormElementCheck. + * Adjustments to checkbox and radio rendering. + * Moved from GHashTable to GPtrArray in ZakForCgiFormElementRadio + * Setting of long-name on setting label only if it is null. + * Started implementation of ElementFile. + * Migration to GValue for element value. + * Added validator for size and mime type for ZakFormCgiFormElementFile. + * Select is not editable with key "disabled". + + [ tux ] + + [ Andrea Zagli ] + * Debian pgk: updated from upstream. + + [ tux ] + + [ Andrea Zagli ] + * Debian pkg: locale files in dev (closes #1122). + * Make public ZakFormElement::xml_parsing. + * Starting taking into account ZakFormElementArray. + * Missing file in translations file. + * In binding if the value is null, value is setted as empty string. + * ZakFormElement didn't take into account visible property (closes #1131). + * In ZakFormElement::render wrong variable freeing. + * FormElementSelect: changed storage data type to preserve options order. + * Debian pkg: added buster files. + * 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. + - -- tux Wed, 13 May 2020 20:43:27 +0200 ++ -- tux Tue, 30 Jun 2020 20:46:40 +0200