Custom Query (1173 matches)
Results (292 - 294 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #841 | wontfix | Report Resolution Panel spelling error. | ||
| 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". |
|||
| #842 | wontfix | Typo: cancelled → canceled | ||
| Description |
https://www.transifex.com/projects/p/mediagoblin/viewstrings/#en/mediagoblin/16091970?q=cancelled |
|||
| #843 | fixed | Postgres check is wrng | ||
| 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
-AC_PATH_PROG([POSTGRES], [postgres]) +AC_PATH_PROG([POSTGRES], [pg])
|
|||

