about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Abstracted Recordable concernKelly Rauchenberger2018-07-064-9/+14
| | | | Blogs, streams, and updates are all recordable, and there's no need to repeat code in the models for this.
* Updated pokeviewer (embed pokemon link)Kelly Rauchenberger2018-07-041-1/+1
|
* Updated pokeviewer (embeds)Kelly Rauchenberger2018-07-041-3/+3
|
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-0412-18/+60
| | | | | | 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-0413-11/+99
| | | | | | | | 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
* Made stream updates more distinctKelly Rauchenberger2018-07-031-5/+7
|
* Tweaked datetime formattingKelly Rauchenberger2018-07-032-2/+2
|
* Added short footer to blog postsKelly Rauchenberger2018-07-032-0/+19
| | | | | | It just contains the datetime the post was written. Still not a real footer. refs #11
* Added some extra space to the bottom of the pageKelly Rauchenberger2018-07-031-1/+1
| | | | | | Not a footer, but working on it. refs #11
* Changed about snippet to reflect that I graduatedKelly Rauchenberger2018-07-031-1/+2
| | | | refs #15
* Implemented streamsKelly Rauchenberger2018-07-0327-41/+355
| | | | | | 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-039-46/+66
|
* Removed test filesKelly Rauchenberger2018-07-0314-132/+0
|
* Updated capistranoKelly Rauchenberger2018-07-021-1/+1
|
* Updated gemsKelly Rauchenberger2018-07-021-71/+73
|
* Updated pokeviewerKelly Rauchenberger2018-02-141-45/+45
|
* Updated pokeviewer (Pokédex)Kelly Rauchenberger2018-01-293-10/+44
|
* Added migration from previous pokeviewer updateKelly Rauchenberger2018-01-142-1/+24
|
* Updated pokeviewer (hatkirby/pokeviewer#4)Kelly Rauchenberger2018-01-141-1/+1
|
* Updated pokeviewerKelly Rauchenberger2018-01-131-1/+1
|
* Updated pokeviewerKelly Rauchenberger2018-01-131-1/+1
|
* Actually added migration from previous commitKelly Rauchenberger2018-01-132-27/+68
|
* Updated pokeviewer (hatkirby/pokeviewer#3)Kelly Rauchenberger2018-01-131-6/+6
|
* Updated CapistranoKelly Rauchenberger2018-01-051-1/+1
|
* Updated pokeviewer (crisp images)Kelly Rauchenberger2018-01-051-30/+31
|
* Updated Capfile lockKelly Rauchenberger2017-10-151-1/+1
|
* Updated pokeviewerKelly Rauchenberger2017-10-151-1/+1
|
* Fixed two migration similar to previousKelly Rauchenberger2017-10-153-4/+6
|
* Fixed migration againKelly Rauchenberger2017-10-152-2/+2
|
* Fixed MySQL choking on a pokeviewer migrationKelly Rauchenberger2017-10-152-2/+4
| | | | See hatkirby/pokeviewer@a29b86011d9c53709279d125f4501140c17ccc1e.
* Fixed typo in some pokeviewer foreign keysKelly Rauchenberger2017-10-152-6/+6
|
* Added pokeviewerKelly Rauchenberger2017-10-1529-72/+764
|
* Added Four Island faviconKelly Rauchenberger2017-07-031-0/+0
|
* Fixed the "create record" checkbox in adminKelly Rauchenberger2017-07-025-3/+3
| | | | | Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.
* Added mysql2 gemKelly Rauchenberger2017-07-022-0/+6
|
* Maybe?Kelly Rauchenberger2017-07-022-4/+1
|
* Added devise secret key envKelly Rauchenberger2017-07-021-0/+3
|
* Added JS runtimeKelly Rauchenberger2017-07-022-1/+7
|
* Set up CapistranoKelly Rauchenberger2017-07-0211-34/+247
|
* Styled flash and errors in admin panelKelly Rauchenberger2017-07-023-14/+61
|
* Styled password reset formKelly Rauchenberger2017-07-027-45/+51
|
* Tweaked strftime on records pageKelly Rauchenberger2017-07-021-1/+1
|
* Created admin panelKelly Rauchenberger2017-07-02185-43/+12003
| | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(
* Styled figures in blog postsKelly Rauchenberger2017-06-301-0/+19
|
* Split up stylesheets for each layoutKelly Rauchenberger2017-06-3011-263/+254
|
* Worked on sidebar styleKelly Rauchenberger2017-06-292-18/+37
|
* Made ponies actually trotKelly Rauchenberger2017-06-291-0/+6
|
* Added views for blog postsKelly Rauchenberger2017-06-292-0/+14
|
* Worked more on overall layout, made ponies clickableKelly Rauchenberger2017-06-293-24/+26
|
* Worked on style of blog postsKelly Rauchenberger2017-06-296-3/+96
|