[RC] Raidplanner 1.0.4

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
cerberos
Registered User
Posts: 9
Joined: Tue Dec 23, 2008 6:53 pm

Re: [BETA] Raidplanner 0.8

Post by cerberos »

Hello, is there any google calendar or someway to sync your ingame events with calendar?

We use ingame calendar with Group Calendarr 5 to make our events, and it will be nice with this mod, be able to have them "presented"in our forum. Is that possible yet?

Thnx and keep up the good work, you are the reason actually i abandoned vbulletin, as there is no World of Warcraft supported mods anymore on vb.
Aoshi
Registered User
Posts: 4
Joined: Tue Jul 23, 2013 8:24 am

Re: [BETA] Raidplanner 0.8

Post by Aoshi »

This still works on phpBB?
User avatar
Neo
Registered User
Posts: 113
Joined: Tue Jul 07, 2009 5:02 am
Location: Holland
Contact:

Re: [BETA] Raidplanner 0.8

Post by Neo »

User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [BETA] Raidplanner 0.11

Post by Sajaki »

Updated to Beta 11.

* 0.11.0 2014-05-19
* [NEW] tabbed interface for ACP, split into 4 modules.
* [FIX] #27 duplicate signups. this was due to the signup object not being rebuilt after displaying the raidplan.
* [FIX] #29 Split Authorisation from Raidplan Class. a new class "RaidAuth" is called from Raidplan class constructor, and checks permissions. local raidplan fields are set by one call with as argument the action that needs checking. advantages: raidplan class has too many responsibilities and checking auth should not be one of them.
* [FIX] #26 No acp error handler for raidteams. now there is js and php validation.
* [FIX] #25 No acp error handler for roles. now there is js and php validation.
* [FIX] #32 upcoming raid, top signup side blocks next to calendar

* 0.10.0 2014-04-05
* [CHG] adapted to new view bbdkp class
* [NEW] add setting to enable past raids, and set it to default.
* 0.9.0 development version
* [CHG] changed for phpBB 3.0.12
* [CHG] compatible with bbDKP 1.3 class structure
* [CHG] moved to raidplanner namespace
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [BETA] Raidplanner 0.11

Post by Sajaki »

This is the 12th beta. probably the last.

Raidplanner 0.12 2014-06-07
[FIX] #46 show size of raid team on popup
[FIX] #41 use explicit getters/setters for the raidplan class
[NEW] #39 tabbed acp
[FIX] #38 templating view class split
[FIX] #37 Viewplanner refactoring
[FIX] #36 js validation for newteamsize field in raidteam acp
[FIX] #33 better icons
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0

Post by Sajaki »

updated to 1.0 RC1. :geek:

Raidplanner 1.0 RC1 2014-06-15
  • [FIX] #52 fix display signoffs
  • [FIX] #52 fix can't edit raid roles
  • redesign raidplan form, add shadows
  • [FIX] #50 font size in block was too high
  • [FIX] #42 add bbTips bbcode to Raidplanner.
  • [FIX] #49 ajax file should be in super path
  • [FIX] fix french translation
  • [FIX] #49 fix block path
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0 rc1

Post by Sajaki »

Updated to Raidplanner 1.0 RC2 2014-06-22

This release RC2 has up to 80% less SQL queries than RC1 due to caching and removing SQL from a loop block for signups.
  • [FIX] #54cache queries, remove queries in loops
  • [FIX] modify editing raidplan screen. the tiles were redesigned.
  • [FIX] pushing raids to bbDKP now works. a link is shown to the dkp page for that raid.
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0

Post by Sajaki »

Updated to 1.0 final release 2014-06-30
  • [FIX] compatible with bbDKP 1.3.0.7 or higher
  • [FIX] planner ucp now works.
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0.1

Post by Sajaki »

updated to 1.0.1 2014-07-01

[FIX] #56File Name and Link Reference case mismatch.
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0.1

Post by Sajaki »

Released 1.0.2 2014-07-12
  • [FIX] #57 fix Function array dereferencing not being available in php 5.3. causes erratic errors in php < 5.4 (missing signups).
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0.2

Post by Sajaki »

Released v1.0.3 16-07-2014
  • [FIX] #58: signup sql had wrong join condition
  • [FIX] deleting raidplan
  • [FIX] pushing raidplan in case point pool is closed
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0.3

Post by Sajaki »

i think my next mod should be a general purpose calendar. shouldn't be too hard since the original lightner code is now entirely OOP.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [RC] Raidplanner 1.0.3

Post by Mess »

Sajaki wrote:i think my next mod should be a general purpose calendar. shouldn't be too hard since the original lightner code is now entirely OOP.
Please do! We will definitely need one for 3.1
Two feature requests if you decide to take it on. :D

1. Make events as posts in a specific forum, with the calendar as overview.
2. ical support for both import and export.
User avatar
Sajaki
Registered User
Posts: 1390
Joined: Mon Mar 02, 2009 1:41 pm
Location: Amsterdam
Contact:

Re: [RC] Raidplanner 1.0.4

Post by Sajaki »

updated for 1.0.4, top post updated.
Locked

Return to “[3.0.x] MODs in Development”