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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
87c85db8
Commit
87c85db8
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Page to update dolibarr explained.
parent
c2b0da6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/admin/tools/update.php
+29
-8
29 additions, 8 deletions
htdocs/admin/tools/update.php
htdocs/langs/en_US/admin.lang
+8
-0
8 additions, 0 deletions
htdocs/langs/en_US/admin.lang
htdocs/langs/fr_FR/admin.lang
+8
-0
8 additions, 0 deletions
htdocs/langs/fr_FR/admin.lang
with
45 additions
and
8 deletions
htdocs/admin/tools/update.php
+
29
−
8
View file @
87c85db8
<?php
/* Copyright (C) 2007 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2007
-2008
Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -14,15 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/admin/tools/update.php
\brief Page de mise a jour online de dolibarr
\version $
Revision
$
\version $
Id
$
*/
require
(
"./pre.inc.php"
);
...
...
@@ -37,6 +34,12 @@ if (! $user->admin)
if
(
$_GET
[
"msg"
])
$message
=
'<div class="error">'
.
$_GET
[
"msg"
]
.
'</div>'
;
$urldolibarr
=
'http://dolibarr.org/component/option,com_docman/task,cat_view/gid,62/Itemid,36/'
;
$urldolibarrmodules
=
'http://dolibarr.org/component/option,com_docman/task,cat_view/gid,65/Itemid,36/'
;
$urldolibarrthemes
=
'http://dolibarr.org/'
;
$dolibarrroot
=
eregi_replace
(
'[\\\/]+$'
,
''
,
DOL_DOCUMENT_ROOT
);
$dolibarrroot
=
eregi_replace
(
'[^\\\/]+$'
,
''
,
$dolibarrroot
);
/*
* Actions
...
...
@@ -57,17 +60,35 @@ llxHeader();
print_fiche_titre
(
$langs
->
trans
(
"Upgrade"
),
''
,
'setup'
);
print
'<br>'
;
print
$langs
->
trans
(
"Version"
)
.
' : <b>'
.
DOL_VERSION
.
'</b><br>'
;
print
$langs
->
trans
(
"CurrentVersion"
)
.
' : <b>'
.
DOL_VERSION
.
'</b><br>'
;
print
$langs
->
trans
(
"LastStableVersion"
)
.
' : <b>'
.
$langs
->
trans
(
"FeatureNotYetAvailable"
)
.
'</b><br>'
;
print
'<br>'
;
print
$langs
->
trans
(
"Upgrade"
)
.
'<br>'
;
print
$langs
->
trans
(
"FeatureNotYetAvailable"
);
print
'<hr>'
;
print
$langs
->
trans
(
"ThisIsProcessToFollow"
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
1
)
.
'</b>: '
;
$fullurl
=
'<a href="'
.
$urldolibarr
.
'" target="_blank">'
.
$urldolibarr
.
'</a>'
;
print
$langs
->
trans
(
"DownloadPackageFromWebSite"
,
$fullurl
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
2
)
.
'</b>: '
;
print
$langs
->
trans
(
"UnpackPackageInDolibarrRoot"
,
$dolibarrroot
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
3
)
.
'</b>: '
;
$fullurl
=
'<a href="'
.
DOL_URL_ROOT
.
'/install'
.
'" target="_blank">'
.
DOL_URL_ROOT
.
'/install'
.
'</a>'
;
print
$langs
->
trans
(
"CallUpdatePage"
,
$fullurl
)
.
'<br>'
;
print
'<br>'
;
print
'<br>'
;
print
$langs
->
trans
(
"AddExtensionThemeModuleOrOther"
)
.
'<br>'
;
print
$langs
->
trans
(
"FeatureNotYetAvailable"
);
print
'<hr>'
;
print
$langs
->
trans
(
"ThisIsProcessToFollow"
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
1
)
.
'</b>: '
;
$fullurl
=
'<a href="'
.
$urldolibarrmodules
.
'" target="_blank">'
.
$urldolibarrmodules
.
'</a>'
;
print
$langs
->
trans
(
"DownloadPackageFromWebSite"
,
$fullurl
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
2
)
.
'</b>: '
;
print
$langs
->
trans
(
"UnpackPackageInDolibarrRoot"
,
$dolibarrroot
)
.
'<br>'
;
print
'<b>'
.
$langs
->
trans
(
"StepNb"
,
3
)
.
'</b>: '
;
print
$langs
->
trans
(
"SetupIsReadyForUse"
)
.
'<br>'
;
print
'</form>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
8
−
0
View file @
87c85db8
...
...
@@ -176,6 +176,14 @@ ModuleFamilyExperimental=Experimental modules
ModuleFamilyFinancial=Financial Modules (Accountancy/Treasury)
MenuHandlers=Menu handlers
MenuAdmin=Menu editor
ThisIsProcessToFollow=This is setup to process:
StepNb=Step %s
DownloadPackageFromWebSite=Download package from web site %s.
UnpackPackageInDolibarrRoot=Unpack package file into Dolibarr root directory <b>%s</b>
SetupIsReadyForUse=Install is finished and Dolibarr is ready for use with new component.
CurrentVersion=Dolibarr current version
CallUpdatePage=Go on page that update database structure and datas %s.
LastStableVersion=Last stable version
# Modules
Module0Name=Users & groups
Module0Desc=Users and groups management
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
8
−
0
View file @
87c85db8
...
...
@@ -175,6 +175,14 @@ ModuleFamilyExperimental=Modules exp
ModuleFamilyFinancial=Modules financiers (Compta/trésorerie)
MenuHandlers=Gestionnaires menu
MenuAdmin=Edition menu
ThisIsProcessToFollow=Voici la procédure à suivre:
StepNb=Etape %s
DownloadPackageFromWebSite=Télécharger le package depuis le site %s.
UnpackPackageInDolibarrRoot=Décompresser le package dans le répertoire racine de Dolibarr <b>%s</b>
SetupIsReadyForUse=L'installation est terminée et Dolibarr est prêt à être utilisé avec le nouveau composant.
CurrentVersion=Version en cours de Dolibarr
CallUpdatePage=Appeler la page de mise a jour de la structure et données de la base %s.
LastStableVersion=Dernière version stable
# Modules
Module0Name=Utilisateurs & groupes
Module0Desc=Gestion des utilisateurs et groupes
...
...
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