Frédéric Erpicum
354e344a1c
* Infolog - Preferences to receive notification as member of owner group of Infolog Type
2012-02-27 14:59:00 +00:00
Ralf Becker
3e5e2156c1
allow to unset default info_des from sub_excludefields
2012-02-24 10:31:43 +00:00
Ralf Becker
3015287833
fixed not working storing of sub_excludefields and translations
2012-02-24 10:01:40 +00:00
Ralf Becker
ec694d4a4f
* InfoLog: make fields excluded from copying to a new sub-entry configurable and add scheduling an appointment to action
...
refactured copy and sub creation into one method, as they do essentialy the same thing with just setting the parent and excluding different configurable fields
2012-02-24 09:29:27 +00:00
Ralf Becker
2f2a252b51
* InfoLog: fixed multiple [apply] after copying an InfoLog creates multiple new infologs
2012-02-23 16:42:58 +00:00
Ralf Becker
26bebbedd9
* InfoLog/Calendar: renamed context menu "Calendar" to "Schedule appointment" and make preset participants configurable, allow to config prefix for sub-entries and allow times in due-date
2012-02-22 12:31:00 +00:00
Ralf Becker
2bc821f428
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
Ralf Becker
0037bf4077
* InfoLog/CalDAV: fixed sub-entries created in WebGUI got identical caldav_name as parent and therefore updates of sub-entries did not work as expected
2012-02-18 13:39:56 +00:00
Nathan Gray
f175a12c6e
Reset warnings before starting import
2012-02-14 18:34:44 +00:00
Ralf Becker
2939d7bbf3
propagate data from settings hook to handlers, to fix failed installs because setup was not detected
2012-02-14 17:38:45 +00:00
Nathan Gray
4f669300a4
When merging into a spreadsheet document, convert dates into SS dates
2012-02-13 18:59:00 +00:00
Ralf Becker
3ecd71cbc7
switch off permanent error-log
2012-02-09 20:15:18 +00:00
Nathan Gray
88cd6de65f
Process infolog start date as a timestamp, instead of just date
2012-02-06 16:22:35 +00:00
Ralf Becker
d89f48d9c1
implement RFC 5995 add member to collection via POST, but not yet set DAV:add-member due to problems with OS X clients
2012-02-04 20:24:01 +00:00
Ralf Becker
c5ca42a4b1
move app-specific settings to app-handler
2012-02-04 01:24:34 +00:00
Nathan Gray
670dcdcb71
Improve link warning message to show actual data tried
2012-02-02 17:22:23 +00:00
Ralf Becker
349b237f25
fixed messed up indention
2012-01-31 18:01:16 +00:00
Ralf Becker
ca28153b25
need to load custom fields now allways, as x-props and unsupported components are stored there
2012-01-31 18:00:57 +00:00
Ralf Becker
c3cadea4f4
storing unsupported (valarm-)components like unsupported (X-)properties
2012-01-31 01:02:21 +00:00
Ralf Becker
1f93855172
fill displayname for contacts and task to easier identify it in autoindex
2012-01-31 00:37:01 +00:00
Ralf Becker
fb16ff842d
InfoLog/CalDAV: store unsupported iCal properties like custom fields incl. history logging, thought they are not displayed unless you explicitly add a custom field from them (prefixed with one #)
2012-01-29 22:34:43 +00:00
Ralf Becker
d401bcc3ad
* InfoLog/CalDAV: allow updates with implicite rights of responsible user, InfoLog type is kept on update, deduct not set status of client from completed(-percent)
2012-01-26 01:49:56 +00:00
Ralf Becker
c9b0ad39f7
[Save] missing for edit with implicit rights only, [Apply] was there
2012-01-26 01:43:14 +00:00
Nathan Gray
642ae665f8
- Use warnings returned by convert (unknown names)
...
- Check foreign key link during dry-run
2012-01-25 18:14:57 +00:00
Nathan Gray
3f4016ef38
Add a warning if the only delegated is unknown
2012-01-23 16:16:50 +00:00
Nathan Gray
ca1c9e681a
Give an error if the custom field we're supposed to be matching against can't be found
2012-01-20 19:51:03 +00:00
Nathan Gray
c34aa3a335
Fix importing responsible, when there are more than 1 user responsible
2012-01-20 15:54:10 +00:00
Klaus Leithoff
01dfdbbe75
add priority to the sel_options in case someone wants to display the priority as stand alone column
2012-01-09 09:35:30 +00:00
Nathan Gray
2a2880dd75
Exclude primary link from link lists
2012-01-06 17:28:55 +00:00
Nathan Gray
2e9866bab9
Add mergeprint tag for links to a specified application: links/appname
2012-01-05 17:43:44 +00:00
Nathan Gray
8d6c063ae2
Properly quote foreign key before searching
2011-12-27 15:36:35 +00:00
Nathan Gray
a76985d1d2
Fix bug causing too many results from foreign key search
2011-12-23 15:41:28 +00:00
Nathan Gray
a07cc48066
Restore pm_id & project merge markers
2011-12-22 16:21:34 +00:00
Klaus Leithoff
afe3b0a07f
* infolog/esync: fix for -> tasks created on device where set to completed all the time <-
2011-12-19 10:08:02 +00:00
Nathan Gray
0185866263
If unable to link, give a warning instead of an error
2011-12-15 16:57:15 +00:00
Nathan Gray
f6a443a917
Add warnings to import plugin
2011-12-15 16:24:47 +00:00
Nathan Gray
3ca10ad0c5
Add ability to create tracker from infolog to the infolog context menu
2011-12-13 18:25:08 +00:00
Nathan Gray
2f4d8848c5
- Remove previously added hook & base class, turns out there's an established way to do it...
...
- Use existing link_app type hook to create calendar from infolog
2011-12-12 21:51:12 +00:00
Nathan Gray
0d78c2e919
Add ability to link to another record based on matching custom field when importing
...
For translation, use '<appname>:<cf_name>:|[field_index]', eg addressbook:import_id:|[5] where field_index is the index of the field with the value to match
2011-12-12 20:32:45 +00:00
Nathan Gray
332427277d
Add ability to create calendar entries from infolog entries, using new base so other apps can be added (hopefully) easily later
2011-12-08 23:20:49 +00:00
Nathan Gray
7b2fd55d83
Change Startdate & Enddate to match UI, Start date & Due date
2011-12-08 15:25:56 +00:00
Nathan Gray
fb4982c118
Avoid failing on modification date check, which looked like a permission error.
2011-12-07 16:37:56 +00:00
Nathan Gray
7f48378cff
ADD ACL doesn't mean add in infolog, so use edit OR add for new entries
2011-12-07 15:28:32 +00:00
Nathan Gray
5b5a6bb625
Add check for add access if entry to be saved has no ID, and type has an owner - prevents inserting (importing) into restricted types
2011-12-06 23:30:48 +00:00
Nathan Gray
f7b8997be3
Set default status when importing, if not specified in file
2011-12-06 23:05:46 +00:00
Nathan Gray
abe612461c
Fix conditions using custom fields - needed extra query key
2011-11-30 18:01:29 +00:00
Nathan Gray
9db9804c14
Exclude vfs when looking for info_link_id links, doesn't look possible to link to a file for this field
2011-11-29 00:42:00 +00:00
Nathan Gray
eb95a1b1db
Search & process records in batches of 500, pre-load info_link_id in one query
2011-11-29 00:21:15 +00:00
Nathan Gray
5d77dbfdc9
Optimizations:
...
- Only load bo once in egw_record, and re-use it
- Only load projects if requested in the export definition, and do it all at once
2011-11-25 23:10:39 +00:00
Nathan Gray
e5cbfc5601
Move handling of filter by date from user interface into logic layer
2011-11-24 17:56:05 +00:00