Skip to content

[ticket/8064] Forum author sort using username_clean#2387

Merged
naderman merged 1 commit intophpbb:developfrom
Nicofuma:ticket/8064
Aug 10, 2014
Merged

[ticket/8064] Forum author sort using username_clean#2387
naderman merged 1 commit intophpbb:developfrom
Nicofuma:ticket/8064

Conversation

@Nicofuma
Copy link
Copy Markdown
Member

@Nicofuma Nicofuma commented May 2, 2014

  • Conversion of the solution to 3.1.x
  • Adding the migration file
  • Bug fix (for moderation)

Tests still missing.

About the migration file, we need to fill the column
(topic_first_poster_name_clean) while updating the db but it's not easy
and the migration could take a lot of time with thousands topics.

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

PHPBB3-8064

@nickvergessen nickvergessen changed the title [ticket/8064] Forum author sort using username_clean [3.2][ticket/8064] Forum author sort using username_clean May 8, 2014
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please rebase

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

rebased

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Header needs to be updated

@naderman
Copy link
Copy Markdown
Member

naderman commented Aug 9, 2014

As per my comment on the ticket I think it would be better to simply modify the collation on the poster_name column and sort by that rather than sort by username_clean. Can you look into whether that is possibl? utf8_unicode_ci should work I think.

@Nicofuma
Copy link
Copy Markdown
Member Author

Nicofuma commented Aug 9, 2014

updated to use a true sort (utf8_unicode_ci on MySQL) instead of all the other stuff

@naderman
Copy link
Copy Markdown
Member

naderman commented Aug 9, 2014

:-)

@Nicofuma
Copy link
Copy Markdown
Member Author

Nicofuma commented Aug 9, 2014

rebased on develop-ascraeus

@Nicofuma Nicofuma added WIP and removed 3.2 (Rhea) labels Aug 9, 2014
@naderman naderman merged commit 990e641 into phpbb:develop Aug 10, 2014
@nickvergessen nickvergessen changed the title [3.2][ticket/8064] Forum author sort using username_clean [ticket/8064] Forum author sort using username_clean Aug 10, 2014
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.

3 participants