Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/11098] Add mark/unmark all options to remember me keys #2276

Merged
merged 4 commits into from
Apr 10, 2014

Conversation

iMattPro
Copy link
Member

https://tracker.phpbb.com/browse/PHPBB3-11098

This also involved a bit of cleanup for consistency and valid markup.
While at it, made a tiny HTML valid markup fix to the notifications
page as well.

<!-- IF .errors -->
<p class="error">
<!-- BEGIN errors -->
{errors} <br />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is most likly wrong. should be {errors.SOMETHING}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well why did they make it like that then 👎

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually that appears to be the way it is handled (or wrong)??:
https://github.com/phpbb/phpbb/blob/develop/phpBB/includes/ucp/ucp_profile.php#L682

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

                while ($row = $db->sql_fetchrow($result))
                {
                    $template->assign_block_vars('sessions', array(
                        'errors' => $error,

Can you fix it in the ucp_profile.php?

@iMattPro
Copy link
Member Author

Fixed incorrect error reporting.

@nickvergessen nickvergessen merged commit 80bc302 into phpbb:develop-ascraeus Apr 10, 2014
@iMattPro iMattPro deleted the ticket/11098 branch April 10, 2014 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants