nathangray
7abf44c6a3
Add actions (Add) for blank parts of planner view
2016-08-22 09:39:09 -06:00
Hadi Nategh
81b78074ce
W.I.P. collab editor:
...
- Implement delete action, including cleaning up the tables
2016-08-22 13:06:08 +02:00
Ralf Becker
224c4ce446
* Admin/Mail/ProjectManager: add missing tree images for Stylite template
2016-08-22 13:01:36 +02:00
Hadi Nategh
fcff069f45
W.I.P. collab editor:
...
- Fix minor bugs caught by scrutinizer
2016-08-19 18:00:17 +02:00
Ralf Becker
a8268adfb5
fix enhanced (multi-)select boxes in old eTemplate where broken and displayed only as regular select-boxes
2016-08-19 16:47:33 +02:00
Hadi Nategh
b44961ba4c
W.I.P. collab editor:
...
- Implement genesis url and saving mechanism
2016-08-19 16:38:56 +02:00
Ralf Becker
845f9aee36
fix CSP error in nextmatch print, if EGroupware is installed direct into docroot
...
et2.template_base_url == '/' generates url //api/templates/... which is a protocol independent representation of domain api and not identical to /api/templates
2016-08-19 14:54:43 +02:00
nathangray
961a2a01da
Calendar context menu to add an event now works the same as a simple click; the event is only for that user
2016-08-18 15:33:24 -06:00
nathangray
134572a0d9
Try to find & set pm_id from selected project when adding a new timesheet entry
2016-08-18 14:04:33 -06:00
Ralf Becker
d47b9f1f66
enable pgsql for 5.4 again
2016-08-18 20:17:30 +02:00
nathangray
25ccd1134f
Avoid   in resource subcategory name when searching for calendar
2016-08-18 11:42:50 -06:00
Ralf Becker
74eb8ab882
seems everything is working again with 5.4.45, so removing my fixes now
2016-08-18 19:01:32 +02:00
Hadi Nategh
65b331749d
Fix "From" field in mail display always get abbreviated
2016-08-18 18:57:06 +02:00
Ralf Becker
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
Hadi Nategh
628ac046fe
Implement mail integration check entry for mail compose
2016-08-18 17:31:27 +02:00
Ralf Becker
2e02707277
try using 5.4.44 instead of 5.4 as a requested test by Travis
2016-08-18 17:15:13 +02:00
Ralf Becker
2b43add3a8
try using 5.4.44 instead of 5.4 as a requested test by Travis
2016-08-18 16:59:55 +02:00
Ralf Becker
b4b58c2ac0
try using 5.4.44 instead of 5.4 as a requested test by Travis
2016-08-18 16:53:52 +02:00
Ralf Becker
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
Hadi Nategh
e1aa951ecf
Fix email with .ics attachment does not display email body
2016-08-18 10:17:22 +02:00
Ralf Becker
f1f8c4e98d
* Filemanager/WebDAV: generally deny user to delete directories /, /home, /apps, /templates (last 2 incl. subdirectories)
2016-08-18 10:04:36 +02:00
nathangray
73dbaa0dfb
Preserve link order set by application
2016-08-17 10:52:45 -06:00
Hadi Nategh
d6c0272023
W.I.P collab Editor:
...
- Add last_save timestamp into session table
2016-08-17 17:32:01 +02:00
Hadi Nategh
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
Ralf Becker
94bc949cfa
* All apps: symlink files to not yet saved entries were not working
2016-08-17 16:05:26 +02:00
Ralf Becker
d47b22822c
* Calendar: fix PHP Fatal when clicking on a link to accept/decline an invitation mail
2016-08-17 11:40:40 +02:00
Ralf Becker
26dbe74328
* Calendar: fix SQL error in eSync with double DISTINCT happening under some conditions
2016-08-17 09:26:01 +02:00
Hadi Nategh
a98dca4523
W.I.P collab Editor:
...
- Implement table cleanup and last save status
2016-08-16 17:18:29 +02:00
Hadi Nategh
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
Hadi Nategh
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
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