Merge pull request #18471 from eileenmcnaughton/error
[civicrm-core.git] / ext / afform / core / CRM /
2020-09-22 Tim OttenMerge pull request #18471 from eileenmcnaughton/error
2020-09-22 Seamus LeeMerge pull request #18548 from civicrm/5.30
2020-09-21 Matthew WireMerge pull request #18458 from eileenmcnaughton/processor
2020-09-21 Seamus LeeMerge pull request #18451 from eileenmcnaughton/renew
2020-09-21 Eileen McNaughtonMerge pull request #18286 from sunilpawar/ui_30
2020-09-21 Eileen McNaughtonMerge pull request #18281 from sunilpawar/report_48
2020-09-20 Eileen McNaughtonMerge pull request #18531 from civicrm/5.30
2020-09-19 Matthew WireMerge pull request #18479 from eileenmcnaughton/just_pay
2020-09-18 Seamus LeeMerge pull request #18523 from civicrm/5.30
2020-09-18 Matthew WireMerge pull request #18427 from mattwire/membershipbacke...
2020-09-18 colemanwMerge pull request #18485 from eileenmcnaughton/ref2
2020-09-17 Eileen McNaughtonMerge pull request #18492 from colemanw/moveDaoFunction...
2020-09-17 colemanwMerge pull request #18490 from eileenmcnaughton/emailadd
2020-09-17 Seamus LeeMerge pull request #18489 from eileenmcnaughton/im
2020-09-16 Eileen McNaughtonMerge pull request #18491 from totten/master-ref-gendata
2020-09-16 Eileen McNaughtonMerge pull request #18470 from JKingsnorth/dev/core...
2020-09-16 colemanwMerge pull request #18423 from eileenmcnaughton/afform
2020-09-16 eileenMisc style fix
2020-09-16 Coleman WattsUse built-in php function to do what we were trying...
2020-09-16 Coleman WattsUse api to get directive/module names
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 Tim OttenAfformScanner - Just use the long cache
2020-09-16 Tim OttenAfformScanner - Simplify cache. Fix CLI/web sync bug.
2020-09-16 Coleman WattsToward #6 - use API instead of scanner to retrieve...
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 WattsGUI - Rename af-block => af-container
2020-09-16 Coleman WattsFix handling of non-breaking spaces
2020-09-16 Coleman WattsIn shallow mode, only convert markup to array that...
2020-09-16 Coleman WattsFormat whitespace in aff.html files
2020-09-16 Coleman WattsRemove client_route for now; might be yagni
2020-09-16 Coleman WattsUse canonical name in api.afform.get
2020-09-16 Coleman WattsGUI: Add wysiwyg markup block
2020-09-16 Coleman WattsCore: Set breadcrumb as well as title
2020-09-16 Coleman WattsAdd some metadata
2020-09-16 Tim Otten(REF) AfformScanner::getLayout() - Extract new method
2020-09-16 Tim Ottenaf-fieldset - More updates for switching E=>A
2020-09-16 Coleman WattsArrayHtml - Change text node format from string to...
2020-09-16 Tim OttenArrayHtml - Treat `<af-entity/>` and `<af-field/>`...
2020-09-16 Tim OttenArrayHtml - Encode self-closing HTML tags (`<img /...
2020-09-16 Tim OttenArrayHtml - Support comments
2020-09-16 Tim Otten(BC Break) Change shallow+deep formats to begin with...
2020-09-16 Tim OttenAutomatically detect requirements in *.aff.html
2020-09-16 eileenDo not fatal on missing extensions
2020-09-16 Tim OttenRename `<af-model>` to `<af-entity>` to better match...
2020-09-16 Tim Ottenaf/Form.js - Get the form name implicitly (without...
2020-09-16 Tim Ottenaf/Form.js - Use the canonical name for API calls
2020-09-16 Tim Otten(CRM_Afform_ArrayHtml) Fix errant reference
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 Otten(af-model) Rename "af-data" to "data"
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 Coleman WattsAdd api for afform prefill
2020-09-16 Tim OttenRename afformCore to afCore
2020-09-16 Tim OttenWIP ArrayHtml
2020-09-16 Coleman WattsWIP deep array format
2020-09-16 Coleman WattsRemove dependence on crmApp & add page title
2020-09-16 Coleman WattsSuppress warnings about nonstandard tag names
2020-09-16 Coleman WattsCode cleanup
2020-09-16 Coleman WattsAdd field widgets
2020-09-16 Tim OttenArrayHtml - Mitigate crash on HTML comments
2020-09-16 Tim OttenArrayHtml - Boundary cases for empty content. Code...
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`