[Paulscriptsmods-checkin] ajax_shout install.xml, 1.19.2.14, 1.19.2.15
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-06-19 09:53:50
|
Update of /cvsroot/paulscriptsmods/ajax_shout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14606 Modified Files: Tag: phpbb3_ver install.xml Log Message: Small bug. Index: install.xml =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/install.xml,v retrieving revision 1.19.2.14 retrieving revision 1.19.2.15 diff -C2 -d -r1.19.2.14 -r1.19.2.15 *** install.xml 18 Jun 2007 19:20:24 -0000 1.19.2.14 --- install.xml 19 Jun 2007 09:53:50 -0000 1.19.2.15 *************** *** 2,5 **** --- 2,6 ---- <?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 --> <mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd"> <header> *************** *** 26,30 **** <major>0</major> <minor>0</minor> ! <revision>2</revision> </mod-version> <installation> --- 27,31 ---- <major>0</major> <minor>0</minor> ! <revision>3</revision> </mod-version> <installation> *************** *** 74,80 **** <change>Changed empty message check</change> <change>Fixed refreshing of pagination</change> - </changelog> </entry> </history> <meta name="generator" content="Phpbb.ModTeam.Tools (c#)" /> --- 75,92 ---- <change>Changed empty message check</change> <change>Fixed refreshing of pagination</change> </changelog> </entry> + + <entry> + <date>2007-xx-xx</date> + <rev-version> + <major>0</major> + <minor>0</minor> + <revision>3</revision> + </rev-version> + <changelog lang="en"> + <change>Fixed wrong path to language file.</change> + </changelog> + </entry> </history> <meta name="generator" content="Phpbb.ModTeam.Tools (c#)" /> *************** *** 108,112 **** <find><![CDATA[ // The following assigns all _common_ variables that may be used at any point in a template. $template->assign_vars(array(]]></find> ! <action type="before-add"><![CDATA[ $user->add_lang('shout');]]></action> <action type="after-add"><![CDATA[ "U_SHOUT" => append_sid("{$phpbb_root_path}ajax.$phpEx", 'm=js'),]]></action> </edit> --- 120,124 ---- <find><![CDATA[ // The following assigns all _common_ variables that may be used at any point in a template. $template->assign_vars(array(]]></find> ! <action type="before-add"><![CDATA[ $user->add_lang('mods/shout');]]></action> <action type="after-add"><![CDATA[ "U_SHOUT" => append_sid("{$phpbb_root_path}ajax.$phpEx", 'm=js'),]]></action> </edit> |