Page MenuHomePhabricator

Use case-insensitive sort for tags added to the irc log
Closed, ResolvedPublicBUG REPORT

Description

Pywikibot-General, pywikibot-core

should be the other way around (c<G). We probably want to use python's equivalent of 'utf8_general_ci'.

Details

TitleReferenceAuthorSource BranchDest Branch
Enhance Phorge event renderingtoolforge-repos/wikibugs2!17bd808work/bd808/irc-formattingmain
Customize query in GitLab

Event Timeline

valhallasw raised the priority of this task from to Needs Triage.
valhallasw updated the task description. (Show Details)
valhallasw added a project: Wikibugs.
valhallasw subscribed.
bd808 renamed this task from use case-insensitive sort to Use case-insensitive sort for tags added to the irc log.Feb 17 2024, 8:25 PM
bd808 changed the subtype of this task from "Task" to "Bug Report".
bd808 triaged this task as Medium priority.Mar 10 2024, 3:06 AM
bd808 moved this task from Backlog to Ready to Go on the Wikibugs board.
bd808 subscribed.

I think sorted(projects.keys(), key=str.lower) in PhorgeMessageBuilder.build_project_text is all that is needed here.

bd808 changed the task status from Open to In Progress.Mar 11 2024, 11:31 PM
bd808 claimed this task.
bd808 moved this task from Ready to Go to Doing on the Wikibugs board.