Merge pull request #18281 from sunilpawar/report_48
[civicrm-core.git] / ext / afform / core / ang /
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 Coleman WattsRevert "Reinstate parsing of data from the form"
2020-09-16 Coleman WattsSupport is_primary fields and boolean options.
2020-09-16 Coleman WattsMore efficient select options handling
2020-09-16 eileenReinstate parsing of data from the form
2020-09-16 Coleman WattsRename blocks & require form name
2020-09-16 Coleman WattsImplement Address block with chainSelect state/county
2020-09-16 Coleman WattsGUI - present Individual/Organization/Household as...
2020-09-16 Coleman WattsRefactor af-block directive into af-repeat and af-join
2020-09-16 Coleman WattsImplement afform blocks for Email, Phone, IM, Website
2020-09-16 Coleman WattsRemove unnecessary registerField process
2020-09-16 Coleman WattsRemove redundant afformStandalone file
2020-09-16 Coleman WattsMerge afField module into af module
2020-09-16 Coleman WattsFix ngRepeat syntax error
2020-09-16 Coleman WattsStricter directives with better docs
2020-09-16 Coleman WattsGUI - Rename af-block => af-container
2020-09-16 Coleman WattsEdit option lists
2020-09-16 Coleman WattsGUI: Config fields
2020-09-16 Coleman WattsConfigure layout style of blocks
2020-09-16 Coleman WattsDynamic option lists for select elements
2020-09-16 Tim Ottenaf-fieldset - More updates for switching E=>A
2020-09-16 Coleman WattsRestrict af-fieldset directive to A not E
2020-09-16 Tim Otten'exports' - Specify symbols in notation more like Angul...
2020-09-16 Tim Ottenafform_core: Declare exports for 'af-form', 'af-field...
2020-09-16 Tim OttenRename `<af-model>` to `<af-entity>` to better match...
2020-09-16 Tim Otten<af-form> - By default, show an indicator of submission...
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 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 Otten(af-model) Rename "af-autofill" to "autofill"
2020-09-16 Tim Otten(af-model) Rename af-label to label
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-model-list>` to `<af-form>`
2020-09-16 Tim OttenRename af-type to type
2020-09-16 Coleman WattsWIP Submit api
2020-09-16 Coleman WattsAdd afData property for predetermined data like contact_id
2020-09-16 Coleman WattsMove modelProps to whitelist
2020-09-16 Coleman WattsAdd api for afform prefill
2020-09-16 Tim Ottenaf-api4-action - Rename 'msg-' and 'on-' options
2020-09-16 Tim OttenRename afformCore to afCore
2020-09-16 Tim OttenRename afformApi3* to afApi3*
2020-09-16 Tim OttenRename affApi4* to afApi4*
2020-09-16 Coleman WattsRemove dependence on crmApp & add page title
2020-09-16 Tim OttenApi4Ctrl - Fix infinite reloads
2020-09-16 Coleman WattsLoad data from ids passed in url
2020-09-16 Coleman WattsAdd field widgets
2020-09-16 Coleman WattsAdd index to Api4Ctrl
2020-09-16 Tim OttenafformCore - Add crmUrl to default scopes for afforms
2020-09-16 Tim Ottencore - Implement aff-api4-action directive
2020-09-16 Tim OttenafformCore - Expose crmApi4 and crmStatus in standard...
2020-09-16 Tim Ottenang/af*.ang.php - Remove elements that are unlikely...
2020-09-16 Tim Ottenang/*.ang.php - Cleanup new files
2020-09-16 Tim OttenafModel*, afBlock*, afField - Add skeletal directives
2020-09-16 Tim OttenAdd skeletal modules
2020-09-16 Tim OttenMove mock form and its test case to a separate extensio...
2020-09-16 Tim OttenUpdate examplepage to follow new file naming
2020-09-16 Tim OttenMove core/framework code under `./core`