about summary refs log tree commit diff stats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* It's Four Island nowStar Rauchenberger2023-10-123-4/+4
|
* Added comment deletingStar Rauchenberger2023-10-125-1/+51
| | | | Also I seem to have fixed the JS errors that were preventing the fancy stuff in the admin panel from working.
* Added blog post commentingStar Rauchenberger2023-10-1212-7/+220
|
* Blog title underline should stretch full widthStar Rauchenberger2023-10-121-1/+3
|
* Center main bannerStar Rauchenberger2023-10-121-0/+1
|
* Fix use of update_attributesStar Rauchenberger2023-10-124-4/+4
|
* Fix weird scrollbars on code snippetsStar Rauchenberger2023-10-121-1/+4
|
* Fixed broken blog post urlsStar Rauchenberger2023-10-113-3/+3
|
* Added blog archiveStar Rauchenberger2023-10-118-8/+52
| | | | The path to blog posts is now "blog" instead of "says", btw.
* Scroll bars on code blocks in postsStar Rauchenberger2023-10-111-0/+1
|
* Correct atom publish datesStar Rauchenberger2023-10-111-1/+1
|
* Syntax highlightingStar Rauchenberger2023-10-112-2/+21
|
* You can backdate posts nowStar Rauchenberger2023-10-112-1/+4
|
* Atom feed needs to be markdown'dStar Rauchenberger2023-10-111-3/+3
|
* Do it more I guessStar Rauchenberger2023-10-113-4/+4
|
* Fixed blog editing urlStar Rauchenberger2023-10-111-1/+1
|
* Blog title linksStar Rauchenberger2023-10-113-2/+23
|
* We're on Markdown nowStar Rauchenberger2023-10-117-4/+30
|
* Removed ckeditorStar Rauchenberger2023-10-11157-11488/+4
|
* Blogs list is now main page (with pagination)Star Rauchenberger2023-10-115-3/+28
|
* Hey it looks like Four IslandStar Rauchenberger2023-10-1013-78/+201
|
* More font fixesStar Rauchenberger2021-03-122-0/+2
|
* Fixed sidebar fontStar Rauchenberger2021-03-121-0/+1
|
* 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-134-3/+16
|
* Game by status filter technically existsKelly Rauchenberger2019-03-122-2/+6
|
* Started game trackerKelly Rauchenberger2019-03-1212-0/+163
|
* Add link entry typeKelly Rauchenberger2018-08-129-0/+131
|
* Added tag autocompletionKelly Rauchenberger2018-07-074-0/+17
| | | | refs #2
* Fixed tag-related CSSKelly Rauchenberger2018-07-071-0/+7
| | | | refs #2
* Added tagsKelly Rauchenberger2018-07-0714-9/+48
| | | | | | 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.
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-049-13/+50
| | | | | | 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-0410-9/+74
| | | | | | | | 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-0323-40/+310
| | | | | | 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-036-22/+19
|
* Added pokeviewerKelly Rauchenberger2017-10-152-0/+12
|
* Fixed the "create record" checkbox in adminKelly Rauchenberger2017-07-024-2/+2
| | | | | Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.
* Styled flash and errors in admin panelKelly Rauchenberger2017-07-023-14/+61
|