projects
/
rust
/
zakform
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
rust/zakform
2024-01-27
Andrea Zagli
Validator: no duplicated messages.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-21
Andrea Zagli
Exported Validator struct.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-21
Andrea Zagli
Added method TField::get_validators.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-20
Andrea Zagli
Radio single must be 1-based indexed.
commit
|
commitdiff
|
tree
|
snapshot
2023-10-07
Andrea Zagli
FieldFile: added validate.
commit
|
commitdiff
|
tree
|
snapshot
2023-10-07
Andrea Zagli
Merge branch 'refactoring' into validators
commit
|
commitdiff
|
tree
|
snapshot
2023-10-07
Andrea Zagli
Added File field.
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2023-10-07
Andrea Zagli
Added inline property to Radio field.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-30
Andrea Zagli
Added script to re-build gettext catalogs on cargo...
commit
|
commitdiff
|
tree
|
snapshot
2023-09-30
Andrea Zagli
Implemented compare for number validator.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-30
Andrea Zagli
Started number validator.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Andrea Zagli
Implemented validator date compare.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Andrea Zagli
Implemented validator regex.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-29
Andrea Zagli
Added i18n via gettext.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Merge branch 'refactoring' into validators
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Merge branch 'refactoring' into validators
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Not passed class and placeholder to template rendering.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Date validator.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Form validate.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Field validate.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-27
Andrea Zagli
Validator massage.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-25
Andrea Zagli
Started field validators.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-24
Andrea Zagli
Added field text placeholder attribute.
commit
|
commitdiff
|
tree
|
snapshot
2023-09-24
Andrea Zagli
Added field class attribute.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Andrea Zagli
Added Field::remove_option.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Andrea Zagli
In Form::remove_field, return after item found.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Andrea Zagli
Added Form::remove_field.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Andrea Zagli
Added field property db_type.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Field: added to_render.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Field: added type button.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Field: to_load/save default to true.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Field: added set_template.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Field: added get/set_to_load/save.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Form::fields returns mutable.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Filters' support.
commit
|
commitdiff
|
tree
|
snapshot
2023-03-04
Andrea Zagli
Escaped quote on field values.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Andrea Zagli
Added methods get/set_disabled/invisible/help/value.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Andrea Zagli
Rendered html select.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Andrea Zagli
Added methods get/set_label. Rendered html checkbox.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Andrea Zagli
Added methods get/set_maxlen and get/set_rows.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Andrea Zagli
Rendered html textarea.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Form::get_field now return a mutable Box.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Use of Box and Any for polymorphism.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Adjustments due to files structures.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Added field::get_name.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Refactoring files structure.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Andrea Zagli
Refactoring started.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-06
Andrea Zagli
Rendered html radio element.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-06
Andrea Zagli
Rendered html check element.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Andrea Zagli
Added function Field::set_template.
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Andrea Zagli
Rendered html select element.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Form as_json_string.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Get field's name.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Field's filters.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Form get fields and field by name.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Get/set field's properties.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
Field rendering.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Andrea Zagli
First commit. Started form and field structs.
commit
|
commitdiff
|
tree
|
snapshot