resolbed & merged
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 10 2015
With D31 kontact supports KEP:14.
tested with D31 and rcm & kontact can see&change each others vacation script.
reviewed & merged
reviewed & merged
Jul 9 2015
Jul 8 2015
akonadi-ldap-resource pull request was merged
Adding the ContactGroup mimetype to the collections fixes issue. I created a pull request for that:
The problem is that baloo do not act with the correct mimetye:
Jul 7 2015
the search string looks valid from first look:
with D29 the button "select attendees.." buttons works and expand groups directly.
discussed with christian: if it works with ldap resource, we can close this issue
because the code was written some months ago I need to reread the patches again.
we need KEP14 support for munic.
started to implement it.
Jun 12 2015
85ee6ab
85ee6ab
b05559f4807791819488997dd21e2d64d3bed049
b05559f4
Not sure why you adjusted the dates in the testcases, but looks ok otherwise.
update with comments from christan.
the rest of comments i'll include in the next update
events with status=cancelled are not shown in korganizer.
Jun 11 2015
fixed:
- "Error: Could not find incidence to update, it probably was deleted recently."
- calendar is not updated correctly (a new exception is created)
john:
- create event with 7 occurences and jane as attendee (needs-action)
- mail is send to jane
- event seris is shown correctly
problems seen from the code:
I think we also wanna get rid of this - This destroys the event for wallace/rcm handling:
Some questions/comments of the patch
some cleanup
Jun 10 2015
Jun 9 2015
"Substitute with group members" only using groups inside addressbook, for this feature we need the akonadi ldap resource, that translate ldapgroups to addressbook groups. It does not ask directly ldap.
Jun 8 2015
If we create an exception from a events series, we also start an atomic
operation and createIncidence will send mails to attendees.
The mail triggers the finish of Akonadi::TransactionSequence
(handleTransactionJobResult) of the atomic operation
before handleCreateJobResult2 is executed. That made the job not been
marked as finished, when the handleTransactionJobResult was called. And
made handleTransactionJobResult to fail, because it checks if all
subjobs are executed:
remove kWarning
to reproduce:
- create event series with jane as attendee
- create exception by dragging one occurence (use only this occurence or this+future)
- this triggers a createIncidence
- triggers ASSERT
- only happens if there are attendees