Back to top

Autore Topic: aggiornamento da 1.0.12 a 1.0.13b  (Letto 2997 volte)

Offline mustang

  • Nuovo arrivato
  • *
  • Post: 15
  • Sesso: Maschio
    • Mostra profilo
aggiornamento da 1.0.12 a 1.0.13b
« il: 22 Ago 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????
Grazie a tutti quelli che ogni giorno dedicano il loro tempo agli altri. :)

Offline grigoa

  • Abituale
  • ****
  • Post: 1952
  • Sesso: Maschio
  • Joomla is a passion
    • Mostra profilo
Re: aggiornamento da 1.0.12 a 1.0.13b
« Risposta #1 il: 22 Ago 2007, 19:29:57 »
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
L'erba voglio non cresce neppure
nel giardino del re
www.erbavoglio.info

Offline cos

  • Abituale
  • ****
  • Post: 1873
    • Mostra profilo
Re: aggiornamento da 1.0.12 a 1.0.13b
« Risposta #2 il: 22 Ago 2007, 19:43:15 »
non troverari   il B   ma solo 1.0.13

con data 10 agosto


Offline ..-. ..-

  • Appassionato
  • ***
  • Post: 408
  • Joomla! Per semplice sito .... No Grazie!
    • Mostra profilo
Re: aggiornamento da 1.0.12 a 1.0.13b
« Risposta #3 il: 22 Ago 2007, 20:27:00 »
----
« Ultima modifica: 15 Nov 2007, 20:37:51 da vamba »
“Non potrei vivere se non avessi la sensazione che oggi so qualcosa più di ieri.”
(M. McCarthy)

Offline mustang

  • Nuovo arrivato
  • *
  • Post: 15
  • Sesso: Maschio
    • Mostra profilo
Re: aggiornamento da 1.0.12 a 1.0.13b
« Risposta #4 il: 24 Ago 2007, 23:55:09 »
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! - Realizzazione NR e CDB';
   /** @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  ??? ??? ???



Grazie a tutti quelli che ogni giorno dedicano il loro tempo agli altri. :)

 



Web Design Bolzano Kreatif