Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added post voting | Star Rauchenberger | 2023-10-20 | 2 | -0/+16 |
| | |||||
* | Blogs have an author now | Star Rauchenberger | 2023-10-14 | 1 | -2/+2 |
| | |||||
* | Fixed display of draft blog posts | Star Rauchenberger | 2023-10-13 | 1 | -4/+4 |
| | |||||
* | Nice pagination! | Star Rauchenberger | 2023-10-13 | 2 | -3/+6 |
| | |||||
* | Tag links | Star Rauchenberger | 2023-10-13 | 1 | -0/+3 |
| | |||||
* | Added blog post commenting | Star Rauchenberger | 2023-10-12 | 2 | -5/+2 |
| | |||||
* | Added blog archive | Star Rauchenberger | 2023-10-11 | 3 | -4/+13 |
| | | | | The path to blog posts is now "blog" instead of "says", btw. | ||||
* | Correct atom publish dates | Star Rauchenberger | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | Atom feed needs to be markdown'd | Star Rauchenberger | 2023-10-11 | 1 | -3/+3 |
| | |||||
* | Blog title links | Star Rauchenberger | 2023-10-11 | 1 | -1/+5 |
| | |||||
* | We're on Markdown now | Star Rauchenberger | 2023-10-11 | 3 | -3/+8 |
| | |||||
* | Blogs list is now main page (with pagination) | Star Rauchenberger | 2023-10-11 | 2 | -0/+18 |
| | |||||
* | Hey it looks like Four Island | Star Rauchenberger | 2023-10-10 | 1 | -2/+8 |
| | |||||
* | Added page titles | Kelly Rauchenberger | 2018-07-06 | 1 | -0/+1 |
| | | | | refs #4 | ||||
* | Blog drafts no longer require slugs | Kelly Rauchenberger | 2018-07-04 | 1 | -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 drafts | Kelly Rauchenberger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Tweaked datetime formatting | Kelly Rauchenberger | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Added short footer to blog posts | Kelly Rauchenberger | 2018-07-03 | 1 | -0/+4 |
| | | | | | | It just contains the datetime the post was written. Still not a real footer. refs #11 | ||||
* | Implemented streams | Kelly Rauchenberger | 2018-07-03 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Collapsed Entry -> Blog single-table inheritance to Blog | Kelly Rauchenberger | 2018-07-03 | 1 | -0/+2 |
| | |||||
* | Added views for blog posts | Kelly Rauchenberger | 2017-06-29 | 1 | -0/+3 |