Files
phpbb_board3-portal_tlw/contrib/update_201_to_202/update.xml
Marc Alexander eee18cc4e5 [update/2.0.2] Update files for 2.0.2 release
This includes an update of MODx to 1.2.6

B3P-UPDATE-2.0.2

Conflicts:
	root/install/index.php
2013-10-17 11:06:30 +02:00

125 lines
5.7 KiB
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/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpbb.com/mods/xml/modx-1.2.6.xsd">
<header>
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
<title lang="en">board3 Portal 2.0.2 - Update from Board3 Portal 2.0.1</title>
<title lang="de">board3 Portal 2.0.2 - Update von Board3 Portal 2.0.1</title>
<description lang="en">Adds a portal to your forum.
It has several boxes wich can be turned on an off in the ACP and certain settings.
Included language files:
» English (en)
» German (de)
More languages can be found in our International forum: http://www.board3.de/viewforum.php?f=13</description>
<description lang="de">Fügt ein Portal deinem Forum hinzu.
Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können.
Enthaltenen Sprachdateien:
» Englisch (en)
» Deutsch (de)
Weitere Sprachen kannst in unseren International Forum finden: http://www.board3.de/viewforum.php?f=13
</description>
<author-notes lang="en">I hope you get everything working. Further developement, new boxes for the portal or questions are welcome at www.board3.de
</author-notes>
<author-notes lang="de">Ich hoffe ihr habt Spaß am Portal. Neuen Code, bzw neue Boxen und Fragen könnt ihr auf www.board3.de posten.
</author-notes>
<github>https://github.com/board3/Board3-Portal</github>
<author-group>
<author>
<realname>Marc Alexander</realname>
<username>Marc</username>
<email>admin@m-a-styles.de</email>
<homepage>http://www.m-a-styles.de</homepage>
<contributions-group>
<contributions status="current" position="Main-Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Joas Schilling</realname>
<email>nickvergessen@gmx.de</email>
<username>nickvergessen</username>
<homepage>http://mods.flying-bits.org/</homepage>
<contributions-group>
<contributions status="current" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Kevin</realname>
<username>saint_hh</username>
<homepage>http://www.board3.de</homepage>
<contributions-group>
<contributions status="current" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Ice</realname>
<username>avaren</username>
<homepage>http://www.board3.de</homepage>
<contributions-group>
<contributions status="past" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Christian</realname>
<username>Christian_N</username>
<homepage>http://www.phpbb-projekt.de</homepage>
<contributions-group>
<contributions status="past" position="Developer"></contributions>
</contributions-group>
</author>
<author>
<realname>Walter</realname>
<email>w.bobeth@digitalfotografie-foren.de</email>
<username>Redbull254</username>
<homepage>http://www.digitalfotografie-foren.de</homepage>
<contributions-group>
<contributions status="past" position="Developer"></contributions>
</contributions-group>
</author>
</author-group>
<mod-version>2.0.2</mod-version>
<installation>
<level>easy</level>
<time>120</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="parent" lang="de" href="../../install.xml">Installations-Anleitung</link>
<link type="parent" lang="en" href="../../install.xml">Manual</link>
<link type="template" lang="en" href="contrib/subsilver2.xml">Update subsilver2 to Board3 Portal 2.0.2</link>
<link type="template" lang="de" href="contrib/subsilver2.xml">Aktualisiere subsilver2 für Board3 Portal 2.0.2</link>
<link type="language" lang="en" href="contrib/de.xml">Update German language to Board3 Portal 2.0.2</link>
<link type="language" lang="de" href="contrib/de.xml">Aktualisiere deutsche Sprachdateien für Board3 Portal 2.0.2</link>
</link-group>
</header>
<action-group>
<copy>
<file from="root/adm/style/portal/acp_portal.js" to="adm/style/portal/acp_portal.js" />
<file from="root/adm/style/portal/acp_portal_custom.html" to="adm/style/portal/acp_portal_custom.html" />
<file from="root/adm/style/portal/acp_portal_welcome.html" to="adm/style/portal/acp_portal_welcome.html" />
<file from="root/includes/acp/acp_portal.php" to="includes/acp/acp_portal.php" />
<file from="root/install/index.php" to="install/index.php" />
<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />
<file from="root/portal/includes/functions.php" to="portal/includes/functions.php" />
<file from="root/portal/includes/functions_upload.php" to="portal/includes/functions_upload.php" />
<file from="root/portal/modules/*.*" to="portal/modules/*.*" />
<file from="root/styles/prosilver/template/portal/modules/*.*" to="styles/prosilver/template/portal/modules/*.*" />
<file from="root/umil/*.*" to="umil/*.*" />
<file from="root/portal.php" to="portal.php" />
</copy>
<php-installer>install/index.php</php-installer>
<diy-instructions lang="de"><![CDATA[Rufe install/index.php auf und führe den Installer aus.]]></diy-instructions>
<diy-instructions lang="en"><![CDATA[Browse to install/index.php and run the installer.]]></diy-instructions>
</action-group>
</mod>