Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (340 - 342 of 1174)

Ticket Resolution Summary Owner Reporter
#842 wontfix Typo: cancelled → canceled Adrián Chaves Fernández (Gallaecio)
Description

https://www.transifex.com/projects/p/mediagoblin/viewstrings/#en/mediagoblin/16091970?q=cancelled

#5431 fixed Typo in models ayleph
Description

There's a typo in mediagoblin/db/models.py which will prevent code from executing as expected.

diff --git a/mediagoblin/db/models.py b/mediagoblin/db/models.py
index 97dc91d..3f36f22 100644
--- a/mediagoblin/db/models.py
+++ b/mediagoblin/db/models.py
@@ -607,7 +607,7 @@ class MediaEntry(Base, MediaEntryMixin, CommentingMixin):
         if ascending:
             query = query.order_by(Comment.added.asc())
         else:
-            qury = query.order_by(Comment.added.desc())
+            query = query.order_by(Comment.added.desc())

         return FakeCursor(query, lambda c:c.comment())
#1101 duplicate Typo in mediagoblin.pot Besnik Bleta
Description

Hello,

There’s a typo in mediagoblin.pot:

"...Copy it's URL and\n..."

(I haven’t pasted all the string.) It shoukd read "...Copy its URL..."

Cheers Besnik

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