about summary refs log tree commit diff stats
path: root/app/views/admin/blogs/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Added blog draftsKelly Rauchenberger2018-07-041-2/+2
| | | | | | | | 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
* Created admin panelKelly Rauchenberger2017-07-021-0/+10
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(