summaryrefslogtreecommitdiff
path: root/views/event.php
AgeCommit message (Collapse)Author
2018-08-01better error messagesAaron Parecki
2018-07-11set timezone automatically based on locationAaron Parecki
2018-07-11use google maps to autocomplete event locationsAaron 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-01-15add tokenfield for tagsAaron Parecki
2016-05-20don't need to json.parse when the content type header is rightAaron Parecki
2016-03-16crude UI for creating eventsAaron Parecki