Commit Graph

30837 Commits

Author SHA1 Message Date
Ralf Becker
a0d419a145 log execeptions happening during mergeprint for easier debugging 2016-07-25 14:53:30 +02:00
Ralf Becker
a4d39d5873 fix etemplate2.postSubmit() to not destroy any eT2 session, by unbinding window.onbeforeunload and rebinding it again after 100ms
Before postSubmit was unbinding only if current etemplates destroy_session was bound and causes so an other etemplates session_destroy to fire.
postSubmit now allways rebinds the session_destroy handler of current etemplate assuming it is only used for downloads, where current etemplate (and session) should persist.
2016-07-25 12:55:11 +02:00
Ralf Becker
4b58e87080 fix not working symlinking vfs files to infologs/links, fixed multiple PHP deprecated should not call non-static self::url_stat static 2016-07-22 18:22:46 +02:00
Hadi Nategh
a58c881af1 * Calendar: Fix opening a calendar entry sometimes doesn't work 2016-07-22 12:03:46 +02:00
nathangray
207be43f17 Fix home context menu was not available on the entire home page when blank, only parts 2016-07-21 16:27:07 -06:00
nathangray
e77a81e10a Avoid Illegal string offset 'no_notification' warning if definition has no options defined 2016-07-21 14:38:31 -06:00
nathangray
3ab01052f4 Add a preference to control how many lines are allowed for all day non-blocking events before we start hiding some 2016-07-21 14:01:47 -06:00
nathangray
8c26a9b639 Avoid an Invalid argument warning if infolog_bo->anzSubs() returns an integer 2016-07-21 13:18:49 -06:00
nathangray
3b1ce04608 Avoid a Illegal string offset warning from link-entry widgets when they have only-app attribute set
Happened on infologs added from projectmanager element list
2016-07-21 12:51:32 -06:00
nathangray
4aad06e61d Case-insensitive comparison for importing boolean values (Yes/No) 2016-07-21 11:55:47 -06:00
nathangray
246683331b Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr 2016-07-21 10:43:23 -06:00
Ralf Becker
fefc2b5f88 fix PHP Fatal error: Call to undefined function EGroupware\Api\Vfs\Sqlfs() 2016-07-21 18:35:58 +02:00
nathangray
99824b5510 Resource categories & distribution list expansion & fixes for planner view 2016-07-21 10:21:16 -06:00
Ralf Becker
6108123fe7 fix PHP Fatal in propatch 2016-07-21 17:43:28 +02:00
Hadi Nategh
dd85a52645 Fix file upload progress doesn't show up on hover over 2016-07-21 16:19:29 +02:00
Hadi Nategh
2cea60b0aa Fix et2 dialogs' buttons sometimes get weird styling 2016-07-21 15:32:52 +02:00
Hadi Nategh
4c6a499b5b Give warning for document delete action in filemanager editor 2016-07-21 15:21:35 +02:00
Hadi Nategh
5c3bd11366 Take yyyy-mm-ddThh:mm:ss.s format into account for date widget.
- Fix Date widget doesn't let iOS html native datetime-local input set a value
2016-07-21 14:28:46 +02:00
leithoff
e3132b7775 * eSync/Mail: make sure From is set correctly to the identity used, when sending by iOS 2016-07-21 13:36:43 +02:00
Ralf Becker
45c272dac2 make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs 2016-07-21 12:15:54 +02:00
Hadi Nategh
8bfddfa9ba Refresh filemanager list after open document save operation 2016-07-21 11:50:52 +02:00
Ralf Becker
d26d1dd7f8 fix rename and load_wrapper missing in Vfs class 2016-07-21 11:17:01 +02:00
Ralf Becker
58d2e49843 fix two more cases in which "show_generation_time" is queried and should never trigger a request to server, see 1c6c930312 2016-07-21 10:51:17 +02:00
Hadi Nategh
7e6581e7e6 Fix couple of IDE warnings 2016-07-21 10:22:29 +02:00
Hadi Nategh
48c85453a0 Open Office Editor W.I.P: Fix a few styling glitches 2016-07-21 10:14:38 +02:00
Ralf Becker
4f7fa8f018 Merge branch 'non-static-stream-wrapper' 2016-07-21 10:06:19 +02:00
nathangray
e3680c9588 Fix drag & drop to invite for user IDs with more than 1 character 2016-07-21 10:05:10 +02:00
nathangray
82796fc155 When adjusting infologs dates to create a project from template, take real start date into account too, if set. 2016-07-21 10:05:10 +02:00
nathangray
35eda073dd Fix distribution lists calendars to work when first added from search results 2016-07-21 10:05:10 +02:00
nathangray
ddde0022d3 Fix resource categories to work when first added from search results 2016-07-21 10:05:10 +02:00
nathangray
371fdd161e Calendar CSV import fixes
- Account for non-blocking flag when checking for conflicts
- Fix import of recurrence with interval
2016-07-21 10:05:10 +02:00
Ralf Becker
52be4ee14b implement PHP 5.4+ stream_metadata method for VFS, allowing to use that functionality from other stream-wrappers like php-smbclient 2016-07-21 09:51:36 +02:00
nathangray
a69737fa95 Fix drag & drop to invite for user IDs with more than 1 character 2016-07-20 13:34:57 -06:00
nathangray
baefe2b356 When adjusting infologs dates to create a project from template, take real start date into account too, if set. 2016-07-20 13:04:57 -06:00
nathangray
2b61cc4822 Fix distribution lists calendars to work when first added from search results 2016-07-20 12:39:06 -06:00
nathangray
b10c2d68fa Fix resource categories to work when first added from search results 2016-07-20 12:01:07 -06:00
nathangray
786b64a4da Calendar CSV import fixes
- Account for non-blocking flag when checking for conflicts
- Fix import of recurrence with interval
2016-07-20 11:29:32 -06:00
nathangray
7f919ed0e3 Add a check to make sure $data is safe 2016-07-20 17:30:59 +02:00
Hadi Nategh
b087295fd0 Open Office Editor W.I.P:
- Add New action into context menu as well
- Fix calling cancel on save dialog set a wrong path
2016-07-20 17:30:59 +02:00
Hadi Nategh
086b18939b Open Office Editor W.I.P: Implement create new doc as an action in list header 2016-07-20 17:30:59 +02:00
Hadi Nategh
bb7a96b1b0 Open Office Editor W.I.P:
- Implement Save As action
2016-07-20 17:30:59 +02:00
Hadi Nategh
f9e7a06bca Open Office Editor W.I.P:
- Implement create new document
- Add select file dialog for saving a newly created doc
2016-07-20 17:30:59 +02:00
Hadi Nategh
6e1bee6987 Open Office Editor W.I.P:
- Add Edit option in filemanager's contextmenu
2016-07-20 17:30:59 +02:00
Hadi Nategh
71acd96080 Open Office Editor W.I.P:
- Get regex of odf mime type into widget context to be able to use it for all expose derived widgets
2016-07-20 17:30:59 +02:00
nathangray
9cfe8a012d Add resource categories to owner / participant search results
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-20 17:30:59 +02:00
Hadi Nategh
8434c3051f W.I.P. of implementation and integration of open office document editor (.odt) with file system 2016-07-20 17:30:59 +02:00
leithoff
932fe1617c fix for some language issues reported by S.Unverricht 2016-07-20 17:30:59 +02:00
nathangray
7bea10c1e5 Change background color on expand addresses button to transparent 2016-07-20 17:30:59 +02:00
Hadi Nategh
6d09028960 Remove not used library from api 2016-07-20 17:30:59 +02:00
Ralf Becker
600e5d46e8 copy 16.1 changelog to master to satisfy update checker 2016-07-20 17:30:59 +02:00