Codebase list civicrm / 25852e6
New upstream release. Dmitry Smirnov 1 year, 8 months ago
5 changed file(s) with 33 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 civicrm (5.52.2+dfsg1-1) unstable; urgency=medium
1
2 * New upstream release.
3 * Depends += "php-symfony-yaml".
4
5 -- Dmitry Smirnov <onlyjob@debian.org> Mon, 15 Aug 2022 17:25:26 +1000
6
07 civicrm (5.50.3+dfsg1-1) unstable; urgency=medium
18
29 * New upstream release.
6464 # ,php-symfony-filesystem (>= 4.4~)
6565 # ,php-symfony-finder (>= 4.4~)
6666 # ,php-symfony-process (>= 4.4~)
67 ,php-symfony-yaml
6768 ,php-xml
6869 ,php-tcpdf (>= 6.3.2~)
6970 # Provides sRGB.icc to replace in bundled php-tcpdf:
2929 ~~vendor/dompdf/dompdf
3030 vendor/dompdf/dompdf/lib/fonts/*.afm
3131 vendor/dompdf/dompdf/lib/html5lib
32 vendor/electrolinux/phpquery/jQueryServer/demo
33 vendor/electrolinux/phpquery/unit-tests
32 vendor/rubobaquero/phpquery/jQueryServer/demo
3433 ~~vendor/guzzlehttp/promises
3534 ~~vendor/guzzlehttp/psr7
3635 vendor/pclzip
599598 2015 Leaf Corcoran, http://scssphp.github.io/scssphp
600599 License: Expat
601600
602 Files: vendor/electrolinux/phpquery/*
603 Copyright: Tobiasz Cudnik <tobiasz.cudnik@gmail.com>
601 Files: vendor/rubobaquero/phpquery/*
602 Copyright:
603 Tobiasz Cudnik <tobiasz.cudnik@gmail.com>
604 License: Expat
605
606 Files: vendor/html2text/html2text/*
607 Copyright:
608 2005-2007 Jon Abernathy <jon@chuggnutt.com>
609 License: GPL-2+
610
611 Files: vendor/masterminds/html5/*
612 Copyright:
613 2006-2013 The Authors of HTML5-PHP
604614 License: Expat
605615
606616 Files:
1010
1111 --- a/CRM/Import/Parser.php
1212 +++ b/CRM/Import/Parser.php
13 @@ -1038,5 +1038,21 @@
14 return explode(',', $error['error_message']['params'][0]);
15 }
13 @@ -2052,5 +2052,21 @@
14 protected function getComparisonValue($importedValue) {
15 return is_numeric($importedValue) ? $importedValue : mb_strtolower(str_replace('’', "'", $importedValue));
1616 }
1717
1818 + /**
3434 }
3535 --- a/CRM/Utils/Rule.php
3636 +++ b/CRM/Utils/Rule.php
37 @@ -220,9 +220,9 @@
38 if (preg_match('/^\//', $url)) {
39 // allow relative URL's (CRM-15598)
40 $url = 'http://' . $_SERVER['HTTP_HOST'] . $url;
37 @@ -224,9 +224,9 @@
38 // Convert URLs with Unicode to ASCII
39 if (strlen($url) != strlen(utf8_decode($url))) {
40 $url = self::idnToAsci($url);
4141 }
4242 - return (bool) filter_var($url, FILTER_VALIDATE_URL);
4343 + return (bool) filter_var(self::idnToAsci($url), FILTER_VALIDATE_URL);
99 pear Validate_Finance_CreditCard none
1010 phpoffice phpword none
1111 symfony polyfill-php73 none
12 totten ca-config none
12 symfony service-contracts php-symfony-service-contracts none
1313 tplaner when none
1414 typo3 phar-stream-wrapper none
1515 xkerman restricted-unserialize none
3838 adrienrn php-mimetyper builtin
3939 cache integration-tests builtin
4040 cweagans composer-patches builtin
41 electrolinux phpquery builtin
4241 firebase php-jwt builtin
42 html2text html2text builtin
4343 league csv builtin
4444 phpoffice phpspreadsheet builtin
45 rubobaquero phpquery builtin
46 totten ca-config builtin
4547
4648 ## php-htmlpurifier (>= 4.13)
4749 ezyang htmlpurifier builtin