about summary refs log tree commit diff stats
path: root/app/assets/javascripts/admin/records.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Added tag autocompletionKelly Rauchenberger2018-07-071-0/+3
| | | | refs #2
* Added tagsKelly Rauchenberger2018-07-071-0/+2
| | | | | | Blogs and streams can now be tagged. Records now show the appropriate tags for an entry. Updates work oddly, because their records show the stream's tags, since updates do not have tags themselves. refs #2
* Added blog draftsKelly Rauchenberger2018-07-041-4/+20
| | | | | | | | An unpublished post is not viewable unless you are logged in. The "Create record" field is disabled for unpublished posts, though this is only in JavaScript and the backend will not disallow creating records for unpublished posts if forced to. Unpublishing a post does not destroy records for that post. This only applies to blog posts, currently; streams and stream updates cannot be drafted. Unpublished posts still require titles and slugs. There is no autosaving functionality yet. refs #1
* Fixed the "create record" checkbox in adminKelly Rauchenberger2017-07-021-0/+9
Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.