zulip/zerver/webhooks/trello
davidscherer 0e90442d8b
integrations: Don't call prettify_date on Trello card descriptions.
Card descriptions aren't dates, and calling prettify_date on them results in removing upper case T characters, replacing uppercase Z characters with " UTC", etc. in descriptions when they appear in Zulip.

This was pretty clearly just a copy/paste mistake (these functions are very closely parallel to the *_due_date_* functions above, which do work on dates and call prettify_date).
2020-07-28 17:58:19 -07:00
..
fixtures cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
view integrations: Don't call prettify_date on Trello card descriptions. 2020-07-28 17:58:19 -07:00
__init__.py Webhook: Remove duplicate trello code. 2017-08-08 15:55:09 -07:00
doc.md integration docs: Remove angle brackets from trello bash command. 2019-09-19 17:48:16 -07:00
tests.py requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00