Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some admin dashboard stats | Star Rauchenberger | 2024-03-20 | 1 | -0/+11 |
| | |||||
* | Installed Wittle | Star Rauchenberger | 2023-10-30 | 2 | -0/+25 |
| | |||||
* | Added quotes database | Star Rauchenberger | 2023-10-21 | 1 | -0/+14 |
| | |||||
* | Added post voting | Star Rauchenberger | 2023-10-20 | 2 | -0/+19 |
| | |||||
* | Added marking comments as spam | Star Rauchenberger | 2023-10-17 | 1 | -0/+9 |
| | |||||
* | Added ActiveStorage (but I'm not using it yet) | Star Rauchenberger | 2023-10-16 | 1 | -0/+57 |
| | |||||
* | Added comment replying | Star Rauchenberger | 2023-10-14 | 1 | -0/+5 |
| | |||||
* | Blogs have an author now | Star Rauchenberger | 2023-10-14 | 1 | -0/+5 |
| | |||||
* | Added blog post commenting | Star Rauchenberger | 2023-10-12 | 1 | -0/+15 |
| | |||||
* | Widened Lingo user ID field | Star Rauchenberger | 2022-12-10 | 1 | -0/+6 |
| | |||||
* | Installed LINGO scoreboard | Star Rauchenberger | 2022-12-10 | 4 | -0/+70 |
| | |||||
* | Added started/finished on dates to Game | Kelly Rauchenberger | 2019-03-13 | 1 | -0/+8 |
| | |||||
* | Started game tracker | Kelly Rauchenberger | 2019-03-12 | 2 | -0/+43 |
| | |||||
* | Add link entry type | Kelly Rauchenberger | 2018-08-12 | 1 | -0/+10 |
| | |||||
* | Added tags | Kelly Rauchenberger | 2018-07-07 | 6 | -0/+135 |
| | | | | | | 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 | ||||
* | Blog drafts no longer require slugs | Kelly Rauchenberger | 2018-07-04 | 1 | -0/+5 |
| | | | | | | 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 | -0/+17 |
| | | | | | | | | 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 | 2 | -0/+21 |
| | | | | | | 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/+24 |
| | |||||
* | Updated pokeviewer (Pokédex) | Kelly Rauchenberger | 2018-01-29 | 1 | -0/+21 |
| | |||||
* | Added migration from previous pokeviewer update | Kelly Rauchenberger | 2018-01-14 | 1 | -0/+20 |
| | |||||
* | Actually added migration from previous commit | Kelly Rauchenberger | 2018-01-13 | 1 | -0/+40 |
| | |||||
* | Fixed two migration similar to previous | Kelly Rauchenberger | 2017-10-15 | 2 | -3/+5 |
| | |||||
* | Fixed migration again | Kelly Rauchenberger | 2017-10-15 | 1 | -1/+1 |
| | |||||
* | Fixed MySQL choking on a pokeviewer migration | Kelly Rauchenberger | 2017-10-15 | 1 | -1/+3 |
| | | | | See hatkirby/pokeviewer@a29b86011d9c53709279d125f4501140c17ccc1e. | ||||
* | Fixed typo in some pokeviewer foreign keys | Kelly Rauchenberger | 2017-10-15 | 1 | -5/+5 |
| | |||||
* | Added pokeviewer | Kelly Rauchenberger | 2017-10-15 | 22 | -0/+470 |
| | |||||
* | Set up Capistrano | Kelly Rauchenberger | 2017-07-02 | 1 | -0/+8 |
| | |||||
* | Created admin panel | Kelly Rauchenberger | 2017-07-02 | 1 | -0/+23 |
| | | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( | ||||
* | Added logging in and logging out | Kelly Rauchenberger | 2017-06-25 | 1 | -0/+44 |
| | |||||
* | Started designing index page | Kelly Rauchenberger | 2017-06-25 | 2 | -0/+22 |