civicrm-core.git
3 years agoCopyedits on mockups
Tim Otten [Sat, 9 Feb 2019 03:06:22 +0000 (22:06 -0500)]
Copyedits on mockups

3 years agoShow mockup as main graphic. Remove unused placeholder.
Tim Otten [Sat, 9 Feb 2019 02:50:04 +0000 (21:50 -0500)]
Show mockup as main graphic. Remove unused placeholder.

3 years agoAfformScanner - Allow loading bare forms
Tim Otten [Sat, 9 Feb 2019 02:43:46 +0000 (21:43 -0500)]
AfformScanner - Allow loading bare forms

__Before__: To create an afform, you *must* create both the HTML and JSON file.

__After__: To create an afform, you *must* create the HTML file. You *may* create JSON file.

__Comments__: This enhances developer usability.

3 years agoSkelital gui angular page
Coleman Watts [Sat, 9 Feb 2019 02:33:33 +0000 (21:33 -0500)]
Skelital gui angular page

3 years agomock - Define two directives, one which references the other
Tim Otten [Sat, 9 Feb 2019 01:18:40 +0000 (20:18 -0500)]
mock - Define two directives, one which references the other

3 years agoAfformScanner - Use `ang/*.aff.json` file-naming convention
Tim Otten [Sat, 9 Feb 2019 00:56:03 +0000 (19:56 -0500)]
AfformScanner - Use `ang/*.aff.json` file-naming convention

__Before__: Scan each `$extension` for `$extension/afform/*/meta.json`

__After__: Scan each `$extension` for `$extension/ang/*.aff.json`

__Comments__: This is a significant breaking change for v0.2.

It preserves some key design-goals from the old naming convention

* The symbol in HTML (e.g.  `afform-email`) should have symmetry with the file-name (e.g.  `afform/Email/*` or `afform-email.*`)
* The file-name in the base-code provided by an extension should match the file-name in the local override folder.

However, the new naming convention also:

* Makes it easier downstream to choose their own prefixes. We're not boxed-in or hard-coded to `afform-`.
  This will be useful, e.g., with distinguishing the stdlib from the business-forms that use the stdlib.
* Puts Afform-Angular content in the same folder structure as Regular-Angular content.

3 years agoMove mock form and its test case to a separate extension (`afform-mock`)
Tim Otten [Sat, 9 Feb 2019 00:12:17 +0000 (19:12 -0500)]
Move mock form and its test case to a separate extension (`afform-mock`)

3 years agoUpdate examplepage to follow new file naming
Tim Otten [Fri, 8 Feb 2019 22:58:16 +0000 (17:58 -0500)]
Update examplepage to follow new file naming

3 years agoGenerate skeletal `afform-gui` extension
Tim Otten [Fri, 8 Feb 2019 22:02:32 +0000 (17:02 -0500)]
Generate skeletal `afform-gui` extension

3 years agoREADME.md - Hide sections about future/unavailable install methods
Tim Otten [Fri, 8 Feb 2019 22:00:40 +0000 (17:00 -0500)]
README.md - Hide sections about future/unavailable install methods

3 years agoMove core/framework code under `./core`
Tim Otten [Fri, 8 Feb 2019 22:42:47 +0000 (17:42 -0500)]
Move core/framework code under `./core`

3 years agoinfo.xml - Bump to v0.2
Tim Otten [Fri, 8 Feb 2019 21:21:09 +0000 (16:21 -0500)]
info.xml - Bump to v0.2

3 years agoImport v0.2 discussion sketches
Tim Otten [Fri, 8 Feb 2019 21:20:42 +0000 (16:20 -0500)]
Import v0.2 discussion sketches

3 years agoAdd docs/sandbox/planning-v0.2.md
Tim Otten [Fri, 8 Feb 2019 21:13:41 +0000 (16:13 -0500)]
Add docs/sandbox/planning-v0.2.md

3 years agoUpdate README.md
Tim Otten [Fri, 8 Feb 2019 20:38:18 +0000 (15:38 -0500)]
Update README.md

3 years agoinfo.xml - Set version to 0.1
Tim Otten [Fri, 8 Feb 2019 20:32:52 +0000 (15:32 -0500)]
info.xml - Set version to 0.1

