Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 1173)

Ticket Resolution Summary Owner Reporter
#835 wontfix After registering with Mozilla Persona (BrowserID), page just keeps reloading Kevin Brubeck Unhammer
Description

How to reproduce:

  • enable the persona plugin
  • open http://localhost:6543, click Register and Register with Persona
  • select an email from the Persona popup

Now we get redirected to http://localhost:6543/auth/persona/login/, and the email is pre-filled, but the username is empty, and the page keeps reloading every second, while the logs get filled with

2014-01-21 21:02:09,326 DEBUG [urllib3.connectionpool] "POST /verify HTTP/1.1" 200 131 2014-01-21 21:02:09,373 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) 2014-01-21 21:02:11,187 DEBUG [mediagoblin.tools.routing] endpoint: mediagoblin.plugins.persona.login view_func: <function login at 0x7f08080690c8> 2014-01-21 21:02:11,190 INFO [urllib3.connectionpool] Starting new HTTPS connection (1): verifier.login.persona.org 2014-01-21 21:02:11,847 DEBUG [urllib3.connectionpool] "POST /verify HTTP/1.1" 200 131 2014-01-21 21:02:11,901 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) 2014-01-21 21:02:11,905 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued) 2014-01-21 21:02:13,664 DEBUG [mediagoblin.tools.routing] endpoint: mediagoblin.plugins.persona.login view_func: <function login at 0x7f08080690c8> 2014-01-21 21:02:13,666 INFO [urllib3.connectionpool] Starting new HTTPS connection (1): verifier.login.persona.org 2014-01-21 21:02:14,344 DEBUG [urllib3.connectionpool] "POST /verify HTTP/1.1" 200 131 2014-01-21 21:02:16,436 DEBUG [mediagoblin.tools.routing] endpoint: mediagoblin.plugins.persona.login view_func: <function login at 0x7f08080690c8> 2014-01-21 21:02:16,437 INFO [urllib3.connectionpool] Starting new HTTPS connection (1): verifier.login.persona.org

#836 wontfix Unable to log out if logged in with a basic_auth user and Mozilla Persona (BrowserID) is enabled Kevin Brubeck Unhammer
Description

I enabled the Mozilla Persona plugin while my browser was logged in with a previously created basic_auth user, restarted MG and reloaded the page. Now I can't log out; the logout button changed its link to "javascript:;" and has no effect.

(Clearing cookies logged me out though.)

#237 FIXED Move Hacking How To Guides into Documentation Sam Kleinman Sam Kleinman
Description
I'm working to update and revise a few documents from existing
resources into our documentation (i.e. docs/).

`http://wiki.mediagoblin.org/HackingHowto <http://wiki.mediagoblin.org/HackingHowto>`_

`https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv <https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv>`_

`http://wiki.mediagoblin.org/Storage <http://wiki.mediagoblin.org/Storage>`_

`http://wiki.mediagoblin.org/Processing <http://wiki.mediagoblin.org/Processing>`_

The goal here is to provide an introduction to hacking on
MediaGoblin that outlines both "how to get all of the necessary
components working," in order to begin hacking on GMG.

As part of this, I want to include sections that answer the
questions, "what/where are the (popular) components that one might
be interested in working on," (i.e. templates, db schema,
configuration files, urlmapping.) and "why are things the way they
are," (drawing from existing design documents.)



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.