[11:33:12] <^d> vagrant@mediawiki-vagrant:~$ /usr/local/bin/foreachwiki update.php --quick --doshared [11:33:12] <^d> Sorry, user vagrant is not allowed to execute '/usr/local/bin/foreachwiki update.php --quick --doshared' as www-data on mediawiki-vagrant.dev. [11:33:19] <^d> bd808: Bleh ^ [11:33:20] <^d> :( [11:33:48] missing sudoers conf? [11:34:49] <^d> Hmmmm [11:35:00] <^d> yup [11:35:04] * ^d reprovisions [11:51:01] bd808: Ugh, provisioned, no dice [11:51:35] blerg. [11:52:44] vagrant@mediawiki-vagrant:/etc/sudoers.d$ groups vagrant [11:52:44] vagrant : vagrant adm cdrom sudo dip plugdev lpadmin sambashare [11:52:53] And /etc/sudoers.d/ is empty other than README [11:53:38] I should be hitting %sudo ALL=NOPASSWD:ALL though [11:53:44] * TomDaley puzzles [11:54:15] vagrant@mediawiki-vagrant:/etc$ sudo -su www-data [11:54:15] Sorry, user vagrant is not allowed to execute '/bin/bash' as www-data on mediawiki-vagrant.dev. [11:54:15] vagrant@mediawiki-vagrant:/etc$ sudo -s [11:54:17] root@mediawiki-vagrant:/etc# sudo -su www-data [11:54:19] www-data@mediawiki-vagrant:/etc$ [11:55:00] so... I don't see any use of sudo::group or sudo::user in the puppet manifests ?! [11:55:07] not sure wtf [11:55:44] we must rely on some vagrant all sudoer stuff [11:55:52] which maybe isn't really there? [12:06:23] where's the "code review for common.js" task in phab? [12:09:27] MC8: https://phabricator.wikimedia.org/T71445 [12:12:58] thanks [12:40:33] !job [12:40:33] http://integration.wikimedia.org/ci/job/ [12:40:41] !jobqueue [12:40:41] The Job Queue is a way for mediawiki to run large update jobs in the background. See http://www.mediawiki.org/wiki/Manual:Job_queue [12:44:20] !purge\ [12:44:22] !purge [12:44:22] To purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge [12:44:33] !forcelinkupdate [12:51:29] Betacommand: do you have problems with html cache invalidation? red links remaining red after article creation? [12:51:53] Vulpix: No mailing list question [13:49:40] heyho [13:50:13] howdy-ho! [13:51:32] maybe somebody can help me. i have installed mediawiki. i want to create 2 article's with the same name but different content. i can't find a solution. sry for my bad english ;D [13:52:10] Each page is uniquely identified by a name [13:52:23] so they have to have a unique name (so they have different urls) [13:52:35] but you can make the first header be different from the title [13:52:44] yeah i want to make a person wiki [13:52:54] i have two people with the same name [13:54:03] Dirk__: So you can use something like $wgRestrictDisplayTitle = false; and {{DISPLAYTITLE:...}} [13:54:05] i don't want name one of them with a number or something else [13:54:34] but I'd personally reccomend something like Person Name (something to disambig) [13:54:41] like wikipedia uses [13:55:55] can you explain $wgRestrictDisplayTitle in easy english? ^^ [13:57:35] It controls the {{DISPLAYTITLE:...}} wiki code which adjusts what the title is [13:58:17] ok i have t put $wgRestrictDisplayTitle = false; in localsetting? [13:59:20] hmpf [13:59:21] yes, and then {{DISPLAYTITLE:New title here}} on a page will adjust title [13:59:38] in localsetting too? [14:00:00] sry firt time using mediawiki ;D [14:00:04] +s [14:00:13] No, on the wikipage that you want to have a different "title" then what its real title is [14:05:28] hmpf don't work [14:07:26] maybe you can look and help? when you allow i would qry you ;) [14:08:27] I'm kind of a little busy today, I can't really look in depth [14:09:48] surficial look maybe enough? [14:10:01] anomie: hi [14:10:20] https://gerrit.wikimedia.org/r/#/c/212730/ and its dependencies should be mergeable [14:13:07] hmpf i don't understand :( [14:13:08] aharoni: I'll try to have a look later, if someone doesn't beat me to it. [14:13:43] Dirk__: could you share a link to the page where you have put {{DISPLAYTITLE: }}? [14:13:53] anomie: thanks [14:13:57] have i write {{DISPLAYTITLE:new titel}} in the textfield of an articel? [14:15:11] sure [14:15:13] http://wiki1.fam-backhaus.de/index.php?title=Fred [14:15:29] sry i really new in this mediawiki thing ;D [14:15:33] Dirk__: yes, you need to put that anywhere inside the text of the page, like any template. You usually would put that at the top of the page [14:16:21] ummm, wtf this didn't work... your wiki did something strange witht hose curly braces [14:16:51] hmpf i have installed wYSIWYG [14:17:01] maybe thats the problem? [14:17:17] yes, it saved the page text as

{{DISPLAYTITLE: Flinstone}} [14:17:44] args [14:17:57] WYSIWYG is not really supported on new versions of MediaWiki IIRC [14:19:27] ah ok i have to put this into the source code than it's work [14:20:26] now when i search fred he shows autmatically the article of fred flinstone :P But when i want to have a second article with a another fred flinstone there is the same problem [14:21:05] my problem is that i want to make a for 2 different persons with the same name different articles [14:22:21] name them [[fred flinstone (person 1)]] and [[fred flinstone (person 2)]], use {{DISPLAYTITLE:fred flinstone}} on both, and create [[fred flinstone]] as a disambiguation page that would link to both pages [14:24:33] hmm ok [14:24:38] thanks [14:24:44] can i have ask more questions? [14:24:45] ^^ [14:25:03] ähh can i ask more question :P [14:25:10] sure! never ask to ask :) [14:25:30] note that {{DISPLAYTITLE}} is optional, that's just if you want to remove the extra part of the name from the displayed title [14:25:52] ok thx [14:27:17] for example i have fred flinstone and fred as an aricle. i search fred an there i automaticly the fred article. but i want to see the fred and the fred flinstone articel to choose. can i configure the search engine? [14:28:54] no, you should create a disambiguation page, or link fred flinstone from fred at the top of the page, with some text like "Were you looking for [[fred flinstone]] instead?" [14:34:08] hmm ok thanks [14:34:51] last question at the moment. can i make list of all articles at the headpage? [14:35:41] you can put {{Special:AllPages}} to list them, although it will look like that special page [14:35:52] that will work if you have few pages [14:38:35] what is few pages? ^^ [14:39:51] I don't remember how many fit inside a single page without pagination [14:40:36] and this in the normal headpage textbox? {{Special:AllPages}} [14:42:03] yes [14:42:40] I think it fits more than 300 pages without pagination [14:42:53] ok thank you very much [15:25:14] hi, is there a way to embed a jsbin? [15:25:30] the embed code is an anchor element with a class attribute [15:25:50] and also a script element, neither of which are supported in MW (I believe) [15:26:19] I found the extension Link Attributes, which may help with the class attribute... [15:26:39] but not sure about the script. Maybe something to do with widgets? [15:47:54] itstheduke: if the script is just for one page, then Widgets would be good for this. If you need the script on all pages, you can put this in MediaWiki:Common.js [15:48:02] see https://www.mediawiki.org/wiki/Manual:Interface/JavaScript [15:51:55] Vulpix: Thanks, I'll check this out. [17:42:43] зиг хайль посоны, есть тут кто? [17:43:53] зиг хайль, как включить "оглавление" на каждой странице вики? [17:45:36] allah on babah [17:45:43] everybody home? [17:47:21] аллах [17:48:04] pardon? [17:48:32] hallo [17:49:30] how I can on this thing http://i.imgur.com/R5mLtOu.png ? [17:50:41] :) '< [17:50:45] what do you want to do with that? translate it? [17:51:46] I want to get "contents" in pages on my wiki :C [17:52:17] how this http://i.imgur.com/mkmuRqG.png [17:54:51] so why I can't get this list? [17:55:17] the list is created automatically when you have 3 or more headings on the page [17:55:35] thank you so Budapescht [17:55:41] I want to ate my bear [17:55:48] do you have bear? [17:55:52] hey guys [17:56:00] but you can force the table of contents by adding __FORCETOC__ anywhere on the page [17:56:01] hallo [17:56:16] FORCETOC was ist das? [17:56:51] Bugagaschki: https://www.mediawiki.org/wiki/Help:Magic_words#Behavior_switches [17:57:12] :C my little cat fuck off window :C [17:57:56] ohh jmd der deutsch spricht ;D [17:58:06] так вот я выхожу на улицу, а там огурчики по 30 рублей [17:58:11] и я говорю [17:58:25] OH GOTT!!! 30 RUBLEY [17:58:41] смотрю потом на обмен валют [17:58:46] а там, МАТЬ МОЯ ЖЕНЩИНА [17:58:59] EIN RUB = 1,3 USD [17:59:26] Dirk was machst du? [17:59:46] wie was mach ich? [17:59:53] oh stop!!1 [18:00:04] I want to ask you [18:00:07] war vorhin mal da und hab ein paar problemchen mit meinem wiki gehabt. bin neuling ;D [18:00:16] do you native deutsch? [18:00:20] fuck [18:00:26] german* [18:00:47] lol [18:00:49] what a fuck [18:00:55] you are native german? [18:01:16] Bugagaschki: Dirk__: if you want to talk to each other, please open a private chat between you to not disturb other people, thanks [18:01:27] oh sry okay ;) [18:01:30] oh allah on babah [18:01:45] i will write when i have question ;D [18:01:59] how I can write to private chate? [18:02:02] chat* [18:02:41] double-click on the other person nick or something like that [18:02:48] it depends on the IRC client you use [18:03:00] oh fuck [18:03:03] I use Opera [18:03:07] so, Dirk [18:03:11] I want to ask you [18:03:14] http://www.youtube.com/watch?v=l4q8Q6doKrw [18:03:16] there [18:03:33] was ist "Kalkador"? [18:03:51] oder was? [18:05:58] Antwort, bitte :C [18:13:38] :CCCCCCCCCCC [18:13:52] Bugagaschki: You're spamming. [18:14:08] lol what? [18:14:28] spam when "http://allah.igil/" [18:14:56] and when "ALLAH BARADA IIIIIIIIIIIIIIIIIIHA POY SO MNOY ZAPEVAY MOY SLADKIY ALLAH [18:15:03] it is "FLOOD" [18:15:08] oh da? [18:15:12] ok da?* [18:15:30] somebody have experience with joomla mediawiki bridge? [18:54:46] somebody have experience with joomla mediawiki bridge? can i use mediawiki as iframe for joomla? [19:02:26] qgil : around? [19:11:45] is it possible to different img upload dir? [19:12:16] Dirk__: yes [19:12:55] do you have an instruction? [19:14:13] !wg UploadDirectory | Dirk__ [19:14:13] Dirk__: https://www.mediawiki.org/wiki/Manual:%24wgUploadDirectory [19:14:53] Thanks Vulpix [19:19:48] hmmm. i don't understand how it work. i want that everbody can create and named a dir and upload in this dir images. and all users can see and work with this images [19:20:39] Dirk__: MediaWiki is not a file/image management system [19:21:39] I think you can actually do that [19:21:53] But not really how mediawiki was meant to be used [19:22:04] !wg ForeignFileRepo [19:22:04] https://www.mediawiki.org/wiki/Manual:%24wgForeignFileRepo [19:22:22] !wg ForeignFileRepos [19:22:22] https://www.mediawiki.org/wiki/Manual:%24wgForeignFileRepos [19:22:30] yeah i now. but when i have an articel with 10 images and 2 other the same numbers i have a long list. when i have dirs i think it is easier to find images [19:23:30] https://www.mediawiki.org/wiki/Manual:%24wgForeignFileRepos#Using_files_from_a_local_folder_:_FSRepo for how to use images from file system, but its not a good idea to use it [19:23:43] Dirk__: Why do you want to find images outside of mediawiki [19:23:50] Use categories to organize your images [19:24:03] !category [19:24:03] http://www.mediawiki.org/wiki/Help:Categories [19:25:12] not outside images [19:25:58] but when i upload 20 images there is a long list and i have to rename all images [19:26:39] but when i have a dir with for example Fred and there i can upload 10 images of fred [19:27:18] sry my english is so bad that i have problems to explain it right. sry ;) [20:34:55] qgil : could you take a look at this and tell me it needs any changes : https://phabricator.wikimedia.org/T98444 [20:35:25] sorry wrong link [20:35:40] this one here : https://phabricator.wikimedia.org/T99224 [20:37:43] hi ankita-ks [20:37:49] hey [20:39:14] ankita-ks, processing... give me 1 minute [20:39:22] sure :) [20:44:07] ankita-ks, done! [20:44:15] alright! [20:44:16] thanks [20:44:26] so now do I move the description here? [20:44:35] or do i keep it at the original task? [20:44:46] also, where do I need to keep track of everything? [20:45:04] under this project or the previous phabricator task? [20:45:08] ^ qgil [20:45:46] ok, let me do one thing to clarify, ankita-ks [20:45:54] alright [20:49:21] ankita-ks, so have a look at https://phabricator.wikimedia.org/maniphest/query/o22fYLCkb_a6/#R [20:49:34] A Phabricator project is simply a container of tasks [20:50:30] All the information is contained in the tasks themselves, the project itself is basically just a container that provides a basic description of the project, a tag that you can use in tasks, and a workboard to organize your tasks. [20:50:45] ah okay [20:50:48] That clears a lot [20:51:08] :) [20:51:38] ankita-ks, the main task of you project is the best place to document your project as you go. In your case, this is https://phabricator.wikimedia.org/T89107 [20:52:06] Alright. So I will move the detailed description there [20:54:01] Then you can start creating new tasks for new features, in order to discuss each feature in their own task, and keep track of your work in a modular way -- as opposed to having just a main task with 400 comments in a few months :) [20:54:16] ankita-ks, any other questions? [20:55:23] Yes, just one more. Do these new tasks have to be added as blocking tasks in the main task? [20:55:29] qgil ^ [20:56:49] ankita-ks, I recommend you to add as blocking tasks just the main deliveries. For instance, the community bonding period evaluation is a clear blocking; if that didn't work then the project will suffer. [20:57:07] okay [20:57:15] The same happens with basic features that need to be implemented [20:57:41] But then, sometimes a feature implies many subtasks, or you might have other minor tasks, and they don't need ot be all blocking the main task [20:58:06] yes. what about those tasks? [20:58:16] The best way to understand this is to put yourself in the feet of someone interested in following the main progress of your project. [20:58:56] They subscribe to the main task, and they don't need to know about every single update, but when you complete a milestone or an important task (which should be blocking that main task) they will receive a notification. [20:59:24] alright [20:59:50] "Those tasks" only need to be associated with your project, they don't have to be blockers necessarily [20:59:59] So with the rest I just add the tag VisualEditor-LanguageTool in the Projects. [21:00:01] okay [21:00:38] Yes, https://www.mediawiki.org/wiki/Phabricator/Help#Selecting_projects [21:01:32] ankita-ks, now that you have a project, you might want to start reading https://www.mediawiki.org/wiki/Phabricator/Project_management -- although you will probably learn organizally, by creating and resolving tasks [21:02:31] alright. I will read these resources. Thank you so much for clarifying things. :) [21:02:41] you're welcome, good luck! [21:21:54] ankita-ks, just one thing, you should join & watch your project in order to receive notifications when someone updates any task related to it: https://phabricator.wikimedia.org/project/profile/1268/ [21:22:25] ah..okay.