Keegan Landrigan

Results 21 issues of Keegan Landrigan

Here is an example in class Subsection: `description = TextField(null=True, blank=True)` Now, say a customized React form exists for this field and some backend programmer wants to check if it's...

This issue is somewhat "high level" and vague, but captures what I believe to be many issues with the Dispatch project. The Dispatch Templates tab lacks a design contract, and...

difficulty/hard
design

## What behavior were you expecting? Preview Page ## What actually happened? 404 ## Steps to reproduce Create a new page and try to preview it ## What was your...

Our editors would like to be able to do strikethroughs in the Rich Text editors in Wagtail. Wagtail implements its Rich Text editor using Draftail. Plugins etc. can be added...

feature
volunteer

Rudimentary default-behaviour search in wagtail can occur if one simply calls .search() on a queryset of Page objects. The site does not currently have any more robust search than this....

Alumni sometimes are looking for old articles, which sometimes experience code rot, or were even on old versions of the site running fundamentally different software. --- Technical issue with accessing...

## What actually happened? Any article where "timeline" is selected on the "templates" tab in dispatch will produce 500 errors once the published article is requested on the live site

bug
backend

Django is optimized to be used with PostgreSQL instead of MySQL, the latter of which is what we currently use. In researching why certain things in our code base were...

article.js is a static script that is included on every single page of the site. Fair enough. Some functionality we need everywhere. It is on every page in the site...

frontend
javascript

Templates get divided up according to Django app according to their purpose. However, many of our existing template designs serve many purposes at once. This occurs because we often need...

frontend
documentation
javascript