version 1.1 is currently in development, in "alpha 3" stadium, so there is no download yet.
however, you can do a svn checkout here http://code.google.com/p/bbdkp/source/checkout but mind this is development code and although we aim to keep trunk code stable we don't give support for non-released software.
[NEW] breadcrumbs menu navigation
[NEW] whoisonline block in Portal
[FIXED] ticket 9 guild id 1 cant be deleted anymore (viewtopic.php?f=54&t=1358#p6093)
[FIXED] ticket 8 logging, removed {}, no longer necessary to use mb_ereg_replace in function getaction
[FIXED] ticket 7 removing raidmembers didnt get deleted (svn 932-933)
[FIXED] ticket 5 : removing a guildmember would cause an error
[FIXED] ticket 4 (date zone checks) r906
[FIXED] ticket 3 guildname is now max 255 chars
[FIXED] Removed all hardcoded language from html and php
[FIXED] changed language files to uppercase, reorganised descriptions
[FIXED] removed L_ references from php files
[NEW] Added updater from 1.0.9rc1
[FIX] reduced installer complexity, combined RC1-RC2 changes
[CHANGE] All overall_header script inclusion moved to dkp_header.html, which has anchors for each plugin. jquery scripts are in this file now.
[NEW] Added plugin anchors in constants file
[NEW] recoded the Items, Raid ACP
[NEW] recruitment block now only shows classes that are open
[NEW] new bossprogress block with progress bars
[NEW] new bossprogress excel spreadsheet to facilitate config of new bosses
[NEW] backported new request_var function from phpbb 3.1 to 3.0 to allow Raidtracker to treat deep arrays
[UPD] updated UMIL to 1.0.2
[UPD] added form tokens in acp submit forms when no confirm box was present
[FIX] Fixed outstanding tickets
1. Unzip the bbdkp zip file into /store/mods/
2. Launch automod, choose the install link. this will copy all the files, perform the necessary edits.
3. Copy these folders to the images folder : this is not done by Automod because it can't handle it due to the size
from="root/images/class_images/*.*" to="images/class_images/*.*"
from="root/images/bossprogress/*.*" to="images/bossprogress/*.*"
from="root/images/roster_portraits/*.*" to="images/roster_portraits/*.*"
from="root/images/roster_classes/*.*" to="images/roster_classes/*.*"
4. Then surf to /install, and you will see the Imul installation page. This will install the acp modules, database tables, and clear the caches (template, theme, imagesets)
Upgrading from 1.1.0-RC to 1.1.0
1. Using Automod, do an uninstall of 1.1.0-RC. This will undo all the changes to the php and html files, leaving the bbdkp database tables.
2. Unzip the bbdkp 1.1.0 zip file into /store/mods/
3. Launch automod, choose the install link. this will copy all the files, perform the necessary edits. .
4. Copy these folders to the images folder : this is not done by Automod because it can't handle it due to the size
from="root/images/class_images/*.*" to="images/class_images/*.*"
from="root/images/bossprogress/*.*" to="images/bossprogress/*.*"
from="root/images/roster_portraits/*.*" to="images/roster_portraits/*.*"
from="root/images/roster_classes/*.*" to="images/roster_classes/*.*"
5. Then surf to /install, and you will see the Umil installer. It will give you the option to Upgrade the Db from 1.1.0-RC, updating the acp modules, database tables, and clear the caches (template, theme, imagesets)
Upgrading from 1.0.9rc1 to 1.1.0
1. Using Automod, do an uninstall of 1.09rc1. This will undo all the changes to the php and html files, leaving the bbdkp database tables.
2. Unzip the bbdkp 1.1.0 into /store/mods/
3. Launch automod, choose the install link. this will copy all the files, perform the necessary edits.
4. Copy these folders to the images folder : this is not done by Automod because it can't handle it due to the size
from="root/images/class_images/*.*" to="images/class_images/*.*"
from="root/images/bossprogress/*.*" to="images/bossprogress/*.*"
from="root/images/roster_portraits/*.*" to="images/roster_portraits/*.*"
from="root/images/roster_classes/*.*" to="images/roster_classes/*.*"
5. Then surf to /install, and you will see the Umil installer. It will give you the option to Upgrade the Db from 1.0.9rc1, updating the acp modules, database tables, and clear the caches (template, theme, imagesets)
release 1.1.0 rc4 was a big cleanup job to come in line with phpbb coding guidelines, as much of the code came from different sources (eqdkp to name a few), and it was quite hard to integrate it in phpbb.
i think that we covered the base there, except one :
renaming all table prefixes to come in line with phpbb because now there is a separate table prefix. doing that would have big repercussions on people who already installed bbDKP, so it should be part of the umil update script and thus i deferred that.
So, the next release will be numbered 1.1.1, and so on till we reach 1.2..
Functionally, we'd like to add the following features :
multi-game, meaning that you can choose more than 1 game to install in the umil screen. this will mean a big change in database schema.
new loot distribution systems. currently there's the two classics, namely
standard dkp
zerosum dkp
we'd like to add
EPGP (Efford - Gear Reward Points)
Time-based DKP
DKP caps (50% dkp gain after n dkp level
DKP depreciation : after n time you lose x % dkp
phpbb account integration with game memberlist table. so then you can see your toon data inside your ucp, and also more security roles.
about the boss progress page :
i think it needs to be a plugin with "data packs" per game. meaning that people can then pick the data packs they want and install it to bbDKP.
currently, the "images" folder contains about 20mb of custom artwork, for six games. it's too much and Automod chokes on it. so we need to split it.
i'd like to update the boss offset table directly using Raidtracker or the raid acp. this way, an accurate progress can be done. currently, you have to manually type the date at which you raided boss x.
modernising the presentation, removing
some stray html in the php files.
we need more game data. Lotro, EQ, EQ 2, Aion, Vanguard, FFXI are all incomplete
about the other plugins :
About the Raidtracker plugin : once we have other loot systems in core, these should be added to the functionality of RT.
Armory plugin : not much to say, it works and that's good.
bbTips plugin : i would like to make it standalone, and add a character bbcode.
Apply plugin : remove the html posting, change to bbcode posting and move the character lookup to bbtips.
Raid planner : i'm thinking of porting the PHPRaid package to phpbb. as such, that would be an entirely new mod.