Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
32364ac1
Commit
32364ac1
authored
Mar 14, 2014
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Move skype module from experimental to stable.
parent
4154f07d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/modSkype.class.php
+3
-3
3 additions, 3 deletions
htdocs/core/modules/modSkype.class.php
htdocs/langs/fr_FR/admin.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/fr_FR/admin.lang
with
4 additions
and
4 deletions
htdocs/core/modules/modSkype.class.php
+
3
−
3
View file @
32364ac1
...
...
@@ -47,12 +47,12 @@ class modSkype extends DolibarrModules
$this
->
family
=
"crm"
;
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
$this
->
name
=
preg_replace
(
'/^mod/i'
,
''
,
get_class
(
$this
));
$this
->
description
=
"Enable Skype
button
into contact"
;
$this
->
version
=
'
experimental
'
;
// 'experimental' or 'dolibarr' or version
$this
->
description
=
"Enable Skype
links
into contact
s
"
;
$this
->
version
=
'
dolibarr
'
;
// 'experimental' or 'dolibarr' or version
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this
->
const_name
=
'MAIN_MODULE_'
.
strtoupper
(
$this
->
name
);
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
$this
->
special
=
2
;
$this
->
special
=
1
;
// Name of image file used for this module.
$this
->
picto
=
'skype'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
1
−
1
View file @
32364ac1
...
...
@@ -497,7 +497,7 @@ Module2800Desc=Client FTP
Module2900Name= GeoIPMaxmind
Module2900Desc= Capacités de conversion GeoIP Maxmind
Module3100Name= Skype
Module3100Desc= Ajouter un bu
t
ton Skype dans les fiches adhérents / tiers / contacts
Module3100Desc= Ajouter un b
o
uton Skype dans les fiches adhérents / tiers / contacts
Module5000Name=Multi-société
Module5000Desc=Permet de gérer plusieurs sociétés
Module6000Name=Workflow
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment