Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (292 - 294 of 1173)

Ticket Resolution Summary Owner Reporter
#841 wontfix Report Resolution Panel spelling error. saul
Description

The text entry widget on the Report Resolution Panel is labelled "Resolution Content". I suspect the intent was for it be labelled "Resolution Comment".

http://barn.kerosenecow.net/mgoblin_media/media_entries/496/SSresolution-sp.jpg

#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

#843 fixed Postgres check is wrng muhoo
Description

In configure.ac, postgres check is wrong.

This fixes it:

diff --git a/configure.ac b/configure.ac index e56a55a..098b300 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,7 @@ AC_PROG_INSTALL

# Check for a supported database program AC_PATH_PROG([SQLITE], [sqlite3])

-AC_PATH_PROG([POSTGRES], [postgres]) +AC_PATH_PROG([POSTGRES], [pg])

AS_IF([test "x$SQLITE" = x -a "x$POSTGRES" = "x"],

[AC_MSG_ERROR([SQLite or PostgreSQL is required])])

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