Topic: Official PunBB 1.3 RC2 Bug talk?

You can post the bugs you find here?

Re: Official PunBB 1.3 RC2 Bug talk?

[Not really a bug]

On 'Administration  » Extensions  » Manage hotfixes', e.g. on the "Test Hotfix", you only get its full description when it's installed.

Before Install wrote:

    *  Created by PunBB
    * This hotfix for your PunBB installation was detected by automatic update.

After Install wrote:

    *  Created by PunBB Development Team
    * Hotfix
    * This hotfix extension does nothing useful. It is merely a test.

Yeah, I know you get the hotfix's description before you click the final "Install Hotfix", but having the full description before would be better.

Also, personally, I don't think "Created by PunBB" and "This hotfix for your PunBB installation was detected by automatic update" are needed.

Re: Official PunBB 1.3 RC2 Bug talk?

File: 'admin/users.php'

[Line 468]

        <div class="cbox info-box">

Replace:

        <div class="ct-box warn-box">

[Line 486]

                <span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete'] ?>" /></span>

Replace:

                <span class="submit"><input type="submit" name="delete_users_comply" value="<?php echo $lang_admin_users['Delete users'] ?>" /></span>

Re: Official PunBB 1.3 RC2 Bug talk?

Garciat wrote:

File: 'admin/users.php'

Fixed. Thanks a lot.

Garciat wrote:

Yeah, I know you get the hotfix's description before you click the final "Install Hotfix", but having the full description before would be better.

Also, personally, I don't think "Created by PunBB" and "This hotfix for your PunBB installation was detected by automatic update" are needed.

Will be considered. Thanks for request.

Carpe diem

5 (edited by User33 2008-11-05 21:52)

Re: Official PunBB 1.3 RC2 Bug talk?

When I go from 'index.php' to 'login.php', '$_SERVER['HTTP_REFERER']' is:

http://localhost/tests/punbb_dev/index.php

, but '$forum_user['prev_url']' is:

http://localhost/tests/punbb_dev/extern.php?action=feed&type=rss

Since, the login form redirects you to '$forum_user['prev_url']', I think that's why I keep getting redirected to the RSS feed on both test forums (PunBB's and mine).

Re: Official PunBB 1.3 RC2 Bug talk?

Garciat wrote:

When I go from 'index.php' to 'login.php', '$_SERVER['HTTP_REFERER']' is:

http://localhost/tests/punbb_dev/index.php

, but '$forum_user['prev_url']' is:

http://localhost/tests/punbb_dev/extern.php?action=feed&type=rss

Since, the login form redirects you to '$forum_user['prev_url']', I think that's why I keep getting redirected to the RSS feed on both test forums (PunBB's and mine).

I cannot reproduce this. What are the steps?
Browser and its' vetsion?

Carpe diem

7 (edited by User33 2008-11-07 23:12)

Re: Official PunBB 1.3 RC2 Bug talk?

Steps:

  1. Go to http://punbb.informer.com/demo/punbb13rc2/index.php

  2. Click the 'Login' link.

  3. Check the page source and search for "redirect_url". You'll see that the "redirect_url" is actually the feed's URL.

  4. Login with admin/admin.

  5. You'll get redirected to the RSS feed.

This only happens when you go from 'index.php' to 'login.php'.

My Browser: Firefox 3.0.3

Re: Official PunBB 1.3 RC2 Bug talk?

On the 3-rd step I have:

<input type="hidden" name="redirect_url" value="http://punbb.informer.com/demo/punbb13rc2/index.php" />

hmm

Carpe diem