- 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
-
- 17 Jul, 2018 1 commit
-
-
Pradeep Nayak 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
-
- 29 Mar, 2017 1 commit
-
-
Pradeep Nayak authored
CRM-19715 (IIDA-96), removed opening_balance and current_period_opening_balance field from civicrm_financial_account table and code ---------------------------------------- * CRM-19715: https://issues.civicrm.org/jira/browse/CRM-19715 CRM-19715, added DAO changes ---------------------------------------- * CRM-19715: Remove Close Accounting Period code https://issues.civicrm.org/jira/browse/CRM-19715 CRM-19715, removed upgrade code to drop fields from civicrm_financial_account table ---------------------------------------- * CRM-19715: Remove Close Accounting Period code https://issues.civicrm.org/jira/browse/CRM-19715
-
- 02 Jan, 2017 1 commit
-
-
yashodha authored
-
- 02 Nov, 2016 1 commit
-
-
Pradeep Nayak authored
---------------------------------------- * CRM-19587: DB Error when trying to delete FInancial Account https://issues.civicrm.org/jira/browse/CRM-19587
-
- 06 Jul, 2016 1 commit
-
-
Pradeep Nayak authored
* CRM-16189, added form fields on financial account form ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 * CRM-16189, updated code to change class and other changes ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 * CRM-16189, fixed jenkins error ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 * --CRM-16189, updated JS
-
- 21 Mar, 2016 1 commit
-
-
yashodha authored
-
- 02 Nov, 2015 1 commit
-
-
Mattias Michaux authored
Fixed CRM_Core_PseudoConstant::accountOptionValues hardcoded values, breaking multilingual installs.
-
- 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 1 commit
-
-
totten authored
-
- 15 Jan, 2015 1 commit
-
-
totten authored
-
- 12 Jan, 2015 1 commit
-
-
colemanw authored
-
- 11 Jan, 2015 1 commit
-
-
colemanw authored
-
- 10 Jan, 2015 1 commit
-
-
totten authored
-
- 09 Jan, 2015 3 commits
- 07 Jan, 2015 1 commit
-
-
totten authored
-
- 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
-
- 28 Oct, 2014 1 commit
-
-
Eileen McNaughton authored
-
- 20 Aug, 2014 1 commit
-
-
colemanw authored
-
- 19 Aug, 2014 1 commit
-
-
colemanw authored
Transfer responsibility for page title from tpl to php. Add setPageTitle helper method to CRM_Core_Form. And a bit of misc form/tpl cleanup
-
- 22 May, 2014 1 commit
-
-
Rohan Katkar authored
VAT-86-94-224 Added validation when 'Is Tax?' is checked. Checked for financial account to have 'Is Tax?' enabled. Add validation on edit for 'Is Tax?'.
-
- 09 May, 2014 1 commit
-
-
Eileen McNaughton authored
-
- 28 Mar, 2014 1 commit
-
-
Kurund Jalmi authored
-
- 25 Feb, 2014 1 commit
-
-
colemanw authored
-
- 06 Jan, 2014 1 commit
-
-
colemanw authored
-
- 12 Dec, 2013 1 commit
-
-
colemanw authored
-