Re: [Wikitech-l] Tutorial on Semantic MediaWiki in Russian

2013-05-20 Thread Sumana Harihareswara
How about the Semantic MediaWiki wiki? http://semantic-mediawiki.org/ -- Sumana Harihareswara Engineering Community Manager Wikimedia Foundation On 04/19/2013 09:36 PM, Yury Katkov wrote: Any ideas where to publish the English version? I was quite surprised when I found out that there is no

Re: [Wikitech-l] Tutorial on Semantic MediaWiki in Russian

2013-05-20 Thread Yury Katkov
You can use http://docs.webplatform.org/ as an example of the wiki that has probably the same size of the user community as mediawiki.org. - Yury Katkov, WikiVote On Mon, May 20, 2013 at 6:35 PM, Sumana Harihareswara suma...@wikimedia.org wrote: How about the Semantic MediaWiki wiki?

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tyler Romeo
I'm confused as to what the point of action=render is. How is it different from using the API? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Sun, May 19, 2013 at 11:44 PM, Brian Wolff bawo...@gmail.com

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Brion Vibber
It predates the API. -- brion On May 20, 2013 9:12 AM, Tyler Romeo tylerro...@gmail.com wrote: I'm confused as to what the point of action=render is. How is it different from using the API? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tyler Romeo
On Mon, May 20, 2013 at 12:23 PM, Brion Vibber bvib...@wikimedia.orgwrote: It predates the API. Yes, but I mean what is the argument for keeping it and not deprecating it? As far as I can tell this has been deprecated by API functionality. *-- * *Tyler Romeo* Stevens Institute of Technology,

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Chad
Deprecated means we don't use it and other people shouldn't either. I think you mean superseded, which an argument that can be made here. However, all I've seen is vague hand waving about performance concerns. -Chad On May 20, 2013 9:32 AM, Tyler Romeo tylerro...@gmail.com wrote: On Mon, May

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Daniel Friesen
// @todo FIXME: This causes breakage in various places when we // actually expected a local URL and end up with dupe prefixes. if ( $wgRequest-getVal( 'action' ) == 'render' ) { $url = $wgServer . $url; } -- ~Daniel Friesen (Dantman,

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Bartosz Dziewoński
On Mon, 20 May 2013 19:51:50 +0200, Daniel Friesen dan...@nadir-seen-fire.com wrote: // @todo FIXME: This causes breakage in various places when we // actually expected a local URL and end up with dupe prefixes. if ( $wgRequest-getVal( 'action' ) == 'render' ) {

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Thomas Gries
Am 20.05.2013 18:11, schrieb Tyler Romeo: I'm confused as to what the point of action=render is. How is it different from using the API? I do use it (action=render) in rendering the content div of a mediawiki A in a different web page B, in the context of the authenticated user, in an iframe.

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Daniel Friesen
On Mon, 20 May 2013 12:45:32 -0700, Bartosz Dziewoński matma@gmail.com wrote: On Mon, 20 May 2013 19:51:50 +0200, Daniel Friesen dan...@nadir-seen-fire.com wrote: // @todo FIXME: This causes breakage in various places when we // actually expected a local URL and end up

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Daniel Friesen
On Mon, 20 May 2013 12:55:24 -0700, Thomas Gries m...@tgries.de wrote: Am 20.05.2013 18:11, schrieb Tyler Romeo: I'm confused as to what the point of action=render is. How is it different from using the API? I do use it (action=render) in rendering the content div of a mediawiki A in a

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Eran Rosenthal
To include a page within iframe, sometimes it is reasonable to use ?printable=yes. For example there is a gadget in hewiki that shows Wikidata entry in iframe (within dialog) with ?printable=yes to allow uses to edit properties. (the benefit of printable=yes is that the JS is loaded, but there is

Re: [Wikitech-l] Code review for someone who knows OCaml

2013-05-20 Thread Matthew Flaschen
On 05/19/2013 09:46 PM, Tim Landscheidt wrote: If I understand you correctly that you just want to know what the possible error strings that texvc outputs are, you are right that only F is followed by an argument (besides success outputs like C Co.). Yes, thank you very much. Matt Flaschen

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Matthew Flaschen
On 05/19/2013 02:47 PM, Chad wrote: Where was any discussion regarding this? Or pointers to where it's been causing problems. -Chad I wasn't there for the discussion that led Terry to mark it as such. The deprecate tag was removed. If someone still wants to deprecate it, they know where to

[Wikitech-l] Pre-Release Announcement for MediaWiki 1.19.7 and 1.20.6

2013-05-20 Thread Chris Steipp
This is a notice that on Tuesday, May 21st between 20:00-21:00 UTC (1-2pm PDT) Wikimedia Foundation will release security updates for current and supported branches of the MediaWiki software. Downloads and patches will be available at that time, with the git repositories updated later that

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tim Starling
On 21/05/13 05:45, Bartosz Dziewoński wrote: On Mon, 20 May 2013 19:51:50 +0200, Daniel Friesen dan...@nadir-seen-fire.com wrote: // @todo FIXME: This causes breakage in various places when we // actually expected a local URL and end up with dupe prefixes. if (

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tim Starling
On 21/05/13 09:38, I wrote: // @todo FIXME: This causes breakage in various places when we // actually expected a local URL and end up with dupe prefixes. if ( !empty( ApiParse::$forceAbsoluteUrls ) ) { $url = wfExpandUrl( $url, PROTO_RELATIVE ); } Note that there are already five API

Re: [Wikitech-l] Is it possible to set revision tags from the API?

2013-05-20 Thread Tyler Romeo
FYI: https://gerrit.wikimedia.org/r/64650 *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Sat, May 11, 2013 at 4:47 PM, Tyler Romeo tylerro...@gmail.com wrote: On Sat, May 11, 2013 at 4:43 PM, Brian