Florian Straub
Florian Straub
> Weirdly, I don't see the `project_example` key in translatewiki's [list of messages for Wikiblame](https://translatewiki.net/w/i.php?title=Special:Translate&group=wikiblame), even though there does seem to be translations there: https://translatewiki.net/wiki/Special:Translations?message=Wikimedia%3AMessages%5Cx5b%27project_example%27%5Cx5d&namespace=1206 > > Any idea why...
For linear search that is already available, see radio button "oldest first " at "Order". For binary search I implemented some version as well after this bug report: http://sourceforge.net/p/wikiblame/bug-reports/1/ Try...
1. Search from X to now: I think I got it. Can you maybe describe on a concrete example what exactly you want to accomplish? 2. order => time direction:...
1. Did you every try using binary search for that? 2. Didn't do it yet :) 3. Thanks
1. Renaming "order" => "time direction" is still open 2. Did some thinking about your request. Am I right, that technically this would only be a kind of alternative way...
Nice approach, messed up my head like crazy, but will lead to more understanding anyway ;) What I was asking: Is your version "search X revisions starting from start date...
The branch https://github.com/FlominatorTM/wikiblame/tree/ui_with_more_radio is my first shot to a more intuitive UI which also contains your feature. Feel free to play with it at http://wikipedia.ramselehof.de/wikiblame.exp.php
@translatewiki might work, are there any examples available how to use it?
Thanks. So I bascially just need to retrieve the script name (e.g. Latn) and check if it is part of [these rtl scripts](https://github.com/wikimedia/language-data/blob/e0200032c4d623e28d2fd8495bd1828f0583ee39/language-data.json#L4171).
That's weird, because it is supposed to read the browser language (at least it does that for me): https://github.com/FlominatorTM/wikiblame/blob/93038c5cd940a08ba3f5d8774e9bd764fb7d9297/wikiblame.php#L30 https://github.com/FlominatorTM/wikiblame/blob/93038c5cd940a08ba3f5d8774e9bd764fb7d9297/shared_inc/language.inc.php#L47 What language setting does your browser have?