Results 117 comments of Dario Giovannetti

Nah it's too dangerous to use `DISPLAYTITLE`, and making it safe would complicate the code for no real benefit, so I'd discard the idea. If we want to uniform the...

Well, for the moment I've done the error -> warning fix, I think it's already a big improvement because now the user can judge if the conflict is real or...

Fixed, from 1.14.2 if the first page processed is a redirect, it won't be resolved; if however it's not a redirect but some of the interlanguage links collected are redirects,...

Hi, it's a good idea, but it would practically require to completely rewrite the plugin, because right now I'm simply reordering the list on the client, while to implement this...

Thanks for testing it! I'm translating the whole project to CoffeeScript, which should make the application more flexible and modular, eventually making it easier to support different installation methods. Points...

Thanks, this is why the plugin is not in the bot, it's hard to predict all the cases :) It should be safe to fix this by checking that `'re`...

I'm aware of that, this is not about dropping support for the current installation method :) But WM can work on any (up-to-date, not-exaggerately-customized) installation of MediaWiki, so using it...

Note that using WM without a browser extension would inhibit cross-domain requests.

I came here and said [oh this is going to be easy!](https://xkcd.com/1349/), then 5 seconds later I remebered the whole [escaping mess](https://wiki.archlinux.org/index.php/User:Lahwaacz/Notes#Fancy_section_headings)... (What follows is mostly a note to myself;...