Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-11 | Revert "Include patch id in commitfest page"HEADmaster | Magnus Hagander | |
This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab. Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org | |||
2025-01-10 | Include patch id in commitfest page | Jelte Fennema-Nio | |
Clicking the patch header would sort by the patch ID, but that ID would not actually be visible. Effectively resulting in random ordering for the user, so let's just show the ID. | |||
2024-12-10 | DOn't crash on very long annotations | Magnus Hagander | |
When a very long annotation is posted, we would crash if it's shorter than 500 characters, but the length of the *log* message became longer than 500. To handle this, shorten the text in the log message if it's too long. | |||
2024-09-24 | Minor pycodestyle updates | Magnus Hagander | |
2024-09-24 | Allow searching by email Message-ID | Jelte Fennema-Nio | |
2024-09-24 | Redirect straight to patch if search finds only one | Jelte Fennema-Nio | |
2024-09-24 | Add search bar to search page, so you can search again | Jelte Fennema-Nio | |
2024-09-24 | Add instructions to checkout latest CFbot patchset | Jelte Fennema-Nio | |
2024-09-24 | Add extra links to the patch page | Jelte Fennema-Nio | |
2024-09-24 | Make homepage more useful | Jelte Fennema-Nio | |
A long list of ancient commitfests isn't super useful. This puts a few links at the top of the page that cover the most common usages of the commitfest app. | |||
2024-09-24 | Add login redirect for dev environments | Jelte Fennema-Nio | |
2024-09-24 | Add a generic dev uwsgi script and update readme | Jelte Fennema-Nio | |
2024-08-05 | Don't crash on invalid target versions | Magnus Hagander | |
2024-08-05 | Add missing newline, breaking pycodestyle | Magnus Hagander | |
2024-08-02 | Add a stable URL for a patch that redirects to latest cf | Jelte Fennema-Nio | |
Links to patches get outdated ever time we move it to new commitfest. | |||
2024-08-02 | Add /current link that links to either /inprogress or /open | Jelte Fennema-Nio | |
2024-08-02 | Redirect /open fully | Jelte Fennema-Nio | |
Now it forwards everything after the slash so that links like the following work: /open/new/ /open?author=-3 | |||
2024-05-08 | Update url matching for django 4.2 | Magnus Hagander | |
2024-05-08 | Update auth plugin with signal config for django 4.2 | Magnus Hagander | |
2023-06-07 | Sync up to latest version of pgweb auth plugin | Magnus Hagander | |
2023-06-07 | Don't crash on missing parameter | Magnus Hagander | |
2023-04-12 | Change static->media and stop using collectstatic | Magnus 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. | |||
2023-02-21 | Http404 is an exception to raise, not a class to return | Magnus Hagander | |
2023-02-21 | Restrict user search/import to cf admins | Magnus Hagander | |
All users can still enumerate local users, but the functionality to search the central database is restricted to admins only. Reported by Benjamin Flesch | |||
2021-12-12 | Update for django 3.2 compatibility | Magnus Hagander | |
2021-11-25 | Silence pep8 warnings | Magnus Hagander | |
2021-11-25 | Replace django-selectable with selectize | Magnus 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. | |||
2021-10-04 | Properly allow moving of WoA patches to next CF | Magnus Hagander | |
The previous commit removed the refusal, but missed adding the allwing.. | |||
2021-10-04 | Allow moving of Waiting On Author patches to next CF | Magnus Hagander | |
Discussion: https://postgr.es/m/20211001173131.GA13090@ahch-to | |||
2020-12-08 | Properly escape list of messages when creating a new entry | Magnus Hagander | |
This has been broken since day 1... oops. Noted by Vik Fearing | |||
2020-12-08 | Remove unused import | Magnus Hagander | |
2020-08-11 | Move handling of secondary email addresses upstream | Magnus Hagander | |
Since the upstream main website now handles secondary email addresses, centralize the handling to there. This removes the local handling completely, except that we store them in the database. The new push-changes API ensures that they are kept in sync with upstream. | |||
2020-08-11 | Import latest version of community authentication plugin | Magnus Hagander | |
This includes now accepting push changes from upstream. | |||
2020-04-10 | Another django 2.2 update | Magnus Hagander | |
2020-04-01 | Updates for django 2.2 | Magnus Hagander | |
2020-04-01 | Set on_delete=models.CASCADE on all relations | Magnus Hagander | |
2020-03-24 | Update favicon to match the main website, per Peter Eisentraut. | Jonathan S. Katz | |
2020-02-26 | Sync up community auth plugin to latest-and-greatest | Magnus Hagander | |
2019-03-27 | Remove reundant role attribute | Daniel Gustafsson | |
2019-02-28 | Don't include "target version" on new patch form | Magnus Hagander | |
2019-02-27 | Remove trailing slashes from message-id URLs | Peter Eisentraut | |
This avoids useless redirects. | |||
2019-02-10 | Change backgroud color of target version label | Magnus Hagander | |
Per request | |||
2019-02-06 | Another markup fix | Daniel Gustafsson | |
2019-02-06 | Fix markup | Daniel Gustafsson | |
2019-02-06 | Add index to patchhistory.date | Magnus Hagander | |
2019-02-06 | Fix activity feed queries | Magnus Hagander | |
These clearly had little to do with reality since they would return duplicate entries if a patch was in more than one cf.. | |||
2019-02-06 | Add a field to each patch for target version | Magnus Hagander | |
This is particularly interesting towards the end of a cycle where it can be used to flag patches that are not intended for the current version but still needs review. | |||
2019-02-06 | Update migrations for py3 unicode | Magnus Hagander | |
Need to change old migrations not to indicate we need new ones. | |||
2019-02-06 | Fix class property reference for py3 | Magnus Hagander | |
2019-02-06 | Unicode fixes for python 3 | Magnus Hagander | |