[Paulscriptsmods-checkin] ajax_shout/contrib update_0-0-5_or_0-0-6_to_0-0-7.xml, NONE, 1.1.2.1
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-10-03 20:56:03
|
Update of /cvsroot/paulscriptsmods/ajax_shout/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13106/contrib Added Files: Tag: phpbb3_ver update_0-0-5_or_0-0-6_to_0-0-7.xml Log Message: Commiting the last things. Need be tested before release. --- NEW FILE: update_0-0-5_or_0-0-6_to_0-0-7.xml --- <?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml-stylesheet type="text/xsl" href="../modx.prosilver.en.xsl"?> <!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/--> <!-- $Id: update_0-0-5_or_0-0-6_to_0-0-7.xml,v 1.1.2.1 2007/10/03 20:56:05 paulsohier Exp $ --> <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.1.xsd"> <header> <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license> <title lang="en">Update Ajax ShoutBox</title> <description lang="en">Update for ajax shoutbox</description> <author-notes lang="en">This changes are required for the ajax shoutbox version 0.0.5 or 0.0.6 to 0.0.7. </author-notes> <author-group> <author> <realname>Paul Sohier</realname> <email>mo...@pa...</email> <username>paul</username> <homepage>http://www.paulscripts.nl/</homepage> <contributions /> </author> </author-group> <mod-version> <major>0</major> <minor>0</minor> <revision>1</revision> </mod-version> <installation> <level>easy</level> <time>300</time> <target-version> <target-primary>3.0.RC5</target-primary> <target-major allow="exact">3</target-major> <target-minor allow="exact">0</target-minor> </target-version> </installation> <history> </history> <meta name="generator" content="Phpbb.ModTeam.Tools (c#)" /> </header> <action-group> <copy> <file from="root/ajax.php" to="ajax.php" /> <file from="root/bbcode.js" to="bbcode.js" /> <file from="root/js.php" to="js.php" /> <file from="root/static.js" to="static.js" /> <file from="root/language/en/mods/shout.php" to="language/en/mods/shout.php" /> </copy> <open src="includes/functions.php"> <edit> <find><![CDATA[ 'U_SHOUT' => append_sid("{$phpbb_root_path}ajax.$phpEx", 'm=js'), 'U_SHOUT_BBCODE' => append_sid("{$phpbb_root_path}bbcode.js"),]]></find> <action type="replace-with"><![CDATA[ 'U_SHOUT' => append_sid("{$phpbb_root_path}js.$phpEx"), 'U_SHOUT_BBCODE' => append_sid("{$phpbb_root_path}bbcode.js"), 'U_SHOUT_STATIC' => append_sid("{$phpbb_root_path}static.js"),]]></action> </edit> </open> <open src="styles/prosilver/template/overall_header.html"> <edit> <find><![CDATA[<script type="text/javascript" src="{U_SHOUT}"></script>]]></find> <action type="before-add"><![CDATA[<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>]]></action> </edit> </open> <open src="styles/subsilver2/template/overall_header.html"> <edit> <find><![CDATA[<script type="text/javascript" src="{U_SHOUT}"></script>]]></find> <action type="before-add"><![CDATA[<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>]]></action> </edit> </open> </action-group> </mod> |