- 10 Apr, 2019 1 commit
-
-
Seamus Lee authored
(NFC) Update CRM/Cxn CRM/Dashlet CRM/Export CRM/Extension and CRM/Financial files to new coder style
-
- 05 Apr, 2019 1 commit
-
-
colemanw authored
-
- 13 Dec, 2018 1 commit
-
-
Seamus Lee authored
-
- 19 Apr, 2018 1 commit
-
-
totten authored
This is a simple administrative update to the headers. It was generated with the command: ``` rgrep '| CiviCRM version 4.7' CRM/ Civi ang api bin extern install/ settings/ templates -l \ | xargs sed -i'' "s/| CiviCRM version 4.7/| CiviCRM version 5 /g" ``` Tthe inclusion of `|` aimed to avoid matching any non-header text (e.g. inline docs that mentioned the version incidentally). But then I did a looser search and for just ``` rgrep 'CiviCRM version 4.7' ```` and manually patched the remainder. Note: I'm not really keen on doing this every month, so I relaxed the header statement -- instead of `CiviCRM version 5.0`, it's just `CiviCRM version 5`.
-
- 23 Feb, 2018 1 commit
-
-
yashodha authored
-
- 28 Dec, 2017 1 commit
-
-
JO0st authored
-
- 12 Sep, 2017 1 commit
-
-
Pradeep Nayak authored
---------------------------------------- * CRM-20614: Donot Download Export file for Financial Batch https://issues.civicrm.org/jira/browse/CRM-20614
-
- 22 Aug, 2017 1 commit
-
-
mattwire authored
Fix PHP Warnings. Replace fatal with statusBounce. Mark appendBreadCrumbs parameter as array instead of string so editors don't give a warning
-
- 16 May, 2017 1 commit
-
-
Pradeep Nayak authored
---------------------------------------- * CRM-20588: Pre and Post hook for Batch https://issues.civicrm.org/jira/browse/CRM-20588
-
- 02 Jan, 2017 1 commit
-
-
yashodha authored
-
- 21 Mar, 2016 1 commit
-
-
yashodha authored
-
- 20 Oct, 2015 1 commit
-
-
saurabhbatra authored
-
- 16 Aug, 2015 1 commit
-
-
Kurund Jalmi authored
-
- 27 Mar, 2015 1 commit
-
-
colemanw authored
-
- 04 Feb, 2015 1 commit
-
-
Eileen McNaughton authored
-
- 20 Jan, 2015 2 commits
- 07 Jan, 2015 3 commits
- 06 Jan, 2015 1 commit
-
-
totten authored
-
- 31 Dec, 2014 2 commits
-
-
totten authored
1. These annotations are useful in PHP4-style code. 2. These annotations are useless in PHP5-style code. Either they're redundant with the code, or they contradict the code. 3. In cases where there are contradictions, I don't think there's anyway for us to generally resolve the contradiction except to say, "The code is right." 4. As a developer reading .php files, I look at the code and *never* look at @access.
-
totten authored
-
- 23 Dec, 2014 1 commit
-
-
yashodha authored
-
- 01 Dec, 2014 1 commit
-
-
colemanw authored
-
- 30 Nov, 2014 1 commit
-
-
colemanw authored
-
- 15 Apr, 2014 1 commit
-
-
Pradeep Nayak authored
---------------------------------------- * CRM-14191: There are 3 options with value=0 in option group "batch_status" https://issues.civicrm.org/jira/browse/CRM-14191
-
- 28 Mar, 2014 1 commit
-
-
kurund authored
-
- 12 Dec, 2013 1 commit
-
-
colemanw authored
-
- 15 Aug, 2013 1 commit
-
-
colemanw authored
-
- 02 Aug, 2013 1 commit
-
-
kurund authored
-
- 30 May, 2013 3 commits
-
-
Allen Shaw authored
```------------------------------------- * CRM-12464: Search improvements in 4.4 http://issues.civicrm.org/jira/browse/CRM-12464 ``` ------------------------------------- * CRM-12464: http://issues.civicrm.org/jira/browse/CRM-12464 * CRM-12464:: http://issues.civicrm.org/jira/browse/CRM-12464:
-
Allen Shaw authored
This reverts commit 56b3d6b7.
-
Allen Shaw authored
---------------------------------------- * CRM-12464: Search improvements in 4.4 http://issues.civicrm.org/jira/browse/CRM-12464
-
- 17 May, 2013 1 commit
-
-
eileen authored
-
- 01 Mar, 2013 1 commit
-
-
totten authored
-