Commit Graph

31729 Commits

Author SHA1 Message Date
0ad7e2462e fix directory to use full php version and disable postgres install for 5.4 and hhvm, as there is no pgsql extension 2016-08-13 14:13:40 +02:00
5c9cf3c60b fixing shell command 2016-08-13 13:25:02 +02:00
7fcff0adee fix typo 32 instead of 32- 2016-08-13 13:18:15 +02:00
75fe23cea5 diverse pecl config seems to be wrongly using 5.6.x instead of 5.4.x 2016-08-13 13:12:41 +02:00
4e9e5a3e51 seems ext_dir is set wrong in new Travis images for PHP 5.4 (it is set to 5.6 path) 2016-08-13 12:30:05 +02:00
b27e6e8a6d try fixing PHP 5.4 builds broken since Travis updated there image 2016-08-13 11:44:37 +02:00
ebedc9cbd8 try fixing PHP 5.4 builds broken since Travis updated there image 2016-08-13 11:32:15 +02:00
068ecf4fc8 Do not change list time range filter when search changes 2016-08-12 10:51:48 -06:00
405e844446 If timesheet list has a project filter selected and user adds a new timesheet, pre-set the project to the one selected in the list 2016-08-12 10:39:06 -06:00
6a31313c94 Change maximum weeks in multiple-week view from 4 to 9 2016-08-12 09:23:23 -06:00
8c8cf1af07 Fix planner view's vertical time bar when weekends are hidden - it was not accounting for the missing days 2016-08-12 09:16:49 -06:00
99b8c5773f W.I.P. collab editor: First implementation for syncing operation 2016-08-12 16:30:14 +02:00
00ce2295be implement DeleteFolder in Mail-Backend 2016-08-12 15:04:52 +02:00
f987caa5c2 * Admin: warn admin if passwords for new accounts / password reset lack in strength 2016-08-12 13:47:01 +02:00
8677289954 fix for ChangeFolder to, finally work as expected. tested move,rename and create. more exessive tests with specialchars in foldernames, and so on, may be needed 2016-08-12 13:02:29 +02:00
3752c35a5a add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog 2016-08-12 11:35:30 +02:00
f3649bf021 fix PHP Fatal from old code using EGW_API_INC, that should point to old api and usage is decrecated in favor of autoloading anyway 2016-08-12 11:25:20 +02:00
780d35c096 add not yet detected unicode in name-part of email, like "zero width space" 2016-08-12 11:22:56 +02:00
bd24602a42 * Filemanager: fix not working changing owner or group of a file/directory (as root!) 2016-08-12 09:29:40 +02:00
ac45503630 Handle recursive directory creation in vfs layer, as not all underlaying
wrappers, eg. smb(client), support it themselfs
2016-08-12 08:49:06 +02:00
78893ad901 * Filemanager: fix PHP Fatal error when changing ownership or permissions 2016-08-11 22:39:35 +02:00
fdd2ac22c3 fix German translation 2016-08-11 18:03:06 +02:00
39c2e399d4 WIP implementing ChangeFolder (rename or create folder) for mail 2016-08-11 16:20:30 +02:00
955ba34599 implement ChangeFolder 2016-08-11 15:33:02 +02:00
ef25b8de05 W.I.P collab editor: Delete table_current file with wrong name 2016-08-11 12:44:55 +02:00
1a714166da W.I.P. collab editor 2016-08-11 12:39:10 +02:00
598dbca2c3 W.I.P. collab editor:
- Fix wrong file name structure for tables_current
- Implement session management
2016-08-10 19:13:30 +02:00
9c135a8aa6 copy 16.1 changelog to master to satisfy update checker 2016-08-10 16:32:28 +00:00
25b7334017 pending translations from our translation server, thanks to Illias and others 2016-08-10 08:55:21 +02:00
4a5bfd260a W.I.P. collab editor: Create collab tables in DB 2016-08-09 15:48:12 +02:00
281c6d8761 * Mail: fix lost mail account password on user password change 2016-08-09 14:05:51 +02:00
3b18244106 * Admin: fix PHP Fatal error when editing custom fields in a minimal install 2016-08-09 11:25:49 +02:00
4315999573 use Etemplate\Widget::registerWidget, not some third class extended from Etemplate\Widget, as that might screw up autoloading if it happes to create a circle 2016-08-09 10:11:29 +02:00
7822f84943 * PostgreSQL/Setup: fix SQL error in Backup or update: Invalid SQL: SELECT * FROM egw_pm_members
ADOdb drive for PostgreSQL requires 2. parameter for RowLock, while MySQL(i) defaults to all rows
2016-08-09 09:31:36 +02:00
3ebc3d677f trying to fix hhvm systax check, but using same parameters as (working) 14.2 check 2016-08-07 17:22:22 +02:00
8a60c2bc23 try fixing Travis install of multiple dbs 2016-08-07 10:38:43 +02:00
427620e9c4 try installing MariaDB and PostgreSQL in one Travis run, enhanced post_install to install further domains 2016-08-06 14:46:56 +02:00
598e35fed6 hhvm stalls when calling: phpenv config-rm xdebug.ini 2016-08-06 13:04:42 +02:00
674db7912e try fixing error in installtion in Travis using Postgres during admin account creation 2016-08-06 12:41:20 +02:00
e341e2596e looks like /usr/bin/php in our Travis enviroment is hhvm even for php builds and that seems to miss pgsql extension 2016-08-06 11:56:23 +02:00
3367522508 check php = /usr/bin/php in Travis 2016-08-06 11:43:23 +02:00
ee468f40ff try creating egroupware database for postgres with psql, as creating it through SQL seem not to work in Travis 2016-08-06 11:10:28 +02:00
b26e102ded debugging db creation in Travis for postgres 2016-08-06 10:54:33 +02:00
1fa85c88b1 using correct defaults eg. "template1" for postgres 2016-08-06 10:35:48 +02:00
d1a959629b seems php -m lists pgsql, but extension_loaded("pgsql") === false 2016-08-06 09:45:53 +02:00
b0594aec57 an other try to enable pgsql extension 2016-08-06 09:26:11 +02:00
74fc8724cf fix typo 2016-08-06 09:16:48 +02:00
85090e140d try enabling pgsql php extension 2016-08-06 09:10:10 +02:00
d2a579dbc9 it's db_type=pgsql not postgres 2016-08-05 18:29:36 +02:00
659b4f8dde running matrix of two DB enviroments and try fixing escaping problems of empty args 2016-08-05 18:09:18 +02:00