]>
saetta.ns0.it Git - zakform/libzakform/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.