Commit Graph

30940 Commits

Author SHA1 Message Date
Ralf Becker
630175178e mark test as skiped, if cache-provider throws Exception because missing PHP extension 2016-07-14 16:07:09 +02:00
Ralf Becker
a90087b81c send page-generation- and session-restore-time via json response not as dom fragment 2016-07-14 14:55:57 +02:00
leithoff
df7bfa05e4 translation missing and suggested by S.Unverricht 2016-07-14 14:06:24 +02:00
Hadi Nategh
d260fbeba6 W.I.P. of implementing OpenOffice documents viewer 2016-07-14 11:35:34 +02:00
Ralf Becker
5c360a03e1 Merge pull request #1 from cmorty/pull/migrate
Also adjust links when migrating from Ldap to DB
2016-07-14 10:32:15 +02:00
Moritz 'Morty' Strübe
fc02e0f299 Also adjust links when migrating from Ldap to DB 2016-07-14 10:19:24 +02:00
Ralf Becker
754059db88 translations from Stefan Unvericht 2016-07-13 10:37:18 +02:00
Hadi Nategh
4103f84e30 Apply same hover style of selectbox to filter-categories 2016-07-13 10:15:12 +02:00
Ralf Becker
fa70712a2f fix PHP Warning: Memcached::setOptions(): invalid serializer provided, if neither igbinary nor json serializer is available, staying with default php serializer 2016-07-13 08:56:31 +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
b79502e87f fixing build for hhvm 2016-07-12 23:17:55 +02:00
Ralf Becker
2ebde3f129 fixing php extension installs for Travis 2016-07-12 22:52:30 +02:00
Ralf Becker
95e3bce4b7 fixing php extension build for Travis 2016-07-12 22:37:30 +02:00
Ralf Becker
1d61c64e07 fixing php extension installs 2016-07-12 22:14:39 +02:00
Ralf Becker
ea32a474ba fixing php extension installs 2016-07-12 22:08:49 +02:00
Ralf Becker
7bf9034e53 fixing php extension installs 2016-07-12 21:54:14 +02:00
Ralf Becker
77e43a3108 seems memcached extension is provided but not enabled, installing apcu and memcache from pecl and using MariaDB: 10.0, also fix type in post_install call 2016-07-12 21:16:37 +02:00
Ralf Becker
913960a1d5 fix typo 2016-07-12 20:50:19 +02:00
Ralf Becker
a9e7252b8e grr wrong file-name 2016-07-12 20:48:45 +02:00
Ralf Becker
9cc7b3f6a2 Travis: enable apcu, memcache(d) extension, start mysql and install egroupware 2016-07-12 20:18:34 +02:00
nathangray
fada2d433e When adding a mailing list as participant, immediately expand it to contacts 2016-07-12 11:22:36 -06:00
Ralf Becker
918548665d fix Travis stalls on #!/usr/bin/env in test-cli.php 2016-07-12 18:43:17 +02:00
nathangray
a74bba01e6 Add an add infolog button to todo list header 2016-07-12 10:24:03 -06:00
Ralf Becker
6cb0f0f152 making existing cache-tests available for phpunit/Travis, thought leaving old test in place as they are more performance testing 2016-07-12 16:55:11 +02:00
Hadi Nategh
142f55c15c Fix calendar list view shifted some pixel to the left in mobile template 2016-07-12 15:26:31 +02:00
Hadi Nategh
4750bcdc67 Fix font-size and padding for filter-categories in mobile template 2016-07-12 15:14:45 +02:00
Hadi Nategh
d933b7f423 Fix missing dot for class name used in commit 81829c2496 2016-07-12 15:03:58 +02:00
Ralf Becker
f15b5552ad forgot to modify Link::get_data() 2016-07-12 15:00:40 +02:00
Hadi Nategh
81829c2496 Fix filter-categories in mobile template 2016-07-12 13:55:38 +02:00
Ralf Becker
943ae3612e Link::query callback needs to be called with reference as 3. parameter, passing now array with parameters instead of single parameters 2016-07-12 13:54:36 +02:00
Ralf Becker
3bc0dc60d6 fall back to Api\MimeMagic::filename2mime, if mime_content_type function is not available 2016-07-12 11:56:42 +02:00
Ralf Becker
087cff7f25 * Admin: fix PHP Fatal Class jdots_framework does not exist in minimal install 2016-07-12 11:44:02 +02:00
Ralf Becker
7455cae476 * API/ProjectManager: fixed some errors caused by no longer sharing instanciated objects not designed to be shared 2016-07-12 11:37:05 +02:00
Ralf Becker
8d5146c754 * Api: fix not working asynchron service (eg. alarms) in minimal install 2016-07-12 09:11:06 +02:00
nathangray
b195d44cbf Fix common and admin translations were sometimes missing 2016-07-11 16:23:58 -06:00
nathangray
983cfab70d - Fix drag & drop an event inside a group or consolidated calendar asked to move or invite
- Fix some drag to create bugs throwing errors
2016-07-11 15:23:29 -06:00
Ralf Becker
3a2ac5402d need to use global namespace for non-namespaced phpunit 4.8 class PHPUnit_Framework_TestCase 2016-07-11 22:49:36 +02:00
Ralf Becker
a39935810c fix Travis errors with phpunit 4.8 under PHP < 7 2016-07-11 22:39:42 +02:00
Ralf Becker
ee472b0844 grr Travis uses composer not composer.phar 2016-07-11 22:17:24 +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
nathangray
0f70db5bcf Scrutinizer fix - remove unused code 2016-07-11 13:39:01 -06:00
nathangray
4bb16b2bec Add flag in calendar import definitions (CSV & iCal) to not import conflicting events 2016-07-11 13:09:08 -06:00
nathangray
980b967071 Add missing new line between import warnings 2016-07-11 13:09:08 -06:00
Hadi Nategh
791d1f1d74 Implement new representation for et2_selectbox widget of multi tags with limited single row 2016-07-11 17:24:20 +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
Hadi Nategh
a65b687872 Remove extra line-height applied to customfields used in table 2016-07-11 15:46:13 +02:00
Ralf Becker
a80cb15d66 * LDAP/UCS: groups not found when searching for them eg. in custom fields (account-type=both) 2016-07-11 15:08:51 +02:00
Hadi Nategh
b2964a1a87 Fix addressbook category filter no longer respects sharing width with other selectbox filters in nextmatch 2016-07-11 14:01:41 +02:00
Hadi Nategh
b1e666245a Check and ask for the notification permission if nothing yet set 2016-07-11 12:24:59 +02:00