Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 796ea6c62b5f5e935e19172dceb40c6492471487

add standard property description
  
2828_STANDARD_TERMS = {
2929 'activity': {'prefix': 'Xactname', 'type': str},
3030 'activity_id': {'prefix': 'Xactid', 'type': str},
31 'description': {'prefix': 'Xdesc', 'type': unicode},
3132 'keep': {'prefix': 'Xkeep', 'type': str},
3233 'mime_type': {'prefix': 'T', 'type': str},
3334 'tags': {'prefix': 'K', 'type': unicode},