Commit Graph

34458 Commits

Author SHA1 Message Date
7e14298339 reverting the changes, now we know it's fixed in 5.4.44, so we recognice it's fixed in latest 5.4.45 too and can remove our fix:
pecl config-show|grep /5.6|cut -c 32-|sed "s/5\.6\.[0-9]*/5.4.45/g"|xargs -t -L 1 pecl config-set
2016-08-18 18:45:49 +02:00
628ac046fe Implement mail integration check entry for mail compose 2016-08-18 17:31:27 +02:00
2e02707277 try using 5.4.44 instead of 5.4 as a requested test by Travis 2016-08-18 17:15:13 +02:00
2b43add3a8 try using 5.4.44 instead of 5.4 as a requested test by Travis 2016-08-18 16:59:55 +02:00
b4b58c2ac0 try using 5.4.44 instead of 5.4 as a requested test by Travis 2016-08-18 16:53:52 +02:00
b6c5ad31db log menuaction of eT2 requests, instead of eT2 itself, to do so move update of access-log to destructor of Session class 2016-08-18 13:05:51 +02:00
e1aa951ecf Fix email with .ics attachment does not display email body 2016-08-18 10:17:22 +02:00
f1f8c4e98d * Filemanager/WebDAV: generally deny user to delete directories /, /home, /apps, /templates (last 2 incl. subdirectories) 2016-08-18 10:04:36 +02:00
73dbaa0dfb Preserve link order set by application 2016-08-17 10:52:45 -06:00
d6c0272023 W.I.P collab Editor:
- Add last_save timestamp into session table
2016-08-17 17:32:01 +02:00
307e59e7ab W.I.P collab Editor:
- Implement user access to a document
- Implement leave session mechanism for user
- Implement single document network for an user (user be able to open a doc multiple times from same or other instances and get them all synced)
2016-08-17 17:23:22 +02:00
94bc949cfa * All apps: symlink files to not yet saved entries were not working 2016-08-17 16:05:26 +02:00
d47b22822c * Calendar: fix PHP Fatal when clicking on a link to accept/decline an invitation mail 2016-08-17 11:40:40 +02:00
26dbe74328 * Calendar: fix SQL error in eSync with double DISTINCT happening under some conditions 2016-08-17 09:26:01 +02:00
a98dca4523 W.I.P collab Editor:
- Implement table cleanup and last save status
2016-08-16 17:18:29 +02:00
704a47a182 W.I.P collab Editor:
- Fix collab editor define global variable conflicts with some other libraries which use define global
2016-08-16 12:52:26 +02:00
e8a0028cf8 W.I.P collab Editor:
- Migrate collab editor parts to its own module
- Add dojo configuration, neccessary for running wodocollabtexteditor
2016-08-16 12:47:00 +02:00
a64adb19e6 Fix app.js files included in wrong order 2016-08-16 11:13:11 +02:00
9e0ff222f2 missed passing $append parameter to include_modules 2016-08-15 18:55:29 +02:00
c3a8012408 adding documented, but never implemented $append parameter to Framework::includeJS 2016-08-15 18:35:26 +02:00
a8e1980a15 * Addresssbook: fixed category tree looses unavailable categories (eg. private categories of other users) 2016-08-15 18:22:38 +02:00
d2d7c6f255 Enable planner view vertical time bar and clicks for extra space after last planner row 2016-08-15 09:32:17 -06:00
55c0122155 W.I.P collab editor:
- Add isDocumentModified method to wodocollabtexteditor
2016-08-15 17:18:35 +02:00
3755f9d0c2 W.I.P collab editor:
- Fix error second cursor inserted
- Fix close button does not close the session
2016-08-15 17:16:25 +02:00
afafc8ccba calling (static) EGroupware\Api\Vfs::chown instead of using old egw_vfs not available in minimal install in account::deleted hook when moving home directory to /home/$new_user/old-home-$old_user 2016-08-15 15:43:34 +02:00
43432ca501 fix Scrutinizer errors 2016-08-15 11:57:13 +02:00
5c42f4254e Do not let empty string as email alias in vacation dialog 2016-08-15 11:44:13 +02:00
6c98f02bc7 do not run syntax check for hhvm, as it always fails / get terminated after 10m 2016-08-13 14:51:01 +02:00
de777e2045 seems phpenv version does not work, using 5.4.45 for now 2016-08-13 14:31:07 +02:00
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