about summary refs log tree commit diff stats
path: root/app/controllers/blogs_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added post votingStar Rauchenberger2023-10-201-0/+48
|
* Added OpenGraph data for blog postsStar Rauchenberger2023-10-171-0/+15
|
* Nice pagination!Star Rauchenberger2023-10-131-0/+3
|
* Added blog archiveStar Rauchenberger2023-10-111-1/+5
| | | | The path to blog posts is now "blog" instead of "says", btw.
* Blogs list is now main page (with pagination)Star Rauchenberger2023-10-111-0/+9
|
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-041-1/+1
| | | | | | 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-041-0/+3
| | | | | | | | 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
* Collapsed Entry -> Blog single-table inheritance to BlogKelly Rauchenberger2018-07-031-0/+7