about summary refs log tree commit diff stats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
...
* My name is StarlightStar Rauchenberger2021-03-121-1/+1
|
* Add score dropdown to Game adminKelly Rauchenberger2019-03-141-0/+4
|
* Game list is sortableKelly Rauchenberger2019-03-131-21/+24
|
* Game started/finished now displayed in tableKelly Rauchenberger2019-03-131-1/+10
|
* Added started/finished on dates to GameKelly Rauchenberger2019-03-131-1/+9
|
* Started game trackerKelly Rauchenberger2019-03-126-0/+60
|
* Add link entry typeKelly Rauchenberger2018-08-125-0/+50
|
* Added tagsKelly Rauchenberger2018-07-074-7/+16
| | | | | | 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 titlesKelly Rauchenberger2018-07-0621-2/+25
| | | | refs #4
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-045-3/+20
| | | | | | 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-045-3/+18
| | | | | | | | 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 formattingKelly Rauchenberger2018-07-032-2/+2
|
* Added short footer to blog postsKelly Rauchenberger2018-07-031-0/+4
| | | | | | It just contains the datetime the post was written. Still not a real footer. refs #11
* Changed about snippet to reflect that I graduatedKelly Rauchenberger2018-07-031-1/+2
| | | | refs #15
* Implemented streamsKelly Rauchenberger2018-07-0314-3/+86
| | | | | | 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-2/+2
|
* Styled flash and errors in admin panelKelly Rauchenberger2017-07-022-13/+16
|
* Styled password reset formKelly Rauchenberger2017-07-024-41/+27
|
* Tweaked strftime on records pageKelly Rauchenberger2017-07-021-1/+1
|
* Created admin panelKelly Rauchenberger2017-07-028-11/+66
| | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(
* Split up stylesheets for each layoutKelly Rauchenberger2017-06-303-11/+11
|
* Worked on sidebar styleKelly Rauchenberger2017-06-291-3/+3
|
* Added views for blog postsKelly Rauchenberger2017-06-292-0/+14
|
* Worked more on overall layout, made ponies clickableKelly Rauchenberger2017-06-292-12/+12
|
* Worked on style of blog postsKelly Rauchenberger2017-06-291-2/+2
|
* Worked on layout more, added trotting poniesKelly Rauchenberger2017-06-251-2/+1
|
* Added logging in and logging outKelly Rauchenberger2017-06-2516-3/+248
|
* Worked on design, and added small bioKelly Rauchenberger2017-06-251-1/+3
|
* Started designing index pageKelly Rauchenberger2017-06-254-14/+23
|
* Initial commitKelly Rauchenberger2017-06-243-0/+28