about summary refs log tree commit diff stats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Added quotes databaseStar Rauchenberger2023-10-211-0/+97
|
* Added post votingStar Rauchenberger2023-10-201-0/+48
|
* Added OpenGraph data for blog postsStar Rauchenberger2023-10-171-0/+15
|
* Added uploading images to blog postsStar Rauchenberger2023-10-171-1/+1
|
* Added marking comments as spamStar Rauchenberger2023-10-172-2/+28
|
* Added comment replyingStar Rauchenberger2023-10-142-1/+9
|
* Blogs have an author nowStar Rauchenberger2023-10-141-0/+1
|
* Pending comments also send you an email nowStar Rauchenberger2023-10-131-0/+2
|
* Added pending comment page to admin panelStar Rauchenberger2023-10-131-1/+23
|
* Tag cloudStar Rauchenberger2023-10-131-0/+4
|
* Nice pagination!Star Rauchenberger2023-10-132-1/+4
|
* Tag linksStar Rauchenberger2023-10-131-0/+5
|
* Webmaster gets an email when a comment is postedStar Rauchenberger2023-10-121-0/+4
|
* Added comment deletingStar Rauchenberger2023-10-121-0/+23
| | | | 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-121-0/+59
|
* Fix use of update_attributesStar Rauchenberger2023-10-124-4/+4
|
* Fixed broken blog post urlsStar Rauchenberger2023-10-111-1/+1
|
* Added blog archiveStar Rauchenberger2023-10-112-2/+6
| | | | The path to blog posts is now "blog" instead of "says", btw.
* You can backdate posts nowStar Rauchenberger2023-10-111-1/+1
|
* We're on Markdown nowStar Rauchenberger2023-10-111-1/+1
|
* Blogs list is now main page (with pagination)Star Rauchenberger2023-10-111-0/+9
|
* Fixed unsorted Game listKelly Rauchenberger2019-03-131-2/+2
|
* Game list is sortableKelly Rauchenberger2019-03-131-1/+13
|
* Added started/finished on dates to GameKelly Rauchenberger2019-03-132-2/+2
|
* Game by status filter technically existsKelly Rauchenberger2019-03-121-0/+4
|
* Started game trackerKelly Rauchenberger2019-03-122-0/+61
|
* Add link entry typeKelly Rauchenberger2018-08-121-0/+52
|
* Added tag autocompletionKelly Rauchenberger2018-07-071-0/+11
| | | | refs #2
* Added tagsKelly Rauchenberger2018-07-072-2/+2
| | | | | | 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
* Blog drafts no longer require slugsKelly Rauchenberger2018-07-042-1/+11
| | | | | | 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-042-2/+9
| | | | | | | | 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-033-0/+111
| | | | | | 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-7/+7
|
* Added pokeviewerKelly Rauchenberger2017-10-151-0/+10
|
* Styled password reset formKelly Rauchenberger2017-07-021-0/+1
|
* Created admin panelKelly Rauchenberger2017-07-024-20/+70
| | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :(
* Worked on style of blog postsKelly Rauchenberger2017-06-291-1/+20
|
* Added logging in and logging outKelly Rauchenberger2017-06-257-0/+208
|
* Started designing index pageKelly Rauchenberger2017-06-252-0/+14
|
* Initial commitKelly Rauchenberger2017-06-242-0/+3