Finalize vcard editing:
authorWilfried Goesgens <willi@arangodb.com>
Sun, 18 Oct 2015 18:15:48 +0000 (20:15 +0200)
committerWilfried Goesgens <willi@arangodb.com>
Sun, 18 Oct 2015 18:15:48 +0000 (20:15 +0200)
commitb98d9f087b3a24a9549470ab066c2aea187ecfba
treea3e1b75e5b2cb95786f39b34988360acdd347923
parent19fb2763b48d73c87bf6852d29e84353fd941842
Finalize vcard editing:
  - remove deprecated paramhandling functions that une implicit strlen() and their easy errnous usecases
  - add handling for : (and url escaped:) splitting of parameters
  - implement posting of vcards to structured grammers.
12 files changed:
webcit/addressbook_popup.c
webcit/debian/rules
webcit/messages.c
webcit/msg_renderers.c
webcit/paramhandling.c
webcit/paramhandling.h
webcit/static/t/vcard/edit.html
webcit/static/t/vcard/msg_display.html
webcit/subst.c
webcit/tabs.c
webcit/vcard_edit.c
webcit/webcit.c