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