[zi-cvs] packages/com.zzoss.installer.lib Registry.php,1.33,1.34 package.xml,1.3,1.4
Sandro Zic <[email protected]> Thu, 06 May 2004 12:24:00 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12707/com.zzoss.installer.lib
Modified Files:
Registry.php package.xml
Log Message:
verbose error message in dependency check if a package defined in application XML is not available
Index: package.xml
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib/package.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.xml 14 Jan 2004 15:40:55 -0000 1.3
--- package.xml 6 May 2004 12:23:58 -0000 1.4
***************
*** 20,24 ****
</maintainers>
<release>
! <version>1.0.1</version>
<date>{zi_release_date}</date>
<license url="http://www.gnu.org/licenses/lgpl.txt" version="2">LGPL</license>
--- 20,24 ----
</maintainers>
<release>
! <version>1.1.0</version>
<date>{zi_release_date}</date>
<license url="http://www.gnu.org/licenses/lgpl.txt" version="2">LGPL</license>
***************
*** 26,34 ****
<notes>
<![CDATA[
! - moved FileReplace.php to separate package com.zzoss.filereplace.lib
! - fixed bug in ZZOSS_InstallerUtils::dowlnoadFile() which mistakedly chopped of last directory from a path
! - fixed bug in ZZOSS_InstallerRegistry::refreshApplications() which caused installer to always switch to first application during installation process, see http://sourceforge.net/tracker/index.php?func=detail&aid=867719&group_id=95735&atid=612476
! - use DIRECTORY_SEPARATOR in ZZOSS_InstallerUtils::copy_rec()
! - added ZZOSS_InstallerRegistry::getApplicationPathRel();
]]>
</notes>
--- 26,30 ----
<notes>
<![CDATA[
! - added ZZOSS_InstallerRegistry::getApplicationPackagesVersions()
]]>
</notes>
***************
*** 54,57 ****
--- 50,71 ----
<changelog>
<release>
+ <version>1.0.1</version>
+ <date>2004-04-06</date>
+ <license url="http://www.gnu.org/licenses/lgpl.txt" version="2">LGPL</license>
+ <state>stable</state>
+ <notes>
+ <![CDATA[
+ - moved FileReplace.php to separate package com.zzoss.filereplace.lib
+ - fixed bug in ZZOSS_InstallerUtils::dowlnoadFile() which mistakedly chopped of last directory from a path
+ - fixed bug in ZZOSS_InstallerRegistry::refreshApplications() which caused installer to always switch to first application during installation process, see http://sourceforge.net/tracker/index.php?func=detail&aid=867719&group_id=95735&atid=612476
+ - use DIRECTORY_SEPARATOR in ZZOSS_InstallerUtils::copy_rec()
+ - added ZZOSS_InstallerRegistry::getApplicationPathRel();
+ ]]>
+ </notes>
+ <copyright>
+ <holder year="2003-{zi_copyright_year}" url="http://www.zzoss.com">ZZ/OSS</holder>
+ </copyright>
+ </release>
+ <release>
<version>1.0</version>
<date>2003-12-18</date>
Index: Registry.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib/Registry.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Registry.php 7 Apr 2004 14:21:53 -0000 1.33
--- Registry.php 6 May 2004 12:23:58 -0000 1.34
***************
*** 17,21 ****
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
!
/**
@version $Id$
--- 17,21 ----
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
!
/**
[...2515 lines suppressed...]
!
// create directories
System::mkdir(array('-p',$this->application_path));
***************
*** 2022,2028 ****
{
$procedures_new[$procedure] = $val;
!
$procedures_reg = $this->application_path.'installer'.DIRECTORY_SEPARATOR.'procedures.reg';
!
$procedures_old = ZZOSS_InstallerUtils::unserializeFromFile($procedures_reg);
if(is_array($procedures_old) && count($procedures_old)){
--- 2040,2046 ----
{
$procedures_new[$procedure] = $val;
!
$procedures_reg = $this->application_path.'installer'.DIRECTORY_SEPARATOR.'procedures.reg';
!
$procedures_old = ZZOSS_InstallerUtils::unserializeFromFile($procedures_reg);
if(is_array($procedures_old) && count($procedures_old)){
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3