FusionDirectory
|
This class contains all the messages for the various actions. More...
Static Public Member Functions | |
static | permDelete ($name='') |
Display that we have no permission to delete an object. More... | |
static | permCreate ($name='') |
Display that we have no permission to create an object. More... | |
static | permModify ($name='', $field='') |
Display that we have no permission to modify an object. More... | |
static | permView ($name='') |
Display that we have no permission to view an object. More... | |
static | permMove ($name='') |
Display that we have no permission to move an object. More... | |
static | reserved ($name) |
Display field contains reserved keyword. More... | |
static | cmdexecfailed ($type, $command='', $plugin='') |
Display that a command execution failed in this plugin. More... | |
static | toobig ($name, $min='') |
Display error about too larged value. More... | |
static | toosmall ($name, $min='') |
Display error about too small value. More... | |
static | depends ($name1, $name2) |
Display a dependence between two objects. More... | |
static | duplicated ($name, $dn=NULL) |
Display error about existing entry in the system. More... | |
static | required ($name) |
Display error about required field empty. More... | |
static | invalid (string $name, $data='', string $example='') |
Return error about invalid value. More... | |
static | missingext ($name) |
Display about missing PHP extension. More... | |
static | cancelButton ($escape=TRUE) |
Text for a cancel button. More... | |
static | okButton ($escape=TRUE) |
Text for a ok button. More... | |
static | applyButton ($escape=TRUE) |
Text for an apply button. More... | |
static | saveButton ($escape=TRUE) |
Text for a save button. More... | |
static | addButton ($escape=TRUE) |
Text for an add button. More... | |
static | delButton ($escape=TRUE) |
Text for an delete button. More... | |
static | editButton ($escape=TRUE) |
Text for an edit button. More... | |
static | backButton ($escape=TRUE) |
Text for a back button. More... | |
static | buildList ($data) |
a list from an array More... | |
static | noValidExtension ($name) |
Display error about invalid extension from account. More... | |
static | featuresEnabled ($name, $depends='') |
List the features settings enabled. More... | |
static | featuresDisabled ($name, array $depends=[], array $conflicts=[]) |
List the features settings disabled. More... | |
static | addFeaturesButton ($name) |
Display Add features button. More... | |
static | removeFeaturesButton ($name) |
Display Remove features button. More... | |
static | clickEditToChange () |
Display : Click the "Edit" button below to change information in this dialog. | |
static | months () |
Build an array with the months. | |
static | weekdays () |
Build an array with the days of a week. Start by Sunday. | |
static | ldaperror ($error, $dn='', $type=0, $plugin='') |
Display LDAP error. More... | |
static | incorrectUpload ($reason='') |
Display error about an incorrect upload. More... | |
static | siError ($error='') |
Display error about communication failure with the infrastructure service. More... | |
static | checkingFor ($what) |
Display checking for a support. More... | |
static | installPhpModule ($what) |
Display install or activate a PHP module. More... | |
static | check_base () |
Display error when checking the base. | |
This class contains all the messages for the various actions.
Definition at line 30 of file class_msgPool.inc.
|
static |
Text for an add button.
bool | $escape | Whether to escape the result |
Definition at line 348 of file class_msgPool.inc.
References htmlescape().
Referenced by DialogAttribute\__construct(), and MailsAttribute\__construct().
|
static |
Display Add features button.
string | $name | Name of the feature |
Definition at line 472 of file class_msgPool.inc.
References htmlescape().
|
static |
Text for an apply button.
bool | $escape | Whether to escape the result |
Definition at line 320 of file class_msgPool.inc.
References htmlescape().
|
static |
Text for a back button.
bool | $escape | Whether to escape the result |
Definition at line 390 of file class_msgPool.inc.
References htmlescape().
|
static |
a list from an array
array | $data | Array with the elements of the list |
Definition at line 404 of file class_msgPool.inc.
References htmlescape().
Referenced by permCreate(), permDelete(), permModify(), permMove(), and permView().
|
static |
Text for a cancel button.
bool | $escape | Whether to escape the result |
Definition at line 292 of file class_msgPool.inc.
References htmlescape().
Referenced by ManagementDialog\getFooter(), and GenericSimplePluginDialog\render().
|
static |
Display checking for a support.
string | $what | Name of the support |
Definition at line 580 of file class_msgPool.inc.
References htmlescape().
|
static |
Display that a command execution failed in this plugin.
string | $type | Command type |
string | $command | Command name |
string | $plugin | Name of the plugin |
Definition at line 166 of file class_msgPool.inc.
References htmlescape().
|
static |
Text for an delete button.
bool | $escape | Whether to escape the result |
Definition at line 362 of file class_msgPool.inc.
References htmlescape().
Referenced by DialogAttribute\__construct(), and MailsAttribute\__construct().
|
static |
Display a dependence between two objects.
string | $name1 | First object |
string | $name2 | Second object |
Definition at line 222 of file class_msgPool.inc.
References htmlescape().
|
static |
Display error about existing entry in the system.
string | $name | The attribute name |
string | $dn | The existing entry dn |
Definition at line 233 of file class_msgPool.inc.
References htmlescape().
Referenced by simpleTabs\check().
|
static |
Text for an edit button.
bool | $escape | Whether to escape the result |
Definition at line 376 of file class_msgPool.inc.
References htmlescape().
|
static |
List the features settings disabled.
string | $name | Name of the tab |
array | $depends | Tabs this tab depends upon |
array | $conflicts | Tabs this tab conflicts with |
Definition at line 456 of file class_msgPool.inc.
References htmlescape().
|
static |
List the features settings enabled.
string | $name | Name of the setting |
array | $depends | Contains all the settings enabled |
Definition at line 435 of file class_msgPool.inc.
References htmlescape().
|
static |
Display error about an incorrect upload.
string | $reason | The reason of the upload failed |
Definition at line 553 of file class_msgPool.inc.
References htmlescape().
|
static |
Display install or activate a PHP module.
string | $what | Name of the module |
Definition at line 590 of file class_msgPool.inc.
References htmlescape().
|
static |
Return error about invalid value.
string | $name | The field name |
string | $data | The submited data |
string | $example | Example of a right submited data |
Definition at line 261 of file class_msgPool.inc.
References htmlescape().
|
static |
Display LDAP error.
string | $error | Error to display |
string | $dn | the DN |
integer | $type | |
string | $plugin |
Definition at line 526 of file class_msgPool.inc.
References htmlescape().
Referenced by userinfo\getLdapUser().
|
static |
Display about missing PHP extension.
string | $name | The name of the extension |
Definition at line 282 of file class_msgPool.inc.
References htmlescape().
Referenced by passwordMethodSha\generate_hash(), passwordMethodSsha512\generate_hash(), and passwordMethodSsha\generate_hash().
|
static |
Display error about invalid extension from account.
string | $name | Name of the extension |
Definition at line 423 of file class_msgPool.inc.
References htmlescape().
|
static |
Text for a ok button.
bool | $escape | Whether to escape the result |
Definition at line 306 of file class_msgPool.inc.
References htmlescape().
|
static |
Display that we have no permission to create an object.
string | $name | Name of the object which will be created |
Definition at line 59 of file class_msgPool.inc.
References buildList(), and htmlescape().
Referenced by BaseSelectorAttribute\__construct(), and CopyPasteHandler\update().
|
static |
Display that we have no permission to delete an object.
string | $name | Name of the object which will be deleted |
Definition at line 37 of file class_msgPool.inc.
References buildList(), and htmlescape().
Referenced by simpleTabs\delete().
|
static |
Display that we have no permission to modify an object.
string | $name | Name of the object which cannot be modified (or array of objects names) |
string | $field | Name of the field of the object which cannot be modified |
Definition at line 82 of file class_msgPool.inc.
References buildList(), and htmlescape().
Referenced by simplePlugin\deserializeValues().
|
static |
Display that we have no permission to move an object.
string | $name | Name of the object which will be moved |
Definition at line 130 of file class_msgPool.inc.
References buildList(), and htmlescape().
Referenced by BaseSelectorAttribute\__construct().
|
static |
Display that we have no permission to view an object.
string | $name | Name of the object which will be viewed |
Definition at line 108 of file class_msgPool.inc.
References buildList(), and htmlescape().
|
static |
Display Remove features button.
string | $name | Name of the feature |
Definition at line 483 of file class_msgPool.inc.
References htmlescape().
|
static |
Display error about required field empty.
string | $name | Name of the field |
Definition at line 247 of file class_msgPool.inc.
References htmlescape().
Referenced by Attribute\check().
|
static |
Display field contains reserved keyword.
string | $name | The field which contains reserved keyword |
Definition at line 152 of file class_msgPool.inc.
References htmlescape().
|
static |
Text for a save button.
bool | $escape | Whether to escape the result |
Definition at line 334 of file class_msgPool.inc.
References htmlescape().
Referenced by ManagementDialog\getFooter(), and GenericSimplePluginDialog\render().
|
static |
Display error about communication failure with the infrastructure service.
string | $error | The error of the communication failure |
Definition at line 567 of file class_msgPool.inc.
References htmlescape().
|
static |
Display error about too larged value.
string | $name | Name of the value |
string | $min | The largest value |
Definition at line 190 of file class_msgPool.inc.
References htmlescape().
|
static |
Display error about too small value.
string | $name | Name of the value |
string | $min | The smallest value |
Definition at line 206 of file class_msgPool.inc.
References htmlescape().