about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Blogs list is now main page (with pagination)Star Rauchenberger2023-10-118-4/+33
|
* Hey it looks like Four IslandStar Rauchenberger2023-10-1013-78/+201
|
* Gem updatesStar Rauchenberger2023-10-102-122/+125
|
* Switched to self-hosted lingo and pokeviewerStar Rauchenberger2023-10-032-5/+5
|
* Widened Lingo user ID fieldStar Rauchenberger2022-12-103-3/+9
|
* Updated capfileStar Rauchenberger2022-12-101-1/+1
|
* Installed LINGO scoreboardStar Rauchenberger2022-12-1026-296/+691
|
* For some reason I gotta do this thing with Uglifier I guessStar Rauchenberger2021-07-121-1/+1
|
* Replaced Ruby Racer with nodeStar Rauchenberger2021-07-122-7/+8
|
* Updated PumaStar Rauchenberger2021-07-122-4/+7
|
* Updated gemsStar Rauchenberger2021-07-121-62/+61
|
* More font fixesStar Rauchenberger2021-03-122-0/+2
|
* Fixed sidebar fontStar Rauchenberger2021-03-121-0/+1
|
* Fixed asset precompilation stuffStar Rauchenberger2021-03-122-1/+3
|
* Downgraded ckeditorStar Rauchenberger2021-03-122-3/+6
|
* Fixed ckeditor crashStar Rauchenberger2021-03-122-2/+4
|
* Updated CapistranoStar Rauchenberger2021-03-121-1/+1
|
* Updated dependenciesStar Rauchenberger2021-03-121-131/+124
|
* My name is StarlightStar Rauchenberger2021-03-121-1/+1
|
* Add score dropdown to Game adminKelly Rauchenberger2019-03-141-0/+4
|
* Fix padding on Game entry without start/finish dateKelly Rauchenberger2019-03-131-1/+4
|
* Fixed unsorted Game listKelly Rauchenberger2019-03-131-2/+2
|
* Game list is sortableKelly Rauchenberger2019-03-137-25/+84
|
* Game started/finished now displayed in tableKelly Rauchenberger2019-03-132-1/+21
|
* Added started/finished on dates to GameKelly Rauchenberger2019-03-136-4/+27
|
* Game by status filter technically existsKelly Rauchenberger2019-03-122-2/+6
|
* Started game trackerKelly Rauchenberger2019-03-1219-1/+251
|
* Maybe this fixes the thing (updating gems)Kelly Rauchenberger2019-02-162-31/+31
|
* Silly pokeviewer updateKelly Rauchenberger2019-01-141-1/+1
|
* Update pokeviewer & security updatesKelly Rauchenberger2019-01-142-103/+105
|
* Add link entry typeKelly Rauchenberger2018-08-1212-1/+151
|
* Changed application time zoneKelly Rauchenberger2018-07-081-0/+1
|
* Added tag autocompletionKelly Rauchenberger2018-07-078-1/+33
| | | | refs #2
* Fixed tag-related CSSKelly Rauchenberger2018-07-071-0/+7
| | | | refs #2
* Added tagsKelly Rauchenberger2018-07-0726-10/+218
| | | | | | 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-0622-2/+30
| | | | refs #4
* 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
|