Re: [Mediawiki-l] Restriction access to User namespace

2011-04-26 Thread Андрій Гончар
Thanks a lot, Platonides!

How I can restrict access to pages of particular category?
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] (no subject)

2011-04-26 Thread Srimal Fernando
  You had sent me a email  So hello

On 4/26/11, Yoshiaki Kamata kama...@yahoo.com wrote:

  yoshiaki KAMATA


 038-0042 aomori-ken aomori-shi shinjo hiraoka 160-245

 tel :017-788-1371
 ___
 MediaWiki-l mailing list
 MediaWiki-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


[Mediawiki-l] uploading multiple files

2011-04-26 Thread Matthew Betts
Hi,

Extension:MultiUpload allows multiple file uploads but each file has to be
selected individually. Is there a way to select and upload a list of files,
using the normal OS selection mechanism (shift-click on a range of files,
etc.)?

Thanks,

Matthew

-- 
Matthew Betts PhD, Russell Group
CellNetworks, BioQuant, University of Heidelberg
Im Neuenheimer Feld 267, 69120 Heidelberg, Germany
mailto:matthew.be...@bioquant.uni-heidelberg.de
phone:+49 6221 54 513 61
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] Restriction access to User namespace

2011-04-26 Thread Krinkle
Андрій Гончар wrote:

 Thanks a lot, Platonides!

 How I can restrict access to pages of particular category?

I'd say do the following:

* [[Template:MySpecialArticls]] (whatever)
In there, put:
includeonly
[[Category:My special category]]
/includeonly

* Protect that template and enable cascading protection

* In your special articles, instead of putitng
[[Category:My special category]] in there directly, put
{{MySpecialArticle}} in the special articles.

* The article is now categorized and protected. and you control
these centrally in the template (ie. change protection level, and/or
categorization)

--
Krinkle
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] uploading multiple files

2011-04-26 Thread Brion Vibber
On Tue, Apr 26, 2011 at 7:40 AM, Matthew Betts 
matthew.be...@bioquant.uni-heidelberg.de wrote:

 Hi,

 Extension:MultiUpload allows multiple file uploads but each file has to be
 selected individually. Is there a way to select and upload a list of files,
 using the normal OS selection mechanism (shift-click on a range of files,
 etc.)?


It's possible to do given a browser that supports some of the HTML 5
extensions for specifying multiple-file upload support (or using a Flash
widget as a compatibility fallback), but I don't think there's an
implementation as a MediaWiki extension right now.

Bugzilla entries for core:
https://bugzilla.wikimedia.org/show_bug.cgi?id=16752
and UploadWizard: https://bugzilla.wikimedia.org/show_bug.cgi?id=26502

MultiUpload extension would probably need changes to make the association
between files and titles/descriptions clear, with the fields done totally
differently.

-- brion
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l