about summary refs log tree commit diff stats
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Added marking comments as spamStar Rauchenberger2023-10-172-1/+13
|
* Added ActiveStorage (but I'm not using it yet)Star Rauchenberger2023-10-162-1/+88
|
* Added comment replyingStar Rauchenberger2023-10-142-1/+9
|
* Blogs have an author nowStar Rauchenberger2023-10-142-1/+9
|
* Added blog post commentingStar Rauchenberger2023-10-122-1/+30
|
* Widened Lingo user ID fieldStar Rauchenberger2022-12-102-2/+8
|
* Installed LINGO scoreboardStar Rauchenberger2022-12-105-89/+189
|
* Added started/finished on dates to GameKelly Rauchenberger2019-03-132-1/+11
|
* Started game trackerKelly Rauchenberger2019-03-123-1/+76
|
* Maybe this fixes the thing (updating gems)Kelly Rauchenberger2019-02-161-20/+20
|
* Add link entry typeKelly Rauchenberger2018-08-122-1/+18
|
* Added tagsKelly Rauchenberger2018-07-077-1/+161
| | | | | | 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 slugsKelly Rauchenberger2018-07-042-2/+7
| | | | | | 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-042-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 streamsKelly Rauchenberger2018-07-033-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 BlogKelly Rauchenberger2018-07-032-23/+46
|
* Updated pokeviewer (Pokédex)Kelly Rauchenberger2018-01-292-1/+35
|
* Added migration from previous pokeviewer updateKelly Rauchenberger2018-01-142-1/+24
|
* Actually added migration from previous commitKelly Rauchenberger2018-01-132-27/+68
|
* Fixed two migration similar to previousKelly Rauchenberger2017-10-152-3/+5
|
* Fixed migration againKelly Rauchenberger2017-10-151-1/+1
|
* Fixed MySQL choking on a pokeviewer migrationKelly Rauchenberger2017-10-151-1/+3
| | | | See hatkirby/pokeviewer@a29b86011d9c53709279d125f4501140c17ccc1e.
* Fixed typo in some pokeviewer foreign keysKelly Rauchenberger2017-10-151-5/+5
|
* Added pokeviewerKelly Rauchenberger2017-10-1524-1/+647
|
* Set up CapistranoKelly Rauchenberger2017-07-022-6/+13
|
* Created admin panelKelly Rauchenberger2017-07-022-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 outKelly Rauchenberger2017-06-252-1/+64
|
* Started designing index pageKelly Rauchenberger2017-06-253-0/+56
|
* Initial commitKelly Rauchenberger2017-06-241-0/+7