ubyssey.ca icon indicating copy to clipboard operation
ubyssey.ca copied to clipboard

The code that powers www.ubyssey.ca

Results 174 ubyssey.ca issues
Sort by recently updated
recently updated
newest added

Change 'static' to 'static_src' on docker installation page under "How to build static files with Gulp" https://code.ubyssey.ca/installation/docker

volunteer

Break down into several smaller updates. Implement to side of Article pages

## What behavior were you expecting? RSS feed shows current articles ## What actually happened? RSS feed contains no items ## Steps to reproduce Open https://www.ubyssey.ca/rss/ Sorry, unsure if this...

feature

## 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

Much of our multi-container Docker setup is driven by the fact that we're trying to split work over mutiple repos. In order to simplify things, once we successfully move things...

Currently user permissions are very everything/nothing. Editorial should be allowed to do a lot but editorial should probably not be allowed to edit/delete everything that corresponds to a table entry....

Dispatch "Files" table entries are odd because they don't properly wrap a single file so haven't been necessary to migrate. Still, conceptually those files belong as Wagtail "Documents", which may...