Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (343 - 345 of 1174)

Ticket Resolution Summary Owner Reporter
#1102 fixed Typo in mediagoblin.pot Besnik Bleta
Description

Hello,

I found a typo in mediagoblin.pot:

"...Copy it’s URL..."

should read "...Copy its URL..."

(The string is truncated above.)

#5359 fixed Typo in deployment documentation anongoblin
Description

unpriviledged -> unprivileged

#5433 fixed Typo in decorator text returned to API client ayleph
Description
diff --git a/mediagoblin/decorators.py b/mediagoblin/decorators.py
index a2c49bc..daeddb3 100644
--- a/mediagoblin/decorators.py
+++ b/mediagoblin/decorators.py
@@ -416,7 +416,7 @@ def oauth_required(controller):
                 )
 
         if not valid:
-            error = "Invalid oauth prarameter."
+            error = "Invalid oauth parameter."
             return json_response({"error": error}, status=400)
 
         # Fill user if not already
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.