summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/static
AgeCommit message (Collapse)Author
2023-04-12Change static->media and stop using collectstaticMagnus Hagander
This changes both the storage location of the files and the URL. This aligns it up with how (almost) all our other django apps work, so good for consistency.
2021-11-25Replace django-selectable with selectizeMagnus Hagander
django-selectable is no longer maintained, and will cause issues in newer versions of django. selectize is what we use in the pgeu-system codebase today, so copy the handling over from there.
2020-12-08Properly escape list of messages when creating a new entryMagnus Hagander
This has been broken since day 1... oops. Noted by Vik Fearing
2020-03-24Update favicon to match the main website, per Peter Eisentraut.Jonathan S. Katz
2018-12-23Add "withdrawn" commitfest statusMagnus Hagander
By popular (?) request
2017-10-02Fix typoDaniel Gustafsson
2015-04-28Rename "returned with feedback"->"move to next cf", add new "returned with ↵Magnus Hagander
feedback" Returned with Feedback will now actually close the patch and *not* move it to the next CF. Since it used to do that, all existing Returned with Feedback patches are changed to Moved to next CF which does the same thing that Returned with Feedback used to do. And of course, Moved to next CF is a new option available for each patch from now on.
2015-03-14Give proper error message for too long annotationsMagnus Hagander
2015-02-15Add the ability to copy/paste a msgid when creating an annotationMagnus Hagander
2015-02-14Implement simple message annotationsMagnus Hagander
This feature makes it possible to "pull in" a message in a thread and highlight it with an annotation (free text format). This will list the message in a table along with the annotation and who made it. Annotations have to be attached to a specific message - for a "generic" one it makes sense to attach it to the latest message available, as that will put it at the correct place in time.
2015-02-04Show a message when a thread is re-added to the same messageMagnus Hagander
2015-02-04Fix attaching of threads whe not logged inMagnus Hagander
This needs to redirect to the login page and back, so the user is actually logged in when attaching. This was only partially ipmlemented before, it turns out.
2015-01-22Centralize stylesheetsMagnus Hagander
Instead of having inline stylesheets, put them all in a separate CSS file. This really should've been done from the beginning, but was clearly forgotten before deployment.
2014-07-19Add functionality to import upstream usersMagnus Hagander
2014-07-15Don't require attachments to attach a mail thread to an existing patchMagnus Hagander
We still require attachments to create a new patch, but it should be possible to attach a pure discussion thread to an existing patch.
2014-07-15Clear the patch filter when hidden, if it contained anythingMagnus Hagander
2014-07-15Add proper support for committing patchesMagnus Hagander
This will prompt for who was the committer, and default to either the user listed as a committer if there is one, or to the current user if the current user happens to be a committer.
2014-07-14Add a faviconMagnus Hagander
2014-04-24Add bootstrap theme CSS, forgotten in migration to bootstrap 3Magnus Hagander
2014-04-23Upgrade to bootstrap 3Magnus Hagander
2013-08-24Reformat filtering and introduce filtering shortcutsMagnus Hagander
2013-08-24Add bootstrap button scriptMagnus Hagander
2013-08-24Add basic sortingMagnus Hagander
2013-07-19Break out the thread browsing functionality and create a widget for itMagnus Hagander
Also, move the javascript to a shared javascript file
2013-07-19Really need to get this into git, so I can do some hacking.Magnus Hagander
May very well do a complete rebase later to get rid of history