Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag cloud | Star Rauchenberger | 2023-10-13 | 1 | -0/+37 |
| | |||||
* | Nice pagination! | Star Rauchenberger | 2023-10-13 | 2 | -0/+54 |
| | |||||
* | Tag links | Star Rauchenberger | 2023-10-13 | 2 | -0/+24 |
| | |||||
* | Added blog post commenting | Star Rauchenberger | 2023-10-12 | 2 | -0/+66 |
| | |||||
* | Blog title underline should stretch full width | Star Rauchenberger | 2023-10-12 | 1 | -1/+3 |
| | |||||
* | Center main banner | Star Rauchenberger | 2023-10-12 | 1 | -0/+1 |
| | |||||
* | Fix weird scrollbars on code snippets | Star Rauchenberger | 2023-10-12 | 1 | -1/+4 |
| | |||||
* | Added blog archive | Star Rauchenberger | 2023-10-11 | 1 | -0/+31 |
| | | | | The path to blog posts is now "blog" instead of "says", btw. | ||||
* | Scroll bars on code blocks in posts | Star Rauchenberger | 2023-10-11 | 1 | -0/+1 |
| | |||||
* | Syntax highlighting | Star Rauchenberger | 2023-10-11 | 1 | -0/+11 |
| | |||||
* | Blog title links | Star Rauchenberger | 2023-10-11 | 1 | -1/+14 |
| | |||||
* | We're on Markdown now | Star Rauchenberger | 2023-10-11 | 1 | -0/+8 |
| | |||||
* | Removed ckeditor | Star Rauchenberger | 2023-10-11 | 150 | -11453/+0 |
| | |||||
* | Blogs list is now main page (with pagination) | Star Rauchenberger | 2023-10-11 | 2 | -3/+1 |
| | |||||
* | Hey it looks like Four Island | Star Rauchenberger | 2023-10-10 | 11 | -60/+170 |
| | |||||
* | More font fixes | Star Rauchenberger | 2021-03-12 | 2 | -0/+2 |
| | |||||
* | Fixed sidebar font | Star Rauchenberger | 2021-03-12 | 1 | -0/+1 |
| | |||||
* | Fix padding on Game entry without start/finish date | Kelly Rauchenberger | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | Game list is sortable | Kelly Rauchenberger | 2019-03-13 | 4 | -3/+40 |
| | |||||
* | Game started/finished now displayed in table | Kelly Rauchenberger | 2019-03-13 | 1 | -0/+11 |
| | |||||
* | Added started/finished on dates to Game | Kelly Rauchenberger | 2019-03-13 | 1 | -0/+5 |
| | |||||
* | Game by status filter technically exists | Kelly Rauchenberger | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | Started game tracker | Kelly Rauchenberger | 2019-03-12 | 1 | -0/+25 |
| | |||||
* | Add link entry type | Kelly Rauchenberger | 2018-08-12 | 2 | -0/+14 |
| | |||||
* | Added tag autocompletion | Kelly Rauchenberger | 2018-07-07 | 3 | -0/+6 |
| | | | | refs #2 | ||||
* | Fixed tag-related CSS | Kelly Rauchenberger | 2018-07-07 | 1 | -0/+7 |
| | | | | refs #2 | ||||
* | Added tags | Kelly Rauchenberger | 2018-07-07 | 5 | -0/+14 |
| | | | | | | 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 | 1 | -0/+10 |
| | | | | | | 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 | -4/+26 |
| | | | | | | | | 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 distinct | Kelly Rauchenberger | 2018-07-03 | 1 | -5/+7 |
| | |||||
* | Added short footer to blog posts | Kelly Rauchenberger | 2018-07-03 | 1 | -0/+15 |
| | | | | | | 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 page | Kelly Rauchenberger | 2018-07-03 | 1 | -1/+1 |
| | | | | | | Not a footer, but working on it. refs #11 | ||||
* | Implemented streams | Kelly Rauchenberger | 2018-07-03 | 3 | -37/+86 |
| | | | | | | 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 | ||||
* | Fixed the "create record" checkbox in admin | Kelly Rauchenberger | 2017-07-02 | 4 | -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 panel | Kelly Rauchenberger | 2017-07-02 | 1 | -1/+45 |
| | |||||
* | Styled password reset form | Kelly Rauchenberger | 2017-07-02 | 1 | -3/+18 |
| | |||||
* | Created admin panel | Kelly Rauchenberger | 2017-07-02 | 156 | -2/+11662 |
| | | | | | | | Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( | ||||
* | Styled figures in blog posts | Kelly Rauchenberger | 2017-06-30 | 1 | -0/+19 |
| | |||||
* | Split up stylesheets for each layout | Kelly Rauchenberger | 2017-06-30 | 7 | -252/+242 |
| | |||||
* | Worked on sidebar style | Kelly Rauchenberger | 2017-06-29 | 1 | -15/+34 |
| | |||||
* | Made ponies actually trot | Kelly Rauchenberger | 2017-06-29 | 1 | -0/+6 |
| | |||||
* | Worked more on overall layout, made ponies clickable | Kelly Rauchenberger | 2017-06-29 | 1 | -12/+14 |
| | |||||
* | Worked on style of blog posts | Kelly Rauchenberger | 2017-06-29 | 2 | -0/+70 |
| | |||||
* | Worked on layout more, added trotting ponies | Kelly Rauchenberger | 2017-06-25 | 2 | -27/+21 |
| | |||||
* | Added logging in and logging out | Kelly Rauchenberger | 2017-06-25 | 1 | -1/+138 |
| | |||||
* | Worked on design, and added small bio | Kelly Rauchenberger | 2017-06-25 | 2 | -6/+10 |
| | |||||
* | Started designing index page | Kelly Rauchenberger | 2017-06-25 | 5 | -0/+129 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2017-06-24 | 6 | -0/+46 |