Commit Graph

25 Commits

Author SHA1 Message Date
Ralf Becker
02e9daf4b1 replace non https url of not updated packages with https, as current composer in default config does fail, eg. on Travis 2017-01-17 14:46:40 +01:00
Ralf Becker
c6b44fd30b * Mail: update Horde packages to fix recipients with non-ascii chars (e.g. "Mike Håvard <mike@example.com>") were not displayed 2017-01-17 14:34:22 +01:00
Ralf Becker
53ac06e9da mv EPL apps to (private) Github repos and fix composer and Travis accordingly 2016-10-09 11:51:12 +02:00
Ralf Becker
843ad65200 * ActiveDirectory: using adLDAP now from adldap2/adldap2=4.0.4 via composer 2016-07-15 07:42:12 +02:00
Ralf Becker
f40743f6bd * Mail: update Horde_ManageSieve to 1.0.2 to fix PHP Fatal with Auth_SASL class 2016-07-13 08:23:30 +02:00
Ralf Becker
bb8e90a1bf 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-13 08:23:14 +02:00
Ralf Becker
a96ebb7513 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-13 08:22:46 +02:00
Ralf Becker
d96ad49bc8 using semantic versioning operator ^ in hope to fix Version Eye showing not installable updates 2016-07-13 08:22:33 +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
Ralf Becker
8a57ca1c35 updating composer.lock with Hadis changes to composer.json 2016-06-06 20:33:38 +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
694153ec4d revert accidental commit of composer.lock 2015-11-02 17:03:24 +00:00
Ralf Becker
c4ae7b6e86 fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacksphpgwapi/categories.php 2015-11-02 17:00:32 +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
9278ae2969 * Mail: fix fatal error / white screen when parsing winmal.dat (by updating to fixed Horde_Compress-2.1.1) 2015-03-15 08:15:40 +00:00
Ralf Becker
4bbe60dfc3 * Mail: fixed problem with space in folder names under current PHP 5.5.22 or 5.6.6 by updating to newest Horde and PEAR versions 2015-03-10 09:27:32 +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