summaryrefslogtreecommitdiff
path: root/views/new-itinerary.php
AgeCommit message (Collapse)Author
2018-08-01better error messagesAaron Parecki
2018-06-21set timezone of itinerary legs based on airport locationAaron Parecki
2018-05-27whitespaceAaron Parecki
2018-05-27split tags using tokenfield instead of comma-separatedAaron Parecki
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately. closes #95 and replaces #96
2017-03-07fix JSON syntax for itineraryAaron Parecki
2017-01-15add tokenfield for tagsAaron Parecki
2016-12-17add loading indicator to post buttonsAaron Parecki
fixes #42
2016-05-20don't need to json.parse when the content type header is rightAaron Parecki
2016-03-16crude UI for creating eventsAaron Parecki
2016-02-10fix sending category as arrayAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki