Welcome Guest ( Log In | Register )

> Please submit all found bugs in the IPBWI-Bugtracker.

You'll find the Bugtracker here.

3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> IPBWI 3.0 for IP.Board 3 under development
Matthias Reuter
post Aug 18 2008, 19:49
Post #1


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



Dear Community,
the team of Invisionpower seems to work hard on the new version 3.0 of Invision Power Board which code seems to be completely redesigned. Unfortunately, the actual IPBWI 1.7.x version will not be compatible with the new IP.Board 3. Actually there is no beta of IP.Board 3 available and there is no date available when the first beta will be released.

Code Framework
I decided to program the new IPBWI 3 version for IP.Board 3 completely from the bottom up. The pros are that the code will be safer, easier to read, to integrate new functions and to update the package. The con is, that IPBWI 3.0 will not be backward-compatible with IPBWI 1.7.x or any older versions. To get the full benefit of the coderedesign, functions-names and parameter need to get a redesign and new names.

So if you want to upgrade your php-applications which use IPBWI 1.7.x or older, you'll need to recheck all functions you used from IPBWI.

Licensing

Additionally, there will be a new license-model for IPBWI. The same code will be dual-licensed: GPL 3 and a business license. Both licenses are available for all people. The difference is, that the business license includes premium support and you will have the right to integrate the code into your own, probritary applications and resell it, if you want. The GPL licensed code is the same to the business licensed and you will get it furthermore for free.

If anyone wants to join the coding team and wants to contribute any code, please feel free to contact me via PM. Any questions and suggestions are welcome.

Kind regards,
Matthias
Go to the top of the page
 
+Quote Post
Nervosa
post Aug 19 2008, 5:46
Post #2


Rookie


Group: Active Member
Posts: 7

Joined: 5-August 08
Member No.: 2 430



This is good to here, will there be any new features that will in the new version of IPBWI?
maybe some kinda cache system?
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Aug 19 2008, 12:27
Post #3


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



QUOTE (Nervosa @ Aug 19 2008, 6:46) *
This is good to here, will there be any new features that will in the new version of IPBWI?
maybe some kinda cache system?


actually I don't know if there will be new features at the beginning of IPBWI 3, but later, there defenitely will be some new features.

A caching-system ist not planned for ipbwi, but I am working on a Content Management System connected with IPBWI.
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Aug 20 2008, 14:53
Post #4


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



Note: IPBWI 3 will also provide enhanced functions for attachment-downloads and uploads.
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Aug 21 2008, 23:00
Post #5


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



Note: IPBWI 3 will require PHP5, PHP4 will be no longer supported. The reasons are, that PHP4 is no longer supported by the PHPgroup, so no updates, even security-updates, will be released for PHP4. Additionally, PHP5 provides lot's of objectoriented functions which will be required for the new coding-design of IPBWI.

To test if your php version is 5 or higher, create a test.php on your server with the following content:
CODE
<?php
             if(version_compare(PHP_VERSION,'5.0.0','<')){
                 die('<p>Bad: your PHP-version is not compatible with IPBWI. You need PHP 5 or higher to use IPBWI. Your current version is '.PHP_VERSION.'</p>');
             } else {
                 die('<p>Nice: your PHP-version is compatible with IPBWI. You need PHP 5 or higher to use IPBWI. Your current version is '.PHP_VERSION.'</p>');
             }
?>


If your server is still running PHP4, you should contact your hostingprovider to update your php-version to PHP5.
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Sep 29 2008, 18:59
Post #6


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



News from IP.Board Newsletter:
QUOTE
We are nearing the end of the development stage of IP.Board 3.0 and will begin to release previews and beta testing copies in the coming weeks. We hope everyone can have a look and let us know what you think. Keep an eye on our company blog for updates, previews, and new information.


I am looking forward to it smile.gif
Go to the top of the page
 
+Quote Post
Elrahc
post Nov 29 2008, 20:00
Post #7


Rookie


Group: Active Member
Posts: 4

Joined: 4-September 08
Member No.: 2 520



Hello,

I like your plans and I thank you for your efforts! smile.gif


~Elrahc
Go to the top of the page
 
+Quote Post
Globex Designs
post Feb 1 2009, 1:37
Post #8


Newbie
*

Group: Active Member
Posts: 19

Joined: 31-January 08
From: Vancouver, Canada
Member No.: 1 975



Hey Matthias,

Any updates on IPB 3.0 support?
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Feb 1 2009, 5:38
Post #9


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



No, because Invisonpower has released encoded beta version only yet, so there is no base for plugin development.
Go to the top of the page
 
+Quote Post
error
post Mar 26 2009, 1:35
Post #10


Rookie


Group: Active Member
Posts: 7

Joined: 25-March 09
Member No.: 3 347



Can't wait on 3.0 ipbwi.
Go to the top of the page
 
+Quote Post
MOrtekai
post Apr 3 2009, 11:51
Post #11


Rookie


Group: Active Member
Posts: 1

Joined: 3-April 09
Member No.: 3 396



I have a community project that will be based on IPB3, would it be ok to contact you about it Matthias? I have some questions that also include the Wordpress component you work on.
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Apr 3 2009, 12:54
Post #12


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



Hi MOrtekai,

yes, for sure smile.gif You could connect me via PM in this forum. I am looking forward to it.

Kind regards,
Matthias
Go to the top of the page
 
+Quote Post
Rob
post Apr 26 2009, 14:35
Post #13


Rookie


Group: Active Member
Posts: 1

Joined: 26-April 09
Member No.: 3 524



What sort of timeline do you have to get the IPBWI up and ready following IPB3's release?

I hear that an un-encoded release candidate is going to be released sometime this week (Wednesday apparently) which allow for work to begin I presume?
Go to the top of the page
 
+Quote Post
Matthias Reuter
post Apr 28 2009, 8:21
Post #14


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



Please let me check their code first, before giving any timeline, thx wink.gif Additionally, I have internet @ home at 08th of may at the earliest because of my movement.
Go to the top of the page
 
+Quote Post
Pete
post May 14 2009, 17:00
Post #15


Rookie


Group: Active Member
Posts: 6

Joined: 12-March 09
Member No.: 3 248



RC1 was released today by the look of things.

So have you finished it yet? Just kidding of course! biggrin.gif
Go to the top of the page
 
+Quote Post
Globex Designs
post May 14 2009, 18:41
Post #16


Newbie
*

Group: Active Member
Posts: 19

Joined: 31-January 08
From: Vancouver, Canada
Member No.: 1 975



Hi Matthias,

With the RC1 release, do you have an estimate for how long IPBWI 3 will take?

Thanks for all your work.
Go to the top of the page
 
+Quote Post
NIXin
post May 25 2009, 0:59
Post #17


Rookie


Group: Active Member
Posts: 2

Joined: 10-April 09
Member No.: 3 427



+1, same question smile.gif
Go to the top of the page
 
+Quote Post
Matthias Reuter
post May 25 2009, 8:04
Post #18


Forensklave
********

Group: Admin
Posts: 8 712

Joined: 12-May 03
From: Hamburg / Germany
Member No.: 1



please check latest news on ipbwi.com about this topic.
Go to the top of the page
 
+Quote Post
Globex Designs
post Jun 21 2009, 3:45
Post #19


Newbie
*

Group: Active Member
Posts: 19

Joined: 31-January 08
From: Vancouver, Canada
Member No.: 1 975



Has any progress been made on this at all?
Go to the top of the page
 
+Quote Post
Nervosa
post Jun 23 2009, 23:17
Post #20


Rookie


Group: Active Member
Posts: 7

Joined: 5-August 08
Member No.: 2 430



3.0 is now live. Any idea when IPBWI will be support or do you plan on dropping this project because of CCS
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 9th February 2010 - 3:41
Skin By: atsaunier Winxperts.net