civicrm-core.git
5 years agoFurther phpcs mandated fixes
eileen [Sat, 25 May 2019 23:38:21 +0000 (11:38 +1200)]
Further phpcs mandated fixes

I removed the poorly formatted comment as it seemed out of date anyway

5 years ago[NFC] phpdoc cleanup
eileen [Sat, 25 May 2019 23:32:10 +0000 (11:32 +1200)]
[NFC] phpdoc cleanup

Fixes style elements that stricter phpcs picks up

5 years agoMerge pull request #14328 from eileenmcnaughton/dbunit
Seamus Lee [Sat, 25 May 2019 21:12:39 +0000 (07:12 +1000)]
Merge pull request #14328 from eileenmcnaughton/dbunit

 [dbunit test] remove dbunit dependency

5 years agoMerge pull request #14292 from eileenmcnaughton/cachedtree
Matthew Wire [Sat, 25 May 2019 16:14:47 +0000 (17:14 +0100)]
Merge pull request #14292 from eileenmcnaughton/cachedtree

 Reduce cache bypasses - do not bypass custom metadata cache in setGroupTree

5 years agoMerge pull request #14316 from eileenmcnaughton/membershipRenewal
Matthew Wire [Sat, 25 May 2019 16:11:46 +0000 (17:11 +0100)]
Merge pull request #14316 from eileenmcnaughton/membershipRenewal

Fix test / possible live error on submitting credit card renewals

5 years agoMerge pull request #14324 from eileenmcnaughton/dedupe_cleanup2
Matthew Wire [Sat, 25 May 2019 16:09:17 +0000 (17:09 +0100)]
Merge pull request #14324 from eileenmcnaughton/dedupe_cleanup2

[REF] Extract function to get cached duplicate matches

5 years agoMerge pull request #14318 from eileenmcnaughton/reorg
Matthew Wire [Sat, 25 May 2019 16:07:59 +0000 (17:07 +0100)]
Merge pull request #14318 from eileenmcnaughton/reorg

[REF] minor code re-org

5 years agoMerge pull request #14323 from eileenmcnaughton/dao
Matthew Wire [Sat, 25 May 2019 16:05:27 +0000 (17:05 +0100)]
Merge pull request #14323 from eileenmcnaughton/dao

[NFC] Docblock fixes

5 years agoMerge pull request #14329 from eileenmcnaughton/smtp
Matthew Wire [Sat, 25 May 2019 16:03:41 +0000 (17:03 +0100)]
Merge pull request #14329 from eileenmcnaughton/smtp

dev/core#879 SMTP help text is misleading - references the wrong admin screen

5 years agoMerge pull request #13997 from eileenmcnaughton/recur_entity
Matthew Wire [Sat, 25 May 2019 16:02:00 +0000 (17:02 +0100)]
Merge pull request #13997 from eileenmcnaughton/recur_entity

dev/core#830 Expose cancel_reason field by cleaning up the cancel template to use entity field template

5 years ago[dbunit test] remove dbunit dependency
eileen [Sat, 25 May 2019 05:59:02 +0000 (17:59 +1200)]
[dbunit test] remove dbunit dependency

5 years agoMerge pull request #14321 from eileenmcnaughton/test_dbunit
Seamus Lee [Sat, 25 May 2019 08:37:46 +0000 (18:37 +1000)]
Merge pull request #14321 from eileenmcnaughton/test_dbunit

dev/core#980 [dbunit] remove dependency on discontinued dbunit

5 years agodev/core#879 SMTP help text is misleading - references the wrong admin screen
eileen [Sat, 25 May 2019 06:34:10 +0000 (18:34 +1200)]
dev/core#879 SMTP help text is misleading - references the wrong admin screen

5 years agoMerge pull request #14087 from seamuslee001/npm_version_update
Eileen McNaughton [Sat, 25 May 2019 06:13:44 +0000 (18:13 +1200)]
Merge pull request #14087 from seamuslee001/npm_version_update

(NFC) Update node package versions to latest ones

