Atom RSS
Page [ 1 of 3 ] Posts [ 1 to 25 of 71 ]
- Title: PunBB Developer
- Status: Offline
- From: Russia
- Registered: 2007-12-13
- Posts: 234
Topic: PunBB 1.3 RC
Here is the PunBB 1.3 Release Candidate.
Download links:
(UPDATED: copyrights)
SVN link:
- http://punbb.informer.com/svn/punbb/tags/punbb-1.3-RC/ (UPDATED)
Major changes since 1.3 beta:
- All variable and constant names changed to maximize extensions portablility
- Changed $db to $forum_db in order to make forum integration easier
- Removed the use of unbuffered queries. The performance gains are minimal and they can cause problems that are difficult to track down
- Removed Fulltext search
- Removed turn_off_maintenance_mode.php in favour of a line in include/essentials.php
- Removed LOW_PRIORITY option from queries as it does not give any advantage
- Moved output buffering to individual files
- Added FORUM_DISABLE_CSRF_CONFIRM, a constant which when defined disables the CSRF token validation
- Added new bbcode preparser to check for errors before posts are saved to the db
- Added a "priority" attribute to the hook tag in extensions. Extensions can now specify their priority for each hook, meaning that they can suggest whether their code should go first, last, or somewhere in between
- Improved/added more database helper functions
- Added helper functions to deal with UTF-8 strings
- Added code to silently strip out certain "bad" characters
- Added notifications for new versions of installed extensions (via repositories)
PS: Bunch of extensions will be published very soon.
Carpe diem
- Title: Former PunBB Developer
- Status: Offline
- Registered: 2004-04-30
- Posts: 7842
Re: PunBB 1.3 RC
Ooh, you forgot a couple!
- Used some creative Javascript to get quickjump form working properly with SEF URLs.
- Finished per-style templates so that all templates can be replaced on a per-style basis.
- Changed the way form emails are sent (and the way the forum_mail function works). Rather than spoofing the sender's email address as the From address (which leads to all kinds of nasty issues), we instead provide a way to set the Reply-To header.
- Title: Senior Member
- Status: Offline
- Registered: 2006-05-04
- Posts: 265
Re: PunBB 1.3 RC
Yay, now i change from Fluxbb to punbb again XD
PunBB, the FluxBB of tomorrow - today!
- Title: Senior Member
- Status: Offline
- From: Charlotte, NC
- Registered: 2004-06-25
- Posts: 1920
Re: PunBB 1.3 RC
Anatoly,
Is there a reason all the file dates are 6/17/2008?
Makes doing a comparison against the PunBB SVN a bit harder, not to mention updating an already running board, cause the dates are all different from the previous beta.
Thanks for the release.
Bert Garcia - When all you have is a keyboard
- Title: Senior Member
- Status: Offline
- From: South Yorkshire, England
- Registered: 2007-03-15
- Posts: 1576
Re: PunBB 1.3 RC
A tar archive should also be available. Zip and 7z are not standard on all systems where this will be run. The *nix world does still exist you know.
Last edited by MattF (2008-06-17 18:27:13)
- Title: Senior Member
- Status: Offline
- From: Leuven, Belgium
- Registered: 2005-06-14
- Posts: 2653
Re: PunBB 1.3 RC
gunzip should do fine, no?
- Title: Senior Member
- Status: Offline
- From: Charlotte, NC
- Registered: 2004-06-25
- Posts: 1920
Re: PunBB 1.3 RC
A tar.gz is 262 KB (269,209 bytes), pretty good compression.
Gunzip works fine, but the tar's keep more info, like permissions, etc.
Bert Garcia - When all you have is a keyboard
- Title: Senior Member
- Status: Offline
- From: South Yorkshire, England
- Registered: 2007-03-15
- Posts: 1576
Re: PunBB 1.3 RC
elbekko wrote:gunzip should do fine, no?
Do you mean for extracting zip files, or just for compression for *nix? The standard method, when creating either gzip or bzip compressed files, is to tar them first.
But yes, either of those would be fine.
- Title: PunBB Developer
- Status: Offline
- From: Russia
- Registered: 2007-12-13
- Posts: 234
Re: PunBB 1.3 RC
MattF wrote:A tar archive should also be available. Zip and 7z are not standard on all systems where this will be run. The *nix world does still exist you know.
Here it is now: http://punbb.informer.com/download/punbb-1.3-RC.tgz
Carpe diem
- Title: Senior Member
- Status: Offline
- From: South Yorkshire, England
- Registered: 2007-03-15
- Posts: 1576
Re: PunBB 1.3 RC
Cheers. 
- Title: PunBB Developer
- Status: Offline
- From: Russia
- Registered: 2007-12-13
- Posts: 234
Re: PunBB 1.3 RC
Smartys wrote:Ooh, you forgot a couple!
Thanks, Smarys. These are mostly yours achievements.
Carpe diem
- Title: PunBB Developer
- Status: Offline
- From: Russia
- Registered: 2007-12-13
- Posts: 234
Re: PunBB 1.3 RC
hcgtv wrote:Is there a reason all the file dates are 6/17/2008?
Makes doing a comparison against the PunBB SVN a bit harder, not to mention updating an already running board, cause the dates are all different from the previous beta.
Hmm. I can't get the problem? What file dates are you expecting to see?
Regarding SVN line by line comparison to PunBB 1.3 beta, it must be evil ))
We are migrating to new repository now. Old one will be possibly kept for historical reasons )
Carpe diem
- Title: Senior Member
- Status: Offline
- From: Charlotte, NC
- Registered: 2004-06-25
- Posts: 1920
Re: PunBB 1.3 RC
Anatoly wrote:We are migrating to new repository now. Old one will be possibly kept for historical reasons )
Ok, that's why the dates changed, a new repository checkin would do that.
Bert Garcia - When all you have is a keyboard
- Title: New member
- Status: Offline
- Registered: 2008-06-17
- Posts: 5
Re: PunBB 1.3 RC
Hello Anatoly,
What kind of compatibility will there be between this RC and fluxbb?
Will the extensions be compatible?
- Title: Member
- Status: Offline
- Registered: 2008-06-16
- Posts: 12
Re: PunBB 1.3 RC
mmm i cant understand a thing now. whats going on. i thought you guys said that you want to make punbb 1.3 as fluxbb 1.3 and change the future goals. so what version of punbb is this.
- Title: PunBB Donor
- Status: Offline
- From: Paris, France
- Registered: 2004-11-06
- Posts: 673
Re: PunBB 1.3 RC
I-MAN wrote:mmm i cant understand a thing now. whats going on. i thought you guys said that you want to make punbb 1.3 as fluxbb 1.3 and change the future goals. so what version of punbb is this.
Simple: PunBB 1.3 RC is (for the most part, to say the least) FluxBB beta 2.5.
- Title: Member
- Status: Offline
- Registered: 2007-03-15
- Posts: 25
- Title: Senior Member
- Status: Offline
- From: Germany
- Registered: 2007-02-14
- Posts: 611
Re: PunBB 1.3 RC
Yeah: Great! So PunBB basically copied FluxBB's code "for compatibility reasons"?
Congrats! Great work!
FluxHosting - host your free FluxBB forum!
- Title: Member
- Status: Offline
- Registered: 2008-05-06
- Posts: 13
Re: PunBB 1.3 RC
Your team developed it or you steal it from FluxBB?
- Title: PunBB Developer
- Status: Offline
- From: Russia
- Registered: 2007-12-13
- Posts: 234
Re: PunBB 1.3 RC
bigcortex wrote:Will the extensions be compatible?
We hope so 
Jérémie wrote:Simple: PunBB 1.3 RC is (for the most part, to say the least) FluxBB beta 2.5.
lie2815 wrote:Yeah: Great! So PunBB basically copied FluxBB's code "for compatibility reasons"?
Congrats! Great work!
That's right.
There will be more differences from now on.
Ledo wrote:Your team developed it or you steal it from FluxBB?
FluxBB team developed their forum or stole it from PunBB?
Both of these questions are incorrect because of GPL.
Why should we do the same if we see that other devs do it right?
GPL allows all of us to use the results of both teams.
Be correct please.
Thanks.
Carpe diem
- Title: Member
- Status: Offline
- Registered: 2008-05-06
- Posts: 13
Re: PunBB 1.3 RC
Nice to know who is developing and who is on the free ride... Will u use new markup from FluxBB to?
- Title: Senior Member
- Status: Offline
- From: Croydon
- Registered: 2007-02-09
- Posts: 434
Re: PunBB 1.3 RC
Ledo wrote:Will u use new markup from FluxBB to?
anatonly wrote:There is a chance, we will release RC2, applying Paul's new markup to have Pun/Flux CSS/templates compatible.
Available for paid punbb work: Coding
Layouts
Styling
- Title: Member
- Status: Offline
- Registered: 2008-05-06
- Posts: 13
Re: PunBB 1.3 RC
A least you are honest and admit your team doesn't develope enything but it will copy FluxBB and be dependant on developement of FluxBB.
I hope you will give credits to them in the bottom? Somethink like Powerd by PunBB - Developed by FluxBB...
Last edited by Ledo (2008-06-18 09:22:24)
- Title: Member
- Status: Offline
- Registered: 2008-06-16
- Posts: 12
Re: PunBB 1.3 RC
ledo, be a little kind, he already said that its GPL. go search google what does it means. the devs forked. so both sites are free. well for me. the one which develops more and bitter i will go to that side. currently fluxbb.org is far above punbb. but i still dont know how capable are antology and his new team.
- Title: Member
- Status: Offline
- Registered: 2007-02-11
- Posts: 28
Re: PunBB 1.3 RC
http://www.gnu.org/licenses/gpl.html
PunBB breaks 5.a because all FluxBB copyrights are removed.
Page [ 1 of 3 ] Posts [ 1 to 25 of 71 ]
Guest posting is disabled. You must login or register to post a reply.