--
Ticket URL: <https://code.djangoproject.com/ticket/23334>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => fixed
* needs_tests: => 0
* needs_docs: => 0
Comment:
Fixed it, thanks for pointing it out.
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:1>
* status: closed => new
* resolution: fixed =>
Comment:
There's one other place that this manifests.
If you go to a login-protected page (e.g., new ticket) and you're *not*
logged in, you get an "Error: Forbidden" page. At the top of that page is
a message that says "You are currently not logged in. You may want to do
so now.", which links to the Trac login URL.
So - we need to fix that link. And if we can make the "forbidden page" a
little more humane while we're at it....
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:2>
* version: 1.4 =>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:3>
* owner: nobody => aaugustin
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:4>
* owner: aaugustin =>
* status: assigned => new
Comment:
This is handled deep inside Trac:
http://trac.edgewall.org/browser/trunk/trac/web/main.py#L554
I'm not sure how to make changes to that behavior.
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:5>
* easy: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:6>
* type: Uncategorized => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:7>
Comment (by collinanderson):
re #23432, could we change a lot of our links to point to the wiki home
page, rather than login required urls like /newticket?
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:8>
Comment (by aaugustin):
Yes, we could.
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:9>
* has_patch: 0 => 1
Comment:
https://github.com/django/djangoproject.com/pull/85 changed some
/newticket links to point to home page
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:10>
Comment (by Collin Anderson <cmawebsite@…>):
In
[changeset:"8a46e5816efe6e45342bc7bdca4371bb54e448a8/djangoproject.com"]:
{{{
#!CommitTicketReference repository="djangoproject.com"
revision="8a46e5816efe6e45342bc7bdca4371bb54e448a8"
Refs #23334 -- changed some /newticket links
/newticket currently has an unfriendly "forbidden" error if you are
logged out. Send them to wiki home page instead.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:11>
* has_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:12>
* status: new => closed
* resolution: => fixed
Comment:
We've restored the ability to login using basic auth and there's a fairly
prominent link to "GitHub Login" on the page, so I think this is good
enough for now.
--
Ticket URL: <https://code.djangoproject.com/ticket/23334#comment:13>