5 years agoMerge pull request #14082 from pradpnayak/caseReport
Eileen McNaughton [Sat, 25 May 2019 06:05:49 +0000 (18:05 +1200)]
Merge pull request #14082 from pradpnayak/caseReport

dev/core/issues/743, Donot join relationship table when not required

5 years ago[dbunit] remove dependency on discontinued dbunit
eileen [Fri, 24 May 2019 21:27:18 +0000 (09:27 +1200)]
[dbunit] remove dependency on discontinued dbunit

5 years agoMerge pull request #14327 from seamuslee001/fix_warning_job_manager_test
Eileen McNaughton [Sat, 25 May 2019 05:16:01 +0000 (17:16 +1200)]
Merge pull request #14327 from seamuslee001/fix_warning_job_manager_test

[NFC] Fix issue with Job Manager Test giving out a warning

5 years ago[NFC] Fix issue with Job Manager Test giving out a warning
Seamus Lee [Sat, 25 May 2019 01:39:43 +0000 (11:39 +1000)]
[NFC] Fix issue with Job Manager Test giving out a warning

5 years agoMerge pull request #14326 from civicrm/5.14
Seamus Lee [Fri, 24 May 2019 23:45:38 +0000 (09:45 +1000)]
Merge pull request #14326 from civicrm/5.14

5.14

5 years agoMerge pull request #14322 from AlainBenbassat/5.14
Seamus Lee [Fri, 24 May 2019 23:44:35 +0000 (09:44 +1000)]
Merge pull request #14322 from AlainBenbassat/5.14

fixes issue #981: sort participants did not remember search criteria

5 years ago[REF] Extract function to get cached duplicate matches
eileen [Wed, 22 May 2019 04:52:46 +0000 (16:52 +1200)]
[REF] Extract function to get cached duplicate matches

5 years agoDocblock fixes
eileen [Thu, 23 May 2019 01:01:59 +0000 (13:01 +1200)]
Docblock fixes

These are the drupal coder standard but with less rules commented out. Note the null vs NULL
is coming from there.

I think we can now merge https://github.com/civicrm/coder/pull/7 without undue pain on submitters.

5 years agofixes issue #981: sort participants did not remember search criteria
Alain Benbassat [Fri, 24 May 2019 21:37:58 +0000 (23:37 +0200)]
fixes issue #981: sort participants did not remember search criteria

5 years agoMerge pull request #14310 from eileenmcnaughton/dedupe_custom_tests
Seamus Lee [Fri, 24 May 2019 21:26:12 +0000 (07:26 +1000)]
Merge pull request #14310 from eileenmcnaughton/dedupe_custom_tests

Add unit test for merge handling on custom data.

5 years agoMerge pull request #14314 from eileenmcnaughton/coder
Seamus Lee [Fri, 24 May 2019 21:24:50 +0000 (07:24 +1000)]
Merge pull request #14314 from eileenmcnaughton/coder

[NFC] Fix comment block for variable declarations

5 years agoMerge pull request #14319 from eileenmcnaughton/xml_dbunit
Seamus Lee [Fri, 24 May 2019 21:22:15 +0000 (07:22 +1000)]
Merge pull request #14319 from eileenmcnaughton/xml_dbunit

[dbunit] remove dependencies on discontinued dbunit test package

5 years ago[dbunit] remove dependencies on discontinued dbunit test package
eileen [Fri, 24 May 2019 02:13:34 +0000 (14:13 +1200)]
[dbunit] remove dependencies on discontinued dbunit test package

5 years agoMerge pull request #14315 from eileenmcnaughton/dbunit_xml
Seamus Lee [Fri, 24 May 2019 02:03:37 +0000 (12:03 +1000)]
Merge pull request #14315 from eileenmcnaughton/dbunit_xml

[dbunit] remove dbunit dependency from MembershipRenewalTest

