summaryrefslogtreecommitdiff
path: root/views/new-favorite.php
AgeCommit message (Collapse)Author
2017-02-27show error messages when editing favoritesAaron Parecki
2017-02-27basic editing supportAaron Parecki
* new route `/edit?url=` intended to be used as an edit button target, which detects the type of post and redirects to the appropriate editing interface * implemented the edit interface for favorites
2017-02-12fix autosubmit vulnerability for "favorite" bookmarkletAaron Parecki
closes #69
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-05-05get rid of duplicate ctrl-s handlersAaron Parecki
2015-07-25replace "favorite" bookmarkletAaron Parecki
Twitter changed some XSS security settings which prevents Quill from injecting JS onto the page for the inline "favorite" button. This change makes it open the "favorite" screen in a new window.
2014-12-26new "favorite" form with bookmarkletAaron Parecki
* disable facebook liking for now since it was getting complicated * new page for creating a favorite, can pass in a URL parameter too * bookmarklet code added to the "favorite" page