3 years agoAfform.{create,delete} are equally unsupported/untested/TODO.
Tim Otten [Thu, 7 Feb 2019 22:32:58 +0000 (17:32 -0500)]
Afform.{create,delete} are equally unsupported/untested/TODO.

3 years agoRemove Afform.{get,create} support from APIv3
Tim Otten [Thu, 7 Feb 2019 22:24:39 +0000 (17:24 -0500)]
Remove Afform.{get,create} support from APIv3

3 years agoUpdate docs to use api4 instead of api3
Tim Otten [Thu, 7 Feb 2019 22:20:17 +0000 (17:20 -0500)]
Update docs to use api4 instead of api3

3 years agoAfformCrudTrait - When delegating to another API call, use same permissions
Tim Otten [Thu, 7 Feb 2019 21:57:33 +0000 (16:57 -0500)]
AfformCrudTrait - When delegating to another API call, use same permissions

3 years agoMove AfformCrudTrait to a namespace that isn't scanned
Tim Otten [Thu, 7 Feb 2019 18:43:38 +0000 (13:43 -0500)]
Move AfformCrudTrait to a namespace that isn't scanned

3 years agoImplement basic APIv4 support
Tim Otten [Thu, 7 Feb 2019 05:49:37 +0000 (00:49 -0500)]
Implement basic APIv4 support

3 years agoMove CRM_Afform_AfformScanner to a service
Tim Otten [Thu, 7 Feb 2019 04:39:07 +0000 (23:39 -0500)]
Move CRM_Afform_AfformScanner to a service

3 years agoAdd Api4Ctrl
Coleman Watts [Thu, 7 Feb 2019 02:46:30 +0000 (21:46 -0500)]
Add Api4Ctrl

3 years agoinfo.xml - Require api4
Tim Otten [Thu, 7 Feb 2019 02:43:27 +0000 (21:43 -0500)]
info.xml - Require api4

3 years agoUpdate embed.md
Tim Otten [Wed, 9 Jan 2019 04:07:15 +0000 (20:07 -0800)]
Update embed.md