5 years agoNFC - Changed release notes info about Jira to GitLab (#14265)
cmtool [Fri, 24 May 2019 02:01:26 +0000 (22:01 -0400)]
NFC  - Changed release notes info about Jira to GitLab (#14265)

* Changed info about Jira to GitLab

I'd love some feedback on exactly which release these issues dropped Jira/started using GitLab, as I don't know that information.

* Re-add Jira

* Re-include reference 4.7.14

* Re-include Jira issues, but below GitLab as Jira is currently deprecated

* Remove info about date of Jira depreciation

* Remove info about date of Jira depreciation

* Remove info about date of Jira depreciation

* Remove extra empty line

* Switched order of GitLab and Jira

5 years ago[REF] minor code re-org
eileen [Fri, 24 May 2019 01:57:09 +0000 (13:57 +1200)]
[REF] minor code re-org

This simply moves the blocks that are wrapped in if ( == 'changedStatus') into
one block & puts them directly after the block which handles early returns for (some)
status changes

5 years agoMerge pull request #14249 from yashodha/959_dev
Eileen McNaughton [Fri, 24 May 2019 01:22:52 +0000 (13:22 +1200)]
Merge pull request #14249 from yashodha/959_dev

(dev/core#959) Expose contribution page in Contribution Summary report

5 years agoFix test / possible live error on submitting credit card renewals
eileen [Fri, 24 May 2019 00:28:00 +0000 (12:28 +1200)]
Fix test / possible live error on submitting credit card renewals

5 years agoMerge pull request #14269 from eileenmcnaughton/refund_up
Seamus Lee [Fri, 24 May 2019 00:18:58 +0000 (10:18 +1000)]
Merge pull request #14269 from eileenmcnaughton/refund_up

[REF] Cleanup input & output on paymentActivityCreate & improve test

5 years ago[dbunit] remove dbunit dependency from MembershipRenewalTest
eileen [Fri, 24 May 2019 00:00:25 +0000 (12:00 +1200)]
[dbunit] remove dbunit dependency from MembershipRenewalTest

5 years agoMerge pull request #14272 from artfulrobot/artfulrobot-gitlab-issue-973
Eileen McNaughton [Thu, 23 May 2019 23:50:48 +0000 (11:50 +1200)]
Merge pull request #14272 from artfulrobot/artfulrobot-gitlab-issue-973

Fix legacy IPN endpoint for Drupal (gitlab issue 973)

5 years agoFix comment block for variable declarations
eileen [Thu, 23 May 2019 23:28:10 +0000 (11:28 +1200)]
Fix comment block for variable declarations

Per https://github.com/civicrm/coder/pull/7

5 years agoMerge pull request #14279 from eileenmcnaughton/db_test2
Seamus Lee [Thu, 23 May 2019 23:14:26 +0000 (09:14 +1000)]
Merge pull request #14279 from eileenmcnaughton/db_test2

dev/core#980 [test-dbunit]  Cleanup profile test to not use discontinuted dbunit

5 years agoMerge pull request #14302 from mlutfy/drupal19
Eileen McNaughton [Thu, 23 May 2019 23:12:16 +0000 (11:12 +1200)]
Merge pull request #14302 from mlutfy/drupal19

dev/drupal#19 Drupal8: fix bootstrap when used by the REST API

5 years agoMerge pull request #14313 from AlainBenbassat/issue-981
Eileen McNaughton [Thu, 23 May 2019 23:09:17 +0000 (11:09 +1200)]
Merge pull request #14313 from AlainBenbassat/issue-981

dev/core#981 Sorting participants ignored search values.

5 years agoMerge pull request #14309 from pradpnayak/FinancialItem
Eileen McNaughton [Thu, 23 May 2019 23:00:59 +0000 (11:00 +1200)]
Merge pull request #14309 from pradpnayak/FinancialItem

dev/financial#56 Fix inappropriate sales tax row addition

5 years agoMerge pull request #14312 from spalmstr/Joomla_11
Eileen McNaughton [Thu, 23 May 2019 22:57:16 +0000 (10:57 +1200)]
Merge pull request #14312 from spalmstr/Joomla_11

dev/joomla#11 Fix php warning when viewing profiles

5 years agoReduce cache bypasses
eileen [Wed, 22 May 2019 01:12:53 +0000 (13:12 +1200)]
Reduce cache bypasses

We have been running this patch in production for some months. When you load up a contribution edit page
(for example) the custom data metadata is loaded without hitting the cache. This means that
unnecessary queries are done. The only reason to bypass the cache would be that it is stale
or parameter dependent. However, the staleness is/ should be dealt with when editing custom
fields & if it is not then there will be other impacts. The entity id is NOT passed into the part of
the code that goes into the cached value

5 years agoAdd unit test for merge handling on custom data.
eileen [Thu, 23 May 2019 12:11:38 +0000 (00:11 +1200)]
Add unit test for merge handling on custom data.

This also moves the start & stop of the transaction to being further out so a hard fail
later doesn't leave a half-merged state

5 years agoMerge pull request #14307 from seamuslee001/dao_style
Seamus Lee [Thu, 23 May 2019 21:30:51 +0000 (07:30 +1000)]
Merge pull request #14307 from seamuslee001/dao_style

NFC Fix DAO Style issues

5 years agocorrects test on empty formvalues in postProcess
Alain Benbassat [Thu, 23 May 2019 20:55:53 +0000 (22:55 +0200)]
corrects test on empty formvalues in postProcess

5 years agoMerge pull request #2 from civicrm/master
AlainBenbassat [Thu, 23 May 2019 20:52:38 +0000 (22:52 +0200)]
Merge pull request #2 from civicrm/master

getting newest code

5 years agoMerge pull request #14308 from eileenmcnaughton/uffield
Seamus Lee [Thu, 23 May 2019 20:14:58 +0000 (06:14 +1000)]
Merge pull request #14308 from eileenmcnaughton/uffield

[NFC] reformat UFFieldTest

5 years agoMerge pull request #14311 from colemanw/public
Eileen McNaughton [Thu, 23 May 2019 20:03:41 +0000 (08:03 +1200)]
Merge pull request #14311 from colemanw/public

Make apiRequst nextId accessible for api4 constructor

5 years agoMerge pull request #14211 from colemanw/routeBinder
colemanw [Thu, 23 May 2019 19:36:41 +0000 (15:36 -0400)]
Merge pull request #14211 from colemanw/routeBinder

crmRouteBinder - Remove params from url if they equal their defaults

5 years agoJoomla_11 Patch CRM/Contact/BAO/Contact/Utils.php
spalmstr [Thu, 23 May 2019 15:56:35 +0000 (16:56 +0100)]
Joomla_11 Patch CRM/Contact/BAO/Contact/Utils.php

5 years agoMake apiRequst nextId accessible for api4 constructor
Coleman Watts [Thu, 23 May 2019 12:52:22 +0000 (08:52 -0400)]
Make apiRequst nextId accessible for api4 constructor

5 years agoMerge pull request #14303 from eileenmcnaughton/extract_cache
Matthew Wire [Thu, 23 May 2019 09:44:15 +0000 (10:44 +0100)]
Merge pull request #14303 from eileenmcnaughton/extract_cache

[REF] extract buildGroupTree function

5 years agoMerge pull request #14301 from eileenmcnaughton/reltest
Matthew Wire [Thu, 23 May 2019 09:37:14 +0000 (10:37 +0100)]
Merge pull request #14301 from eileenmcnaughton/reltest

[REF] Test class cleanup - Extract function to create nuanced custom fields to a trait

5 years agoAdded unit test
Pradeep Nayak [Wed, 22 May 2019 23:53:33 +0000 (00:53 +0100)]
Added unit test

removed space

5 years agoMerge pull request #14102 from jitendrapurohit/core-888
Eileen McNaughton [Thu, 23 May 2019 07:37:31 +0000 (19:37 +1200)]
Merge pull request #14102 from jitendrapurohit/core-888

dev/core#888 - Backoffice participant transfer form does not populate…

5 years agoNFC Fix DAO Style issues
Seamus Lee [Thu, 23 May 2019 01:47:43 +0000 (11:47 +1000)]
NFC Fix DAO Style issues

Remove excess whitespace with Coleman's regex replace

Remove unneeded whitespace

5 years agoMerge pull request #14306 from eileenmcnaughton/doc_block
Eileen McNaughton [Thu, 23 May 2019 03:18:24 +0000 (15:18 +1200)]
Merge pull request #14306 from eileenmcnaughton/doc_block

[NFC] fix comment blocks capitalising null

5 years agoMerge pull request #14305 from eileenmcnaughton/bool
Eileen McNaughton [Thu, 23 May 2019 02:29:59 +0000 (14:29 +1200)]
Merge pull request #14305 from eileenmcnaughton/bool

[NFC] fix more places where var is declared as boolean rather than bool

5 years ago[NFC] reformat UFFieldTest
eileen [Tue, 21 May 2019 19:43:00 +0000 (07:43 +1200)]
[NFC] reformat UFFieldTest

5 years ago[REF] extract buildGroupTree function
eileen [Wed, 22 May 2019 01:20:21 +0000 (13:20 +1200)]
[REF] extract buildGroupTree function

I did this mainly to surface the fact that the variables involved are factored into the cachekey

5 years agoCleanup profile test to not use discontinuted dbunit
eileen [Mon, 20 May 2019 21:37:02 +0000 (09:37 +1200)]
Cleanup profile test to not use discontinuted dbunit

5 years ago[NFC] fix comment blocks capitalising null
eileen [Thu, 23 May 2019 01:14:38 +0000 (13:14 +1200)]
[NFC] fix comment blocks capitalising null

From running the drupal code sniffer with type checking enabled it turns out the capitalisation of NULL
does not extend to docblocks.

See https://github.com/civicrm/coder/pull/7

5 years ago[NFC] fix more places where var is declared as boolean rather than bool
eileen [Thu, 23 May 2019 00:22:49 +0000 (12:22 +1200)]
[NFC] fix more places where var is declared as boolean rather than bool

See https://github.com/civicrm/coder/pull/7

5 years agoMerge pull request #14304 from eileenmcnaughton/dao
Eileen McNaughton [Thu, 23 May 2019 01:01:06 +0000 (13:01 +1200)]
Merge pull request #14304 from eileenmcnaughton/dao

[NFC] formatting & comment fixes - Regenerate DAO files

5 years agoMerge pull request #14282 from eileenmcnaughton/profiletest
colemanw [Thu, 23 May 2019 00:12:57 +0000 (20:12 -0400)]
Merge pull request #14282 from eileenmcnaughton/profiletest

[NFC] ProfileTest class - formatting & general cleanup

5 years agoRegenerate DAO files
eileen [Thu, 23 May 2019 00:12:04 +0000 (12:12 +1200)]
Regenerate DAO files

5 years agoMerge pull request #14295 from eileenmcnaughton/dao_2
colemanw [Thu, 23 May 2019 00:10:09 +0000 (20:10 -0400)]
Merge pull request #14295 from eileenmcnaughton/dao_2

[NFC] Add trailing comma to pseudoconstant array in DAOs

5 years agoMerge pull request #14300 from colemanw/Fix
colemanw [Thu, 23 May 2019 00:06:22 +0000 (20:06 -0400)]
Merge pull request #14300 from colemanw/Fix

[REF] Fix pointless use of CRM_Utils_Array::value in Campaign BAO

5 years agoMerge pull request #14294 from eileenmcnaughton/stds
colemanw [Thu, 23 May 2019 00:06:06 +0000 (20:06 -0400)]
Merge pull request #14294 from eileenmcnaughton/stds

[NFC] Fix variable types in DAO doc blocks

5 years agoMerge pull request #14296 from eileenmcnaughton/bool
colemanw [Thu, 23 May 2019 00:03:55 +0000 (20:03 -0400)]
Merge pull request #14296 from eileenmcnaughton/bool

[NFC] fix docblock types from boolean to bool

5 years agoMerge pull request #14297 from eileenmcnaughton/dedupe_cleanup
colemanw [Thu, 23 May 2019 00:01:41 +0000 (20:01 -0400)]
Merge pull request #14297 from eileenmcnaughton/dedupe_cleanup

[code-cleanup] remove orderBy param from getDuplicatePairs, it is not used

5 years agodev/drupal#19 Drupal8: fix bootstrap when used by the REST API
Mathieu Lutfy [Wed, 22 May 2019 23:59:28 +0000 (19:59 -0400)]
dev/drupal#19 Drupal8: fix bootstrap when used by the REST API

5 years agodev/financial/issues/56, Fixed Financial item entries
Pradeep Nayak [Wed, 22 May 2019 23:52:47 +0000 (00:52 +0100)]
dev/financial/issues/56, Fixed Financial item entries

5 years agoExtract function to create nuanced custom fields to a trait
eileen [Wed, 22 May 2019 23:53:10 +0000 (11:53 +1200)]
Extract function to create nuanced custom fields to a trait

I want to write a test involving set up of multiple custom fields - this seems like the most
useful function for that, so moving to a trait for re-use

5 years agoFix pointless use of CRM_Utils_Array::value in Campaign BAO
Coleman Watts [Wed, 22 May 2019 22:40:42 +0000 (18:40 -0400)]
Fix pointless use of CRM_Utils_Array::value in Campaign BAO

5 years agoMerge pull request #14283 from eileenmcnaughton/db_test3
colemanw [Wed, 22 May 2019 21:47:09 +0000 (17:47 -0400)]
Merge pull request #14283 from eileenmcnaughton/db_test3

dev/core#980 [dbunit] QueryTest Remove dbunit dependency on discontinued dbunit

5 years agoMerge pull request #14291 from eileenmcnaughton/refund_ev
colemanw [Wed, 22 May 2019 14:25:42 +0000 (10:25 -0400)]
Merge pull request #14291 from eileenmcnaughton/refund_ev

[NFC] array formatting, some comments

5 years agoMerge pull request #14288 from MegaphoneJon/access-page-simplify
Mathieu Lu [Wed, 22 May 2019 13:17:13 +0000 (09:17 -0400)]
Merge pull request #14288 from MegaphoneJon/access-page-simplify

[REF] Simplify ACL page template

5 years agoMerge pull request #14267 from eileenmcnaughton/setting_fin
Monish Deb [Wed, 22 May 2019 12:56:40 +0000 (18:26 +0530)]
Merge pull request #14267 from eileenmcnaughton/setting_fin

dev/financial#54 Fix mishandling of deferred revenue settings

5 years agoMerge pull request #14289 from eileenmcnaughton/event_dep
Eileen McNaughton [Wed, 22 May 2019 09:01:31 +0000 (21:01 +1200)]
Merge pull request #14289 from eileenmcnaughton/event_dep

Fix deprecation notice on manage events page

5 years ago[code-cleanup] remove orderBy param from getDuplicatePairs, it is not used
eileen [Wed, 22 May 2019 04:38:56 +0000 (16:38 +1200)]
[code-cleanup] remove orderBy param from getDuplicatePairs, it is not used

5 years ago[NFC] fix docblock types from boolean to bool
eileen [Wed, 22 May 2019 03:22:19 +0000 (15:22 +1200)]
[NFC] fix docblock types from boolean to bool

This is the correct type name we should be using

5 years agoAdd trailing comma to pseudoconstant array in DAOs
eileen [Wed, 22 May 2019 03:10:36 +0000 (15:10 +1200)]
Add trailing comma to pseudoconstant array in DAOs

Code change only includes sample - full regenerate will follow after merge

5 years agoFix variable types in DAO doc blocks
eileen [Wed, 22 May 2019 02:58:34 +0000 (14:58 +1200)]
Fix variable types in DAO doc blocks

Phpcs (stricter) reports

  79 | ERROR   | [x] Expected "intunsigned" but found "int unsigned" for @var tag in member variable comment
 156 | ERROR   | [x] Expected "bool" but found "boolean" for @var tag in member variable comment

We are declaring int unsigned instead of int & boolean instead of bool

Note this commit only contains sample of resulting change - will add more complete set after

5 years ago[NFC] ProfileTest class - formatting & general cleanup
eileen [Tue, 21 May 2019 21:11:20 +0000 (09:11 +1200)]
[NFC] ProfileTest class - formatting & general cleanup

5 years ago[NFC] array formatting, some comments
eileen [Tue, 21 May 2019 23:56:49 +0000 (11:56 +1200)]
[NFC] array formatting, some comments

5 years agoMerge pull request #14285 from civicrm/5.14
Eileen McNaughton [Tue, 21 May 2019 23:38:13 +0000 (11:38 +1200)]
Merge pull request #14285 from civicrm/5.14

5.14 to master

5 years agoFix deprecation notice on manage events page
eileen [Tue, 21 May 2019 22:36:43 +0000 (10:36 +1200)]
Fix deprecation notice on manage events page

5 years ago[REF] Simplify ACL page template
Jon Goldberg [Tue, 21 May 2019 21:59:36 +0000 (17:59 -0400)]
[REF] Simplify ACL page template

5 years agodev/core#980 [dbunit] Remove dbunit dependency on discontinued dbunit
eileen [Tue, 21 May 2019 01:13:02 +0000 (13:13 +1200)]
dev/core#980 [dbunit] Remove dbunit dependency on discontinued dbunit

5 years agoMerge pull request #14277 from seamuslee001/dev_core_976
Seamus Lee [Tue, 21 May 2019 21:18:32 +0000 (07:18 +1000)]
Merge pull request #14277 from seamuslee001/dev_core_976

Remove htmlpurifier from composer and move it back to within IDS to f…

5 years agoMerge pull request #12152 from JMAConsulting/dev_drupal_19
Mathieu Lu [Tue, 21 May 2019 15:59:57 +0000 (11:59 -0400)]
Merge pull request #12152 from JMAConsulting/dev_drupal_19

dev/drupal#19 Drupal8: Implement set UF locale/language (affects mailing tokens)

5 years agoDrupal#38 - allow creating absolute URLs from CLI in D8
Jon Goldberg [Wed, 28 Nov 2018 00:17:11 +0000 (19:17 -0500)]
Drupal#38 - allow creating absolute URLs from CLI in D8

5 years agoadditional fixes
Monish Deb [Wed, 10 Oct 2018 11:55:28 +0000 (17:25 +0530)]
additional fixes

5 years agooverride languageNegotiationURL for Drupal8
deb.monish [Mon, 21 May 2018 09:25:45 +0000 (14:55 +0530)]
override languageNegotiationURL for Drupal8

5 years ago(dev/drupal/19) Drupal8: Implement set UF locale/language (affects mailing tokens)
deb.monish [Wed, 16 May 2018 20:29:41 +0000 (01:59 +0530)]
(dev/drupal/19) Drupal8: Implement set UF locale/language (affects mailing tokens)

5 years agoFix legacy IPN endpoint for Drupal (gitlab issue 973)
Rich Lott [Tue, 21 May 2019 10:23:26 +0000 (11:23 +0100)]
Fix legacy IPN endpoint for Drupal (gitlab issue 973)

5 years agoMerge pull request #14278 from seamuslee001/nfc_langauge_cleanup
Eileen McNaughton [Tue, 21 May 2019 07:37:51 +0000 (19:37 +1200)]
Merge pull request #14278 from seamuslee001/nfc_langauge_cleanup

[NFC] Update Language to be more user friendly when checking logs

5 years agodev/financial#54 add routine to convert contribute settings
eileen [Sun, 19 May 2019 23:32:30 +0000 (11:32 +1200)]
dev/financial#54 add routine to convert contribute settings

5 years agodev/financial#54 check the correct place for deferred_revenut settings
Eileen McNaughton [Sun, 19 May 2019 22:09:59 +0000 (10:09 +1200)]
dev/financial#54 check the correct place for deferred_revenut settings

Currently we have a non-std store for invoicing settings that we are checking, yet the form saves it using our stds.

This updates checks for these settings to actually check the right place