Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quote stats should only consider published quotes | Star Rauchenberger | 2023-10-22 | 1 | -2/+2 |
| | |||||
* | Audio quotes! | Star Rauchenberger | 2023-10-22 | 1 | -1/+1 |
| | |||||
* | Added quote editing | Star Rauchenberger | 2023-10-21 | 1 | -0/+20 |
| | |||||
* | Reduce emails from quote submission | Star Rauchenberger | 2023-10-21 | 1 | -1/+4 |
| | | | | If I'm the submitter, it won't send the pending email. It still needs to be moderated though. | ||||
* | The hardcoded alias thing is very silly | Star Rauchenberger | 2023-10-21 | 1 | -1/+3 |
| | |||||
* | Added quotes stats page | Star Rauchenberger | 2023-10-21 | 1 | -0/+76 |
| | |||||
* | Added OpenGraph link preview tags for quotes | Star Rauchenberger | 2023-10-21 | 1 | -0/+11 |
| | |||||
* | Added quote moderation panel | Star Rauchenberger | 2023-10-21 | 1 | -0/+34 |
| | |||||
* | Quote submission uses null session for api calls | Star Rauchenberger | 2023-10-21 | 1 | -3/+19 |
| | |||||
* | Quotes can be submitted, although it is not encouraged | Star Rauchenberger | 2023-10-21 | 1 | -2/+13 |
| | |||||
* | Added quote submission (and random) | Star Rauchenberger | 2023-10-21 | 1 | -0/+28 |
| | |||||
* | Added quotes database | Star Rauchenberger | 2023-10-21 | 1 | -0/+97 |
| | |||||
* | Added post voting | Star Rauchenberger | 2023-10-20 | 1 | -0/+48 |
| | |||||
* | Added OpenGraph data for blog posts | Star Rauchenberger | 2023-10-17 | 1 | -0/+15 |
| | |||||
* | Added uploading images to blog posts | Star Rauchenberger | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | Added marking comments as spam | Star Rauchenberger | 2023-10-17 | 2 | -2/+28 |
| | |||||
* | Added comment replying | Star Rauchenberger | 2023-10-14 | 2 | -1/+9 |
| | |||||
* | Blogs have an author now | Star Rauchenberger | 2023-10-14 | 1 | -0/+1 |
| | |||||
* | Pending comments also send you an email now | Star Rauchenberger | 2023-10-13 | 1 | -0/+2 |
| | |||||
* | Added pending comment page to admin panel | Star Rauchenberger | 2023-10-13 | 1 | -1/+23 |
| | |||||
* | Tag cloud | Star Rauchenberger | 2023-10-13 | 1 | -0/+4 |
| | |||||
* | Nice pagination! | Star Rauchenberger | 2023-10-13 | 2 | -1/+4 |
| | |||||
* | Tag links | Star Rauchenberger | 2023-10-13 | 1 | -0/+5 |
| | |||||
* | Webmaster gets an email when a comment is posted | Star Rauchenberger | 2023-10-12 | 1 | -0/+4 |
| | |||||
* | Added comment deleting | Star Rauchenberger | 2023-10-12 | 1 | -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 commenting | Star Rauchenberger | 2023-10-12 | 1 | -0/+59 |
| | |||||
* | Fix use of update_attributes | Star Rauchenberger | 2023-10-12 | 4 | -4/+4 |
| | |||||
* | Fixed broken blog post urls | Star Rauchenberger | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | Added blog archive | Star Rauchenberger | 2023-10-11 | 2 | -2/+6 |
| | | | | The path to blog posts is now "blog" instead of "says", btw. | ||||
* | You can backdate posts now | Star Rauchenberger | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | We're on Markdown now | Star Rauchenberger | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | Blogs list is now main page (with pagination) | Star Rauchenberger | 2023-10-11 | 1 | -0/+9 |
| | |||||
* | Fixed unsorted Game list | Kelly Rauchenberger | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | Game list is sortable | Kelly Rauchenberger | 2019-03-13 | 1 | -1/+13 |
| | |||||
* | Added started/finished on dates to Game | Kelly Rauchenberger | 2019-03-13 | 2 | -2/+2 |
| | |||||
* | Game by status filter technically exists | Kelly Rauchenberger | 2019-03-12 | 1 | -0/+4 |
| | |||||
* | Started game tracker | Kelly Rauchenberger | 2019-03-12 | 2 | -0/+61 |
| | |||||
* | Add link entry type | Kelly Rauchenberger | 2018-08-12 | 1 | -0/+52 |
| | |||||
* | Added tag autocompletion | Kelly Rauchenberger | 2018-07-07 | 1 | -0/+11 |
| | | | | refs #2 | ||||
* | Added tags | Kelly Rauchenberger | 2018-07-07 | 2 | -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 slugs | Kelly Rauchenberger | 2018-07-04 | 2 | -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 drafts | Kelly Rauchenberger | 2018-07-04 | 2 | -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 streams | Kelly Rauchenberger | 2018-07-03 | 3 | -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 Blog | Kelly Rauchenberger | 2018-07-03 | 2 | -7/+7 |
| | |||||
* | Added pokeviewer | Kelly Rauchenberger | 2017-10-15 | 1 | -0/+10 |
| | |||||
* | Styled password reset form | Kelly Rauchenberger | 2017-07-02 | 1 | -0/+1 |
| | |||||
* | Created admin panel | Kelly Rauchenberger | 2017-07-02 | 4 | -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 posts | Kelly Rauchenberger | 2017-06-29 | 1 | -1/+20 |
| | |||||
* | Added logging in and logging out | Kelly Rauchenberger | 2017-06-25 | 7 | -0/+208 |
| | |||||
* | Started designing index page | Kelly Rauchenberger | 2017-06-25 | 2 | -0/+14 |
| |