[01:15:09] Hello, How does mediawiki determine the existence of an edit conflict with two web browsers? [12:22:48] Can I use PageContentSaveComplete to check if an edited page is new? https://www.mediawiki.org/wiki/Manual:Hooks/PageContentSaveComplete [12:46:13] Hello! [12:46:18] Is there someone? [12:46:22] About the mediawiki? [12:46:38] Hello?:) [12:46:42] I've got a donation problem. [12:46:59] Some time ago i've made a donation to mediawiki. [12:47:02] Is here someone? [12:48:10] Hello? [12:48:35] Hi [12:49:11] Do you mean wikimedia? [12:49:12] Hi, [12:49:14] Yes [12:49:21] I've made a donation some time ago with Bitcoin [12:49:25] of 1 dollar. Al perfect. [12:49:28] This is for mediawiki, not wikimedia. They are different things [12:49:35] Oh seriuesly? [12:49:44] Ah fuck [12:49:45] i see it [12:49:47] sorrys! [12:50:40] Try joining #wikimedia-en [12:50:43] Ops gone [13:21:08] Nobody? How can I check if an edit was a page creation? [13:24:56] Subfader: what's the context? [13:25:20] Flushing memcached if a page is created [13:26:19] Subfader: right, so in the context of an extension? Check if rev_parent_id=0. [13:26:37] which is in the database, but might also be available directly somewhere [13:28:03] That is $baseRevId in PageContentSaveComplete? [13:28:43] Trying $revision [13:40:01] It's hard to test :/ I don't understand how to test for rev_parent_id. This seems logic but doesn't work: if( $article->getOldestRevision() == 0 ) [13:41:20] **because it's wrong, me stupid [13:42:47] if( $revision->rev_parent_id == 0 ) ! [13:42:56] Thanks! [16:16:06] With which hook can I check if an edit was a page creation? For PageContentSaveComplete I was told to check if rev_parent_id=0 but $revision->rev_parent_id always returns empty [16:39:29] Hello, for a week or two I am not able to uncollapse mobile wikipedia pages on opera 12 (symbian and older android) [16:39:42] anything I should test or search for? [17:00:14] Alright. $revision->getParentId() [17:08:03] fanto666: please report the problem here: https://bugzilla.wikimedia.org/enter_bug.cgi?product=MobileFrontend [17:08:39] fanto666: and make sure to include which wikipedia you are accessing and with which browser. [17:10:32] Bug 72883 ... nearly any page [17:21:52] fanto666: the page can be important. often issues are specific to a language edition for instance. [17:23:52] when does mobile version collapse automatically?no problem... I can submit a few having problems [17:27:13] Could someone help me with setting up email for mediawiki? [17:29:48] Could someone help me with setting up email for mediawiki? [17:30:02] Hi jcbjoe_. [17:30:04] What's the issue? [17:30:24] I run my email server with zoho [17:30:32] and i want to get it working with my wiki [17:30:39] i have used $wgSMTp [17:30:42] but still get a error [17:30:54] Mailer returned: Failed to send data [SMTP: Invalid response code received from server (code: 553, response: Relaying disallowed)] [17:31:18] you need to enable SMTP authentication or SMTP server that allowes sending mail from your IP [17:31:45] I have done that [17:31:51] as i use Xenforo to [17:31:57] and it works with xenforo [17:32:21] so, does it wotk or does it not work? [17:32:39] it works on my Xenforo forums [17:32:43] but not on mediawiki [17:33:13] so you need it for medawiki too... [17:33:31] WarpedMc could not send your confirmation mail. Please check your email address for invalid characters. Mailer returned: Failed to send data [SMTP: Invalid response code received from server (code: 553, response: Relaying disallowed)] [17:33:37] Thats the error i get from mediawiki [17:34:01] ip [17:34:10] the error clearly says your IP is not allowed to send mail without authentication [17:34:23] do you use xenphoro on the same IP Address? [17:34:44] yeah [17:35:16] and do you use authentication within xenphoro? [17:35:37] yeah [17:35:41] it uses ssl [17:35:52] authentication is something different [17:36:18] usually login/password for SMTP client [17:36:44] $wgSMTP = array( 'host' => 'ssl://smtp.zoho.com', 'IDHost' => 'noreply@warpedmc.com', 'port' => 465, 'username' => 'noreply@warpedmc.com', ## or info@mydomain.com, or whatever email account you've set up for your Mediawiki installation 'password' => '****', 'auth' => true ); [17:37:11] http://pastebin.com/vKqmdzFD [17:37:16] ^^ Thats the config i use [17:39:16] any ideas [17:41:02] are you sure the password is OK? [17:41:19] (idhost should be your host name, not the mail address) [17:41:47] yeah [17:41:57] whats the hostname? [17:42:05] would it be MY url or zoho [17:42:10] zoho hosts my email [17:42:34] the host you run wiki on... [18:02:29] tried with other server/login/pass? [18:04:44] sorry, no other idea... byt for now [19:10:30] will an installed extension update itself? [19:11:30] no [20:01:47] What is the shortkey C used for? I get an unneeded page reload. I use C for editing where it's extremely bad to browse away. I need to disable it. [22:49:25] I have a question, when you move an image from one name to another, A.png -> B.png, what happens at the page File:A.png? [22:50:17] mainly I wish to know how to create a page File:A.png so that it gives the same effect and redirects to an already-made B.png [22:50:49] Do I only create File:A.png with the contents: #REDIRECT [[File:B.png]]? [22:52:41] yes [22:52:52] ah [22:53:07] should I use [[File:B.png]] or [[:File:B.png]]? [22:54:56] which one MatmaRex? [22:55:14] shouldn't matter [22:55:30] ah, okay then [22:55:32] thank you [23:26:18] MatmaRex, cough, JS pages, cough. [23:27:38] Krenair: in my defence, it's late. [23:29:44] Krenair: amend my reply? i'm off for today [23:32:35] (done)