[00:56:50] Is there a way to add a namespace to a wiki without going through LocalSettings.php on the server side? I don't have server-side access but am effectively the wiki's admin, and this has been this way for a while -- I'm pretty sure I've done this before, I just don't remember how I did it. [00:57:27] Unless you've got Extension:Configure, no [00:57:42] Technically, you can create pages at RandomText:FooBar, but it's not a proper namespace [00:57:44] How do I check for that? [00:57:55] Special:Version [00:58:27] Damn. Guess I gotta go find Liz. x.x [00:58:30] Somewhere. [01:00:36] Yep. Just found the email from years ago where I asked her to set the last one up. Oh well. [01:02:56] Well, thanks anyway. [08:18:34] i am getting an error while i am installing git-review https://usercontent.irccloud-cdn.com/file/Iu2bb6au/Screenshot%20from%202017-12-21%2013-46-42.png [08:19:02] https://www.mediawiki.org/wiki/Gerrit/git-review#Installation This is the link i am installing git review [08:31:39] dheeraj: You need to run that command "in your cloned copy to setup to work with Gerrit." [08:34:18] dheeraj: So first you need to clone repository you are going to work with, then run "git review -s" in the directory where that repository is located. [08:34:45] Phantom42: should i clone it from git? [08:36:13] dheeraj: For example, if you want to clone MediawikiCore, you need to run: `git clone https://YOUR_GERRIT_USERNAME@gerrit.wikimedia.org/r/a/mediawiki/core` [08:45:19] Phantom42: thanks [08:51:06] Scenario: User has Special:Exported a template from Templates Wikia and selected the "include templates" option. So necessarily they included our custom version of http://templates.wikia.com/wiki/Template:Documentation [08:52:20] But they don't actually want that because it includes hella garbage not relevant elsewhere. I found that I can use {{#ifeq:{{SITENAME}|Templates Wiki}} to insert text only if it's copied to other wikis... Can I include in this text a one-click link to revert/undo/rollback the imported edit? [08:53:40] that is, I'm trying to make the link at the top of http://henstepl.wikia.com/wiki/Template:Documentation ("Click here to revert it.") more babby-proof [08:54:28] Phantom42: i have done git review -s in cloned copy, but i am not getting any result [09:00:07] Phantom42: how can i track bugs [09:08:50] dheeraj: what do you mean by "not getting any result"? After running that command your repository is setup to use Gerrit [09:09:27] dheeraj: I am sorry, but could you clarify please what are you trying to do [09:17:44] I completed setting up gerrit [09:18:46] Phantom42: what is the use of ' git pull origin master' [09:19:09] Phantom42: how can I fix bugs [09:19:52] dheeraj: `git pull` is to update your local repository with the latest changes from Gerrit server [09:21:12] Phantom42: ok [09:21:29] Phantom42: what is the bugtracker [09:22:06] dheeraj: Bugs are tracked at phabricator.wikimedia.org [09:24:09] dheeraj: To find out how to submit a patch, read this: https://www.mediawiki.org/wiki/Gerrit/Tutorial#How_to_submit_a_patch [09:24:32] dheeraj: You may also want to setup development environment (Vagrant or manual installation): https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker#Set_up_your_development_environment [09:38:04] Phantom42: why is vagrant needed? [09:38:34] Phantom42: i completed mannual installations [09:43:02] dheeraj: Vagrant is needed to simplify running local MediaWiki development instance. However, if you followed manual installation instructions (setup webserver like apache, mysql database, etc.), then it is totally okay too and you do not need vagrant. [09:45:56] Phantom42: ok [09:46:04] dheeraj: thanks [14:03:50] hi! i got a client who wants to translate content in his wiki to several DIALECTS that aren't available in the standard language list offered by the Translate extension [14:04:17] anyone knows how can i register a totally new language into the mediawiki system so that the Translate extension may offer it as a valid translation language ? [14:17:38] Sophivorus: #mediawiki-i18n [14:37:15] can a tramslation admin revert https://www.mediawiki.org/w/index.php?title=Help:Links/th&curid=741775&diff=2652343&oldid=2638327 and [14:37:24] https://www.mediawiki.org/w/index.php?title=Extension%3APlantUML%2Fru&type=revision&diff=2652215&oldid=2032279 [14:40:21] The second one has already been reverted [14:40:24] https://www.mediawiki.org/w/index.php?title=Extension:PlantUML/ru&diff=next&oldid=2652215 [14:42:42] first one??? [14:43:20] I don't have translation admin [14:43:53] about first one can a translation admin save empty content in case of vandalism [19:21:00] Does anyone know which maintenance script I could use to refresh redlink "contribs" on Special:ListUsers? [19:29:38] I dont think thats really cached (beyond browser caching and maybe user object caching) [19:31:03] Perhaps making a dummy edit to LocalSettings.php (to up cache epoch for browser cache)