Skip to content

Commit

Permalink
repackaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Jul 17, 2014
1 parent afaf3b9 commit 350a4d7
Show file tree
Hide file tree
Showing 1,844 changed files with 3,320 additions and 186 deletions.
44 changes: 21 additions & 23 deletions README.md
@@ -1,11 +1,11 @@
[![bbDKP](http://www.bbDKP.com/images/site_logo.png)](http://www.bbDKP.com)

#1.3.0.8
#1.3.0.9


## about

bbDKP is a Dragon Kill Points Mod for your phpBB3 Bulletin board.
bbDKP is a Dragon Kill Points Mod for your phpBB3 Bulletin board. It was originally forked from EQDKP in 2008.

Dragon kill points are a form of currency in guilds, where members bid on game loot and buy the items, paying in DKP.

Expand All @@ -23,7 +23,7 @@ Prosilver styles files are included. The Jade, Deathwing and pbWoW2 styles have

## Current

1.3.0.8
1.3.0.9

## Installation

Expand All @@ -33,42 +33,36 @@ Prosilver styles files are included. The Jade, Deathwing and pbWoW2 styles have
2. PHP 5.3.3 or higher. Curl should be available on your server.
2. UMIL 1.0.5, Automod 1.0.2
3. ftp and founder admin access on your phpbb installation.
4. Make sure you have [Automod 1.0.2](https://www.phpbb.com/mods/automod/) or do the changes manually as described in INSTALL.XML
4. Make sure you have [Automod 1.0.2](https://www.phpbb.com/mods/automod/) or do the changes manually as described in INSTALL.XML

#### recommended development setup
1. phpBB QuickInstall
2. phpStorm IDE
3. LAMP installation
4. Github app, or use Atlassian Sourcetree

#### New installation 1.3.0.8
#### New installation 1.3.0.9

Adding bbDKP to phpBB3 is easy. like any other mod, you need to do the edits in your core phpbb files, copy the files to your webserver, and then run the database installer.

Note : we advise you to do all php, html upgrades on localhost before uploading it to your web server. Then run the database installer/upgrader on your webserver

1. Unzip the bbDKP-1308.zip file
2. Upload bbDKP-1308/bbDKP folder to your webserver, into /store/mods/
1. Unzip the bbDKP-1309.zip file
2. Upload bbDKP folder to your webserver, into /store/mods. note that the folder name must be "bbDKP", without version number.
3. Launch automod, click in "bbDKP", and click the "Install" link. this will copy the files, and perform the necessary edits.
4. Click on the blue link given, this will redirect you to /install/index.php
5. Click submit. This will install 1.3.0.5 and clear the caches (template, theme, imagesets)
5. Click submit. This will install 1.3.0.9 and clear the caches (template, theme, imagesets)

#### Upgrading from 1.3.0.x to 1.3.0.8
#### Upgrading from 1.3.0.x to 1.3.0.9

1. Unzip the bbDKP-1308.zip file
2. Upload bbDKP-1308/bbDKP folder to your webserver, into /store/mods/, replacing the bbDKP folder that is there
3. go to Details, and down below you see the available upgrades. (or do the changes manually, described in /contrib/bbdkp_1307_to_1308/update.xml)
1. Unzip the bbDKP-1309.zip file
2. Upload bbDKP folder to your webserver, into /store/mods/, replacing the bbDKP folder that is there. note that the folder name must be "bbDKP", without version number.
3. go to Details, and down below you see the available upgrades. (or do the changes manually, described in /contrib/bbdkp_1308_to_1309/update.xml)
![Automod update](http://i.imgur.com/eZww133.png)
4. Apply the update from Automod "Available Changes"
![Imgur](http://i.imgur.com/1mKPLq5.png)
6. Click on the database upgrade link
![database upgrade](http://i.imgur.com/9c0lNad.png)

#### Upgrading from 1.2.8-pl2 to 1.3.0.8
#### Upgrading from 1.2.8-pl2 to 1.3.0.9

* make a secure backup of all files
* backup your database
* Uninstall 1.2.8-pl2 and re-install 1.3.0.8 using Automod
* Uninstall 1.2.8-pl2 and re-install 1.3.0.9 using Automod
1. If you installed any bbDKP plugins, these have to be uninstalled first.
* upload the install folder for any bbdkp 1.2.8 plugin, and run the UMIL uninstaller.
* make sure the module was uninstalled by checking the ACP modules.
Expand All @@ -78,7 +72,7 @@ Note : we advise you to do all php, html upgrades on localhost before uploading
4. delete /store/mods/bbdkp
5. upload the unzipped bbDKP-1308/bbDKP folder to /store/mods
6. from Automod, run file installer
7. Click on the blue link given, this will redirect you to /install/index.php, then click "update". This will update the database from 1.2.8-PL2 to 1.3.0.8
7. Click on the blue link given, this will redirect you to /install/index.php, then click "update". This will update the database from 1.2.8-PL2 to 1.3.0.9
![database upgrade](http://i.imgur.com/8gvmkwQ.png)
![after upgrade](http://i.imgur.com/qywrgj1.png)
Expand All @@ -98,11 +92,15 @@ Find support and more on

## Changelog

1.3.0.9 17-07-2014

- [CHG] Repackaging
- [FIX] missing language entries in german/french

1.3.0.8 01-07-2014

- [FIX] #239 fix reference to raidplanner block path (1 file)


1.3.0.7 30-06-2014

- [FIX] #238 points transfer acp is now multi-guild
Expand Down Expand Up @@ -758,7 +756,7 @@ Find support and more on

## contribute

You can see all the amazing people contributing to this project [here](https://github.com/bbdkp/bbdkp/graphs/contributors).
You can see all the awesome people contributing to this project [here](https://github.com/bbdkp/bbdkp/graphs/contributors).

1. [Create a ticket (unless there already is one)] : https://github.com/bbDKP/bbDKP/issues or http://www.bbdkp.com/tracker.php
2. [Read our Git Contribution Guidelines](http://www.bbdkp.com/viewtopic.php?f=60&t=1854); if you're new to git, also read [Git Primer](http://www.bbdkp.com/viewtopic.php?f=60&t=1853)
Expand Down
118 changes: 0 additions & 118 deletions bbDKP/contrib/prosilver.xml

This file was deleted.

1 change: 0 additions & 1 deletion bbDKP/contrib/version.txt

This file was deleted.

File renamed without changes.
Expand Up @@ -4,10 +4,10 @@
<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">bbDKP 1.3.0.8 - Update from bbdkp 1.3.0.5</title>
<title lang="de">bbDKP 1.3.0.8 - Update von bbdkp 1.3.0.5</title>
<title lang="fr">bbDKP 1.3.0.8 - mise à jour depuis bbdkp 1.3.0.7</title>
<description lang="en">bbDKP 1.3.0.8 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
<title lang="en">bbDKP 1.3.0.9 - Update from bbdkp 1.3.0.5</title>
<title lang="de">bbDKP 1.3.0.9 - Update von bbdkp 1.3.0.5</title>
<title lang="fr">bbDKP 1.3.0.9 - mise à jour depuis bbdkp 1.3.0.5</title>
<description lang="en">bbDKP 1.3.0.9 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
</description>
<github>https://github.com/bbdkp/bbdkp</github>
<author-group>
Expand All @@ -21,12 +21,18 @@
</contributions-group>
</author>
</author-group>
<mod-version>1.3.0.8</mod-version>
<mod-version>1.3.0.9</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="language" href="../fr.xml" lang="en">Français</link>
<link type="language" href="../de.xml" lang="en">Deutsch</link>
<link type="parent" href="../../install.xml" lang="en">bbdkp Install Instructions</link>
</link-group>

</header>
<action-group>
<copy>
Expand Down
File renamed without changes.
Expand Up @@ -4,10 +4,10 @@
<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">bbDKP 1.3.0.8 - Update from bbdkp 1.3.0.6</title>
<title lang="de">bbDKP 1.3.0.8 - Update von bbdkp 1.3.0.6</title>
<title lang="fr">bbDKP 1.3.0.8 - mise à jour depuis bbdkp 1.3.0.6</title>
<description lang="en">bbDKP 1.3.0.8 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
<title lang="en">bbDKP 1.3.0.9 - Update from bbdkp 1.3.0.6</title>
<title lang="de">bbDKP 1.3.0.9 - Update von bbdkp 1.3.0.6</title>
<title lang="fr">bbDKP 1.3.0.9 - mise à jour depuis bbdkp 1.3.0.6</title>
<description lang="en">bbDKP 1.3.0.9 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
</description>
<github>https://github.com/bbdkp/bbdkp</github>
<author-group>
Expand All @@ -21,12 +21,17 @@
</contributions-group>
</author>
</author-group>
<mod-version>1.3.0.8</mod-version>
<mod-version>1.3.0.9</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="language" href="../fr.xml" lang="en">Français</link>
<link type="language" href="../de.xml" lang="en">Deutsch</link>
<link type="parent" href="../../install.xml" lang="en">bbdkp Install Instructions</link>
</link-group>
</header>
<action-group>
<copy>
Expand Down
File renamed without changes.
Expand Up @@ -4,10 +4,10 @@
<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">bbDKP 1.3.0.8 - Update from bbdkp 1.3.0.7</title>
<title lang="de">bbDKP 1.3.0.8 - Update von bbdkp 1.3.0.7</title>
<title lang="fr">bbDKP 1.3.0.8 - mise à jour depuis bbdkp 1.3.0.7</title>
<description lang="en">bbDKP 1.3.0.8 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
<title lang="en">bbDKP 1.3.0.9 - Update from bbdkp 1.3.0.7</title>
<title lang="de">bbDKP 1.3.0.9 - Update von bbdkp 1.3.0.7</title>
<title lang="fr">bbDKP 1.3.0.9 - mise à jour depuis bbdkp 1.3.0.7</title>
<description lang="en">bbDKP 1.3.0.9 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
</description>
<github>https://github.com/bbdkp/bbdkp</github>
<author-group>
Expand All @@ -21,12 +21,17 @@
</contributions-group>
</author>
</author-group>
<mod-version>1.3.0.8</mod-version>
<mod-version>1.3.0.9</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="language" href="../fr.xml" lang="en">Français</link>
<link type="language" href="../de.xml" lang="en">Deutsch</link>
<link type="parent" href="../../install.xml" lang="en">bbdkp Install Instructions</link>
</link-group>
</header>
<action-group>
<copy>
Expand Down
File renamed without changes.
File renamed without changes.
46 changes: 46 additions & 0 deletions contrib/bbdkp_1308_to_1309/update.xml
@@ -0,0 +1,46 @@
<?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">bbDKP 1.3.0.9 - Update from bbdkp 1.3.0.8</title>
<title lang="de">bbDKP 1.3.0.9 - Update von bbdkp 1.3.0.8</title>
<title lang="fr">bbDKP 1.3.0.9 - mise à jour depuis bbdkp 1.3.0.8</title>
<description lang="en">bbDKP 1.3.0.9 is a Dragon Kill system Mod for your phpBB3 Bulletin board.
</description>
<github>https://github.com/bbdkp/bbdkp</github>
<author-group>
<author>
<realname><![CDATA[Andreas]]></realname>
<username><![CDATA[Sajaki]]></username>
<homepage><![CDATA[http://www.bbdkp.com]]></homepage>
<email><![CDATA[sajaki9@gmail.com]]></email>
<contributions-group>
<contributions status="current" from="2008-04-04" position="Developer"/>
</contributions-group>
</author>
</author-group>
<mod-version>1.3.0.9</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.12</target-version>
</installation>
<link-group>
<link type="language" href="../fr.xml" lang="en">Français</link>
<link type="language" href="../de.xml" lang="en">Deutsch</link>
<link type="parent" href="../../install.xml" lang="en">bbdkp Install Instructions</link>
</link-group>
</header>
<action-group>
<copy>
<file from="root/language/en/mods/dkp_common.php" to="language/en/mods/dkp_common.php"/>
<file from="root/install/index.php" to="install/index.php"/>
</copy>
<php-installer>install/index.php</php-installer>
<diy-instructions lang="fr"><![CDATA[navigue vers install/index.php et execute la mise à jour.]]></diy-instructions>
<diy-instructions lang="de"><![CDATA[Rufe install/index.php auf und führe die Aktualisierung aus.]]></diy-instructions>
<diy-instructions lang="en"><![CDATA[Browse to install/index.php and run the Updater.]]></diy-instructions>
</action-group>
</mod>

0 comments on commit 350a4d7

Please sign in to comment.