make flags a site (not user) config (fixes #1268)

This commit is contained in:
rolux 2013-02-20 01:27:59 +05:30
commit e00c33a623
6 changed files with 6 additions and 6 deletions

View file

@ -86,6 +86,7 @@
{"id": "actor", "title": "Actor", "type": "string"},
{"id": "keyword", "title": "Keyword", "type": "string"}
],
"flags": true,
/*
An itemKey must have the following properties:
id: The id of the key (as known by the server)
@ -735,7 +736,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showFlags": true, // fixme: this should be a site preference
"showHome": true,
"showIconBrowser": false,
"showInfo": true,

View file

@ -87,6 +87,7 @@
{"id": "actor", "title": "Actor", "type": "string"},
{"id": "keyword", "title": "Keyword", "type": "string"}
],
"flags": false,
/*
An itemKey must have the following properties:
id: The id of the key (as known by the server)
@ -735,7 +736,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showFlags": false, // fixme: this should be a site preference
"showHome": true,
"showIconBrowser": false,
"showInfo": true,

View file

@ -82,6 +82,7 @@
{"id": "events", "title": "Events", "type": "string"},
{"id": "keywords", "title": "Keywords", "type": "string"}
],
"flags": false,
/*
An itemKey must have the following properties:
id: The id of the key (as known by the server)
@ -655,7 +656,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showFlags": false,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,

View file

@ -79,6 +79,7 @@
{"id": "featuring", "title": "Featuring", "type": "string"},
{"id": "keywords", "title": "Keywords", "type": "string"}
],
"flags": false,
/*
An itemKey must have the following properties:
id: The id of the key (as known by the server)
@ -574,7 +575,6 @@
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
"showFilters": true,
"showFlags": false,
"showHome": true,
"showIconBrowser": false,
"showInfo": true,