about summary refs log tree commit diff stats
path: root/app/views/admin/streams
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-063-0/+3
| | | | refs #4
* Implemented streamsKelly Rauchenberger2018-07-034-0/+42
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