[Bug 60570] Allow go search feature to reach messages

2014-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60570

--- Comment #3 from Siebrand Mazeland siebr...@kitano.nl ---
I'd like to discuss expected behaviour here. We have Special:Translations for a
list of all translations of a key. For example
https://translatewiki.net/wiki/Special:Translations/MediaWiki:Show.

You could search for MediaWiki:Show on the main page, or for Show.

1. What would be expected behaviour, and
2. What would the algorithm look like that makes the decision?

Suggestion: I think the easier way would be a two click work flow. Similar to a
Did you mean. We can have Special:SearchTranslations do a check for keys that
match the search term, and if it finds something, we could add a link to
Special:Translations/key at the top of the search results.

How does that sound?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60570] Allow go search feature to reach messages

2014-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60570

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to Siebrand Mazeland from comment #3)
 How does that sound?

It sounds like a separate feature requests, unless Nnemo disagrees on my
interpretation of his request. The go search feature only checks title match;
optionally you could pick an appropriate langcode subpage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60570] Allow go search feature to reach messages

2014-03-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60570

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||amir.ahar...@mail.huji.ac.i
   ||l
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60570] Allow go search feature to reach messages

2014-02-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60570

--- Comment #2 from Helder mybugs.m...@gmail.com ---
[offtopic] Just in case someone else likes it, I use this a script like this to
easily get from a WMF wiki to Translatewiki:

// Add a link to Translatewiki above the interface messages
if ( 8 === mw.config.get( 'wgNamespaceNumber' ) ) {
mw.util.addPortletLink(
'p-namespaces',
'//translatewiki.net/wiki/' +
mw.util.wikiUrlencode( mw.config.get( 'wgPageName' ) ) +
'/' + mw.config.get( 'wgUserLanguage' ),
'Translatewiki',
'ca-trans',
'See this message on Translatewiki.net'
);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60570] Allow go search feature to reach messages

2014-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60570

--- Comment #1 from Nemo federicol...@tiscali.it ---
Before I forget again, a somehow similar messageid operator exists to search by
message key (without language subpage), e.g.
https://translatewiki.net/w/i.php?title=Special%3ASearchTranslationsquery=messageid%3A%22MediaWiki%3ATitlematches%22
(first revealed by Nikerabbit in
https://gerrit.wikimedia.org/r/#/c/94064/2/includes/specials/SpecialAllmessages.php).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l