Kube (0.6)Milestone
ArchivedPublic

Recent Activity

Jul 5 2018

cmollekopf closed T8087: Deal with failing transactions, a subtask of T1746: Fulltext search, as Resolved.
Jul 5 2018, 3:06 PM · Kube (0.6), Sink
cmollekopf archived Kube (0.6).
Jul 5 2018, 3:05 PM
cmollekopf closed T8038: Conversation view search as Resolved.
Jul 5 2018, 3:03 PM · Kube (0.6)
cmollekopf closed T8038: Conversation view search, a subtask of T1746: Fulltext search, as Resolved.
Jul 5 2018, 3:03 PM · Kube (0.6), Sink
cmollekopf closed T1746: Fulltext search as Resolved.
Jul 5 2018, 3:03 PM · Kube (0.6), Sink
cmollekopf closed T7954: Indicate if there are new mails in a folder as Resolved.
Jul 5 2018, 3:02 PM · Kube (0.6)

Jun 19 2018

cmollekopf closed T6101: Storage upgrade (new indexes and stuff). as Resolved.
Jun 19 2018, 12:13 PM · Kube (0.6), Sink
cmollekopf triaged T9039: Don't require a restart for index upgrades as Wishlist priority.
Jun 19 2018, 12:12 PM · Kube, Sink

Apr 17 2018

jopetersen added a comment to T7975: Operations on threads.

I think operations should be carried out across the thread fully, such that when:

Apr 17 2018, 11:26 AM · Kube (0.8)

Mar 20 2018

cmollekopf moved T7735: Adressbook Rework from In Progress to Done on the Kube (0.6) board.
Mar 20 2018, 9:43 PM · Kube (0.8)

Mar 15 2018

cmollekopf triaged T7735: Adressbook Rework as Normal priority.

Can we bring this ticket to an end soon?

Mar 15 2018, 10:36 AM · Kube (0.8)

Mar 8 2018

rnicole closed T7024: Forward email as Resolved.
Mar 8 2018, 4:28 PM · Kube (0.6)
rnicole updated the diff for D10966: Support encrypted mails forwarding.

Rebase on develop because of merge conflict in "framework/src/domain/mime/mimetreeparser/tests/CMakeLists.txt"

Mar 8 2018, 11:08 AM · Kube (0.6)

Mar 4 2018

jopetersen added a comment to T7975: Operations on threads.

But then delete should move all messages in same folder in the thread to trash

Mar 4 2018, 7:07 PM · Kube (0.8)

Mar 2 2018

cmollekopf added a parent task for T7975: Operations on threads: T5426: Move thread on D&D.
Mar 2 2018, 4:24 PM · Kube (0.8)
rnicole updated the diff for D10966: Support encrypted mails forwarding.

Now works with messages that have attachments, and do the proper encoding.
Also, now with some tests

Mar 2 2018, 3:17 PM · Kube (0.6)
cmollekopf moved T7954: Indicate if there are new mails in a folder from In Progress to Done on the Kube (0.6) board.
Mar 2 2018, 11:24 AM · Kube (0.6)
cmollekopf added a comment to T7954: Indicate if there are new mails in a folder.

Implemented notification based highlighting of folders that have new mails available.
We find the folders during the folder sync by EXAMINE'ing all folders.

Mar 2 2018, 11:24 AM · Kube (0.6)
cmollekopf closed D10966: Support encrypted mails forwarding.
Mar 2 2018, 11:19 AM · Kube (0.6)
mbohlender added a comment to T7735: Adressbook Rework.

What is still missing:

  • actually use KUBE_CONTROLLER_LISTCONTROLLER for phonenumbers and emails
  • save changes
Mar 2 2018, 11:17 AM · Kube (0.8)
rnicole added tasks to D10966: Support encrypted mails forwarding: T8112: Forwarding an encrypted mail will remain encrypted, T7024: Forward email.
Mar 2 2018, 10:49 AM · Kube (0.6)
rnicole added a revision to T7024: Forward email: D10966: Support encrypted mails forwarding.
Mar 2 2018, 10:49 AM · Kube (0.6)
rnicole requested review of D10966: Support encrypted mails forwarding.
Mar 2 2018, 10:49 AM · Kube (0.6)

Mar 1 2018

cmollekopf moved T7954: Indicate if there are new mails in a folder from Backlog to In Progress on the Kube (0.6) board.
Mar 1 2018, 9:31 AM · Kube (0.6)

Feb 28 2018

cmollekopf added a comment to T7975: Operations on threads.

Good point.
The operation will indeed only apply to the mails in the same folder, which is probably not what we want when moving to trash, but is probably what we want when we move to another folder....

