Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28426/easymod
Modified Files:
easymod_install.php
Added Files:
modx_inside.png
Log Message:
MODX support. Ready to test :D
--- NEW FILE: modx_inside.png ---
(This appears to be a binary file; contents omitted.)
Index: easymod_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** easymod_install.php 30 Sep 2006 17:59:09 -0000 1.48
--- easymod_install.php 1 Oct 2006 22:09:24 -0000 1.49
***************
*** 54,58 ****
////
! $easymod_install_version = '0.3.0';
$script_path = 'admin/mods/easymod/';
////
--- 54,58 ----
////
! $easymod_install_version = '0.4.0';
$script_path = 'admin/mods/easymod/';
////
***************
*** 781,784 ****
--- 781,785 ----
$command_file->afile[] = 'copy em_includes/em_modio.php ../../../admin/em_includes/em_modio.php';
$command_file->afile[] = 'copy em_includes/em_ftp.php ../../../admin/em_includes/em_ftp.php';
+ $command_file->afile[] = 'copy em_includes/parser_xml.php ../../../admin/em_includes/parser_xml.php';
$command_file->afile[] = 'copy em_includes/index.htm ../../../admin/em_includes/index.htm';
***************
*** 827,830 ****
--- 828,832 ----
$command_file->afile[] = 'copy easymod.gif ../../../' . $pics[$i]['path'] . 'easymod.gif';
+ $command_file->afile[] = 'copy modx_inside.png ../../../' . $pics[$i]['path'] . 'modx_inside.png';
$command_file->afile[] = 'copy includes/emc.gif ../../../' . $pics[$i]['path'] . 'emc.gif';
}
|