]> git.pld-linux.org Git - packages/eventum.git/blob - autoload.patch
up to 3.8.6
[packages/eventum.git] / autoload.patch
1 --- eventum-3.8.6/vendor/composer/autoload_classmap.php~        2019-11-24 18:16:45.598780557 +0200
2 +++ eventum-3.8.6/vendor/composer/autoload_classmap.php 2019-11-24 18:18:22.087329736 +0200
3 @@ -4,6 +4,7 @@
4  
5  $vendorDir = dirname(dirname(__FILE__));
6  $baseDir = dirname($vendorDir);
7 +$phpDir = PHP_DATADIR . '/php';
8  
9  return array(
10      'APIAuthToken' => $baseDir . '/lib/eventum/auth/APIAuthToken.php',
11 @@ -62,8 +62,6 @@
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',
19      'Phone_Support' => $baseDir . '/lib/eventum/class.phone_support.php',
20 @@ -299,7 +299,6 @@
21      'Smarty_Template_Source' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_source.php',
22      'Smarty_Undefined_Variable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php',
23      'Smarty_Variable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_variable.php',
24 -    'SphinxClient' => $vendorDir . '/sphinx/php-sphinxapi/sphinxapi.php',
25      'Sphinx_Fulltext_Search' => $baseDir . '/lib/eventum/search/class.sphinx_fulltext_search.php',
26      'SqlFormatter' => $vendorDir . '/jdorn/sql-formatter/lib/SqlFormatter.php',
27      'Stats' => $baseDir . '/lib/eventum/class.stats.php',
28 @@ -142,4 +141,9 @@
29      'UserSeeder' => $baseDir . '/db/seeds/UserSeeder.php',
30      'Validation' => $baseDir . '/lib/eventum/class.validation.php',
31      'Workflow' => $baseDir . '/lib/eventum/class.workflow.php',
32 +
33 +    // external deps
34 +    'PHPlot' => $phpDir .'/phplot/phplot.php',
35 +    'Smarty' => $phpDir. '/Smarty3/Smarty.class.php',
36 +    'SphinxClient' => $phpDir . '/sphinxapi.php',
37  );
38 --- eventum-3.8.6/vendor/composer/autoload_files.php~   2019-11-24 18:16:45.598780557 +0200
39 +++ eventum-3.8.6/vendor/composer/autoload_files.php    2019-11-24 18:19:26.599693077 +0200
40 @@ -4,6 +4,7 @@
41  
42  $vendorDir = dirname(dirname(__FILE__));
43  $baseDir = dirname($vendorDir);
44 +$phpDir = PHP_DATADIR . '/php';
45  
46  return array(
47      '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
48 @@ -12,7 +12,6 @@
49      '028fdea3165c4ba1ecccc83b7fec69fc' => $vendorDir . '/cakephp/collection/functions.php',
50      '948ad5488880985ff1c06721a4e447fe' => $vendorDir . '/cakephp/utility/bootstrap.php',
51      '2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
52 -    'b2b3f01361f3aaeab67fde08ae76446f' => $vendorDir . '/smarty-gettext/smarty-gettext/block.t.php',
53 -    'd3114450b53a83020e2822546c24e1ad' => $vendorDir . '/smarty-gettext/smarty-gettext/function.locale.php',
54      'd12685060d57775f2bc3adf90c7d62bd' => $baseDir . '/lib/eventum/gettext.php',
55 +    'b2b3f01361f3aaeab67fde08ae76446f' => $phpDir. '/Smarty3/plugins/block.t.php',
56  );
57 --- eventum-3.8.5/vendor/composer/autoload_psr4.php~    2019-10-26 04:19:31.788361290 +0300
58 +++ eventum-3.8.5/vendor/composer/autoload_psr4.php     2019-10-26 04:53:23.625455791 +0300
59 @@ -4,10 +4,10 @@
60  
61  $vendorDir = dirname(dirname(__FILE__));
62  $baseDir = dirname($vendorDir);
63 +$phpDir = PHP_DATADIR . '/php';
64  
65  return array(
66      'malkusch\\lock\\' => array($vendorDir . '/malkusch/lock/classes'),
67 -    'glen\\FilenameNormalizer\\Test\\' => array($vendorDir . '/glen/filename-normalizer/tests'),
68      'glen\\FilenameNormalizer\\' => array($vendorDir . '/glen/filename-normalizer/src'),
69      'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
70      'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
71 @@ -51,7 +51,6 @@
72      'Silly\\' => array($vendorDir . '/mnapoli/silly/src'),
73      'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'),
74      'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
75 -    'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
76      'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
77      'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
78      'Port\\Tests\\' => array($vendorDir . '/portphp/portphp/tests'),
79 @@ -64,7 +64,6 @@
80      'Phlib\\Flysystem\\Pdo\\' => array($vendorDir . '/phlib/flysystem-pdo/src'),
81      'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
82      'PackageVersions\\' => array($vendorDir . '/ocramius/package-versions/src/PackageVersions'),
83 -    'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
84      'League\\HTMLToMarkdown\\' => array($vendorDir . '/league/html-to-markdown/src'),
85      'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
86      'League\\CommonMark\\Ext\\TaskList\\' => array($vendorDir . '/league/commonmark-ext-task-list/src'),
87 @@ -45,7 +53,6 @@
88      'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
89      'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
90      'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
91 -    'Eventum\\Test\\' => array($baseDir . '/tests'),
92      'Eventum\\' => array($baseDir . '/src'),
93      'EmailReplyParser\\' => array($vendorDir . '/willdurand/email-reply-parser/src/EmailReplyParser'),
94      'Ds\\' => array($vendorDir . '/php-ds/php-ds/src'),
95 @@ -60,2 +58,5 @@
96      'Cake\\Cache\\' => array($vendorDir . '/cakephp/cache'),
97 +
98 +    'Monolog\\' => array($phpDir . '/Monolog'),
99 +    'Psr\\Log\\' => array($phpDir. '/Psr/Log'),
100  );
101 --- eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php~      2019-03-26 09:59:16.000000000 +0200
102 +++ eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php       2019-03-26 13:18:14.402093309 +0200
103 @@ -23,7 +23,7 @@
104          self::$loader = $loader = new \Composer\Autoload\ClassLoader();
105          spl_autoload_unregister(array('ComposerAutoloaderInitEventumCore', 'loadClassLoader'));
106  
107 -        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
108 +        $useStaticLoader = false; // autoload_static.php patching is annoying and not worth the effort
109          if ($useStaticLoader) {
110              require_once __DIR__ . '/autoload_static.php';
111  
This page took 0.034506 seconds and 3 git commands to generate.