3 years agoREADME.md - Bump up PHP/CiviCRM versions (#6)
Tim Otten [Wed, 9 Jan 2019 03:59:49 +0000 (19:59 -0800)]
README.md - Bump up PHP/CiviCRM versions (#6)

It's not that we have any specific need for these versions, but this is
still alpha, and it's mostly being tested on newer platform versions.

3 years agogramatical fix
Eileen McNaughton [Thu, 3 Jan 2019 00:19:06 +0000 (13:19 +1300)]
gramatical fix

3 years agoAdd need to create meta.json
Eileen McNaughton [Wed, 2 Jan 2019 23:08:13 +0000 (12:08 +1300)]
Add need to create meta.json

Per the fix me the requires part of this might change later but for now this gives more help to devs using this

3 years agoAllow saving is_public
Tim Otten [Wed, 12 Dec 2018 23:32:43 +0000 (15:32 -0800)]
Allow saving is_public

3 years agoReport is_public as part of APIv3
Tim Otten [Wed, 12 Dec 2018 23:32:28 +0000 (15:32 -0800)]
Report is_public as part of APIv3

3 years agoAfformScanner.php - Syntax cleanup
Tim Otten [Wed, 12 Dec 2018 23:31:22 +0000 (15:31 -0800)]
AfformScanner.php - Syntax cleanup

3 years agowriting.md - Link to more docs for `afform-api3`
Tim Otten [Wed, 12 Dec 2018 22:52:17 +0000 (14:52 -0800)]
writing.md - Link to more docs for `afform-api3`

3 years agowriting.md - Show error if no cid is provided
Tim Otten [Wed, 12 Dec 2018 22:50:48 +0000 (14:50 -0800)]
writing.md - Show error if no cid is provided

3 years agoAdd support for the is_public flag on front-end forms
Mathieu Lutfy [Wed, 28 Nov 2018 21:38:11 +0000 (16:38 -0500)]
Add support for the is_public flag on front-end forms

3 years agoroadmap.md - Add tidbits
Tim Otten [Fri, 28 Sep 2018 20:02:10 +0000 (16:02 -0400)]
roadmap.md - Add tidbits

3 years agodocs/roadmap.md - More known limits
Tim Otten [Thu, 20 Sep 2018 03:43:01 +0000 (20:43 -0700)]
docs/roadmap.md - More known limits

3 years agoUpdate philosophy.md
Tim Otten [Wed, 19 Sep 2018 06:03:33 +0000 (23:03 -0700)]
Update philosophy.md

3 years agodocs/alter.md - Copy-edit
Tim Otten [Tue, 18 Sep 2018 09:32:03 +0000 (02:32 -0700)]
docs/alter.md - Copy-edit

3 years agoUpdate docs - Add more discussion of change-sets (alterAlngular) and philosophy
Tim Otten [Tue, 18 Sep 2018 09:20:33 +0000 (02:20 -0700)]
Update docs - Add more discussion of change-sets (alterAlngular) and philosophy

3 years agoUpdate README.md
Tim Otten [Mon, 17 Sep 2018 22:38:02 +0000 (15:38 -0700)]
Update README.md

3 years agoAfform.create, Afform.revert - Clear file-cache adding/deleting files
Tim Otten [Wed, 8 Aug 2018 06:39:55 +0000 (23:39 -0700)]
Afform.create, Afform.revert - Clear file-cache adding/deleting files

3 years agoAfform.get - Fix copy-paste mistake
Tim Otten [Wed, 8 Aug 2018 06:37:44 +0000 (23:37 -0700)]
Afform.get - Fix copy-paste mistake

3 years agoAdd Afform.revert. Fix Afform.create. Add lifecycle test-case.
Tim Otten [Wed, 8 Aug 2018 05:31:00 +0000 (22:31 -0700)]
Add Afform.revert. Fix Afform.create. Add lifecycle test-case.

3 years agoUpdate roadmap.md
Tim Otten [Tue, 31 Jul 2018 00:36:41 +0000 (17:36 -0700)]
Update roadmap.md

3 years agoREADME.md - Change placeholder URLs
Tim Otten [Tue, 31 Jul 2018 00:35:14 +0000 (17:35 -0700)]
README.md - Change placeholder URLs

3 years agoDoc tweaks
Tim Otten [Tue, 31 Jul 2018 00:32:27 +0000 (17:32 -0700)]
Doc tweaks

3 years agoFix typos
Tim Otten [Tue, 31 Jul 2018 00:18:50 +0000 (17:18 -0700)]
Fix typos

3 years agoREADME, docs - Tweak titles
Tim Otten [Tue, 31 Jul 2018 00:16:10 +0000 (17:16 -0700)]
README, docs - Tweak titles

3 years agoroadmap.md - Describe follow-up modules
Tim Otten [Tue, 31 Jul 2018 00:12:56 +0000 (17:12 -0700)]
roadmap.md - Describe follow-up modules

3 years agoSplit README.md into smaller `docs/*.md` files
Tim Otten [Mon, 30 Jul 2018 23:36:52 +0000 (16:36 -0700)]
Split README.md into smaller `docs/*.md` files

3 years agoREADME.md
Tim Otten [Thu, 14 Jun 2018 07:15:37 +0000 (00:15 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Thu, 14 Jun 2018 06:16:53 +0000 (23:16 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Thu, 14 Jun 2018 06:09:04 +0000 (23:09 -0700)]
README.md

3 years agoREADME.md - Rename foobar to helloworld
Tim Otten [Thu, 14 Jun 2018 05:09:41 +0000 (22:09 -0700)]
README.md - Rename foobar to helloworld

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 18:07:34 +0000 (11:07 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 17:57:39 +0000 (10:57 -0700)]
README.md

3 years agoAfformAngularModule.tpl - Tweak docblock
Tim Otten [Wed, 13 Jun 2018 17:52:00 +0000 (10:52 -0700)]
AfformAngularModule.tpl - Tweak docblock

3 years agoRename FormAsDirective.tpl to AfformAngularModule.tpl
Tim Otten [Wed, 13 Jun 2018 17:49:41 +0000 (10:49 -0700)]
Rename FormAsDirective.tpl to AfformAngularModule.tpl

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 06:46:27 +0000 (23:46 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 06:40:50 +0000 (23:40 -0700)]
README.md

3 years agoExpose the `meta` field in the form scope
Tim Otten [Wed, 13 Jun 2018 06:40:26 +0000 (23:40 -0700)]
Expose the `meta` field in the form scope

3 years agoArrayHtml - Avoid warning
Tim Otten [Wed, 13 Jun 2018 06:29:23 +0000 (23:29 -0700)]
ArrayHtml - Avoid warning

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 06:10:28 +0000 (23:10 -0700)]
README.md

3 years agoImport Api3Ctrl
Tim Otten [Wed, 13 Jun 2018 06:10:16 +0000 (23:10 -0700)]
Import Api3Ctrl

3 years agoRemove debug codes
Tim Otten [Wed, 13 Jun 2018 06:00:53 +0000 (23:00 -0700)]
Remove debug codes

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 05:46:55 +0000 (22:46 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 05:45:43 +0000 (22:45 -0700)]
README.md

3 years agoREADME.md
Tim Otten [Wed, 13 Jun 2018 05:44:16 +0000 (22:44 -0700)]
README.md

3 years agoREADME.md - Multiple updates
Tim Otten [Wed, 13 Jun 2018 05:22:19 +0000 (22:22 -0700)]
README.md - Multiple updates

3 years agoImplement standalone page support
Tim Otten [Wed, 13 Jun 2018 05:21:59 +0000 (22:21 -0700)]
Implement standalone page support

3 years agoafformCore - Move default directive logic from *.tpl to *.js
Tim Otten [Wed, 13 Jun 2018 05:21:21 +0000 (22:21 -0700)]
afformCore - Move default directive logic from *.tpl to *.js

3 years agoAfform.create API - More FIXMEs
Tim Otten [Wed, 13 Jun 2018 05:19:21 +0000 (22:19 -0700)]
Afform.create API - More FIXMEs

3 years agoafform.php - Remove debugging code
Tim Otten [Wed, 13 Jun 2018 05:18:35 +0000 (22:18 -0700)]
afform.php - Remove debugging code

3 years ago_afform_angular_module_name - Accept `$format` option
Tim Otten [Wed, 13 Jun 2018 05:18:15 +0000 (22:18 -0700)]
_afform_angular_module_name - Accept `$format` option

3 years agoREADME.md - Fill in some FIXME's
Tim Otten [Wed, 13 Jun 2018 03:44:02 +0000 (20:44 -0700)]
README.md - Fill in some FIXME's

3 years agoGenerate skeletal base-page based on `server_route` values
Tim Otten [Wed, 13 Jun 2018 03:34:31 +0000 (20:34 -0700)]
Generate skeletal base-page based on `server_route` values

3 years agoArrayHtml - Improve comments and warnings
Tim Otten [Wed, 13 Jun 2018 03:32:19 +0000 (20:32 -0700)]
ArrayHtml - Improve comments and warnings

3 years agoAfform.get API - Allow calls without `name`
Tim Otten [Wed, 13 Jun 2018 03:31:54 +0000 (20:31 -0700)]
Afform.get API - Allow calls without `name`

3 years agoAfformScanner - Add getMetas()
Tim Otten [Wed, 13 Jun 2018 03:31:36 +0000 (20:31 -0700)]
AfformScanner - Add getMetas()

3 years agoinfo.xml - Fill in some FIXME's
Tim Otten [Wed, 13 Jun 2018 03:13:53 +0000 (20:13 -0700)]
info.xml - Fill in some FIXME's

3 years agoRename 'route' to 'server_route'
Tim Otten [Wed, 13 Jun 2018 03:11:45 +0000 (20:11 -0700)]
Rename 'route' to 'server_route'

3 years agoProof-of-concept - Autogenerate AngularJS modules+directives for each form
Tim Otten [Wed, 13 Jun 2018 02:25:58 +0000 (19:25 -0700)]
Proof-of-concept - Autogenerate AngularJS modules+directives for each form

3 years agoProof-of-concept - Add afformCore AngularJS module
Tim Otten [Wed, 13 Jun 2018 01:51:54 +0000 (18:51 -0700)]
Proof-of-concept - Add afformCore AngularJS module

3 years agoREADME.md - Example dev tasks
Tim Otten [Wed, 13 Jun 2018 01:48:20 +0000 (18:48 -0700)]
README.md - Example dev tasks

3 years agoProof-of-concept - Afform.create
Tim Otten [Wed, 13 Jun 2018 01:40:18 +0000 (18:40 -0700)]
Proof-of-concept - Afform.create

3 years agoProof-of-concept - Afform.get
Tim Otten [Wed, 13 Jun 2018 01:13:11 +0000 (18:13 -0700)]
Proof-of-concept - Afform.get

3 years agoAdd phpunit skeleton
Tim Otten [Wed, 13 Jun 2018 01:05:26 +0000 (18:05 -0700)]
Add phpunit skeleton

3 years agoProof-of-concept - File scanner
Tim Otten [Wed, 13 Jun 2018 00:47:23 +0000 (17:47 -0700)]
Proof-of-concept - File scanner

3 years agoProof-of-concept - Array<=>Html mapper
Tim Otten [Wed, 13 Jun 2018 00:47:06 +0000 (17:47 -0700)]
Proof-of-concept - Array<=>Html mapper

3 years agoImport skeletal code
Tim Otten [Tue, 12 Jun 2018 21:15:28 +0000 (14:15 -0700)]
Import skeletal code

3 years agoMerge pull request #18403 from seamuslee001/dev_core_1486
Seamus Lee [Wed, 16 Sep 2020 01:50:38 +0000 (11:50 +1000)]
Merge pull request #18403 from seamuslee001/dev_core_1486

dev/core#1486 Remove Foreign Keys from ACL Cache tables and replace o…

3 years agoMerge pull request #18445 from eileenmcnaughton/activity
Seamus Lee [Wed, 16 Sep 2020 00:44:07 +0000 (10:44 +1000)]
Merge pull request #18445 from eileenmcnaughton/activity

[Ref] Code simplification - remove conditional chunk

3 years agoMerge pull request #18476 from eileenmcnaughton/location
Seamus Lee [Wed, 16 Sep 2020 00:27:28 +0000 (10:27 +1000)]
Merge pull request #18476 from eileenmcnaughton/location

[NFC] Remove trailing whitespace

3 years agodev/core#1486 Remove Foreign Keys relating to contacts from ACL Cache tables and...
Seamus Lee [Tue, 8 Sep 2020 01:35:40 +0000 (11:35 +1000)]
dev/core#1486 Remove Foreign Keys relating to contacts from ACL Cache tables and replace one with an index on contact_id

Create index on upgrade

3 years agoMerge pull request #18417 from eileenmcnaughton/pay_more
Seamus Lee [Wed, 16 Sep 2020 00:19:36 +0000 (10:19 +1000)]
Merge pull request #18417 from eileenmcnaughton/pay_more

dev/financial#86 Make 'Record Payment' & 'Record Refund' visible regardless of whether the balance 'requires' one

3 years ago[NFC] Remove trailing whitespace
eileen [Tue, 15 Sep 2020 23:08:24 +0000 (11:08 +1200)]
[NFC] Remove trailing whitespace

3 years agoMerge pull request #18468 from eileenmcnaughton/iso1
Seamus Lee [Tue, 15 Sep 2020 21:24:16 +0000 (07:24 +1000)]
Merge pull request #18468 from eileenmcnaughton/iso1

dev/core#1921 Remove iso convert

3 years agoMerge pull request #18474 from civicrm/5.30
Eileen McNaughton [Tue, 15 Sep 2020 21:12:30 +0000 (09:12 +1200)]
Merge pull request #18474 from civicrm/5.30

5.30

3 years agoMerge pull request #18473 from demeritcowboy/install-pear-db
Seamus Lee [Tue, 15 Sep 2020 21:04:16 +0000 (07:04 +1000)]
Merge pull request #18473 from demeritcowboy/install-pear-db

dev/core#2036 - PEAR::DB is no longer in packages, now autoloaded from vendor