Commit Graph

31034 Commits

Author SHA1 Message Date
nathangray
2bc3185029 Parse project number into project ID when importing 2016-10-06 08:34:35 -06:00
nathangray
734dd69553 Fix linking failures in import, and some braces 2016-10-06 08:34:14 -06:00
Ralf Becker
bd94afe8db stop PHP Notice: Undefined index "currentapp" in pre 16.1 header 2016-10-06 11:58:50 +02:00
Ralf Becker
617bc9531c Changelog for 16.1.20161006 2016-10-05 18:20:33 +00:00
nathangray
99b61bd0b8 Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user. 2016-10-05 11:41:17 +02:00
nathangray
c32b947cd8 Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user. 2016-10-05 11:40:12 +02:00
nathangray
1c637d8397 Add conflict check when listing resources in a category for calendar owner / participan 2016-10-04 09:28:50 -06:00
Ralf Becker
2a3bde1450 fix dbb0796 allow to specify a subdirectory in attach_file as part of $file[name] parameter
(subdir was created, but file was copied to main dir)
2016-10-04 16:49:21 +02:00
Hadi Nategh
caf5217f7a * Calendar: Fix calendar to-firstname to-lastname place-holders do not get values 2016-10-04 16:41:54 +02:00
Ralf Becker
f44766ebba * eSync: only export raw email for contacts as Outlook seems to have problems with it
not '"Firstname Lastname" <first.last@domain.com>', see ticket #18232 from GNS Christoph Kaulich
2016-10-04 15:36:06 +02:00
Ralf Becker
3128fa4761 * Admin: show "check ip address of all sessions": No (it was stored but always shown as Yes)
Caused by "" being deleted when stored and not set === null value picked first option Yes, now we send "" for a not set value to client-side
2016-10-04 14:30:51 +02:00
Ralf Becker
cfeacab117 allow to specify an info_id when creating a new entry eg. for import, replacing 5800eff use of insert, as it broker other stuff 2016-10-04 11:38:42 +02:00
Ralf Becker
c17d98ff8c allow to specify a subdirectory in attach_file as part of $file[name] parameter 2016-10-04 10:50:51 +02:00
Ralf Becker
50270c0994 old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0' 2016-10-04 09:56:31 +02:00
Ralf Becker
fbada034dd need to pass $ignore_acl of write to internal write call to update parent too 2016-10-03 12:22:30 +02:00
Ralf Becker
03c201b450 quiten warning if $this->user is not set eg. in import but $ignore_acl 2016-10-03 11:47:29 +02:00
Ralf Becker
3a2520209a quiten warning if $this->user is not set eg. in import 2016-10-03 11:39:48 +02:00
Ralf Becker
e5fe7ff0de if we write infolog entry with $ignore_acl===true, we also need to read it that way and allow to set info_id on creating infolog entry 2016-10-03 11:23:17 +02:00
Hadi Nategh
1aaf807d3e * Addressbook: Fix upload photo does not work for limited access of own data 2016-09-29 16:19:04 +02:00
Hadi Nategh
5beee2bf49 Add missing timestamp icon into jdots 2016-09-29 13:00:40 +02:00
Hadi Nategh
02314809e4 Add addressbook advanced-search icon for jdots 2016-09-29 13:00:01 +02:00
Hadi Nategh
3e5d674559 Implement fav_filter icon base on template 2016-09-29 12:59:36 +02:00
Hadi Nategh
0c919bc897 Remove text-shadow from et2_buttons 2016-09-29 11:06:46 +02:00
Hadi Nategh
d6fb5ad0d7 Remove filemanager upload progress in mobile template 2016-09-29 10:45:48 +02:00
Hadi Nategh
988da614d6 Fix styling of filemanager nm header in all templates 2016-09-29 10:40:45 +02:00
nathangray
4a7204ecdd Calendar export CSV cleanup
- Fix looking for query in wrong place broke 'Use search results'
- Remove uneeded code
- Hide criteria block when user chooses search results
2016-09-28 10:27:25 -06:00
nathangray
af4d931831 Calendar export CSV cleanup
- Fix looking for query in wrong place broke 'Use search results'
- Remove uneeded code
- Hide criteria block when user chooses search results
2016-09-28 10:27:18 -06:00
nathangray
c7f728d4ba Make sure calendar CSV export still gets results when filtering by criteria with no end date 2016-09-28 10:27:01 -06:00
nathangray
059bff61f6 Fix double-offset of start date when copying infolog from project template 2016-09-28 10:24:23 -06:00
nathangray
a9fbd6094f Do not allow due or finish before start when copying from projectmanager template 2016-09-28 10:24:10 -06:00
nathangray
4e39762cc2 When adjusting infologs dates to create a project from template, take real start date into account too, if set. 2016-09-28 10:23:54 -06:00
nathangray
a535222bc2 When copying infologs as part of a project, apply any given date offsets 2016-09-28 10:23:42 -06:00
nathangray
e21318aa14 Allow project selection in timesheet list nextmatch header to be very tall, if needed 2016-09-28 10:13:30 -06:00
nathangray
0b6e3fc1ae Fix clicking inside a single other user's calendar did not invite that user when new event preference was 'Just me' 2016-09-28 10:05:39 -06:00
Hadi Nategh
d1927a1dcf Fix calendar's user header not working in jdots template 2016-09-28 16:45:56 +02:00
Hadi Nategh
396c4b197c Add missing attach icon in jdots template 2016-09-28 16:08:22 +02:00
Ralf Becker
64837511aa honor $ignore_acl parameter also for group-owners 2016-09-28 15:51:54 +02:00
Hadi Nategh
ada81b6b5f Try to not fetch todos from infolog on Calendar's initialization and let day view fetches them via ajax call as it might be expensive operation 2016-09-28 15:26:22 +02:00
Ralf Becker
2593932bc1 avoid Warning when importing not yet created infolog-types 2016-09-28 11:28:58 +02:00
Ralf Becker
0d432dcaab fix wrong namespaced Exception: \DateTime throws \Exception 2016-09-28 11:18:30 +02:00
Ralf Becker
601ce45c4d allow to specify multiple cat_id's 2016-09-26 14:37:36 +02:00
Ralf Becker
c10654e1da allow to import without acl-check and setting modifier 2016-09-26 11:40:47 +02:00
Ralf Becker
47a1a05227 * Setup: make sure interactive setup does not stall on SQL error when updating from 1.8 2016-09-26 09:29:11 +02:00
Hadi Nategh
4ad4e1a5f3 Fix inline images of compose do not get stored as links into integrated applications like infolog, tracker or calendar 2016-09-22 09:19:22 +02:00
Hadi Nategh
ef0405b021 * Mobile template: Close sidemenu after clicking on items in sidebar 2016-09-21 17:43:28 +02:00
nathangray
6e2e877778 - Improve export link conversion to be able to handle links as arrays with app & id
- Fix sometimes missing infolog link titles when exporting
2016-09-20 09:47:50 -06:00
nathangray
c09cfa5a23 Change handling of new private events created for other users to allow them to show immediately 2016-09-20 09:47:03 -06:00
nathangray
b884e014d7 Fix resource booking conflict indication 2016-09-20 09:46:08 -06:00
Hadi Nategh
0e951f3c49 Fix long mail addresses do not get ellipsis style in mobile template mail list 2016-09-19 16:35:11 +02:00
Hadi Nategh
7c1bcf9c03 * Mobile template: Implement a dedicated delete action for quick removing entries from a list 2016-09-19 14:11:30 +02:00