]>
saetta.ns0.it Git - zakform/libzakform/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrea Zagli [Sat, 13 May 2017 09:03:06 +0000 (11:03 +0200)]
Migration to GValue for element value.
Andrea Zagli [Mon, 1 May 2017 13:32:25 +0000 (15:32 +0200)]
Xml parsing of long-name in ZakFormElement.
Andrea Zagli [Mon, 1 May 2017 10:44:09 +0000 (12:44 +0200)]
ZakFormElementValidatorDate can now compare the value.
Andrea Zagli [Mon, 1 May 2017 08:02:25 +0000 (10:02 +0200)]
Added commons functions ZakForm::get_compare_type_from_string and ::get_compare_type_stringify.
Andrea Zagli [Sun, 30 Apr 2017 09:17:54 +0000 (11:17 +0200)]
Added signals ZakFormElement before and after validating.
Andrea Zagli [Sat, 22 Apr 2017 11:12:13 +0000 (13:12 +0200)]
Wrong prototype zak_form_element_set_to_is_key in formelement.h (closes #1111).
Andrea Zagli [Sat, 22 Apr 2017 09:09:07 +0000 (11:09 +0200)]
Added property id to ZakFormElementFilter (closes #1102).
Added function ZakFormElement::get_filter_by_id.
Andrea Zagli [Sat, 22 Apr 2017 08:55:36 +0000 (10:55 +0200)]
Refactored ZakFormElementFilter::xml_parsing.
Andrea Zagli [Sun, 16 Apr 2017 11:23:50 +0000 (13:23 +0200)]
Added function ZakFormElement::get_validator_by_id.
Andrea Zagli [Sun, 16 Apr 2017 09:17:18 +0000 (11:17 +0200)]
Added property id to FormElementValidator (refs #1102).
Refactored ZakFormElementValidator::xml_parsing.
Andrea Zagli [Sun, 16 Apr 2017 09:05:10 +0000 (11:05 +0200)]
Added ZakForm::get_validator_by_id.
Andrea Zagli [Sun, 16 Apr 2017 08:44:11 +0000 (10:44 +0200)]
Added property id to ZakFormValidator (refs #1102).
Refactored ZakFormValidator::xml_parsing.
Andrea Zagli [Sat, 15 Apr 2017 08:55:11 +0000 (10:55 +0200)]
g_strcmp0 may returns other values than -1, 0 and 1.
Andrea Zagli [Wed, 1 Mar 2017 19:59:39 +0000 (20:59 +0100)]
Missing file for translation.
Andrea Zagli [Mon, 13 Feb 2017 17:16:15 +0000 (18:16 +0100)]
Added FormElement extensions.
Andrea Zagli [Wed, 1 Feb 2017 14:46:55 +0000 (15:46 +0100)]
Bugfix ValidatorCompareDate: returned wrong value when null values.
Andrea Zagli [Sun, 29 Jan 2017 10:34:04 +0000 (11:34 +0100)]
Added property 'as-empty-string' to ZakFormElementValidatorNotempty.
Andrea Zagli [Sun, 29 Jan 2017 09:10:47 +0000 (10:10 +0100)]
Added and managed property 'enabled' to validators and filters.
Andrea Zagli [Sat, 28 Jan 2017 10:53:57 +0000 (11:53 +0100)]
Added functions ZakFormElement::get_validators and ::get_element_validators_by_type (closes #1103).
Andrea Zagli [Sat, 28 Jan 2017 10:36:46 +0000 (11:36 +0100)]
Added functions ZakFormElement::get_filters and ::get_element_filters_by_type (refs #1103).
Andrea Zagli [Sat, 28 Jan 2017 09:59:00 +0000 (10:59 +0100)]
Added function ZakFormForm::get_validators and ::get_validators_by_type (refs #1103).
Andrea Zagli [Sat, 28 Jan 2017 09:42:14 +0000 (10:42 +0100)]
Added functions ZakFormForm::get_elements and ::get_elements_by_type (closes #1105).
Andrea Zagli [Mon, 12 Dec 2016 10:31:52 +0000 (11:31 +0100)]
Specified date/time format in ::format.
Andrea Zagli [Sat, 21 May 2016 13:34:08 +0000 (15:34 +0200)]
Missing libzakutils dependency in pkgconfig.
Andrea Zagli [Sun, 15 May 2016 09:28:43 +0000 (11:28 +0200)]
ZakFormValidatorCompareDate now returns true if both elements are null (closes #1016).
Andrea Zagli [Sun, 15 May 2016 09:11:42 +0000 (11:11 +0200)]
Added function ZakFormElement::unformat.
Andrea Zagli [Sun, 15 May 2016 08:31:48 +0000 (10:31 +0200)]
Published function ZakFormElement::format.
Andrea Zagli [Sat, 14 May 2016 08:21:45 +0000 (10:21 +0200)]
ZakForm*::xml_parsing now removes nodes that use (closes #1011).
Andrea Zagli [Sat, 7 May 2016 10:57:53 +0000 (12:57 +0200)]
Added file to translation.
Andrea Zagli [Sun, 7 Feb 2016 12:56:21 +0000 (13:56 +0100)]
Added ZakFormValidatorCompare.
Andrea Zagli [Sat, 30 Jan 2016 15:45:05 +0000 (16:45 +0100)]
ZakFormElement::format now returns the input value when no format specified.
Andrea Zagli [Sat, 30 Jan 2016 08:54:38 +0000 (09:54 +0100)]
Added get/set_regex to ZakFormValidatorRegex.
Andrea Zagli [Wed, 6 Jan 2016 10:31:26 +0000 (11:31 +0100)]
Added property ZakFormElementValidatorNotempty::as_empty_string.
Andrea Zagli [Sat, 2 Jan 2016 16:50:58 +0000 (17:50 +0100)]
Added translation.
Andrea Zagli [Sat, 2 Jan 2016 16:31:48 +0000 (17:31 +0100)]
Added proprty long_name to ZakFormElement.
Andrea Zagli [Sat, 2 Jan 2016 11:06:28 +0000 (12:06 +0100)]
Added ZakFormValidatorCompareDate.
Andrea Zagli [Wed, 30 Dec 2015 16:53:26 +0000 (17:53 +0100)]
Added ZakFormValidator.
Andrea Zagli [Wed, 30 Dec 2015 15:24:56 +0000 (16:24 +0100)]
Added filter lower/upper/camel.
Andrea Zagli [Wed, 30 Dec 2015 14:39:44 +0000 (15:39 +0100)]
Added spacial value @now as default-value in ZakFormElement.
Andrea Zagli [Mon, 28 Dec 2015 14:05:04 +0000 (15:05 +0100)]
Added ZakFormElementValidatorDate.
Andrea Zagli [Tue, 15 Dec 2015 11:00:07 +0000 (12:00 +0100)]
No return values in ZakFormIProvider functions.
Andrea Zagli [Tue, 15 Dec 2015 10:29:24 +0000 (11:29 +0100)]
Added function ZakFormForm::set_editable.
Andrea Zagli [Tue, 15 Dec 2015 09:38:54 +0000 (10:38 +0100)]
Moved format of element value from provider.
Andrea Zagli [Sun, 13 Dec 2015 09:10:07 +0000 (10:10 +0100)]
Converted ZakFormElement format property from string to GHashTable.
Andrea Zagli [Mon, 7 Dec 2015 09:40:50 +0000 (10:40 +0100)]
Added property format to ZakFormElement.
Andrea Zagli [Sat, 5 Dec 2015 10:56:42 +0000 (11:56 +0100)]
Added ZakFormForm::is_changed and ::set_as_original.
Andrea Zagli [Sat, 5 Dec 2015 10:37:56 +0000 (11:37 +0100)]
Published method ZakFormElement::get_messages.
Andrea Zagli [Thu, 3 Dec 2015 14:52:55 +0000 (15:52 +0100)]
Missing xml properties parsing.
Andrea Zagli [Thu, 3 Dec 2015 07:01:42 +0000 (08:01 +0100)]
Added property name to ZakFormElement.
Andrea Zagli [Tue, 1 Dec 2015 14:07:55 +0000 (15:07 +0100)]
Added property type to ZakFormElement.
Andrea Zagli [Tue, 1 Dec 2015 10:24:39 +0000 (11:24 +0100)]
Added property is-key to ZakFormElement.
Andrea Zagli [Tue, 1 Dec 2015 10:18:15 +0000 (11:18 +0100)]
Added property to-save to ZakFormElement.
Andrea Zagli [Tue, 1 Dec 2015 10:15:31 +0000 (11:15 +0100)]
Added property to-load to ZakFormElement.
Andrea Zagli [Tue, 1 Dec 2015 10:09:21 +0000 (11:09 +0100)]
Added ZakFormIProvider.
Andrea Zagli [Sat, 28 Nov 2015 12:34:40 +0000 (13:34 +0100)]
Aded member function ZakFormElement::xml_parsing.
Andrea Zagli [Thu, 26 Nov 2015 19:57:30 +0000 (20:57 +0100)]
Added member function ZakFormForm::element_added.
Andrea Zagli [Wed, 25 Nov 2015 20:34:53 +0000 (21:34 +0100)]
Added overrideable functions ZakFormElement::set_value, ::get_value,
::set_visible, ::get_visible, ::set_editable and ::get_editable.
Andrea Zagli [Sat, 7 Nov 2015 21:10:48 +0000 (22:10 +0100)]
Loading of filters and validators from xml.
Andrea Zagli [Sun, 22 Nov 2015 15:34:21 +0000 (16:34 +0100)]
Added functions ZakFormElement::set_as_original_value and ::is_changed.
Andrea Zagli [Sun, 22 Nov 2015 15:24:17 +0000 (16:24 +0100)]
Added property original-value to ZakFormElement.
Andrea Zagli [Sun, 22 Nov 2015 15:19:40 +0000 (16:19 +0100)]
Added property editable to ZakFormElement.
Andrea Zagli [Sun, 22 Nov 2015 15:14:42 +0000 (16:14 +0100)]
Added property visible to ZakFormElement.
Andrea Zagli [Thu, 5 Nov 2015 19:38:48 +0000 (20:38 +0100)]
Added functions ZakFormForm::load_from_xml and ::load_from_file.
Andrea Zagli [Wed, 4 Nov 2015 19:56:33 +0000 (20:56 +0100)]
Added support for modules and l16n.
Andrea Zagli [Mon, 2 Nov 2015 21:08:13 +0000 (22:08 +0100)]
Migrated ZakFormElementFilter from interface to abstract class.
Andrea Zagli [Mon, 2 Nov 2015 20:41:40 +0000 (21:41 +0100)]
Added functions ZakFormForm::clear and ZakFormElement::clear.
Andrea Zagli [Mon, 2 Nov 2015 20:34:55 +0000 (21:34 +0100)]
Added property default-value to ZakFormElement.
Andrea Zagli [Mon, 2 Nov 2015 20:34:21 +0000 (21:34 +0100)]
Updated notes.
Andrea Zagli [Sun, 1 Nov 2015 16:11:35 +0000 (17:11 +0100)]
Added property message to ZakFormElementValidator.
Andrea Zagli [Sun, 1 Nov 2015 09:22:09 +0000 (10:22 +0100)]
Migrated ZakFormElementIValidator from interface to abstract class.
Andrea Zagli [Sat, 31 Oct 2015 15:52:09 +0000 (16:52 +0100)]
Variable not initialized.
Andrea Zagli [Sat, 31 Oct 2015 15:51:52 +0000 (16:51 +0100)]
Missing header file.
Andrea Zagli [Sat, 31 Oct 2015 10:41:26 +0000 (11:41 +0100)]
Added private function ZakFormForm::get_elements.
Andrea Zagli [Sat, 31 Oct 2015 10:08:46 +0000 (11:08 +0100)]
Added function ZakFormForm::is_valid.
Andrea Zagli [Sat, 31 Oct 2015 10:03:18 +0000 (11:03 +0100)]
Added function ZakFormForm::add_element.
Andrea Zagli [Wed, 28 Oct 2015 21:11:20 +0000 (22:11 +0100)]
Added class FormElement (abstract).
Andrea Zagli [Wed, 28 Oct 2015 20:41:38 +0000 (21:41 +0100)]
Added class ZakForm (abstract).
Andrea Zagli [Sun, 25 Oct 2015 09:55:52 +0000 (10:55 +0100)]
Added notes file.
Andrea Zagli [Sun, 25 Oct 2015 05:52:12 +0000 (06:52 +0100)]
Removed cgi from namespace.
Andrea Zagli [Sat, 24 Oct 2015 13:50:54 +0000 (15:50 +0200)]
Initial import from libzakcgi.
Validator and Filter interface and implementations.