Last visit was: less than a minute ago

It is currently 10 Aug 2013, 21:40

to-do list 1.1

bbdkp discussion that doesn't fit in another category.
Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

to-do list 1.1

Postby Sajaki » 20 May 2009, 12:42

here's a little list of what we aim to do for future releases, now that [1.09] is at [RC1] and close to [FINAL]

With 1.09 RC1, we achieved already quite a bit. It is the first version that i really consider code-complete, it is very much more userfriendly concerning the installation procedure now that we use Automod.

We now plan to submit it to the phpbb mod team for validation (RC2).

On the horizon for [1.1] we think of these features :

phpbb technical
- transition to UMIL, dbms independent (MSSQL, postgre)
- fully oop-aware classes. this has started in 1.09 but we will deepen the concept.

bbdkp
- epgp
- dkp caps (50% dkp gain after n dkp level)
- dkp depreciation : after n time you lose x % dkp
- linking phpbb member profiles with bbdkp members.
- popup with bbdkp member information when hovering over board profile

New plugins
- Raid planner

Warcraft
- achievememt tracker page,
- spell tooltips
- achievement tooltip
- character armory tooltips
- getdkp compatible with bbdkp

Lotro
- class icons
- boss icons
- item database icons

abit more support for Eq2, Warhammer, AoC, FFXI
New games : Age of conan

I cannot promise this will all be achieved but we'll give it a shot.
Top

Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

Re: to-do list 1.1

Postby Sajaki » 27 May 2009, 20:36

i'm now busy with UMIL conversion for RC2, and writing the foundation classes for the raidplanner plugin, scheduled for 1.1.

there is now a development topic on phpbb.com now just for ctrt, apply and soon for roster, as bbdkp is a separate mod and id like to submit it to the MODDB for validation without the plugins.
Top

Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

Re: to-do list 1.1

Postby Sajaki » 01 Jun 2009, 00:39

here's a preview of the new installer ;)

it will be able to install, update and uninstall, all from the same screen.
Image

result of the install
Image

and uninstall/update
Image
Top

Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

Re: to-do list 1.1

Postby Sajaki » 01 Jun 2009, 15:01

The bbdkp portal will now be installed by default, there is no copying and renaming to forum.php anymore from
Code: Select all
/contrib/site_index/root/index.php
to
Code: Select all
root/index.php


it's now portal.php.
Image
Top

Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

Re: to-do list 1.1

Postby Sajaki » 22 Jun 2009, 21:50

okay, i had a little break but now i'm coding again ;)
Top

indi
Craftsperson
Posts: 34
Joined: 23 Feb 2009, 14:44

Re: to-do list 1.1

Postby indi » 24 Jul 2009, 13:49

I know this will probably be quite a while off, but I noticed you did some foundation-work on the upcoming Raidplanner.
Is it still scheduled for the 1.1 release, or will it be available for 'early testing' in RC2 perhaps?

In any case, is it probably a matter of weeks or months before it sees the light of day? As I'm currently waiting with the release (and development) of our new guild-site, since I'd much much much prefer to have a single bbDKP setup instead of ducttaping several software packages together ;)

GJ on your work so far, bbDKP has been growing up very nicely :)
Top

Blazeflack
Support Team Leader
Posts: 960
Joined: 21 Mar 2009, 22:02

Re: to-do list 1.1

Postby Blazeflack » 24 Jul 2009, 19:43

Sajaki wrote:The bbdkp portal will now be installed by default, there is no copying and renaming to forum.php anymore from
Code: Select all
/contrib/site_index/root/index.php
to
Code: Select all
root/index.php


it's now portal.php.
Image


How will this affect people already using a portal for their phpbb installation? Currently must portals use a portal.php file as the main page. Will a user be given the option to not install portal.php or will it error out automatically telling you that a file called portal.php already exists?
Please don't PM me for support. Create a new topic with your question, this way everyone gains from the information shared.
Top

Sajaki
Development Team Leader
User avatar
Posts: 2191
Joined: 28 Dec 2007, 14:56
Location: Belgium

Re: to-do list 1.1

Postby Sajaki » 25 Jul 2009, 11:27

it will be optional, with or without portal : see projected rc2 changelog below :

Code: Select all
<rev-version>1.0.9-RC2</rev-version>
<changelog lang="en">
<change>*** bbdkp ***</change>
<change>[PROJECT] bbdkp 1.0.9-RC2 (w/o plugins) is submitted to the phpbb MODDB for external audit </change>
<change>[FIXED] includes all patches up to RC1 Patch 8, ensured all html is XHTML validated</change>
<change>[FIXED] bbdkp is now compatible with PHP 5.3.0</change>
<change>[NEW] bbDkp 1.0.8 and EQDKP importer using UMIL class : you install a fresh bbdkp (incl db) and then launch the importer of your choice.</change>
<change>[NEW] Itemstats ACP moved to items menu, added Itemsets, NPC's, Spells, Achievements, Proffessions, Quests</change>
<change>[NEW] Dkp permissions are now usergroup based. So you can disable access for board guests or recruits</change>
<change>[NEW] Leaderboard works for all games</change>
<change>[NEW] Player Stats page works for all games</change>
<change>[NEW] Database table backup, uses phpbb functionality</change>
<change>[CHANGE] 2 xml installer files : install with bbDkp portal.php or without (for installing your own portal) </change>
<change>[NEW] Installer rewritten using UMIL class, now compatible with MSSQL, Oracle, Postgresql. handles updates from RC1 </change>
<change>[CHANGED] Game installer files are separate now, this enables new games to be developed faster,
includes game files for Warhammer, Vanguard, Daoc, EQ, EQ2, Wow, Lotro, FFXI with bossprogress for all games.</change>
<change>[CHANGED] Roster, Ctrt, Apply tables installer moved to plugin Installers using Umil. We wanted the bbdkp installer to be less cluttered.</change>
<change>*** ctrt plugin ***</change>
<change>[NEW] new xml parser, now accepts dkp prices from ct_raidtracker</change>
Top

Aero
Support
Posts: 127
Joined: 05 Jan 2009, 02:59

Re: to-do list 1.1

Postby Aero » 28 Jul 2009, 00:15

This looks great Sajaki, very great work as usual!
Top

Cigaras
Lord Baron
User avatar
Posts: 105
Joined: 08 Feb 2008, 22:42

Re: to-do list 1.1

Postby Cigaras » 28 Jul 2009, 10:45

Sajaki wrote:- linking phpbb member profiles with bbdkp members.
- Raid planner
can't wait...
Top

Next

Return to bbdkp discussion

Who is online

Users browsing this forum: Internet Archive [Bot] and 0 guests

  • Advertisement