summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/templates
AgeCommit message (Collapse)Author
2025-01-11Revert "Include patch id in commitfest page"HEADmasterMagnus Hagander
This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab. Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org
2025-01-10Include patch id in commitfest pageJelte 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-09-24Add search bar to search page, so you can search againJelte Fennema-Nio
2024-09-24Add instructions to checkout latest CFbot patchsetJelte Fennema-Nio
2024-09-24Add extra links to the patch pageJelte Fennema-Nio
2024-09-24Make homepage more usefulJelte 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.
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.
2023-02-21Restrict user search/import to cf adminsMagnus 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-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.
2019-03-27Remove reundant role attributeDaniel Gustafsson
2019-02-27Remove trailing slashes from message-id URLsPeter Eisentraut
This avoids useless redirects.
2019-02-10Change backgroud color of target version labelMagnus Hagander
Per request
2019-02-06Another markup fixDaniel Gustafsson
2019-02-06Fix markupDaniel Gustafsson
2019-02-06Fix activity feed queriesMagnus 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-06Add a field to each patch for target versionMagnus 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.
2018-12-23Add "withdrawn" commitfest statusMagnus Hagander
By popular (?) request
2018-11-26Clarify some buttonsAndreas Scherbaum
Add some longer texts to indicate what's really hiding behind buttons.
2018-11-04Clarify what subscribe/unsubscribe button doesMagnus Hagander
2018-06-18Fix colspanDaniel Gustafsson
2018-05-29Rewrite main CF dashboard query to use SQLMagnus Hagander
We've long gone past what the django ORM can handle and got into hundreds of queries for large commitfests. And it's not really that hard to rewrite as SQL, even though we have to dynamically build the WHERE clauses. So do that.
2018-05-29Show the number of CFs a patch has been onMagnus Hagander
Per discussions at the developer meeting, show the number of CFs a patch has been on, and make it possible to sort on this value.
2018-02-21Fix template comparison operatorsMagnus Hagander
2017-09-18Hide annotation button if user is not logged inDaniel Gustafsson
Reported by Peter Geoghegan
2017-09-05Fix typoDaniel Gustafsson
2017-09-04Fix closing of <table> tagDaniel Gustafsson
2017-06-27Remove deprecated and superfluous <script> attributesDaniel Gustafsson
The language attribute has been deprecated for quite some time with the type attribute setting the type of embedded content. The type attribute has further been defined to text/javascript as the default value in the spec, so no attribute should be used for Javascript. Per the standard: https://www.w3.org/TR/html5/scripting-1.html
2017-06-27Fix broken markup in future commitfestsDaniel Gustafsson
2017-06-20Fix incorrect markupDaniel Gustafsson
2017-06-20Properly close <form> tag.Daniel Gustafsson
2017-03-09Make http links to the main website be httpsMagnus Hagander
2016-02-12Implement notificationsMagnus Hagander
This makes it possible to receive notifications (via email) when a patch has been updated. It's possible to subscribe to notifications on a specific patch. It is also possible to set the user profile up so that one receives notifications for all patches where one is author, reviewer or committer on. Notifications are, of course, only sent when other people make modifications to the entry.
2016-02-09Add button for New Patch to top of pageMagnus Hagander
Per request during Brussels developer meeting
2016-02-02Link status entries to the patch in the individual commitfestMagnus Hagander
As requested by Jim Nasby and Alvaro Herrera
2016-01-20Add report showing author/reviewer statsMagnus Hagander
Grouped by each contriubtor, show which patches this person is the author and reviewer of, to compare how many of each people have.
2016-01-03Fix incorrect closing tagMagnus Hagander
Noted by Erik Rijkers
2015-12-30Fix colspan in patches table listsOleksandr Shulgin
Account for the Committer column added in 8495806.
2015-10-03Put the correct color on labels in patch viewingMagnus Hagander
Pointed out by Andres that the original patch only did the CF listing, and not the actual patch viewing.
2015-09-02Show the start and end date of commitfestsMagnus Hagander
Per request
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-02-21Use different types of labels for different patch statusesTomas Vondra
This highlights the different statuses better in a long list.
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-14Show full name in patch history, not just usernameMagnus Hagander
Noted by Stefan - we did this for everything except the patch history, so let's make it consistent.
2015-02-08Collect and show attachment filenamesMagnus Hagander
2015-02-07Add status summary to top of each commitfest listMagnus Hagander
Quick overview of how many patches are in each status, as exist on the old app.
2015-02-06Don't show "Latest email None ( ago)" for patches without emailMagnus Hagander
Reported by Stefan
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.
2015-01-22Implement support for secondary email addressesMagnus Hagander
Each user can add a secondary email (well, more than one) and then pick one of those when sending email. Addresses are validated by sending a token to the newly added address, with a link to click to confirm it. Only a fully confirmed address can actually be used.