[Twisted-Python] Change Trac /login link to point to /trac/github/login
If I am not logged in, and click on: https://twistedmatrix.com/trac/newticket It takes me to a page: You are currently not logged in. You may want to do so <https://twistedmatrix.com/trac/login> now. If I click on *do so*, it takes me to: No handler matched request to /login Can this be fixed on the Trac side so that */login* redirects to: https://twistedmatrix.com/trac/github/login ? Or change *do so* to hyperlink to */trac/github/login*? This is a stumbling block when new contributors are asked to open a ticket in Trac. -- Craig
If you can express this as a PR to Braid, I can promise you I'll merge & apply it, but that's probably the maximum energy I can personally afford to dedicate to it :).
On Aug 29, 2020, at 10:56 AM, Craig Rodrigues <rodrigc@crodrigues.org> wrote:
If I am not logged in, and click on:
https://twistedmatrix.com/trac/newticket <https://twistedmatrix.com/trac/newticket>
It takes me to a page:
You are currently not logged in. You may want to do so <https://twistedmatrix.com/trac/login> now.
If I click on do so, it takes me to:
No handler matched request to /login
Can this be fixed on the Trac side so that /login redirects to: https://twistedmatrix.com/trac/github/login <https://twistedmatrix.com/trac/github/login> ? Or change do so to hyperlink to /trac/github/login?
This is a stumbling block when new contributors are asked to open a ticket in Trac.
-- Craig _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Where in https://github.com/twisted-infra/braid/ does this change need to be done? I'm not familiar with how braid works. -- Craig On Sat, Aug 29, 2020 at 11:30 PM Glyph <glyph@twistedmatrix.com> wrote:
If you can express this as a PR to Braid, I can promise you I'll merge & apply it, but that's probably the maximum energy I can personally afford to dedicate to it :).
On Aug 29, 2020, at 10:56 AM, Craig Rodrigues <rodrigc@crodrigues.org> wrote:
If I am not logged in, and click on:
https://twistedmatrix.com/trac/newticket
It takes me to a page:
You are currently not logged in. You may want to do so <https://twistedmatrix.com/trac/login> now.
If I click on *do so*, it takes me to:
No handler matched request to /login
Can this be fixed on the Trac side so that */login* redirects to: https://twistedmatrix.com/trac/github/login ? Or change *do so* to hyperlink to */trac/github/login*?
This is a stumbling block when new contributors are asked to open a ticket in Trac.
-- Craig _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Hi, On Sun, 30 Aug 2020 at 17:11, Craig Rodrigues <rodrigc@crodrigues.org> wrote:
Where in https://github.com/twisted-infra/braid/ does this change need to be done?
I'm not familiar with how braid works.
I have created a PR here https://github.com/twisted-infra/braid/pull/263 ---- I think that this is a trac-github plugin/extension issue which was fixed https://github.com/trac-hacks/trac-github/issues/95 The link is created by the extension here: https://github.com/trac-hacks/trac-github/blob/master/tracext/github/__init_... I hope someone could review and apply the change in prod. Cheers
-- Craig
On Sat, Aug 29, 2020 at 11:30 PM Glyph <glyph@twistedmatrix.com> wrote:
If you can express this as a PR to Braid, I can promise you I'll merge & apply it, but that's probably the maximum energy I can personally afford to dedicate to it :).
On Aug 29, 2020, at 10:56 AM, Craig Rodrigues <rodrigc@crodrigues.org> wrote:
If I am not logged in, and click on:
https://twistedmatrix.com/trac/newticket
It takes me to a page:
You are currently not logged in. You may want to do so <https://twistedmatrix.com/trac/login> now.
If I click on *do so*, it takes me to:
No handler matched request to /login
Can this be fixed on the Trac side so that */login* redirects to: https://twistedmatrix.com/trac/github/login ? Or change *do so* to hyperlink to */trac/github/login*?
This is a stumbling block when new contributors are asked to open a ticket in Trac.
-- Craig _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Adi Roiban
participants (3)
-
Adi Roiban
-
Craig Rodrigues
-
Glyph