]> saetta.ns0.it Git - zakform/cgi/shortlog
zakform/cgi
2023-02-25 Andrea ZagliFile mime validation overwrote size validation. develop
2023-02-06 Andrea ZagliAdded function ZakFormCgiFormElementSelect::get_options.
2021-04-24 Andrea ZagliAdded funcitons ZakFormCgiFormElementRadio::get_option[s].
2021-01-06 Andrea ZagliWrong xml parsing in FormElementValidatorFile.
2021-01-04 Andrea ZagliAdded functions FormElementValidatorFile::[size|mime...
2021-01-03 Andrea ZagliWrong ret value in FormElementFile::after_validating.
2021-01-02 Andrea ZagliAdded FormElementValidatorFile.
2021-01-02 Andrea ZagliAdded function FormElement::render_error_helpbox.
2020-12-15 Andrea ZagliRemoved g_type_class_add_private deprecations.
2020-11-29 Andrea ZagliAdded functions FormElement::*_attr.
2020-11-29 Andrea ZagliAdded functions FormElement::*_class.
2020-11-28 Andrea ZagliRadio: didn't take into account if in error.
2020-10-13 Andrea ZagliBootstrap version must be set for each elements of...
2020-08-19 Andrea ZagliB4: invisible preserves space; need d-none.
2020-08-19 Andrea ZagliWrong row commented.
2020-08-15 Andrea ZagliMerge branch 'develop' of https://saetta.ns0.it/git...
2020-08-15 Andrea ZagliB4: class form-check for radio and check must be repeat...
2020-07-20 Andrea ZagliFor bootstrap 4, hidden is invisible class.
2020-07-01 Andrea ZagliAdded property «for» for radio/check labels on Bootstra...
2020-06-30 Andrea ZagliNo format string in g_string_append_printf (debian...
2020-06-29 Andrea ZagliDifferent way to render some control on Bootstrap v4.
2020-06-29 Andrea ZagliAdded public function Radio::render_single.
2019-09-10 Andrea ZagliZakCgiTag functions expect ht_attr not null.
2019-06-15 Andrea ZagliFormElementSelect: changed storage data type to preserv...
2019-04-06 Andrea ZagliIn ZakFormElement::render wrong variable freeing.
2017-08-09 Andrea ZagliZakFormElement didn't take into account visible propert... master
2017-06-25 Andrea ZagliIn binding if the value is null, value is setted as...
2017-06-25 Andrea ZagliMissing file in translations file.
2017-06-17 Andrea ZagliStarting taking into account ZakFormElementArray. array
2017-06-15 Andrea ZagliMake public ZakFormElement::xml_parsing.
2017-05-15 Andrea ZagliSelect is not editable with key "disabled".
2017-05-14 Andrea ZagliMerge branch 'gvalue' into develop
2017-05-13 Andrea ZagliAdded validator for size and mime type for ZakFormCgiFo... gvalue
2017-05-13 Andrea ZagliMigration to GValue for element value.
2017-05-13 Andrea ZagliStarted implementation of ElementFile.
2017-05-07 Andrea ZagliSetting of long-name on setting label only if it is...
2017-05-07 Andrea ZagliMoved from GHashTable to GPtrArray in ZakForCgiFormElem...
2017-05-06 Andrea ZagliAdjustments to checkbox and radio rendering.
2017-05-06 Andrea ZagliAdded properties text and inline to ZakFormCgiFormEleme...
2017-05-06 Andrea ZagliAdded private function ZakFormCgiFormElement::get_ht_la...
2017-05-06 Andrea ZagliAdded property inline to ZakCgiFormElementRadio.
2017-05-06 Andrea ZagliAdded function ZakFormCgiFormElement::render_label.
2017-05-06 Andrea ZagliBugfix to remove label from element.
2017-04-30 Andrea ZagliNow ZakFormElement::messages is always not null.
2017-04-29 Andrea ZagliImplemented input type radio (closes #1017).
2017-04-16 Andrea ZagliFormElement doesn't take into account editable property.
2016-11-19 Andrea ZagliInitial import (from libzakcgi).