View Issue Details

IDProjectCategoryView StatusLast Update
0001715SOGo ConnectorGUIpublic2012-03-22 09:33
ReporterPander Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version10.0 
Summary0001715: Add sortable Synchronized column
Description

For analysis and debuging purposes, please add a column called "Synchronized" to Thunderbird address book which can show:

  • empty string when no data is available or synchronization is not applicable
  • date time string of the last synchronization

The date time string is preferably in default formatting as used by Thunderbird. As fall back the formatting YYYY-MM-DD HH:MM is used.

After the date time string a symbol is added:

  • U+2191 ? when only data is pushed
  • U+2193 ? when only data is pulled
  • U+21C5 ? when data is pushed and pulled

When SOGo Connector is deinstalled, this columnn should disappear from Thunderbird address book without causing any problems. When updating SOGo Connector, this column should remain in Thunderbird address book.

Implementing this allows users to more easily analyse and debug synchronization of contacts. Both advanced users but especially users which are not able to enable and view command line logging, can in this way understand what is exactly going on and what is probably going wrong.

Tagsdebugging, sync, synchronizing, thunderbird

Activities

Pander

Pander

2012-03-21 10:02

reporter   ~0003610

U+2191 is Unicode arrow up
U+2193 is Unicode arrow down
U+21C5 is Unicode arrow up and arrow down

Alternatives in text can be:

  • U for up (change push)
  • D for down (change pull)
  • B for both (change push and pull)

Issue History

Date Modified Username Field Change
2012-03-21 10:00 Pander New Issue
2012-03-21 10:02 Pander Note Added: 0003610
2012-03-22 09:33 Christian Mack Severity major => feature
2012-12-19 12:00 Pander Tag Attached: thunderbird
2012-12-19 12:00 Pander Tag Attached: synchronizing
2012-12-19 12:01 Pander Tag Attached: sync
2012-12-19 12:01 Pander Tag Attached: debugging