about summary refs log tree commit diff stats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* whenever is no longer neededStar Rauchenberger2023-11-301-0/+0
|
* Unmount Wittle engineStar Rauchenberger2023-11-302-4/+0
|
* Unmount Lingo engineStar Rauchenberger2023-11-293-3/+1
|
* Fix modifying gamesStar Rauchenberger2023-11-071-0/+1
|
* Changed JS compressor to terserStar Rauchenberger2023-10-301-1/+1
|
* Updating Wittle (dev)Star Rauchenberger2023-10-301-1/+1
|
* Scheduled daily new Wittle puzzlesStar Rauchenberger2023-10-301-0/+3
|
* Installed WittleStar Rauchenberger2023-10-301-0/+1
|
* Added quote editingStar Rauchenberger2023-10-211-1/+1
|
* Added quotes stats pageStar Rauchenberger2023-10-211-0/+1
|
* Added quote moderation panelStar Rauchenberger2023-10-211-0/+10
|
* Added quote submission (and random)Star Rauchenberger2023-10-211-0/+1
|
* Added quotes databaseStar Rauchenberger2023-10-212-1/+15
|
* Added post votingStar Rauchenberger2023-10-201-0/+3
|
* Added uploading images to blog postsStar Rauchenberger2023-10-171-1/+1
|
* Added marking comments as spamStar Rauchenberger2023-10-171-0/+1
|
* Added ActiveStorage (but I'm not using it yet)Star Rauchenberger2023-10-161-0/+3
|
* Added pending comment page to admin panelStar Rauchenberger2023-10-131-1/+10
|
* Tag cloudStar Rauchenberger2023-10-131-1/+1
|
* Tag linksStar Rauchenberger2023-10-131-1/+1
|
* Webmaster gets an email when a comment is postedStar Rauchenberger2023-10-124-2/+13
|
* Added comment deletingStar Rauchenberger2023-10-122-0/+9
| | | | 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-124-2/+14
|
* Added blog archiveStar Rauchenberger2023-10-111-3/+2
| | | | The path to blog posts is now "blog" instead of "says", btw.
* Updated deployment stuffStar Rauchenberger2023-10-112-3/+3
|
* Removed ckeditorStar Rauchenberger2023-10-113-61/+0
|
* Blogs list is now main page (with pagination)Star Rauchenberger2023-10-111-1/+2
|
* Updated capfileStar Rauchenberger2022-12-101-1/+1
|
* Installed LINGO scoreboardStar Rauchenberger2022-12-1015-36/+283
|
* For some reason I gotta do this thing with Uglifier I guessStar Rauchenberger2021-07-121-1/+1
|
* Fixed ckeditor crashStar Rauchenberger2021-03-121-1/+1
|
* Updated CapistranoStar Rauchenberger2021-03-121-1/+1
|
* Started game trackerKelly Rauchenberger2019-03-121-0/+4
|
* Add link entry typeKelly Rauchenberger2018-08-121-0/+2
|
* Changed application time zoneKelly Rauchenberger2018-07-081-0/+1
|
* Added tag autocompletionKelly Rauchenberger2018-07-071-0/+6
| | | | refs #2
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-041-3/+3
| | | | | | 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-041-1/+5
| | | | | | | | 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-031-0/+6
| | | | | | 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-031-1/+1
|
* Updated capistranoKelly Rauchenberger2018-07-021-1/+1
|
* Updated CapistranoKelly Rauchenberger2018-01-051-1/+1
|
* Updated Capfile lockKelly Rauchenberger2017-10-151-1/+1
|
* Added pokeviewerKelly Rauchenberger2017-10-151-0/+2
|
* Fixed the "create record" checkbox in adminKelly Rauchenberger2017-07-021-1/+1
| | | | | Some weird stuff about javascript and precompiliation. Will get around to cleaning up some of the javascript soon.
* Maybe?Kelly Rauchenberger2017-07-022-4/+1
|
* Added devise secret key envKelly Rauchenberger2017-07-021-0/+3
|
* Set up CapistranoKelly Rauchenberger2017-07-025-25/+175
|
* Styled password reset formKelly Rauchenberger2017-07-021-1/+5
|
* Created admin panelKelly Rauchenberger2017-07-023-8/+67
| | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(