'description' => 'Allows to sort containers by setting the sort order in Admin/Container',
//_('Allows to sort containers by setting the sort order in Admin/Container')
),
+ self::FEATURE_SHOW_ACCOUNT_EMAIL => array(
+ 'label' => 'Show Account Email Address', //_('Show Account Email Address')
+ 'description' => 'Show email address in account picker and attendee grids',
+ //_('Show email address in account picker and attendee grids')
+ ),
),
'default' => array(
- self::FEATURE_SHOW_ADVANCED_SEARCH => false,
- self::FEATURE_CONTAINER_CUSTOM_SORT => false,
- self::FEATURE_SHOW_ACCOUNT_EMAIL => false,
+ self::FEATURE_SHOW_ADVANCED_SEARCH => true,
+ self::FEATURE_CONTAINER_CUSTOM_SORT => true,
++ self::FEATURE_SHOW_ACCOUNT_EMAIL => true,
),
),
self::CRONUSERID => array(
"phpoffice/phpword": "0.12.*",
"sabre/dav": "1.8.*",
"sabre/vobject": "3.1.3 as 2.1.313",
- "metaways/opendocument": "1.0",
+ "metaways/opendocument": "1.1",
"metaways/timezoneconvert": "0.2",
- "zendframework/zend-http": "2.2.8-p3 as 2.2.8"
+ "zendframework/zend-http": "2.4.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",