1 (edited by Anatoly 2008-11-01 10:14)

Topic: PunBB 1.3RC2 is out

Most significant 1.3 RC to 1.3 RC2 changes:

  • New layout: markup, CSS, language files updated, markup helper functions added.

  • Added split/merge topics functionality.

  • Added a "database revision number" to the code. This feature provides a way to track whether the database needs to be updated or not.

  • Added constants to various included files to be used to indicate whether a certain file has been loaded or not, removing the need to use include_once/require_once.

  • Added global DST option and the default email setting for new users.

  • Search (searches are now case-insensitive), extern.php, URL rewriting improved.

  • More helpers added to the DB layer and used everywhere in the forum.

  • Got rid of extras folder: install and db_update moved to admin; README, COPYING and .htaccess.dist added to the forum root.

  • Added phpDoc comments to the start of every PHP file, replacing the existing GPL notice.

  • Lot of hooks added.

Download packages:

You may also check it out from Subversion repository.

UPDATE: PunBB 1.3 RC2 demo is available at http://punbb.informer.com/demo/punbb13rc2/ (DB is automatically restored every 2 hours from the SQL dump).

Please, report bugs in 1.3 core talk forum.

PS: Official extensions may not work correctly now and need to be updated for the new 1.3 RC2 markup.
This will be done in a week or two.

Carpe diem

Re: PunBB 1.3RC2 is out

You did say that when the rc2 was done, you will crate the new punbb styles.
Where are they?

PunBB, the FluxBB of tomorrow - today!

Re: PunBB 1.3RC2 is out

grudon66 wrote:

You did say that when the rc2 was done, you will crate the new punbb styles.
Where are they?

I said we will start working on the styles after RC2 release (because of markup changes).
And we have started this work already.

BTW: 2, 3 and 4 of November are Federal Holidays in Russia - the Unity Day is being celebrated.
So we (devs) will come back on November 5-th and fix all the bugs found :-)
I'll try to publish one style tomorrow, but this is not promise.

Carpe diem

Re: PunBB 1.3RC2 is out

hotfix_13rc2_request_password released for the incorrect action URL in the "restore password" form. Use admin console to install it.

Carpe diem

Re: PunBB 1.3RC2 is out

Hello
how i can update the my 1.3RC1 to RC2, only overwrite the file?

Re: PunBB 1.3RC2 is out

fantasma wrote:

how i can update the my 1.3RC1 to RC2, only overwrite the file?

1. Copy old files.
2. Overwrite. Though you'd better remove all the old dirs and put new ones, because their contents differ:
2.1. Remove all the old files and dirs.
2.2. Get back /img/avatars/ and /extensions/ from the previously copied directory.
NOTE: Keep the config.php.
3. Open index.php in your browser. Follow instructions.

Carpe diem

Re: PunBB 1.3RC2 is out

Is this punbb release based on the fluxbb subversion version?

Re: PunBB 1.3RC2 is out

Is RC2 currently used on this domain?

Re: PunBB 1.3RC2 is out

emielvenlo wrote:

Is this punbb release based on the fluxbb subversion version?

Partially. We have developed PunBB 1.3 keeping an eye on FluxBB development. Some changes have been imported, we have made the others. See Trac timeline for details.

Strofanto wrote:

Is RC2 currently used on this domain?

No.

10

Re: PunBB 1.3RC2 is out

Good job big_smile

Btw, when the database update is done, there's no link that points back to the forum index.

Re: PunBB 1.3RC2 is out

Strofanto wrote:

Is RC2 currently used on this domain?


Can see the 1.3 RC2 here http://www.punbb-italia.it/dev/

12

Re: PunBB 1.3RC2 is out

have u test on IE 6??
i'm writing a post on IE 6,but there is wrong something.

13 (edited by lament 2008-11-02 06:15)

Re: PunBB 1.3RC2 is out

fantasma wrote:

Hello
how i can update the my 1.3RC1 to RC2, only overwrite the file?

what about 1.2.20 to 1.3RC2?

Re: PunBB 1.3RC2 is out

lament wrote:

what about 1.2.20 to 1.3RC2?

Procedure is the same. Just don't forget to backup your PunBB files and database. But all your mods installed will not work on 1.3.

It is not recommended to use 1.3 RC2 in the production mode. It still contains several bugs (including reported above) that are to be fixed in 1.3 final release.

15

Re: PunBB 1.3RC2 is out

When I updated to 1.3RC2 from 1.3RC1
I found alway show blank page, have response.
When I check the php file, found below statment may
occurred the problem.
($hook = get_hook('xx')) ? eval($hook) : null;

How to solution ?

Re: PunBB 1.3RC2 is out

ckwong wrote:

When I updated to 1.3RC2 from 1.3RC1
I found alway show blank page, have response.
When I check the php file, found below statment may
occurred the problem.
($hook = get_hook('xx')) ? eval($hook) : null;

How to solution ?

Some extensions' code is being executed in this hook.
Try to define FORUM_DISABLE_HOOKS constant in your config.php (this will disable hooks) and disable all the extensions in admin console then.

Carpe diem