Feb 28 2018, 10:13 PM · Kube (0.8)
jopetersen added a comment to T7975: Operations on threads.

It's great that actions will be undertaken on threads rather than whole messages.

Feb 28 2018, 7:51 PM · Kube (0.8)
cmollekopf moved T5562: kdav jobs don't throw an error if the authentication failed. from Backlog to In Progress on the Kube (0.6) board.
Feb 28 2018, 2:03 PM · Sink, KDE PIM
cmollekopf closed T7734: General View Layout as Resolved.
Feb 28 2018, 1:57 PM · Kube (0.6)
cmollekopf triaged T8114: Store new addressees in the main addressbook as Normal priority.
Feb 28 2018, 1:49 PM · Kube (0.8)
rnicole moved T7735: Adressbook Rework from Backlog to In Progress on the Kube (0.6) board.
Feb 28 2018, 1:46 PM · Kube (0.8)
cmollekopf closed T8110: Storage upgrade doesn't reliably trigger the upgrade screen. as Resolved.
Feb 28 2018, 12:54 PM · Kube (0.6)
cmollekopf added a commit to T8110: Storage upgrade doesn't reliably trigger the upgrade screen.: R9:6a73a9c40547: Fixed and tested the upgrade from a database without version..
Feb 28 2018, 12:54 PM · Kube (0.6)
cmollekopf triaged T8110: Storage upgrade doesn't reliably trigger the upgrade screen. as Normal priority.
Feb 28 2018, 8:55 AM · Kube (0.6)

Feb 26 2018

cmollekopf added a comment to T8087: Deal with failing transactions.

The reason for the above crash was specific to the testsetup.
When restarting the test-setup quickly, the still running resource ended up trying to write to the index that was already deleted by the new initial setup (we always delete all data on startup).
Just deleting stuff from the client side should of course never be done in something that goes to production, so this is not a problem we want to deal with.

Feb 26 2018, 12:39 PM · Kube, Sink
cmollekopf triaged T8087: Deal with failing transactions as Normal priority.
Feb 26 2018, 9:33 AM · Kube, Sink

Feb 23 2018

cmollekopf moved T8038: Conversation view search from Backlog to Done on the Kube (0.6) board.
Feb 23 2018, 5:15 PM · Kube (0.6)
cmollekopf added a comment to T8038: Conversation view search.

We now simply highlight all matches.

Feb 23 2018, 5:15 PM · Kube (0.6)
cmollekopf added a comment to T8038: Conversation view search.

Javascript isolation to implement the search functionality could be achieved by running the scripts in WebEngineScript.ApplicationWorld.

Feb 23 2018, 5:13 PM · Kube (0.6)

Feb 22 2018

cmollekopf moved T7975: Operations on threads from Backlog to Done on the Kube (0.6) board.
Feb 22 2018, 10:22 AM · Kube (0.8)
cmollekopf moved T7024: Forward email from In Progress to Done on the Kube (0.6) board.
Feb 22 2018, 10:22 AM · Kube (0.6)

Feb 21 2018

cmollekopf triaged T8038: Conversation view search as Normal priority.
Feb 21 2018, 11:16 AM · Kube (0.6)

Feb 20 2018

cmollekopf moved T7024: Forward email from Backlog to In Progress on the Kube (0.6) board.
Feb 20 2018, 11:52 AM · Kube (0.6)
cmollekopf assigned T7024: Forward email to rnicole.
Feb 20 2018, 11:52 AM · Kube (0.6)
cmollekopf added a revision to T7024: Forward email: D10676: T7024 fix: implement attachment-based forwarding.
Feb 20 2018, 11:51 AM · Kube (0.6)

Feb 19 2018

cmollekopf moved T7954: Indicate if there are new mails in a folder from Backlog to 0.6 on the Kube board.
Feb 19 2018, 5:00 PM · Kube (0.6)
cmollekopf moved T1746: Fulltext search from Backlog to Done on the Kube (0.6) board.
Feb 19 2018, 4:56 PM · Kube (0.6), Sink
cmollekopf moved T7809: It's near impossible to get to the end of the mail list if it is long from Backlog to Done on the Kube (0.6) board.
Feb 19 2018, 4:55 PM · Kube
cmollekopf moved T6101: Storage upgrade (new indexes and stuff). from Backlog to Done on the Kube (0.6) board.
Feb 19 2018, 4:55 PM · Kube (0.6), Sink

Feb 15 2018

cmollekopf added a comment to T7975: Operations on threads.

Current usecases are:

  • mark as read/important
  • move to folder
  • move to trash
Feb 15 2018, 2:31 PM · Kube (0.8)
cmollekopf triaged T7975: Operations on threads as Normal priority.
Feb 15 2018, 2:31 PM · Kube (0.8)