Skip to content

Instantly share code, notes, and snippets.

seamus@civicrmdevelopment:~/my-project-2$ composer require civicrm/civicrm-{core,packages,drupal-8}:5.68 -vvv
Running 2.5.5 (2023-03-21 11:50:05) with PHP 8.1.26 on Linux / 5.15.0-91-generic
Reading ./composer.json (/home/seamus/my-project-2/composer.json)
Loading config file /home/seamus/.config/composer/auth.json
Loading config file ./composer.json (/home/seamus/my-project-2/composer.json)
Checked CA file /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a file.
Checked directory /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a directory.
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/home/seamus/my-project-2): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/home/seamus/my-project-2): git describe --exact-match --tags
Running 2.5.5 (2023-03-21 11:50:05) with PHP 8.1.26 on Linux / 5.15.0-91-generic
Loading config file /home/seamus/.config/composer/auth.json
Failed to initialize global composer: Composer could not find the config file: /home/seamus/.config/composer/composer.json
To initialize a project, please create a composer.json file. See https://getcomposer.org/basic-usage
Creating a "drupal/recommended-project" project at "./my-project-2"
Loading config file /home/seamus/.config/composer/auth.json
Checked CA file /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a file.
Checked directory /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a directory.
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/home/seamus): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
diff -ruwN _ORIGINAL_/HTML/QuickForm/Action/Back.php HTML/QuickForm/Action/Back.php
--- _ORIGINAL_/HTML/QuickForm/Action/Back.php 2021-08-25 09:24:31.902785868 +1000
+++ HTML/QuickForm/Action/Back.php 2021-05-23 06:58:15.325915587 +1000
@@ -15,9 +15,9 @@
* @category HTML
* @package HTML_QuickForm_Controller
* @author Alexey Borzov <avb@php.net>
- * @copyright 2003-2009 The PHP Group
+ * @copyright 2003-2007 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
#!/bin/bash
set -e
COMPRESSEDMYSQL=1
#################################################
## Helpers
function fatal() {
echo "Fatal: $@"
exit 1
--- _ORIGINAL_/DB/DataObject.php 2020-01-02 17:57:17.933406472 +1100
+++ DB/DataObject.php 2020-01-02 17:57:17.933406472 +1100
@@ -43,7 +43,7 @@
*
* //Start and initialize...................... - dont forget the &
* $config = parse_ini_file('example.ini',true);
- * $options = &PEAR::getStaticProperty('DB_DataObject','options');
+ * $options = PEAR::getStaticProperty('DB_DataObject','options');
* $options = $config['DB_DataObject'];
*
--- /home/seamus/DB-1.9.3/DB.php 2018-12-06 07:32:46.000000000 +1100
+++ DB.php 2019-12-25 07:28:48.866726270 +1100
@@ -180,8 +180,22 @@
* Tried to insert a null value into a column that doesn't allow nulls
*/
define('DB_ERROR_CONSTRAINT_NOT_NULL',-29);
-/**#@-*/
+/**
+ * Invalid view or no permissions
diff --git a/AUG_CHANGES.md b/AUG_CHANGES.md
new file mode 100644
index 0000000000..de84f2fb2a
--- /dev/null
+++ b/AUG_CHANGES.md
@@ -0,0 +1,16 @@
+This file documents all the changes made on top of core 5.13 by Australian Greens
+
+| Commit# | Commit information and case info | Current Case Info |
+| ---------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
}
diff --git a/AUG_CHANGES.md b/AUG_CHANGES.md
new file mode 100644
index 0000000000..32094977cc
--- /dev/null
+++ b/AUG_CHANGES.md
@@ -0,0 +1,11 @@
+This file documents all the changes made on top of core 5.13 by Australian Greens
+
+Commit# | Commit information and case info | Current Case Info |
+d0d7ad1 | Redmine-9013 Fix issue where `mail_report` cron returns a copy of the html of the report even when not requested | Unlikely to be fixed soon |
===========================[ Identify Files ]===========================
PHP Files:
* CRM/ACL/DAO/ACL.php
* CRM/ACL/Form/WordPress/Permissions.php
* CRM/Activity/ActionMapping.php
* CRM/Activity/BAO/Activity.php
* CRM/Activity/BAO/ActivityContact.php
* CRM/Activity/BAO/ICalendar.php
* CRM/Activity/BAO/Query.php
* CRM/Activity/DAO/Activity.php