Debug module DAV

This commit is contained in:
Laurent Destailleur 2018-04-29 18:32:15 +02:00
parent 8b4ef1313a
commit e168240ab0
3 changed files with 5 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class modDav extends DolibarrModules
// Module description, used if translation string 'ModuledavDesc' not found (MyModue is name of module). // Module description, used if translation string 'ModuledavDesc' not found (MyModue is name of module).
$this->description = "davDescription"; $this->description = "davDescription";
// Used only if file README.md and README-LL.md not found. // Used only if file README.md and README-LL.md not found.
$this->descriptionlong = "davDescription (Long)"; $this->descriptionlong = "davDescription";
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = 'experimental'; $this->version = 'experimental';

View File

@ -473,6 +473,9 @@ AttachMainDocByDefault=Set this to 1 if you want to attach main document to emai
FilesAttachedToEmail=Attach file FilesAttachedToEmail=Attach file
SendEmailsReminders=Send agenda reminders by emails SendEmailsReminders=Send agenda reminders by emails
davDescription=Add a component to be a DAV server davDescription=Add a component to be a DAV server
DAVSetup=Setup of module DAV
DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required)
DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account.
# Modules # Modules
Module0Name=Users & groups Module0Name=Users & groups
Module0Desc=Users / Employees and Groups management Module0Desc=Users / Employees and Groups management