Hi,
We are thinking about using Extension:Translate. How do you CYA for inaccurate translations, esp when it comes to translating pages that outline wiki policies and rules?
I was thinking of requiring a disclaimer for all translated pages that says (translated, of course) something like:
Note: this page has been translated from the English version of this page. The English version should be considered the authoritative version in any case of conflict between this translation and the original English version.
Is this a reasonable idea or are there already an extension feature or process in place that does the same thing?
Thanks,
Al
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
in my extension I would like to use the slider from jquery.ui .
Therefore I created a tag <Rslider /> to show the slider. It translate
in a wiki page to
<script>mw.loader.using( 'jquery.ui.slider', function() { $(
"#slider" ).slider(); });</script><div id="slider"></div>
As I understand I do not need to use ResourceLoader at all since I
want to use just a standard element of jquery.ui .
However, the slider does not show up which means I'am doing something
wrong :(
Thanks for any help
Sigbert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSsBg5AAoJEBgNLCKL5DEWcksIAK6ck38aRTFKcZzoKUc3gtdk
MlLBsbgbp4I3CyXxb8Q8eBBHl/JB5WJVB6G3OQcjKOKiKoH9gm9G8RWxKsWymtzh
Tywr3N/vflyIGzRccAu2IZimvkzSOo0xIhIsHcJHhCqYewZfg9cWyiOyGY2gX1VO
vDgoQrH7QCH8L2wKeq69eKGywDMfVdSPZx/2WfKQG2UXgoD+6M2BBXjLiw1M9ha4
N0d9Vd0+UVaVUhZ7UBwgCDe716tnsTkVQ8IpdaDUG/YKkxF394+c5dqhLC2ixhNz
ZlWaV6QufqTBn9uFVKahFy/6EjQoU+gFCtJD2ID7XmnA1TYZTCXR71yZh6wjyzk=
=1xLn
-----END PGP SIGNATURE-----
Hi,
I have SSL setup and working with apache and can browse the site with http or https, but does anyone know how to make mediaWiki switch to https when logging on? Or, at the very least, switch temporarily just for the login?
Thanks,
Al
Hi everyone,
I recently upgraded to 1.22 and after upgrading I'm getting the following
error when I try to upload photos:
Bad Request
unknown function SpecialUpload::ajaxGetExistsWarning
And if I ignore the warning and try to upload I get the following error:
Could not create directory "mwstore://local-backend/local-public/a/a3".
I've never seen this error before and my local php is set up to allow file
uploads.
Can't seem to find this problem referenced anywhere.
Hi everyone,
Sorry for the late notice, but we're having what may be the first-ever
enterprise MediaWiki hackathon next month, in New York City. In lieu of
trying to summarize the idea behind it, and the details, here, I'll just
link to the page for the event:
https://www.mediawiki.org/wiki/NYC_Enterprise_MediaWiki_Hackathon
If you're interested in attending, please sign up!
Thanks,
Yaron
--
WikiWorks · MediaWiki Consulting · http://wikiworks.com
Followed this tutorial:
http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/
Still wrestling with getting my vector subskin to recognize
customizations in screen.css.
The myskin.php file contains:
$wgResourceModules['skins.myskin'] = array(
'styles' => array(
'myskin/css/screen.css' => array( 'media' => 'screen' ),
And myskin.skin.php contains:
class SkinMySkin extends SkinVector {
var $skinname = 'myskin', $stylename = 'myskin',
$useHeadElement = true;
/**
* @param $out OutputPage object
*/
function setupSkinUserCss( OutputPage $out ){
parent::setupSkinUserCss( $out );
$out->addModuleStyles( "skins.myskin" );
}
}
Given that the goal of a subskin is to not have to make any changes to
core code, what is the line: $out->addModuleStyles( "skins.myskin" )
doing? Isn't that saying to load a module called skins.myskin?
All I want is a vector skin with some custom CSS, but I can't seem to
figure this out.
Any help would be greatly appreciated.
Thanks
Bill
> From: Nathan Larson <nathanlarson3141(a)gmail.com>
>
> On Sat, Jan 18, 2014 at 12:22 PM, Bri <dev(a)rlyehable.com> wrote:
>
>> Is there a way to list the contents of a category within a non-category
>> page?
>
> I think this will do it:
> https://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29#ca…
I would like to second the recommendation of DPL. This is a versatile extension that can do all sorts of page listing tasks, beyond what simple Categories can do!
For example, we wanted minutes of our meetings (which have names like "YYYYMMDD") to be listed in reverse-chronological order, so the newest meeting was always at the top. DPL to the rescue:
==Meeting minutes, newest first==
{{#dpl:
|category = History
|order = descending
|namespace = Minutes
|columns = 5}}
produces:
http://www.ecoreality.org/wiki/Category:History
We put the DPL code right on the Category page, but it can go anywhere.
Another example, you can morph the page title. I find this most useful on the "Category:Categories" page, so you can get rid of the "Category:" namespace:
{{#dpl:
|namespace = Category
|format = ,\n* [[%PAGE%|%TITLE%]],,
|columns = 5}}
produces:
http://www.ecoreality.org/wiki/Category:Categories
Another example, you can include selected headings from pages into the DPL listing, and even put them in a table that can be re-sorted with a mouse click:
{{#dpl:
|ordermethod=lastedit
|order=descending
|category=Projects
|include = #Project steward, #Need
|includetrim=true
|table=class="sortable", Project, Steward, Need}}
produces the table in:
http://www.ecoreality.org/wiki/Category:Projects
Try it; you'll like it!
:::: Having access to raw milk through cow-share programs where devotees buy a share of a dairy herd for personal use and not for resale seems like an innovative and reasonable solution. -- Lana Popham
:::: Jan Steinman, EcoReality Co-op ::::
:::: (Send email to Quote(a)Bytesmiths.com to get a random quote, or Quotes(a)Bytesmiths.com to get 50 random quotes. Put a word in the Subject line to filter for that word.)
Greetings!
Is there a way to list the contents of a category within a non-category
page?
Example of what I want:
Page Foo:
A foo is a term that is uses as a stand-in or placeholder for other terms.
==Examples==
Dohicki
Foo
Thingamabob
Whatchamacallit
And I would like the examples to be dynamically created from category:foo.
I have finally gotten all the spammers that opened accounts on my site
"BLOCKED" & I have removed all their user pages & any contributions that
I can find. However I want to also purge them from my user listing &
clear them from the user tables in the database. I could actually just
delete them from the table, but I am not certain if that could/would
damage my database & site. There are about 14,000 or so of them & I just
want the site cleared of the garbage as I believe it will help speed it
up a bit, & well, I'm a tiny bit of a perfectionist.
Thanks
john
MW 1.22
I've created a subskin based on Vector by following this tutorial:
http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/
Now I'd like to implement the customizations from my old vector-based
skin from MW1.16 in my new skin. I've got two small html files. One
is a block of links that I'd like right at the top of the page, and
the second is a block of links I'd like to insert above the footer.
What's the best way to do this?
Thanks
Bill