- 08 Apr, 2019 4 commits
- 07 Apr, 2019 18 commits
-
-
Seamus Lee authored
(NFC) Update CRM/Member CRM/Note CRM/Logging CRM/Import and CRM/Price…
-
Seamus Lee authored
#855 Fix guzzle noisiness
-
Seamus Lee authored
(NFC) Update CRM/Activity CRM/Admin and CRM/Batch folders to be the f…
-
Seamus Lee authored
(NFC) Update CRM/Member CRM/Note CRM/Logging CRM/Import and CRM/Price folders to be a future coder standard
-
eileen authored
There is no reason to echo the failure here
-
Seamus Lee authored
-
eileen authored
(NFC) Update coding style in PCP, Pledge, Profile, Queue, Report folders
-
eileen authored
(NFC) Update CRM/SMS/ CRM/UF/ CRM/Upgrade/ CRM/Tag/ to be up to speed…
-
eileen authored
(NFC) Bring CRM/Utils folder up to future coder standards
-
eileen authored
(NFC) Set _log and _tableName variables to be public
-
Seamus Lee authored
-
Seamus Lee authored
-
Seamus Lee authored
Update Unit test styling to cover the future coder version
-
totten authored
-
Seamus Lee authored
-
Seamus Lee authored
-
Seamus Lee authored
-
Seamus Lee authored
(NFC) Fix location of comment to match future coder version
-
- 06 Apr, 2019 9 commits
-
-
Seamus Lee authored
-
eileen authored
(NFC) Bring up API folder to style of future coder checker
-
totten authored
Encourage developers to use .then instead of .done
-
colemanw authored
(NFC) Upgrade Civi Folder to the new coder version
-
Seamus Lee authored
-
colemanw authored
jQuery promises have both methods which (if only passing one argument) are interchangeable. But native js promises do not have a .done method, so let's start getting our code more future-proof.
-
Seamus Lee authored
-
Seamus Lee authored
(NFC) Update various files to pass future civicrm/coder ruleset
-
totten authored
(NFC) Update various files to pass current phpcs
-
- 05 Apr, 2019 9 commits
-
-
totten authored
Method: * Checkout latest merged branch of civicrm/coder (`8.x-2.x-civi`) * Run this command to autoclean a batch of 100 files `PG=2 SIZE=100 ; find Civi/ CRM/ api/ bin/ extern/ tests/ -name '*.php' | grep -v /examples/ | grep -v /DAO/ | sort | head -n $(( $PG * $SIZE )) | tail -n $SIZE | xargs phpcbf-civi` * Go through the diff. For anything that looks wonky, open in an editor and find a better solution. Note: The automated checker makes good points about awkward indentation, but the automated cleanup often makes it worse. So that's why I have to open it up.
-
totten authored
[NFC] Reformat tricksy file CRM_Mailing_BAO_Mailing
-
totten authored
Method: * Checkout latest merged branch of civicrm/coder (`8.x-2.x-civi`) * Run this command to autoclean a batch of 100 files `PG=1 SIZE=100 ; find Civi/ CRM/ api/ bin/ extern/ tests/ -name '*.php' | grep -v /examples/ | grep -v /DAO/ | sort | head -n $(( $PG * $SIZE )) | tail -n $SIZE | xargs phpcbf-civi` * Go through the diff. For anything that looks wonky, open in an editor and find a better solution Note: The automated checker makes good points about awkward indentation, but the automated cleanup often makes it worse. So that's why I have to open it up.
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-