Commits on Sep 24, 2024
-
Initial implementation of Enrollment Flow infrastructure and Attribut…
…e Collector (CFM-31)
-
-
-
-
-
-
-
-
-
-
-
-
Commits on Sep 26, 2024
-
feature-cfm31-subnavigation (#217)
* Group to tabs element * enrollment flows tabs * Person to tabs * Missing tabs code * Improve Status badge. * Typos * Core code should not depend on Plugins for subnavigation * simplify code * Move subnavigation import to a php partial * Remove obsolete files.Add support for custom actions * Active navigation tab form deep associated model * fix active navigation tab first level * Fixed deep associations * Fix tab counter for all use cases * Fix active tabs everywhere. * fix depth calculation
Commits on Sep 27, 2024
Commits on Sep 28, 2024
Commits on Sep 29, 2024
Commits on Sep 30, 2024
Commits on Oct 1, 2024
Commits on Oct 2, 2024
-
Cleanup to subnavigation and titling (CFM-31) (#229)
* Cleanup to subnavigation and titling (CFM-31) * Trivial cleanup (CFM-31) * More trivial cleanup (CFM-31) * Even more trivial cleanup (CFM-31)
Commits on Oct 3, 2024
-
Initial implementation of BasicAttributeCollector (CFM-415) (#231)
Co-authored-by: Benn Oshrin <boshrin@users.noreply.github.com>
-
Commits on Oct 10, 2024
Commits on Oct 14, 2024
-
Fix tab rendering for EnrollmentFlow plugins (#235)
* Fix tab rendering for EnrollmentFlow plugins * Improve getLayout trait * fix enrollment attributes add/edit view title
Commits on Oct 15, 2024
-
Merge pull request #237 from Ioannis/fix_deep_nested_association_calc…
…ulation Fix use case:Plugin.Hierarchy deep nested when no hasMany association.
Commits on Oct 16, 2024
-
-
Merge pull request #238 from Ioannis/Fix_missing_associations_tablist
Fix_missing_associations_tablist
Commits on Oct 21, 2024
Commits on Oct 23, 2024
-
Fix Petition Attributes Form rendering (#241)
* Fix Petition Attributes Form rendering * populate autoview vars in the petition attribute collection view * AttributeCollectors/dispatch.inc fix fields configurations. * Add field description. Add FieldHelper support to Attribute selection view. * Fix field sorting.Fix type dropdowns.
-
Update of attribute collector list-element class names for better con…
…sistency (CFM-31) (#243)
Commits on Oct 24, 2024
Commits on Oct 31, 2024
-
Initial commit of Mostly Static Pages (CFM-62), InvitationAccepter (C…
…FM-334) and UpsertTrait (CFM-423)
Benn Oshrin committedOct 31, 2024
Commits on Nov 3, 2024
-
Initial implementation of Identifier Collector Enroller (CFM-111)
Benn Oshrin committedNov 3, 2024
Commits on Nov 6, 2024
-
Update attribute collector CSS selectors to reflect updated DOM class…
… output (CFM-31) (#247)
Commits on Nov 8, 2024
-
First pass at cleaning up Petition view (CFM-31) (#246)
* First pass at cleaning up Petition view (CFM-31) * Remove status read-only field (CFM-31) * Add fields to Petition Information (CFM-31) * Reformat Petition Information view (CFM-31) * Add Petition History Records output to petition view (CFM-31) * Further refinement to the layout of the Petition view (CFM-31) * Add Resume top-link to Petition view (CFM-31)
Commits on Nov 13, 2024
-
Add support for attribute collection fieldsets (#244)
* Add support for attribute collection fieldsets * Attribute Collection view FieldGroups * fix fieldst hover css * Refactored required and permitted calculations.Moved attribute collections parts to elements. * Add FieldHelper support for textarea. Refactored fieldset-group. * fix enumerations and locales * improvements * Remove duplicate element * Improve classes in element * cleanup
-