[01:21:50] Is it possible to determine the source of an autoblocK [01:22:45] "mediawiki" ;P [06:03:42] Hi. I've been using PHP for a long time but would like to write an extension. I have looked through some of the documentation but am a little overwhelmed. Is there an example Extension that I could use to build from? My goal is to implement an extension that instantiates a VideoJS Player for pulling video from internal streaming servers. [06:03:42] Extension:TimedMediaHandler doesn't appear to allow for connecting to external streaming media sources. [18:06:59] Hello everyone, [18:07:41] I followed https://www.mediawiki.org/wiki/MediaWiki-Vagrant instruction but, unable to install development environemnt locally. [18:08:13] It shows the error: [18:08:16] Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/dell/.ssh/id_rsa:Call to virConnectOpen failed: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory [18:08:32] Can anyone help me with this? Thanks. [22:14:08] Hi, There is any easy way to see a relationships between templates? [22:14:36] What sort of relationship would you like to see? [22:14:45] Like this situation: Template:A calls Template:B which calls to Template:C, I would like to see a graph and an edge between A<-->B and B<-->C [22:15:27] My usage is like that: I have Template:B (as mentioned above) witha parameter which I want to remove, I need to see all of the possible callers and remote it from them (and so on) [22:15:44] I do it today with Text Search extension, which is very slow [22:17:10] When using "PagesLinksHere" I may expect Template:A to appear (When doing it from B), but it looks like its showing only the "final pages" (which does not include tmeplates, unless they include it not on "includeonly") [22:18:27] I know that won't cover all because the inclusion is dynamic and may be done like that: {{Template: {{#var: my_dynamic_template_name}} }}, but any best effort way will be great :) [22:18:59] Best source editor that supports XML code highlighting and indentation?