Mercurial > p > roundup > code
annotate website/www/contact.txt @ 5548:fea11d05110e
Avoid errors from selecting "no selection" on multilink (issue2550722).
As discussed in issue 2550722 there are various cases where selecting
"no selection" on a multilink can result in inappropriate errors from
Roundup:
* If selecting "no selection" produces a null edit (a value was set in
the multilink in an edit with an error, then removed again, along
with all other changes, in the next form submission), so the page is
rendered from the form contents including the "-<id>" value for "no
selection" for the multilink.
* If creating an item with a nonempty value for a multilink has an
error, and the resubmission changes that multilink to "no selection"
(and this in turn has subcases, according to whether the creation
then succeeds or fails on the resubmission, which need fixes in
different places in the Roundup code).
All of these cases have in common that it is expected and OK to have a
"-<id>" value for a submission for a multilink when <id> is not set in
that multilink in the database (because the original attempt to set
<id> in that multilink had an error), so the hyperdb.py logic to give
an error in that case is thus removed. In the subcase of the second
case where the resubmission with "no selection" has an error, the
templating code tries to produce a menu entry for the "-<id>"
multilink value, which also results in an error, hence the
templating.py change to ignore such values in the list for a
multilink.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Thu, 27 Sep 2018 11:33:01 +0000 |
| parents | b87a1f51ac32 |
| children | fefd8263ee4d |
| rev | line source |
|---|---|
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
1 Contact |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
2 ======= |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
3 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
4 We maintain the following mailing lists: |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
5 |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
6 =================== ========================== |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
7 roundup-users_ archives `[SourceForge]`__ |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
8 roundup-devel_ archives `[SourceForge]`__ |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
9 roundup-checkins_ archives `[SourceForge]`__ |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
10 =================== ========================== |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
11 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
12 These lists are moderated to protect them against spam. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
13 Please sign up if you intend to mail repeatedly. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
14 |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
15 You may talk to Roundup developers directly via IRC irc://irc.oftc.net/roundup |
|
4951
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
16 using IRC client or through WebChat_ interface. |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
17 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
18 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
19 .. _roundup-users: https://lists.sourceforge.net/lists/listinfo/roundup-users |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
20 .. _roundup-devel: https://lists.sourceforge.net/lists/listinfo/roundup-devel |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
21 .. _roundup-checkins: https://lists.sourceforge.net/lists/listinfo/roundup-checkins |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
22 |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
23 .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-users |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
24 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
25 .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-devel |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
26 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
27 .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-checkins |
|
4951
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
28 |
|
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
29 .. _WebChat: http://webchat.oftc.net/?randomnick=1&channels=roundup&prompt=1 |
