Api improvements and test fix
[civicrm-core.git] / ext / afform / core / afform.php
2020-09-16 Coleman WattsApi improvements and test fix
2020-09-16 Coleman WattsRemove client_route for now; might be yagni
2020-09-16 Coleman WattsGUI: Better widget for editing input type select
2020-09-16 Coleman WattsEdit option lists
2020-09-16 Coleman WattsPerform deep merge on fieldDefn.input_attrs
2020-09-16 Coleman WattsFixes #4 - html encode injected properties and enable...
2020-09-16 Coleman WattsFields drag n drop
2020-09-16 Tim Otten(REF) _afform_html_filter() - Extract method for unit...
2020-09-16 Tim Otten(NFC) Small cleanup
2020-09-16 Tim Otten(REF) AfformScanner::getLayout() - Extract new method
2020-09-16 Coleman WattsFix parser to work with nested fields
2020-09-16 Coleman WattsRestrict af-fieldset directive to A not E
2020-09-16 Tim Ottenafform/core - Update extension boilerplate
2020-09-16 Tim Otten'exports' - Specify symbols in notation more like Angul...
2020-09-16 Tim Ottenafform_mock - Add test-coverage for auto-requires funct...
2020-09-16 Tim OttenAutomatically detect requirements in *.aff.html
2020-09-16 Tim OttenRename `<af-model>` to `<af-entity>` to better match...
2020-09-16 Tim OttenAfform.submit - Use an event to allow the mix of priori...
2020-09-16 Coleman WattsAdd mock testAfform
2020-09-16 Tim OttenRename `[af-name]` to `af-model[name]` and `af-fieldset...
2020-09-16 Tim Otten(af-field) Rename "field-name" to "name"
2020-09-16 Tim Otten(af-field) Rename "field-defn" to "defn"
2020-09-16 Tim OttenRename `<af-will-be-model>` to its real name, `<af...
2020-09-16 Tim OttenRename <af-model> to <af-fieldset>
2020-09-16 Tim OttenTemporarily rename <af-model-prop> to <af-will-be-model...
2020-09-16 Tim OttenRename af-type to type
2020-09-16 Coleman WattsCode cleanup
2020-09-16 Coleman WattsSimplify variable assignment
2020-09-16 Coleman WattsMerge existing field metadata
2020-09-16 Coleman WattsCivilint cleanup
2020-09-16 Tim Ottenafform/core - When injecting APIv4 metadata, be more...
2020-09-16 Tim Ottenafform/core - Inject APIv4 metadata on the `af-field...
2020-09-16 Tim Ottenafform/core - Apply changesets to afform HTML
2020-09-16 Tim OttenAfformScanner - Use `ang/*.aff.json` file-naming convention
2020-09-16 Tim OttenMove core/framework code under `./core`