Api - output module_name & directive_name
[civicrm-core.git] / ext / afform / core / Civi /
2020-09-16 Coleman WattsApi - output module_name & directive_name
2020-09-16 Coleman WattsLoad join blocks primary first
2020-09-16 Coleman WattsRefactor af-block directive into af-repeat and af-join
2020-09-16 Coleman WattsImplement afform blocks for multi-value custom groups
2020-09-16 Coleman WattsImplement afform blocks for Email, Phone, IM, Website
2020-09-16 Coleman WattsFix #10 add prefix to new afforms to prevent name conflicts
2020-09-16 Coleman WattsToward #6 - use API instead of scanner to retrieve...
2020-09-16 Tim Otten(REF) AfformSaveTrait - Extract helper $isChanged
2020-09-16 Tim OttenAfform.{prefill,submit} - APIs should respect `permission`
2020-09-16 Tim OttenAfform.get - Fix warning/test-failure when trying to...
2020-09-16 Tim OttenStore 'permission' property for each form
2020-09-16 Tim OttenAfform.get - Return computed fields, `has_local` and...
2020-09-16 Coleman WattsPrettier json
2020-09-16 Coleman WattsFix handling of non-breaking spaces
2020-09-16 Coleman WattsFormat whitespace in aff.html files
2020-09-16 Coleman WattsApi improvements and test fix
2020-09-16 Coleman WattsGUI: Correctly handle naming a newly created form
2020-09-16 Coleman WattsSave button for gui + api
2020-09-16 Coleman WattsClarify docblock
2020-09-16 Tim Otten(REF) AHQ::makeRoot() - Extract helper from FormDataModel
2020-09-16 Tim Otten(REF) AfformScanner::getLayout() - Extract new method
2020-09-16 Tim OttenFix warnings for `#text` format
2020-09-16 Coleman WattsRestrict af-fieldset directive to A not E
2020-09-16 Coleman WattsFix forms autofill with new dataModel
2020-09-16 Tim Otten(BC Break) Change shallow+deep formats to begin with...
2020-09-16 Tim OttenFormDataModel::parseFields() - Rename param for clarity
2020-09-16 Tim OttenFormDataModel - Define behavior for more edgy HTML...
2020-09-16 Tim OttenSplit "Utils" into "AHQ" and "FormDataModel"
2020-09-16 Tim Otten(NFC) Civi/Afform/Symbols.php - Docblock
2020-09-16 Tim OttenCivi/Afform/Utils - Small cleanups
2020-09-16 Coleman WattsUse helper for checking items to get by name
2020-09-16 Tim Ottenafform_mock - Add test-coverage for auto-requires funct...
2020-09-16 Tim OttenCivi\Afform\Symbols - Add unit test. Define behavior...
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 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-model) Rename "af-autofill" to "autofill"
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 WattsWIP Submit api
2020-09-16 Coleman WattsAdd api for afform prefill
2020-09-16 Tim OttenlayoutFormat - Flip default from shallow to deep
2020-09-16 Tim OttenWIP ArrayHtml
2020-09-16 Coleman WattsWIP deep array format
2020-09-16 Tim OttenAfform.update - If server_route changes, then clear...
2020-09-16 Tim OttenAfform.{get,update} - Allow layout format to be array...
2020-09-16 Tim OttenApi4/Afform.php - Fix callback notation. Cleanup style.
2020-09-16 Coleman WattsAdd getFields to api4 classes
2020-09-16 Tim OttenAdd skeletal APIs for AfformPalette and AfformTag
2020-09-16 Tim OttenCivi\Api4\Afform - Refactor to use BasicGetAction,...
2020-09-16 Tim OttenCivi\Api4\Afform - Use simple (non-db) implementation...
2020-09-16 Tim OttenAfform.revert - Refuse to revert if there are no "where...
2020-09-16 Tim OttenAfformScanner - Allow loading bare forms
2020-09-16 Tim OttenAfformScanner - Use `ang/*.aff.json` file-naming convention
2020-09-16 Tim OttenMove core/framework code under `./core`