Loosen restrictions on file names - allow underscores
[civicrm-core.git] / ext / afform / core / ang /
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`