forked from pantheon-systems/drops-7
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to CiviCRM 5.5.3. This release includes a number of bug fixes …
…and improvements, including database changes. Read more about the changes: https://civicrm.org/blog/dev-team/announcing-civicrm-55-release and https://civicrm.org/blog/dev-team/announcing-civicrm-54-release. Make sure you backup using Pantheon's database backup tool first. Then either go to http://<your_drupal_home>/civicrm/upgrade?reset=1 or use terminus drush site.env civicrm-upgrade-db. Fully test on a dev environment before upgrading on live. Don't merge this code yet if you've got other updates which are urgent. If you have questions contact http://civicrmstarterkit.org/contact. We provide some basic general support for the public. If you require help with your specific website there will likely be a cost.
- Loading branch information
Showing
47 changed files
with
330 additions
and
173 deletions.
There are no files selected for viewing
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
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
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
1 change: 1 addition & 0 deletions
1
profiles/civicrm_starterkit/modules/civicrm/CRM/Upgrade/Incremental/sql/5.5.2.mysql.tpl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{* file to handle db changes in 5.5.2 during upgrade *} |
7 changes: 7 additions & 0 deletions
7
profiles/civicrm_starterkit/modules/civicrm/CRM/Upgrade/Incremental/sql/5.5.3.mysql.tpl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#fix typo when setting default in https://github.com/civicrm/civicrm-core/pull/12410 | ||
ALTER TABLE civicrm_option_group MODIFY COLUMN is_locked TINYINT(4) NOT NULL DEFAULT 0 COMMENT 'A lock to remove the ability to add new options via the UI.'; | ||
|
||
UPDATE civicrm_option_group | ||
SET is_locked = 0 | ||
WHERE name REGEXP '.*_2018[0-9]+$' | ||
AND id IN (SELECT DISTINCT option_group_id FROM civicrm_custom_field); |
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
2 changes: 1 addition & 1 deletion
2
profiles/civicrm_starterkit/modules/civicrm/bower_components/jstree/bower.json
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
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
10 changes: 5 additions & 5 deletions
10
profiles/civicrm_starterkit/modules/civicrm/bower_components/jstree/dist/jstree.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(98%)
...erkit/modules/civicrm/bower_components/jstree/dist/themes/default-dark/32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+809 Bytes
(110%)
...erkit/modules/civicrm/bower_components/jstree/dist/themes/default-dark/40px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion
2
...starterkit/modules/civicrm/bower_components/jstree/dist/themes/default-dark/style.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(85%)
...t/modules/civicrm/bower_components/jstree/dist/themes/default-dark/throbber.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.49 KB
(180%)
...starterkit/modules/civicrm/bower_components/jstree/dist/themes/default/32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+338 Bytes
(120%)
...starterkit/modules/civicrm/bower_components/jstree/dist/themes/default/40px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion
2
...icrm_starterkit/modules/civicrm/bower_components/jstree/dist/themes/default/style.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(85%)
...terkit/modules/civicrm/bower_components/jstree/dist/themes/default/throbber.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.