Merge remote-tracking branch 'upstream/master' into elastic-indexer

Conflicts:
	composer.lock
	www/scripts/apps/admin/main/app.js
This commit is contained in:
Mathieu Darse
2015-03-10 15:25:20 +01:00
92 changed files with 27708 additions and 28968 deletions

View File

@@ -1009,12 +1009,12 @@ class databox_field implements cache_cacheableInterface
}
$sql = "INSERT INTO metadatas_structure
(`id`, `name`, `src`, `readonly`, `indexable`, `type`, `tbranch`,
(`id`, `name`, `src`, `readonly`, `required`, `indexable`, `type`, `tbranch`,
`thumbtitle`, `multi`, `business`, `aggregable`,
`report`, `sorter`)
VALUES (null, :name, '', 0, 1, 'string', '',
`report`, `sorter`, `separator`)
VALUES (null, :name, '', 0, 0, 1, 'string', '',
null, :multi,
0, 0, 1, :sorter)";
0, 0, 1, :sorter, '')";
$name = self::generateName($name);