Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 1174)

Ticket Resolution Summary Owner Reporter
#681 fixed replace mediagoblin.ini for mediagoblin.ini.sample nico cesar
Description

I feel more natural using ".sample" suffix instead of having 2 confusing .ini files

#682 invalid file permission review nico cesar
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 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.