Last notification options in Manager (#346)

This commit is contained in:
Clément Oudot 2011-07-07 12:47:05 +00:00
parent 53e9d5f9a1
commit aa5b65e697
2 changed files with 10 additions and 1 deletions

View File

@ -777,7 +777,7 @@ sub struct {
notifications => { notifications => {
_nodes => [ _nodes => [
qw(notification notificationStorage cn:notificationStorageOptions) qw(notification notificationStorage cn:notificationStorageOptions notificationWildcard notificationXSLTfile)
], ],
_help => 'notifications', _help => 'notifications',
notification => 'bool:/notification', notification => 'bool:/notification',
@ -789,6 +789,8 @@ sub struct {
_js => 'hashRoot', _js => 'hashRoot',
_help => 'notifications', _help => 'notifications',
}, },
notificationWildcard => 'text:/notificationWildcard',
notificationXSLTfile => 'text:/notificationXSLTfile',
}, },
passwordManagement => { passwordManagement => {
@ -1261,6 +1263,8 @@ sub testStruct {
SMTPAuthPass => $testNotDefined, SMTPAuthPass => $testNotDefined,
cookieExpiration => $testNotDefined, cookieExpiration => $testNotDefined,
notificationStorage => $testNotDefined, notificationStorage => $testNotDefined,
notificationWildcard => $testNotDefined,
notificationXSLTfile => $testNotDefined,
mailUrl => $testNotDefined, mailUrl => $testNotDefined,
mailTimeout => $integer, mailTimeout => $integer,
mailSessionKey => $testNotDefined, mailSessionKey => $testNotDefined,
@ -1841,6 +1845,7 @@ sub defaultConf {
managerPassword => '', managerPassword => '',
notification => '0', notification => '0',
notificationStorage => 'File', notificationStorage => 'File',
notificationWildcard => 'allusers',
notifyDeleted => '1', notifyDeleted => '1',
notifyOther => '0', notifyOther => '0',
openIdSreg_fullname => 'cn', openIdSreg_fullname => 'cn',

View File

@ -219,6 +219,8 @@ sub en {
notificationPurged => 'Notification has been definitely removed', notificationPurged => 'Notification has been definitely removed',
notificationStorage => 'Storage module', notificationStorage => 'Storage module',
notificationStorageOptions => 'Storage module parameters', notificationStorageOptions => 'Storage module parameters',
notificationWildcard => 'Wildcard for all users',
notificationXSLTfile => 'Custom XSLT file',
notifyDeleted => 'Display deleted sessions', notifyDeleted => 'Display deleted sessions',
notifyOther => 'Display other sessions', notifyOther => 'Display other sessions',
nullAuthnLevel => 'Authentication level', nullAuthnLevel => 'Authentication level',
@ -651,6 +653,8 @@ sub fr {
'La notification a été définitivement supprimée', 'La notification a été définitivement supprimée',
notificationStorage => 'Module de stockage', notificationStorage => 'Module de stockage',
notificationStorageOptions => 'Paramètres du module de stockage', notificationStorageOptions => 'Paramètres du module de stockage',
notificationWildcard => 'Identifiant pour tous les utilisateurs',
notificationXSLTfile => 'Fichier XSLT personnalisé',
notifyDeleted => 'Affiche les sessions effacées', notifyDeleted => 'Affiche les sessions effacées',
notifyOther => 'Affiche les autres sessions', notifyOther => 'Affiche les autres sessions',
nullAuthnLevel => 'Niveau d\'authentification', nullAuthnLevel => 'Niveau d\'authentification',