CRM-20600 - Move Angular metadata to civix-style files
authorTim Otten <totten@civicrm.org>
Fri, 19 May 2017 03:39:11 +0000 (20:39 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 17 Jun 2017 02:03:47 +0000 (19:03 -0700)
commit8456e727dd876adbb9013c88c0a2e46bfaf5dc2a
treebbe4a85ad5c49123ef841f7b7a34903845d382ea
parentaad66c60223c80610c29a77ffe437a792a2123db
CRM-20600 - Move Angular metadata to civix-style files

This PR moves the metadata about Angular modules out of Civi\Angular\Manager
and into standalone files (`ang/*.ang.php`).  This uses the same structure
as `civix`.  Also, this makes it easier to navigate between the
JS/HTML/CSS/PHP content.

To test that these changes were safe, I ran the following command before and
after this commit:

$ cv ev 'var_dump(Civi::service("angular")->getModules());'

The results were substantively identical.
23 files changed:
CRM/Case/Info.php
CRM/Mailing/Info.php
Civi/Angular/Manager.php
ang/angularFileUpload.ang.php [new file with mode: 0644]
ang/crmApp.ang.php [new file with mode: 0644]
ang/crmAttachment.ang.php [new file with mode: 0644]
ang/crmAutosave.ang.php [new file with mode: 0644]
ang/crmCaseType.ang.php [new file with mode: 0644]
ang/crmCxn.ang.php [new file with mode: 0644]
ang/crmD3.ang.php [new file with mode: 0644]
ang/crmExample.ang.php [new file with mode: 0644]
ang/crmMailing.ang.php [new file with mode: 0644]
ang/crmMailingAB.ang.php [new file with mode: 0644]
ang/crmResource.ang.php [new file with mode: 0644]
ang/crmStatusPage.ang.php [new file with mode: 0644]
ang/crmUi.ang.php [new file with mode: 0644]
ang/crmUtil.ang.php [new file with mode: 0644]
ang/dialogService.ang.php [new file with mode: 0644]
ang/ngRoute.ang.php [new file with mode: 0644]
ang/ngSanitize.ang.php [new file with mode: 0644]
ang/ui.sortable.ang.php [new file with mode: 0644]
ang/ui.utils.ang.php [new file with mode: 0644]
ang/unsavedChanges.ang.php [new file with mode: 0644]