[Paulscriptsmods-checkin] ajax_shout install.xml, 1.19.2.17, 1.19.2.18
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-06-20 17:29:57
|
Update of /cvsroot/paulscriptsmods/ajax_shout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19022 Modified Files: Tag: phpbb3_ver install.xml Log Message: EEEk, Added cortext XML class, written by coronis.nl (Thanks Vic!) for generating XML. Index: install.xml =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/install.xml,v retrieving revision 1.19.2.17 retrieving revision 1.19.2.18 diff -C2 -d -r1.19.2.17 -r1.19.2.18 *** install.xml 19 Jun 2007 14:42:41 -0000 1.19.2.17 --- install.xml 20 Jun 2007 17:29:56 -0000 1.19.2.18 *************** *** 90,93 **** --- 90,94 ---- <change>Fixed a small JS error</change> <change>Changed way the subsilver version is displayed. Looks lot beter now</change> + <change>Modified way of generating XML, using a class written by coronis.nl</change> </changelog> </entry> *************** *** 112,115 **** --- 113,122 ---- <file from="root/language/en/mods/shout.php" to="language/en/mods/shout.php" /> <file from="root/bbcode.js" to="bbcode.js" /> + + <file from="root/includes/cortex-xml/xml.php" to="root/includes/cortex-xml/xml.php"> + <file from="root/includes/cortex-xml/xml/xml_element.php" to="root/includes/cortex-xml/xml/xml_element.php"> + <file from="root/includes/cortex-xml/xml/xml_reader.php" to="root/includes/cortex-xml/xml/xml_reader.php"> + <file from="root/includes/cortex-xml/xml/xml_writer.php" to="root/includes/cortex-xml/xml/xml_writer.php"> + </copy> <open src="includes/constants.php"> |