]> git.pld-linux.org Git - packages/eventum.git/blame - autoload.patch
Merge branch 'dev-3.8.0'
[packages/eventum.git] / autoload.patch
CommitLineData
4e8519f7
ER
1--- eventum-3.7.4-440-gcc5ad3db5/vendor/composer/autoload_classmap.php~ 2019-08-21 23:35:48.930431880 +0300
2+++ eventum-3.7.4-440-gcc5ad3db5/vendor/composer/autoload_classmap.php 2019-08-21 23:36:26.853221213 +0300
8c25237f 3@@ -4,6 +4,7 @@
3c566b65
ER
4
5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
3c566b65
ER
7+$phpDir = PHP_DATADIR . '/php';
8
9 return array(
da6e9570 10 'APIAuthToken' => $baseDir . '/lib/eventum/auth/APIAuthToken.php',
3eb64723 11@@ -62,8 +62,6 @@
3c566b65
ER
12 'News' => $baseDir . '/lib/eventum/class.news.php',
13 'Note' => $baseDir . '/lib/eventum/class.note.php',
14 'Notification' => $baseDir . '/lib/eventum/class.notification.php',
15- 'PHPlot' => $vendorDir . '/phplot/phplot/phplot.php',
16- 'PHPlot_truecolor' => $vendorDir . '/phplot/phplot/phplot.php',
17 'Pager' => $baseDir . '/lib/eventum/class.pager.php',
18 'Partner' => $baseDir . '/lib/eventum/class.partner.php',
756554dd 19 'Phone_Support' => $baseDir . '/lib/eventum/class.phone_support.php',
4e8519f7 20@@ -128,7 +128,6 @@
3eb64723 21 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
da6e9570 22 'Setup' => $baseDir . '/lib/eventum/class.setup.php',
3c566b65 23 'Severity' => $baseDir . '/lib/eventum/class.severity.php',
6688122a 24- 'SphinxClient' => $vendorDir . '/sphinx/php-sphinxapi/sphinxapi.php',
3c566b65 25 'Sphinx_Fulltext_Search' => $baseDir . '/lib/eventum/search/class.sphinx_fulltext_search.php',
8258d533 26 'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php',
3c566b65 27 'Stats' => $baseDir . '/lib/eventum/class.stats.php',
4e8519f7
ER
28@@ -142,4 +141,9 @@
29 'UserSeeder' => $baseDir . '/db/seeds/UserSeeder.php',
30 'Validation' => $baseDir . '/lib/eventum/class.validation.php',
3c566b65 31 'Workflow' => $baseDir . '/lib/eventum/class.workflow.php',
3c566b65
ER
32+
33+ // external deps
34+ 'PHPlot' => $phpDir .'/phplot/phplot.php',
35+ 'Smarty' => $phpDir. '/Smarty3/Smarty.class.php',
2c1b4fd2 36+ 'SphinxClient' => $phpDir . '/sphinxapi.php',
3c566b65 37 );
f2c60f9c
ER
38--- eventum-3.7.2/vendor/composer/autoload_files.php~ 2019-07-06 20:22:42.000000000 +0300
39+++ eventum-3.7.2/vendor/composer/autoload_files.php 2019-07-06 20:32:18.581001458 +0300
40@@ -4,6 +4,7 @@
756554dd
ER
41
42 $vendorDir = dirname(dirname(__FILE__));
3c566b65 43 $baseDir = dirname($vendorDir);
1468f295 44+$phpDir = PHP_DATADIR . '/php';
3c566b65
ER
45
46 return array(
f2c60f9c
ER
47 '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
48@@ -13,8 +14,6 @@
756554dd
ER
49 '028fdea3165c4ba1ecccc83b7fec69fc' => $vendorDir . '/cakephp/collection/functions.php',
50 '948ad5488880985ff1c06721a4e447fe' => $vendorDir . '/cakephp/utility/bootstrap.php',
2c1a9e5f 51 '2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
9b6df4e7 52- 'f084d01b0a599f67676cffef638aa95b' => $vendorDir . '/smarty/smarty/libs/bootstrap.php',
da6e9570
ER
53- 'b2b3f01361f3aaeab67fde08ae76446f' => $vendorDir . '/smarty-gettext/smarty-gettext/block.t.php',
54- 'd3114450b53a83020e2822546c24e1ad' => $vendorDir . '/smarty-gettext/smarty-gettext/function.locale.php',
55 'd12685060d57775f2bc3adf90c7d62bd' => $baseDir . '/lib/eventum/gettext.php',
56+ 'b2b3f01361f3aaeab67fde08ae76446f' => $phpDir. '/Smarty3/plugins/block.t.php',
3c566b65 57 );
8258d533
ER
58--- eventum-3.7.2-52-g4b3cb3541/vendor/composer/autoload_psr4.php~ 2019-08-02 00:49:33.602293956 +0300
59+++ eventum-3.7.2-52-g4b3cb3541/vendor/composer/autoload_psr4.php 2019-08-02 00:51:06.877611283 +0300
6f0f3d05 60@@ -4,10 +4,10 @@
da6e9570 61
37f06e5c 62 $vendorDir = dirname(dirname(__FILE__));
94cd239c 63 $baseDir = dirname($vendorDir);
5a65085c 64+$phpDir = PHP_DATADIR . '/php';
3c566b65
ER
65
66 return array(
085aa6d4 67 'malkusch\\lock\\' => array($vendorDir . '/malkusch/lock/classes'),
94cd239c 68- 'glen\\FilenameNormalizer\\Test\\' => array($vendorDir . '/glen/filename-normalizer/tests'),
6933980a 69 'glen\\FilenameNormalizer\\' => array($vendorDir . '/glen/filename-normalizer/src'),
6f0f3d05
ER
70 'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
71 'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
f2c60f9c 72@@ -51,7 +51,6 @@
b58d6a84 73 'Silly\\' => array($vendorDir . '/mnapoli/silly/src'),
f2c60f9c 74 'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'),
b0ce062d 75 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
4d5632cc 76- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
5ea20d23 77 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
59b9fac1 78 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
f2c60f9c 79 'Port\\Tests\\' => array($vendorDir . '/portphp/portphp/tests'),
8258d533 80@@ -66,7 +66,6 @@
b58d6a84 81 'Phlib\\Flysystem\\Pdo\\' => array($vendorDir . '/phlib/flysystem-pdo/src'),
1beb4932 82 'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
59b9fac1 83 'PackageVersions\\' => array($vendorDir . '/ocramius/package-versions/src/PackageVersions'),
4d5632cc 84- 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
b58d6a84 85 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
8258d533
ER
86 'League\\CommonMark\\Ext\\TaskList\\' => array($vendorDir . '/league/commonmark-ext-task-list/src'),
87 'League\\CommonMark\\Ext\\Table\\' => array($vendorDir . '/league/commonmark-ext-table/src'),
6f0f3d05 88@@ -45,7 +53,6 @@
085aa6d4 89 'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
b58d6a84 90 'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
b9378fb1 91 'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
5c4473bf 92- 'Eventum\\Test\\' => array($baseDir . '/tests'),
376f0835
ER
93 'Eventum\\' => array($baseDir . '/src'),
94 'EmailReplyParser\\' => array($vendorDir . '/willdurand/email-reply-parser/src/EmailReplyParser'),
085aa6d4 95 'Ds\\' => array($vendorDir . '/php-ds/php-ds/src'),
6f0f3d05 96@@ -60,2 +58,5 @@
756554dd 97 'Cake\\Cache\\' => array($vendorDir . '/cakephp/cache'),
b58d6a84 98+
1beb4932
ER
99+ 'Monolog\\' => array($phpDir . '/Monolog'),
100+ 'Psr\\Log\\' => array($phpDir. '/Psr/Log'),
101 );
94cd239c
ER
102--- eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php~ 2019-03-26 09:59:16.000000000 +0200
103+++ eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php 2019-03-26 13:18:14.402093309 +0200
104@@ -23,7 +23,7 @@
8f48fa6e
ER
105 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
106 spl_autoload_unregister(array('ComposerAutoloaderInitEventumCore', 'loadClassLoader'));
107
e0b1a19f 108- $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
36395687 109+ $useStaticLoader = false; // autoload_static.php patching is annoying and not worth the effort
da6e9570
ER
110 if ($useStaticLoader) {
111 require_once __DIR__ . '/autoload_static.php';
4d5632cc 112
This page took 0.049333 seconds and 4 git commands to generate.