Age | Commit message (Collapse) | Author |
|
Links to patches get outdated ever time we move it to new commitfest.
|
|
|
|
Now it forwards everything after the slash so that links like the
following work:
/open/new/
/open?author=-3
|
|
|
|
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.
|
|
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.
|
|
This includes now accepting push changes from upstream.
|
|
|
|
|
|
By popular (?) request
|
|
This allows the archivs server to ping the CF app to pick up updates to
mailthreads quicker.
|
|
|
|
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.
|
|
Grouped by each contriubtor, show which patches this person is the
author and reviewer of, to compare how many of each people have.
|
|
|
|
|
|
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.
|
|
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.
|
|
This somehow got dropped from the old site in a feature branch that
was never merged...
|
|
Requested by Robert Haas
|
|
|
|
CF managers can now email authors and reviewers both individually on
a patch, and in the full set of search results.
|
|
|
|
|
|
|
|
May very well do a complete rebase later to get rid of history
|