about summary refs log tree commit diff stats
path: root/app/views/admin/blogs
Commit message (Collapse)AuthorAgeFilesLines
* Removed ckeditorStar Rauchenberger2023-10-111-1/+1
|
* Added tagsKelly Rauchenberger2018-07-071-0/+4
| | | | | | 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 page titlesKelly Rauchenberger2018-07-065-0/+5
| | | | refs #4
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-044-2/+19
| | | | | | They do still technically require titles, but the engine will fill in "Untitled draft" if it is left blank. Unpublished posts can be viewed at a different URL than published posts would be. Quick links to view published and unpublished posts have been added to the admin panel. refs #1
* Added blog draftsKelly Rauchenberger2018-07-043-2/+16
| | | | | | | | 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
* Implemented streamsKelly Rauchenberger2018-07-032-2/+2
| | | | | | Currently there are no links to the pages for editing stream updates, and the admin panel for managing streams could probably have a better look & feel, but here's some basic working functionality. refs #8
* Styled flash and errors in admin panelKelly Rauchenberger2017-07-021-4/+6
|
* Created admin panelKelly Rauchenberger2017-07-024-0/+37
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(