[Paulscriptsmods-checkin] ajax_shout install.xml, 1.19.2.19, 1.19.2.20
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-07-20 12:09:22
|
Update of /cvsroot/paulscriptsmods/ajax_shout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269 Modified Files: Tag: phpbb3_ver install.xml Log Message: Release changes. Index: install.xml =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/install.xml,v retrieving revision 1.19.2.19 retrieving revision 1.19.2.20 diff -C2 -d -r1.19.2.19 -r1.19.2.20 *** install.xml 11 Jul 2007 14:51:13 -0000 1.19.2.19 --- install.xml 20 Jul 2007 12:09:20 -0000 1.19.2.20 *************** *** 7,19 **** <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license> <title lang="en-gb">Ajax ShoutBox</title> - <title lang="nl">Ajax shoutbox</title> <description lang="en-gb">This mod add a shoutbox to your forum index.</description> - <description lang="nl">Deze mod voegt een shoutbox toe aan jouw forum index.</description> <author-notes lang="en-gb">This mod requires for the user visiting the forum that he has eneblad JavaScript. Without JavaScript, the shoutbox isn't displayed. You can place this shoutbox eveywhere on the forum, the only thing you has to do is editing the correct html file, with the changes that are normally done for index_body.html.</author-notes> ! <author-notes lang="nl">Deze mod vereist dat de gebruiker die het forum bezoekt javascript heeft ingeschakeld. Zonder JavaScript werkt deze shoutbox niet, en wordt niet weergeven. ! Deze shoutbox kan op elke plaats op het forum worden weergeven, het enigste wat je moet doen is de correcte html file aanpassen, met de wijzingen die normaal voor index_body.html gedaan worden</author-notes> ! <author-group> <author> <realname>Paul Sohier</realname> --- 7,15 ---- <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license> <title lang="en-gb">Ajax ShoutBox</title> <description lang="en-gb">This mod add a shoutbox to your forum index.</description> <author-notes lang="en-gb">This mod requires for the user visiting the forum that he has eneblad JavaScript. Without JavaScript, the shoutbox isn't displayed. You can place this shoutbox eveywhere on the forum, the only thing you has to do is editing the correct html file, with the changes that are normally done for index_body.html.</author-notes> ! <author-group> <author> <realname>Paul Sohier</realname> *************** *** 33,37 **** <time>424</time> <target-version> ! <target-primary>3.0.RC1</target-primary> <target-major allow="exact">3</target-major> <target-minor allow="exact">0</target-minor> --- 29,33 ---- <time>424</time> <target-version> ! <target-primary>3.0.RC3</target-primary> <target-major allow="exact">3</target-major> <target-minor allow="exact">0</target-minor> *************** *** 49,55 **** <change>First release for phpBB3.</change> </changelog> - <changelog lang="nl"> - <change>Eerste release voor phpBB3.</change> - </changelog> </entry> <entry> --- 45,48 ---- *************** *** 79,83 **** <entry> ! <date>2007-xx-xx</date> <rev-version> <major>0</major> --- 72,76 ---- <entry> ! <date>2007-07-20</date> <rev-version> <major>0</major> *************** *** 86,94 **** </rev-version> <changelog lang="en"> <change>Fixed wrong path to language file.</change> <change>XHTML compitable fix</change> <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> --- 79,88 ---- </rev-version> <changelog lang="en"> + <change>Better followed MODX rules.</change> + <change>Code guidelines updates</change> <change>Fixed wrong path to language file.</change> <change>XHTML compitable fix</change> <change>Fixed a small JS error</change> <change>Changed way the subsilver version is displayed. Looks lot beter now</change> </changelog> </entry> *************** *** 114,121 **** <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> --- 108,111 ---- *************** *** 134,249 **** </edit> </open> - <open src="styles/prosilver/template/index_body.html"> - <edit> - <find><![CDATA[<!-- IF NEWEST_USER --> - <h3>{L_STATISTICS}</h3> - <p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p> - <!-- ENDIF -->]]></find> - <action type="after-add"><![CDATA[ - <div class="forabg"> - <div class="inner"><span class="corners-top"><span></span></span> - <ul class="topiclist"> - <li class="header"> - <dl> - <dt>{L_SHOUTBOX}</dt> - </dl> - </li> - </ul> - <span id="shoutbox"></span> - <span class="corners-bottom"><span></span></span></div> - </div> - <script type="text/javascript"> - display_shoutbox = true; - load_shout(); - </script>]]></action> - </edit> - </open> - <open src="styles/prosilver/template/overall_header.html"> - <edit> - <find><![CDATA[</head>]]></find> - <action type="before-add"><![CDATA[ - <script type="text/javascript" src="bbcode.js"></script> - <script type="text/javascript" src="{U_SHOUT}"></script>]]></action> - </edit> - </open> - - <open src="styles/subsilver2/template/index_body.html"> - <edit> - <find><![CDATA[<!-- IF not S_USER_LOGGED_IN --> - <br clear="all" /> - <form method="post" action="{S_LOGIN_ACTION}"> - - ]]></find> - <action type="before-add"><![CDATA[ - <div class="forabg"> - <ul class="topiclist"> - <li class="header"> - <dl> - <dt><h4>{L_SHOUTBOX}</h4></dt> - </dl> - </li> - </ul> - <span id="shoutbox"></span> - </div> - - <script type="text/javascript"> - display_shoutbox = true; - load_shout(); - </script> - ]]></action> - </edit> - </open> - <open src="styles/subsilver2/template/overall_header.html"> - <edit> - <find><![CDATA[</head>]]></find> - <action type="before-add"><![CDATA[ - <script type="text/javascript" src="bbcode.js"></script> - <script type="text/javascript" src="{U_SHOUT}"></script>]]></action> - </edit> - </open> - <open src="styles/subsilver2/theme/stylesheet.css"> - <edit> - <find><![CDATA[.username-coloured { - font-weight: bold; - }]]> - </find> - <action type="after-add"><![CDATA[ul.topiclist { - display: block; - list-style-type: none; - margin: 0; - } - - ul.topiclist li { - display: block; - list-style-type: none; - margin: 0; - height:30px; - } - - ul.topiclist dl { - position: relative; - } - - ul.topiclist li.row dl { - padding: 2px 0; - } - - ul.topiclist dt { - display: block; - width: 50%; - padding-left: 5px; - padding-right: 5px; - } - - ul.topiclist dd { - display: block; - float: left; - padding: 4px 0; - } - ]]> - </action> - </edit> - </open> </action-group> </mod> --- 124,128 ---- |