-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-16421 CRM-17633 WIP Changes to support WP in it's own directory #8536
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
kcristiano
commented
Jun 8, 2016
•
edited by civicrm-builder
Loading
edited by civicrm-builder
- CRM-16421: Work to get CiviCRM for WordPress in WordPress' official Repository
- CRM-17633: WordPress in own directory breaks CiviCRM
DEpendency - civicrm/civicrm-wordpress#103 |
CRM-19228: $contributionPageId is not populated in Contribution Receipt email
Fix undefined index notices in merge
---------------------------------------- * CRM-19260: Fatal Error on View Contribution https://issues.civicrm.org/jira/browse/CRM-19260
If the query just below returns an empty set, PHP throws a warning about $customFields being undefined (null), so initialize it properly as an empty array.
Fix array_key_exists() PHP warning in Report Forms
CRM-19154, CRM-18808 - Add E2E tests for web-service end-points. SOAP/REST fixes.
CRM-18981 Add a 'validate' action to CiviCRM API
CRM-18953 - Add events tab to news dashlet
CRM-19260, fixed function name
…on has Membership or participant ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189
---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189
…not handle "non-comma CSV" The default field separator (delimitor) present is config ($config->fieldSeparator | CRM_Core_Config) and this was used without considering the delimitor presented via the screen. This fix addresses this issue.
…icrm#9077) * CRM-19384 - Update developer links and change readme to markdown * Add icon
CRM-19192 - Use Form field separator instead of default for Import.
CRM-19212: Update Export.php
CRM-17663 - Don't limit number of dashlets
CRM-15601, CRM-19027 - Fix regression in MyISAM DB check
The installer uses `README.txt` as a sanity-check to see if the files are in place. The file was renamed in CRM-19384, so this fixes the sanity-check.
CRM-19378 - Fix rendering frozen wysiwyg fields
CRM-18006 Change temporary tables to use InnoDB engine
…ensions (NFC) ignore downloaded extensions in drupal-demo civibuild
test this please |
…k end in order to handle WP in its own directory ---------------------------------------- * CRM-16421: Work to get CiviCRM for WordPress in WordPress' official Repository https://issues.civicrm.org/jira/browse/CRM-16421
---------------------------------------- * CRM-17633: WordPress in own directory breaks CiviCRM https://issues.civicrm.org/jira/browse/CRM-17633
replaced by #9106 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.