Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added blog drafts | Kelly Rauchenberger | 2018-07-04 | 2 | -1/+20 |
| | | | | | | | | 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 | 3 | -1/+39 |
| | | | | | | 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 | 2 | -23/+46 |
| | |||||
* | Updated pokeviewer (Pokédex) | Kelly Rauchenberger | 2018-01-29 | 2 | -1/+35 |
| | |||||
* | Added migration from previous pokeviewer update | Kelly Rauchenberger | 2018-01-14 | 2 | -1/+24 |
| | |||||
* | Actually added migration from previous commit | Kelly Rauchenberger | 2018-01-13 | 2 | -27/+68 |
| | |||||
* | 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 | 24 | -1/+647 |
| | |||||
* | Set up Capistrano | Kelly Rauchenberger | 2017-07-02 | 2 | -6/+13 |
| | |||||
* | Created admin panel | Kelly Rauchenberger | 2017-07-02 | 2 | -1/+37 |
| | | | | | | | 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 | 2 | -1/+64 |
| | |||||
* | Started designing index page | Kelly Rauchenberger | 2017-06-25 | 3 | -0/+56 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2017-06-24 | 1 | -0/+7 |