Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => Installazione => : mustang 22 Aug 2007, 19:15:27
-
Salve a tutti,
ho fatto l'aggiornamento del sito dalla/alla versione in oggetto tramite ftp e tutto ok, anche perchè ho seguito le istruzioni che prevedevano prima l'aggiornamento di cb ecc.
Ecco il punto: nel pannello amministratore alla sezione Sistema/Info sistema alla voce Versione Joomla!: c'è scritto:
Joomla! 1.0.12 Stable [ Sunfire ] 25 December 2006 01:00 UTC
??? ma non dovrebbe esserci Joomla! 1.0.13b????
-
Ciao Mustang benvenuto tra noi :)
Non temere !
Spesso gli sviluppatori, essendo ovviamente più sensibli nei confronti delle modifiche strutturali che non all'autocelebrazioni dimenticano di modificare le voci relative alla versione.
Per essere sicuro della versione che stai utilizzando ti invito a verificare 2 files:
CHANGELOG.php
/includes/version.php
all'interno dei quali puoi verificare con certezza il numero della versione attualmente installata sul tuo sito ;)
Buon proseguimento con Joomla CMS :D
-
non troverari il B ma solo 1.0.13
con data 10 agosto
-
----
-
Ciao, grazie per la risposta ma nel changelog trovo così:
----------------------------------------------------
<?php
/**
* @version $Id: CHANGELOG.php 8388 2007-08-11 22:05:59Z robs $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
?>
1. Copyright and disclaimer
---------------------------
This application is opensource software released under the GPL. Please
see source code and the LICENSE file
2. Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
Joomla! 1.0, including beta and release candidate versions.
Our thanks to all those people who've contributed bug reports and
code fixes.
3. Legend
---------
* -> Security Fix
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note
10-Aug-2007 Rob Schley
* SECURITY A4 [LOW Level]: XSS issue in com_search
# Fixed [topic,193707] Joomla! 1.0.13 Admin session dies for certain $task values
<?php
/**
* @version $Id: CHANGELOG.php 8388 2007-08-11 22:05:59Z robs $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
?>
1. Copyright and disclaimer
---------------------------
This application is opensource software released under the GPL. Please
see source code and the LICENSE file
2. Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
Joomla! 1.0, including beta and release candidate versions.
Our thanks to all those people who've contributed bug reports and
code fixes.
3. Legend
---------
* -> Security Fix
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note
10-Aug-2007 Rob Schley
* SECURITY A4 [LOW Level]: XSS issue in com_search
# Fixed [topic,193707] Joomla! 1.0.13 Admin session dies for certain $task values
----------------------------------------------------
mentre in version.php trovo:
----------------------------------------------------
<?php
/**
* @version $Id: version.php 6086 2006-12-24 19:13:59Z robs $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
/**
* Version information
* @package Joomla
*/
class joomlaVersion {
/** @var string Product */
var $PRODUCT = 'Joomla!';
/** @var int Main Release Level */
var $RELEASE = '1.0';
/** @var string Development Status */
var $DEV_STATUS = 'Stable';
/** @var int Sub Release Level */
var $DEV_LEVEL = '12';
/** @var int build Number */
var $BUILD = '$Revision: 6086 $';
/** @var string Codename */
var $CODENAME = 'Sunfire';
/** @var string Date */
var $RELDATE = '25 December 2006';
/** @var string Time */
var $RELTIME = '01:00';
/** @var string Timezone */
var $RELTZ = 'UTC';
/** @var string Copyright Text */
var $COPYRIGHT = 'Copyright (C) 2005 - 2006 Open Source Matters. Tutti i diritti riservati.';
/** @var string URL */
var $URL = '- Sito costruito con Joomla! (http://www.joomla.org) - Realizzazione NR (http://mailto:n.ricotta@libero.it) e CDB (http://mailto:carlodibella@tiscali.it)';
/** @var string Whether site is a production = 1 or demo site = 0: 1 is default */
var $SITE = 1;
/** @var string Whether site has restricted functionality mostly used for demo sites: 0 is default */
var $RESTRICT = 0;
/** @var string Whether site is still in development phase (disables checks for /installation folder) - should be set to 0 for package release: 0 is default */
var $SVN = 0;
----------------------------------------------------
Che vuol dire???
Credo che la versione sia aggiornata e basta cambiare i dati da version.php.
Giusto ??? ??? ???