Custom Query (1174 matches)
Results (235 - 237 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #681 | fixed | replace mediagoblin.ini for mediagoblin.ini.sample | ||
| Description |
I feel more natural using ".sample" suffix instead of having 2 confusing .ini files |
|||
| #682 | invalid | file permission review | ||
| Description |
<mg_root>/user_dev/media/public/ files are created with 'mediagoblin' user but will be served by apache/nginx that will be readed by www-data on debian/ubuntu causing a 403 on the request on most installations |
|||
| #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])
|
|||
