Hadi Nategh
|
a64adb19e6
|
Fix app.js files included in wrong order
|
2016-08-16 11:13:11 +02:00 |
|
Ralf Becker
|
9e0ff222f2
|
missed passing $append parameter to include_modules
|
2016-08-15 18:55:29 +02:00 |
|
Ralf Becker
|
c3a8012408
|
adding documented, but never implemented $append parameter to Framework::includeJS
|
2016-08-15 18:35:26 +02:00 |
|
Ralf Becker
|
a8e1980a15
|
* Addresssbook: fixed category tree looses unavailable categories (eg. private categories of other users)
|
2016-08-15 18:22:38 +02:00 |
|
nathangray
|
d2d7c6f255
|
Enable planner view vertical time bar and clicks for extra space after last planner row
|
2016-08-15 09:32:17 -06:00 |
|
Hadi Nategh
|
55c0122155
|
W.I.P collab editor:
- Add isDocumentModified method to wodocollabtexteditor
|
2016-08-15 17:18:35 +02:00 |
|
Hadi Nategh
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
43432ca501
|
fix Scrutinizer errors
|
2016-08-15 11:57:13 +02:00 |
|
Hadi Nategh
|
5c42f4254e
|
Do not let empty string as email alias in vacation dialog
|
2016-08-15 11:44:13 +02:00 |
|
Ralf Becker
|
6c98f02bc7
|
do not run syntax check for hhvm, as it always fails / get terminated after 10m
|
2016-08-13 14:51:01 +02:00 |
|
Ralf Becker
|
de777e2045
|
seems phpenv version does not work, using 5.4.45 for now
|
2016-08-13 14:31:07 +02:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
5c9cf3c60b
|
fixing shell command
|
2016-08-13 13:25:02 +02:00 |
|
Ralf Becker
|
7fcff0adee
|
fix typo 32 instead of 32-
|
2016-08-13 13:18:15 +02:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
b27e6e8a6d
|
try fixing PHP 5.4 builds broken since Travis updated there image
|
2016-08-13 11:44:37 +02:00 |
|
Ralf Becker
|
ebedc9cbd8
|
try fixing PHP 5.4 builds broken since Travis updated there image
|
2016-08-13 11:32:15 +02:00 |
|
nathangray
|
068ecf4fc8
|
Do not change list time range filter when search changes
|
2016-08-12 10:51:48 -06:00 |
|
nathangray
|
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 |
|
nathangray
|
6a31313c94
|
Change maximum weeks in multiple-week view from 4 to 9
|
2016-08-12 09:23:23 -06:00 |
|
nathangray
|
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 |
|
Hadi Nategh
|
99b8c5773f
|
W.I.P. collab editor: First implementation for syncing operation
|
2016-08-12 16:30:14 +02:00 |
|
leithoff
|
00ce2295be
|
implement DeleteFolder in Mail-Backend
|
2016-08-12 15:04:52 +02:00 |
|
Ralf Becker
|
f987caa5c2
|
* Admin: warn admin if passwords for new accounts / password reset lack in strength
|
2016-08-12 13:47:01 +02:00 |
|
leithoff
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
780d35c096
|
add not yet detected unicode in name-part of email, like "zero width space"
|
2016-08-12 11:22:56 +02:00 |
|
Ralf Becker
|
bd24602a42
|
* Filemanager: fix not working changing owner or group of a file/directory (as root!)
|
2016-08-12 09:29:40 +02:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
78893ad901
|
* Filemanager: fix PHP Fatal error when changing ownership or permissions
|
2016-08-11 22:39:35 +02:00 |
|
Ralf Becker
|
fdd2ac22c3
|
fix German translation
|
2016-08-11 18:03:06 +02:00 |
|
Ralf Becker
|
39c2e399d4
|
WIP implementing ChangeFolder (rename or create folder) for mail
|
2016-08-11 16:20:30 +02:00 |
|
leithoff
|
955ba34599
|
implement ChangeFolder
|
2016-08-11 15:33:02 +02:00 |
|
Hadi Nategh
|
ef25b8de05
|
W.I.P collab editor: Delete table_current file with wrong name
|
2016-08-11 12:44:55 +02:00 |
|
Hadi Nategh
|
1a714166da
|
W.I.P. collab editor
|
2016-08-11 12:39:10 +02:00 |
|
Hadi Nategh
|
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 |
|
Ralf Becker
|
9c135a8aa6
|
copy 16.1 changelog to master to satisfy update checker
|
2016-08-10 16:32:28 +00:00 |
|
Ralf Becker
|
25b7334017
|
pending translations from our translation server, thanks to Illias and others
|
2016-08-10 08:55:21 +02:00 |
|
Hadi Nategh
|
4a5bfd260a
|
W.I.P. collab editor: Create collab tables in DB
|
2016-08-09 15:48:12 +02:00 |
|
Ralf Becker
|
281c6d8761
|
* Mail: fix lost mail account password on user password change
|
2016-08-09 14:05:51 +02:00 |
|
Ralf Becker
|
3b18244106
|
* Admin: fix PHP Fatal error when editing custom fields in a minimal install
|
2016-08-09 11:25:49 +02:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
3ebc3d677f
|
trying to fix hhvm systax check, but using same parameters as (working) 14.2 check
|
2016-08-07 17:22:22 +02:00 |
|
Ralf Becker
|
8a60c2bc23
|
try fixing Travis install of multiple dbs
|
2016-08-07 10:38:43 +02:00 |
|
Ralf Becker
|
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 |
|
Ralf Becker
|
598e35fed6
|
hhvm stalls when calling: phpenv config-rm xdebug.ini
|
2016-08-06 13:04:42 +02:00 |
|