Ralf Becker
75eab305f5
WIP installing EGroupware through composer (instead of myrepos)
2019-02-11 16:46:09 +01:00
Ralf Becker
98bde59274
using pear/(text_diff|xml_feed_parser) available now
...
and update to horde/mapi 1.0.9 no longer requiring pear/math_biginteger, but ext-bcmath
2019-02-10 10:45:16 +01:00
Ralf Becker
be437f9b8a
use egroupware/icalendar:2.1.9 until fix/pull request is released by Horde
2019-02-09 11:36:58 +01:00
Ralf Becker
d753624972
remove dependency on pear.php.net in favor of pear/* composer packages
...
require: pear/math_biginteger
replace: pear-pear.php.net/Math_BitInteger
--> get horde_mapi to use pear/math_biginter
allow newer version of fxp/composer-asset-plugin (1.4.4) to fix:
https://bower.herokuapp.com/packages could not be fully loaded
--> moved to a different url, which the new plugin uses
2019-02-09 09:29:01 +01:00
Ralf Becker
f4289d4277
setting php>=7.0, as Scrutinizer seems to require/user PHP 7.0
2019-02-07 17:12:57 +01:00
Ralf Becker
27192d4b5d
using lowercase package names, to fix complains by composer
2019-02-07 17:06:32 +01:00
Ralf Becker
28f61e0eb0
replace currently unavailable pear.php.net with composer
2019-02-07 16:53:13 +01:00
Hadi Nategh
c5c09c4f9f
Deprecate CKEDITOR and remove it from source
2019-01-25 12:41:13 +01:00
Hadi Nategh
23c844b90d
Remove magicsuggest from api then add it to vendor
2018-06-21 13:39:00 +02:00
Ralf Becker
789080c663
* All apps: update CKeditor to 4.7.3 and other dependencies like Horde
2017-10-30 20:33:17 +01:00
nathangray
4d4658e711
Remove phpunit from composer, we'll do it a different way
2017-10-18 12:15:31 +02:00
nathangray
d8d3b5a12b
Add PHPUnit & DBUnit to require-dev
2017-10-18 11:21:41 +02:00
Hadi Nategh
361a799388
Update Horde packages and set Horde_Crypt package minimum requirement to 2.7.9
2017-07-10 14:15:20 +02:00
Hadi Nategh
076030a1dc
Add Horde_Crypt into composer package list
2017-01-23 15:12:40 +01:00
Ralf Becker
0185f0aff6
try fixing Travis builds stalled by composer.lock already containing phpunit, which version depends on php version used
2016-10-07 15:13:17 +02:00
Hadi Nategh
d3222f5d5f
Add egroupware/ckeditor into composer
2016-10-07 11:11:57 +02:00
Hadi Nategh
e231ac86cf
WIP of implementing cropping avatar photo
2016-09-12 16:23:57 +02:00
Ralf Becker
e1f8fa7799
* ActiveDirectory: using adLDAP now from adldap2/adldap2=4.0.4 via composer
2016-07-15 07:39:53 +02:00
Ralf Becker
98d21dc35c
* Mail: update Horde_ManageSieve to 1.0.2 to fix PHP Fatal with Auth_SASL class
2016-07-13 00:01:27 +02:00
Ralf Becker
c877ac9d94
trying to not include require-dev in composer.lock, to not install it by default and run composer update phpunit/phpunit in Travis, as phpunit needs different version for PHP versions we support
2016-07-11 22:12:31 +02:00
Ralf Becker
5c33bd9bef
adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
...
$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
2016-07-11 21:40:02 +02:00
Ralf Becker
96b1f54e40
using semantic versioning operator ^ in hope to fix Version Eye showing not installable updates
2016-07-11 15:47:44 +02:00
Ralf Becker
1f934008e3
downgrade jquery again to version 1 (1.12.4) and jquery-ui to 1.11.2, to fix problems in drag-n-drop and tooltips
2016-06-14 15:52:46 +02:00
Hadi Nategh
93217a149d
jQuery libraries updates via composer
2016-06-06 17:38:20 +02:00
leithoff
169931077a
switch to https for pear.horde.org and version 2.29.7 for Horde_Imap_Client
2016-06-02 15:31:27 +02:00
Ralf Becker
3d40956df9
update all composer dependencies to allow installation with php7
2016-05-12 23:12:00 +02:00
Ralf Becker
06e2519976
allow http download from pear.horde.org, as it does not support https
2016-02-26 07:21:42 +00:00
Ralf Becker
8246768f59
* All apps: updated included Horde and PEAR packages (now including PEAR itself) to improve php 7.0 compatibility
2016-02-14 17:27:53 +00:00
Ralf Becker
48bb00ccd0
using now Horde_ManageSieve package version 1.0.1 (requires to run composer install!), removed copy in our svn, also removed old commented code
2016-02-02 09:04:25 +00:00
Ralf Becker
222cc2db24
explicit request PEAR, as it gives a fatal error, if PEAR.php can not be required in Auth_SASL
2016-01-28 20:00:11 +00:00
Ralf Becker
d9759cced8
replacing Net_Sieve with Horde\ManageSieve, thought we need some fixes not yet accepted in Horde, therefore we include a copy of fixed package
2016-01-28 09:52:05 +00:00
Ralf Becker
71fc6a7627
* Mail/CalDAV/CardDAV: update to new Horde and PEAR versions, specially Horde_Icalendar 2.1.1
2015-07-06 15:45:34 +00:00
Ralf Becker
f99183959f
reverted accidental commit r53034
2015-07-03 07:41:57 +00:00
Ralf Becker
8480b9bb4e
fixed
2015-07-02 15:44:04 +00:00
Ralf Becker
3c4cb54f34
* Setup: allow to use Composer ( https://getcomposer.org/ ) to manager requirements (instead of PEAR)
2015-01-18 12:05:09 +00:00