[Paulscriptsmods-checkin] ajax_shout install.xml, 1.19.2.29, 1.19.2.30
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-09-23 21:03:32
|
Update of /cvsroot/paulscriptsmods/ajax_shout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16568 Modified Files: Tag: phpbb3_ver install.xml Log Message: More changes. Index: install.xml =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/install.xml,v retrieving revision 1.19.2.29 retrieving revision 1.19.2.30 diff -C2 -d -r1.19.2.29 -r1.19.2.30 *** install.xml 19 Sep 2007 08:19:11 -0000 1.19.2.29 --- install.xml 23 Sep 2007 21:03:33 -0000 1.19.2.30 *************** *** 21,27 **** </author-group> <mod-version> ! <major>0</major> <minor>0</minor> ! <revision>5</revision> </mod-version> <installation> --- 21,27 ---- </author-group> <mod-version> ! <major>1</major> <minor>0</minor> ! <revision>1</revision> </mod-version> <installation> *************** *** 91,97 **** <date>2007-08-04</date> <rev-version> ! <major>0</major> <minor>0</minor> ! <revision>4</revision> </rev-version> <changelog lang="en"> --- 91,97 ---- <date>2007-08-04</date> <rev-version> ! <major>1</major> <minor>0</minor> ! <revision>0</revision> </rev-version> <changelog lang="en"> *************** *** 121,132 **** <entry> ! <date>2007-09-xx</date> <rev-version> ! <major>0</major> <minor>0</minor> ! <revision>6</revision> </rev-version> <changelog lang="en"> <change>Fixed a mistake with the new cdata function.</change> </changelog> </entry> --- 121,133 ---- <entry> ! <date>2007-09-23</date> <rev-version> ! <major>1</major> <minor>0</minor> ! <revision>1</revision> </rev-version> <changelog lang="en"> <change>Fixed a mistake with the new cdata function.</change> + <change>A lot of updates for submissions. Mostly code guideline thingies</change> </changelog> </entry> *************** *** 165,169 **** $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> </open> --- 166,171 ---- $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'), ! 'U_SHOUT_BBCODE' => append_sid("{$phpbb_root_path}bbcode.js"),]]></action> </edit> </open> |