Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added quote moderation panel | Star Rauchenberger | 2023-10-21 | 2 | -0/+40 |
| | |||||
* | Prettied up images sidebar in admin panel a bit | Star Rauchenberger | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | Added uploading images to blog posts | Star Rauchenberger | 2023-10-17 | 1 | -0/+8 |
| | |||||
* | Added marking comments as spam | Star Rauchenberger | 2023-10-17 | 1 | -0/+1 |
| | |||||
* | Pending comment dashboard bug | Star Rauchenberger | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | Fixed display of draft blog posts | Star Rauchenberger | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Added pending comment page to admin panel | Star Rauchenberger | 2023-10-13 | 1 | -0/+25 |
| | |||||
* | Admin comment page pagination | Star Rauchenberger | 2023-10-13 | 1 | -0/+2 |
| | |||||
* | Added comment deleting | Star Rauchenberger | 2023-10-12 | 1 | -0/+23 |
| | | | | Also I seem to have fixed the JS errors that were preventing the fancy stuff in the admin panel from working. | ||||
* | Fixed broken blog post urls | Star Rauchenberger | 2023-10-11 | 2 | -2/+2 |
| | |||||
* | Added blog archive | Star Rauchenberger | 2023-10-11 | 2 | -2/+2 |
| | | | | The path to blog posts is now "blog" instead of "says", btw. | ||||
* | You can backdate posts now | Star Rauchenberger | 2023-10-11 | 1 | -0/+3 |
| | |||||
* | Do it more I guess | Star Rauchenberger | 2023-10-11 | 3 | -4/+4 |
| | |||||
* | Fixed blog editing url | Star Rauchenberger | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | Removed ckeditor | Star Rauchenberger | 2023-10-11 | 4 | -4/+4 |
| | |||||
* | Add score dropdown to Game admin | Kelly Rauchenberger | 2019-03-14 | 1 | -0/+4 |
| | |||||
* | Added started/finished on dates to Game | Kelly Rauchenberger | 2019-03-13 | 1 | -1/+9 |
| | |||||
* | Started game tracker | Kelly Rauchenberger | 2019-03-12 | 4 | -0/+42 |
| | |||||
* | Add link entry type | Kelly Rauchenberger | 2018-08-12 | 4 | -0/+46 |
| | |||||
* | Added tags | Kelly Rauchenberger | 2018-07-07 | 2 | -0/+8 |
| | | | | | | 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 titles | Kelly Rauchenberger | 2018-07-06 | 10 | -0/+10 |
| | | | | refs #4 | ||||
* | Blog drafts no longer require slugs | Kelly Rauchenberger | 2018-07-04 | 4 | -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 drafts | Kelly Rauchenberger | 2018-07-04 | 3 | -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 streams | Kelly Rauchenberger | 2018-07-03 | 9 | -2/+70 |
| | | | | | | 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 panel | Kelly Rauchenberger | 2017-07-02 | 1 | -4/+6 |
| | |||||
* | Created admin panel | Kelly Rauchenberger | 2017-07-02 | 5 | -0/+38 |
Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( |