[Mediawiki-l] help

Jon Hoye jon at orangebox.us
Wed Jan 25 18:19:56 UTC 2006


Unsubscribe me please.
I can't figure out how to from the web site and have no idea which of my
email addresses at orangebox.us this is being sent to as they all dump into
the same inbox.

-----Original Message-----
From: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of
mediawiki-l-request at Wikimedia.org
Sent: Wednesday, January 25, 2006 11:28 AM
To: mediawiki-l at Wikimedia.org
Subject: MediaWiki-l Digest, Vol 28, Issue 45

Send MediaWiki-l mailing list submissions to
	mediawiki-l at Wikimedia.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
or, via email, send a message with subject or body 'help' to
	mediawiki-l-request at Wikimedia.org

You can reach the person managing the list at
	mediawiki-l-owner at Wikimedia.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MediaWiki-l digest..."


Today's Topics:

   1. Re: Exact use of $wgGroupPermissions (Brion Vibber)
   2. UserRights: Noone is allowed to edit the Wiki by	default
      (Martin Baumann)
   3. Re: UserRights: Noone is allowed to edit the Wiki by	default
      (Rune Bromer)
   4. Re: Database backup, How to (Andrew Mole)
   5. RE: Database backup, How to (Arthur Guy)
   6. Re: UserRights: Noone is allowed to edit the Wiki by	default
      (Martin Baumann)
   7. Re: Database backup, How to (Thomas Klein)
   8. Re: Monobook website (Rowan Collins)
   9. Unsubscribe (Jon Hoye)


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Jan 2006 04:17:34 -0800
From: Brion Vibber <brion at pobox.com>
Subject: Re: [Mediawiki-l] Exact use of $wgGroupPermissions
To: MediaWiki announcements and site admin list
	<mediawiki-l at Wikimedia.org>
Message-ID: <43D76C5E.3000304 at pobox.com>
Content-Type: text/plain; charset="iso-8859-1"

grok at resist.ca wrote:
> Let me understand what is meant in setting user rights and
> permissions with '$wgGroupPermissions':
> 
> * Does this mean that some pages and/or groups of pages
> can be set to allow editing by only certain groups or
> individuals?

If you hack around it _might_ work, but that's not really supported.

> * And can page viewing be limited in the same manner?

Not supported at all.

> * And if the above is so: is it necessary that said pages be
> inside certain directories with the write permissions set
> accordingly? Or is a 'flat' file model also an option, with
> access on a file-by-file ownership basis?

No such thing.

> * Also: Was all the above functionality available in v1.4.x
> with settings such as '$wgWhitelistAccount' and
> '$wgWhitelistEdit', etc.?

No, and it's still not.

-- brion vibber (brion @ pobox.com)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url :
http://mail.wikipedia.org/pipermail/mediawiki-l/attachments/20060125/a956df0
a/signature-0001.bin

------------------------------

Message: 2
Date: Wed, 25 Jan 2006 13:31:13 +0100
From: Martin Baumann <mailsgetlost at web.de>
Subject: [Mediawiki-l] UserRights: Noone is allowed to edit the Wiki
	by	default
To: MediaWiki-l at Wikimedia.org
Message-ID: <44172014 at web.de>
Content-Type: text/plain; charset=iso-8859-1

Hi,

how to restrict user rights that by default noone is allowed to edit the
wiki?
I want that only users that are allowed can edit wiki.
I tried to add 

## User Rights
$wgGroupPermissions['*']['edit']=false;

in my LocalSettings.php.

After that I created a new user. But I could edit the wiki.
I use mediawiki-1.5

Thanks, MB
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



------------------------------

Message: 3
Date: Wed, 25 Jan 2006 13:34:51 +0100
From: Rune Bromer <rune.bromer at gmail.com>
Subject: Re: [Mediawiki-l] UserRights: Noone is allowed to edit the
	Wiki by	default
To: MediaWiki announcements and site admin list
	<mediawiki-l at Wikimedia.org>
Message-ID: <43D7706B.6060404 at gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Martin Baumann wrote:
> Hi,
> 
> how to restrict user rights that by default noone is allowed to edit the
wiki?
> I want that only users that are allowed can edit wiki.
> I tried to add 
> 
> ## User Rights
> $wgGroupPermissions['*']['edit']=false;
> 
> in my LocalSettings.php.
> 
> After that I created a new user. But I could edit the wiki.
> I use mediawiki-1.5

I have the following:

$wgGroupPermissions['*']['createaccount']   = true;
$wgGroupPermissions['*']['read']            = true;
$wgGroupPermissions['*']['edit']            = false;

And that works fine for me. People can browse the wiki, create users and 
edit the page when logged in.

Are you sure your settings arn't overwritten later in LocalSettings.php?

Rune


------------------------------

Message: 4
Date: Wed, 25 Jan 2006 21:39:26 +0800
From: Andrew Mole <andrew.mole at gmail.com>
Subject: Re: [Mediawiki-l] Database backup, How to
To: mediawiki-l at wikimedia.org
Message-ID:
	<4ce5776d0601250539u3c28b343rb51f0cd81784def9 at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Have you tried using the free "MySQL Administrator" for Windows?

http://dev.mysql.com/downloads/administrator/

I can't remember the details, but I think it actually sets up scheduled
tasks with Windows "Task Scheduler". I suggest you check it out.

Andrew


From: Rob Church <robchur at gmail.com>
Subject: Re: [Mediawiki-l] Database backup, How to
To: MediaWiki announcements and site admin list
       <mediawiki-l at wikimedia.org>
Message-ID: <e92136380601250404kd520dcap at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Microsoft Windows doesn't have cron jobs in the same fashion; about
the closest thing built into it is Task Scheduler, which is somewhat
unreliable, but could work. The original question was how to back up
the database? One option could be to write a small batch script to
perform the mySQL command-line client line needed to do the export,
then create a scheduled task to run this every so often.

> > -----UrsprC<ngliche Nachricht-----
> > Von: mediawiki-l-bounces at Wikimedia.org
> > [mailto: mediawiki-l-bounces at Wikimedia.org]Im Auftrag von Vasiliadis,
> > Thomas
> > Gesendet: Donnerstag, 19. Januar 2006 10:00
> > An: MediaWiki announcements and site admin list
> > Betreff: [Mediawiki-l] Database backup, How to
> >
> >
> > Hi there,
> >
> > I have succesfully installed a Wiki with MySQL 5.0.15-nt and now I have
> > to manage the Backups.
> > But how to do it?
> > I found a Directory named mysql\data\wikidb with some MYI MYD and FRM
> > files. Is it this, what I have to Backup?
> > Is there any methode of do it automatical?
> > I have installed it via xampp
> >
> > Thanks
> >
> > TV

------------------------------

Message: 5
Date: Wed, 25 Jan 2006 13:40:28 -0000
From: "Arthur Guy" <Arthur at assys.net>
Subject: RE: [Mediawiki-l] Database backup, How to
To: "MediaWiki announcements and site admin list"
	<mediawiki-l at Wikimedia.org>
Message-ID: <2A86EFBE967DCA498DEDBCB0541E17962D1F at zeus.assys.net>
Content-Type: text/plain;	charset="iso-8859-1"

To backup my database server (Win 2000) I have created a batch file with the
mysqldump dos command in, task scheduler then runs this script 4 times a day
and my backup software takes the .sql dump file and moves it of site.
I use this setup for several tables and the while system works very
reliably.

Arthur
arthur at astarsolutions.co.uk
-----Original Message-----
From: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of Vasiliadis, Thomas
Sent: 25 January 2006 11:36
To: MediaWiki announcements and site admin list
Subject: AW: [Mediawiki-l] Database backup, How to

A Windows Server 2003 

-----Urspr|ngliche Nachricht-----
Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Rob Church
Gesendet: Donnerstag, 19. Januar 2006 13:31
An: MediaWiki announcements and site admin list
Betreff: Re: [Mediawiki-l] Database backup, How to

Are you using a Unix-like operating system, such as Linux, or a
Windows-based machine, or a Mac?


Rob Church

On 19/01/06, Vasiliadis, Thomas <T.Vasiliadis at schlemmerblock.de> wrote:
> Thank you, but how do I do a cronjob?
>
> -----Urspr|ngliche Nachricht-----
> Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Schmidt, Torsten
> Gesendet: Donnerstag, 19. Januar 2006 10:31
> An: MediaWiki announcements and site admin list
> Betreff: AW: [Mediawiki-l] Database backup, How to
>
> i do my Backups with the following script as a cronjob:
>
> -----------
> DATE=`date +%d-%m-%Y_%H-Uhr-%M`;
>
> mysqldump -uroot -pSECRET --default-character-set=latin1 --opt wikidb >
/path/to/backup/wikidb_$DATE.sql
>
> # Wiki-htdocs
> rsync -a /usr/local/www/mediawiki/ /path/to/htdocs/backup
> -----------
>
>
> -----Urspr|ngliche Nachricht-----
> Von: mediawiki-l-bounces at Wikimedia.org
> [mailto:mediawiki-l-bounces at Wikimedia.org]Im Auftrag von Vasiliadis,
> Thomas
> Gesendet: Donnerstag, 19. Januar 2006 10:00
> An: MediaWiki announcements and site admin list
> Betreff: [Mediawiki-l] Database backup, How to
>
>
>
> Hi there,
>
> I have succesfully installed a Wiki with MySQL 5.0.15-nt and now I have
> to manage the Backups.
> But how to do it?
> I found a Directory named mysql\data\wikidb with some MYI MYD and FRM
> files. Is it this, what I have to Backup?
> Is there any methode of do it automatical?
> I have installed it via xampp
>
> Thanks
>
> TV
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


------------------------------

Message: 6
Date: Wed, 25 Jan 2006 14:56:45 +0100
From: Martin Baumann <mailsgetlost at web.de>
Subject: Re: [Mediawiki-l] UserRights: Noone is allowed to edit the
	Wiki by	default
To: MediaWikiannouncementsandsiteadminlist <mediawiki-l at Wikimedia.org>
Message-ID: <44338393 at web.de>
Content-Type: text/plain; charset=iso-8859-1

Would this be a good way:

## User Rights
$wgGroupPermissions['user']['upload']=false;
$wgGroupPermissions['user']['edit']=false;
$wgGroupPermissions['user']['move']=false;
$wgGroupPermissions['*']['upload']=false;
$wgGroupPermissions['*']['edit']=false;
$wgGroupPermissions['*']['move']=false;


MB


MediaWiki announcements and site admin list <mediawiki-l at Wikimedia.org>
schrieb am 25.01.06 14:14:31:
> 
> Hi,
> 
> how to restrict user rights that by default noone is allowed to edit the
wiki?
> I want that only users that are allowed can edit wiki.
> I tried to add 
> 
> ## User Rights
> $wgGroupPermissions['*']['edit']=false;
> 
> in my LocalSettings.php.
> 
> After that I created a new user. But I could edit the wiki.
> I use mediawiki-1.5
> 
> Thanks, MB
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



------------------------------

Message: 7
Date: Wed, 25 Jan 2006 15:00:54 +0100 (MET)
From: "Thomas Klein" <tkl-online at gmx.de>
Subject: [Mediawiki-l] Re: Database backup, How to
To: mediawiki-l at Wikimedia.org
Message-ID: <4161.1138197654 at www030.gmx.net>
Content-Type: text/plain; charset="us-ascii"

Hallo,

i make my backup with http://www.mysqldumper.de . It's a open source
software in php to save your MySQL-Database, restore and managed your
backup's.

Thomas Klein


------------------------------

Message: 8
Date: Wed, 25 Jan 2006 16:12:52 +0000
From: Rowan Collins <rowan.collins at gmail.com>
Subject: Re: [Mediawiki-l] Monobook website
To: MediaWiki announcements and site admin list
	<mediawiki-l at wikimedia.org>
Message-ID: <9f02ca4c0601250812h25abb28fq at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On 24/01/06, Michael Nestler <michael.nestler at verizon.net> wrote:
> I was wondering, is there a way to make a whole website, not just wiki,
> look like the wiki under the monobook skin?

Well, the CSS files are all there in the source, and people have
successfully made monobook-like skins for Bugzilla (e.g.
http://bugzilla.wikimedia.org) and even LiveJournal (e.g.
http://community.livejournal.com/wikitech/). So it's perfectly doable,
if you know what you're doing; as for "is there a way", though, that
sounds worryingly like you're expecting some kind of magic template to
come along and do it for you, in which case you may be disappointed.
(Someone may already have written a skin for a CMS, like Zope or
something, but I haven't come across it)

--
Rowan Collins BSc
[IMSoP]


------------------------------

Message: 9
Date: Wed, 25 Jan 2006 11:27:29 -0500
From: "Jon Hoye" <jon at orangebox.us>
Subject: [Mediawiki-l] Unsubscribe
To: <mediawiki-l at Wikimedia.org>
Message-ID: <20060125162810.635271158A3B at mail.wikimedia.org>
Content-Type: text/plain;	charset="us-ascii"



-----Original Message-----
Please remove me from this mailing list


From: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] On Behalf Of
mediawiki-l-request at Wikimedia.org
Sent: Wednesday, January 25, 2006 7:05 AM
To: mediawiki-l at Wikimedia.org
Subject: MediaWiki-l Digest, Vol 28, Issue 44

Send MediaWiki-l mailing list submissions to
	mediawiki-l at Wikimedia.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
or, via email, send a message with subject or body 'help' to
	mediawiki-l-request at Wikimedia.org

You can reach the person managing the list at
	mediawiki-l-owner at Wikimedia.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MediaWiki-l digest..."


Today's Topics:

   1. Re: change of e-mail (Rob Church)
   2. Re: External Login Session Handle (Chris Earle (CBL))
   3. Assistance with getting external auth from existing	cookie
      (Justin Nazarenko)
   4. Monobook website (Michael Nestler)
   5. Re: Re: External Login Session Handle (Young Joon Kim)
   6. Re: Removing copyright stuff (Michael Nestler)
   7. AW: [Mediawiki-l] Database backup, How to (Vasiliadis, Thomas)
   8. Exact use of $wgGroupPermissions (grok at resist.ca)
   9. Re: Database backup, How to (Rob Church)


----------------------------------------------------------------------

Message: 1
Date: Tue, 24 Jan 2006 15:32:03 +0000
From: Rob Church <robchur at gmail.com>
Subject: Re: [Mediawiki-l] change of e-mail
To: MediaWiki announcements and site admin list
	<mediawiki-l at wikimedia.org>
Message-ID: <e92136380601240732ud348d48g at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Correct.


Rob Church

On 24/01/06, Mauro do Carmo <mauro at carmo.ws> wrote:
> Hi all,
>
> I would like to change my e-mail here in this list. I've not found where I
> could do that. Perhaps, I have to unsubscribe my old e-mail, and subscribe
> with my new one, right?
>
> Thanks a lot, mauro.
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date: 1/20/2006
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>


------------------------------

Message: 2
Date: Tue, 24 Jan 2006 12:46:42 -0500
From: "Chris Earle (CBL)" <cearle at cbltech.ca>
Subject: [Mediawiki-l] Re: External Login Session Handle
To: <mediawiki-l at Wikimedia.org>
Message-ID: <00eb01c6210e$24058c80$6b01a8c0 at Chrisdev>
Content-Type: text/plain;	charset="iso-8859-1"

Hi all,

I am also thinking of doing something along these lines -- a frontpage/front
end to the wiki login.
I have seen the various help files/meta entries on Authentication by LDAP,
Remote Webserver, and Apache, but I'm not clear that these are what I
actually want to do (nor do they appear that easy to implement.)

All I want to do is pass the login details through session cookies to my
wiki system.  Can I just post the login details to the Userlogin script?

Direction appreciated,


Chris Earle

----- Original Message ----- 
From: "Young Joon Kim" <goguryo2000-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
Newsgroups: gmane.org.wikimedia.mediawiki
Sent: Monday, January 23, 2006 1:00 PM
Subject: External Login Session Handle


Hello guys,

I did some research and I am still having trouble with login via Oracle.
So I came up with different solution.

I just set up a seperate login page and let the user login from there.

This login page is checking user info against Oracle DB.
If user information exsists in Oracle, then it will proceed to Wiki.

Now, how can I integrate user session/cookie with Wiki?
Where should I look into?
Can anyone give me any suggestion?

Thank  you for your time and help.

Regards,
--
Young J. Kim
goguryo2000-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org


-- 
This message has been scanned for viruses and dangerous content by
MailScanner, and is believed to be clean.



------------------------------

Message: 3
Date: Tue, 24 Jan 2006 13:32:09 -0500
From: "Justin Nazarenko" <jnazarenko at comcast.net>
Subject: [Mediawiki-l] Assistance with getting external auth from
	existing	cookie
To: "'MediaWiki announcements and site admin list'"
	<mediawiki-l at Wikimedia.org>
Message-ID: <20060124183156.4036411583CC at mail.wikimedia.org>
Content-Type: text/plain;	charset="us-ascii"

Hello all,

 

I posted a message a few weeks back concerning an issue I'm having
troubleshooting external authentication to mediawiki using an existing
cookie from a domain.  I tried some of the suggestions, all to no avail.

 

It has come to the point where I really need to get it working, and I'm
fairly certain a mediawiki/php "guru" will have little problem getting it to
work, or otherwise informing me that what I'm trying to do won't work.  I
feel like the code is one simple modification from working correctly;  it is
just that I'm not implementing it right with regards to the external
authentication plugin.  

 

Where might I go about obtaining such assistance? If here is correct, please
feel free to contact me at the address below. I can provide access to the
server and everything. I'll happily compensate for the help if it means that
this hurdle can be overcome in a timely manner!

 

Thanks!

Justin

jnazarenko at comcast.net

 



------------------------------

Message: 4
Date: Tue, 24 Jan 2006 17:14:01 -0500
From: Michael Nestler <michael.nestler at verizon.net>
Subject: [Mediawiki-l] Monobook website
To: MediaWiki announcements and site admin list
	<mediawiki-l at Wikimedia.org>
Message-ID: <43D6A6A9.2010306 at verizon.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Thanks for the info on anon talk.

I was wondering, is there a way to make a whole website, not just wiki, 
look like the wiki under the monobook skin?

Michael Nestler


------------------------------

Message: 5
Date: Wed, 25 Jan 2006 02:59:51 -0500
From: Young Joon Kim <goguryo2000 at gmail.com>
Subject: Re: [Mediawiki-l] Re: External Login Session Handle
To: "Chris Earle (CBL)" <cearle at cbltech.ca>,	MediaWiki announcements
	and site admin list <mediawiki-l at wikimedia.org>
Message-ID:
	<81f401210601242359t4b8a51b2u62e0f6e10114a216 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi,
If  you find some solution to this, can you please let me know?
I am still looking and I will do the samething.
Let's help each other.  =)

Good luck to you.

--- Young


On 1/24/06, Chris Earle (CBL) <cearle at cbltech.ca> wrote:
>
> Hi all,
>
> I am also thinking of doing something along these lines -- a
> frontpage/front
> end to the wiki login.
> I have seen the various help files/meta entries on Authentication by LDAP,
> Remote Webserver, and Apache, but I'm not clear that these are what I
> actually want to do (nor do they appear that easy to implement.)
>
> All I want to do is pass the login details through session cookies to my
> wiki system.  Can I just post the login details to the Userlogin script?
>
> Direction appreciated,
>
>
> Chris Earle
>
> ----- Original Message -----
> From: "Young Joon Kim" <
> goguryo2000-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
> Newsgroups: gmane.org.wikimedia.mediawiki
> Sent: Monday, January 23, 2006 1:00 PM
> Subject: External Login Session Handle
>
>
> Hello guys,
>
> I did some research and I am still having trouble with login via Oracle.
> So I came up with different solution.
>
> I just set up a seperate login page and let the user login from there.
>
> This login page is checking user info against Oracle DB.
> If user information exsists in Oracle, then it will proceed to Wiki.
>
> Now, how can I integrate user session/cookie with Wiki?
> Where should I look into?
> Can anyone give me any suggestion?
>
> Thank  you for your time and help.
>
> Regards,
> --
> Young J. Kim
> goguryo2000-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
>
>
> --
> This message has been scanned for viruses and dangerous content by
> MailScanner, and is believed to be clean.
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>



--
Young J. Kim
goguryo2000 at gmail.com


------------------------------

Message: 6
Date: Tue, 24 Jan 2006 20:43:11 -0500
From: Michael Nestler <michael.nestler at verizon.net>
Subject: Re: [Mediawiki-l] Removing copyright stuff
To: MediaWiki announcements and site admin list
	<mediawiki-l at Wikimedia.org>
Message-ID: <43D6D7AF.5080102 at verizon.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

(Sorry if this double-posts, it didn't seem to work the first time)

Rob Church wrote:
> The generated LocalSettings.php will have $wgRightsXXXX directives
> near the bottom. See also
> http://www.mediawiki.org/wiki/Help:Configuration_settings#Copyright
> for information on these, and related configuration settings.

Thanks, it worked.  (Sorry, I'm slow to respond sometimes :) )

I have another question.  Since upgrading to 1.5.5 from 1.5.2, The line
at the top of the screen reads "Create an account or log in" instead of
the IP address and "talk for this ip".  Can I get it back?

Michael Nestler



------------------------------

Message: 7
Date: Wed, 25 Jan 2006 12:35:39 +0100
From: "Vasiliadis, Thomas" <T.Vasiliadis at schlemmerblock.de>
Subject: AW: [Mediawiki-l] Database backup, How to
To: "MediaWiki announcements and site admin list"
	<mediawiki-l at Wikimedia.org>
Message-ID:
	
<D44B7B2E5EDC0C44A023008CF062E4000F832D at server.worms.schlemmerblock.de>
	
Content-Type: text/plain;	charset="iso-8859-1"

A Windows Server 2003 

-----Urspr|ngliche Nachricht-----
Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Rob Church
Gesendet: Donnerstag, 19. Januar 2006 13:31
An: MediaWiki announcements and site admin list
Betreff: Re: [Mediawiki-l] Database backup, How to

Are you using a Unix-like operating system, such as Linux, or a
Windows-based machine, or a Mac?


Rob Church

On 19/01/06, Vasiliadis, Thomas <T.Vasiliadis at schlemmerblock.de> wrote:
> Thank you, but how do I do a cronjob?
>
> -----Urspr|ngliche Nachricht-----
> Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Schmidt, Torsten
> Gesendet: Donnerstag, 19. Januar 2006 10:31
> An: MediaWiki announcements and site admin list
> Betreff: AW: [Mediawiki-l] Database backup, How to
>
> i do my Backups with the following script as a cronjob:
>
> -----------
> DATE=`date +%d-%m-%Y_%H-Uhr-%M`;
>
> mysqldump -uroot -pSECRET --default-character-set=latin1 --opt wikidb >
/path/to/backup/wikidb_$DATE.sql
>
> # Wiki-htdocs
> rsync -a /usr/local/www/mediawiki/ /path/to/htdocs/backup
> -----------
>
>
> -----Urspr|ngliche Nachricht-----
> Von: mediawiki-l-bounces at Wikimedia.org
> [mailto:mediawiki-l-bounces at Wikimedia.org]Im Auftrag von Vasiliadis,
> Thomas
> Gesendet: Donnerstag, 19. Januar 2006 10:00
> An: MediaWiki announcements and site admin list
> Betreff: [Mediawiki-l] Database backup, How to
>
>
>
> Hi there,
>
> I have succesfully installed a Wiki with MySQL 5.0.15-nt and now I have
> to manage the Backups.
> But how to do it?
> I found a Directory named mysql\data\wikidb with some MYI MYD and FRM
> files. Is it this, what I have to Backup?
> Is there any methode of do it automatical?
> I have installed it via xampp
>
> Thanks
>
> TV
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l




------------------------------

Message: 8
Date: Tue, 24 Jan 2006 17:09:13 -0800
From: grok at resist.ca
Subject: [Mediawiki-l] Exact use of $wgGroupPermissions
To: mediawiki-l at Wikimedia.org
Message-ID: <20060125010913.GA24692 at resist.ca>
Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi:

Let me understand what is meant in setting user rights and
permissions with '$wgGroupPermissions':

* Does this mean that some pages and/or groups of pages
can be set to allow editing by only certain groups or
individuals?

* And can page viewing be limited in the same manner?

* And if the above is so: is it necessary that said pages be
inside certain directories with the write permissions set
accordingly? Or is a 'flat' file model also an option, with
access on a file-by-file ownership basis?

* Also: Was all the above functionality available in v1.4.x
with settings such as '$wgWhitelistAccount' and
'$wgWhitelistEdit', etc.?


- -- grok.


- -- 
*** FULL-SPECTRUM DOMINANCE! ***************************************
* Boycott bourgeois mass-media   *      Political Comix & Cartoons *
*                                *   for enlightenment & enjoyment *
***** Critical endorsement only **** Most sites need donations *****
* http://www.crumbmuseum.com   R. Crumb Museum   ****    BuzzFlash *
* http://www.buzzflash.com/bradenton/archives.html Editorial toons *
* http://weltschmerz.ca                                Weltschmerz *
* http://www.mnftiu.cc/mnftiu.cc/war.html          Get Your War On *
* http://www.ucomics.com/boondocks                   The Boondocks *
* http://www.mediachannel.org/reality           Living the Reality *
* http://www.crumbmuseum.com/history1.html R.Crumb History of U.S. *
*********************  DEATH TO NEOLIBERALISM  *********************
GPG fingerprint = 2830 CEE8 4B63 72A0 F86E  622D 6245 9357 A705 91FA
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFD1s+5YkWTV6cFkfoRAvSIAJ9oUXZ2wtdktel0pnghISvOTPISngCgzBuR
SI75+MPXQJGuNf6XkvlUF4o=
=h0fZ
-----END PGP SIGNATURE-----


------------------------------

Message: 9
Date: Wed, 25 Jan 2006 12:04:31 +0000
From: Rob Church <robchur at gmail.com>
Subject: Re: [Mediawiki-l] Database backup, How to
To: MediaWiki announcements and site admin list
	<mediawiki-l at wikimedia.org>
Message-ID: <e92136380601250404kd520dcap at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Microsoft Windows doesn't have cron jobs in the same fashion; about
the closest thing built into it is Task Scheduler, which is somewhat
unreliable, but could work. The original question was how to back up
the database? One option could be to write a small batch script to
perform the mySQL command-line client line needed to do the export,
then create a scheduled task to run this every so often.


Rob Church

On 25/01/06, Vasiliadis, Thomas <T.Vasiliadis at schlemmerblock.de> wrote:
> A Windows Server 2003
>
> -----Urspr|ngliche Nachricht-----
> Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Rob Church
> Gesendet: Donnerstag, 19. Januar 2006 13:31
> An: MediaWiki announcements and site admin list
> Betreff: Re: [Mediawiki-l] Database backup, How to
>
> Are you using a Unix-like operating system, such as Linux, or a
> Windows-based machine, or a Mac?
>
>
> Rob Church
>
> On 19/01/06, Vasiliadis, Thomas <T.Vasiliadis at schlemmerblock.de> wrote:
> > Thank you, but how do I do a cronjob?
> >
> > -----Urspr|ngliche Nachricht-----
> > Von: mediawiki-l-bounces at Wikimedia.org
[mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Schmidt, Torsten
> > Gesendet: Donnerstag, 19. Januar 2006 10:31
> > An: MediaWiki announcements and site admin list
> > Betreff: AW: [Mediawiki-l] Database backup, How to
> >
> > i do my Backups with the following script as a cronjob:
> >
> > -----------
> > DATE=`date +%d-%m-%Y_%H-Uhr-%M`;
> >
> > mysqldump -uroot -pSECRET --default-character-set=latin1 --opt wikidb >
/path/to/backup/wikidb_$DATE.sql
> >
> > # Wiki-htdocs
> > rsync -a /usr/local/www/mediawiki/ /path/to/htdocs/backup
> > -----------
> >
> >
> > -----Urspr|ngliche Nachricht-----
> > Von: mediawiki-l-bounces at Wikimedia.org
> > [mailto:mediawiki-l-bounces at Wikimedia.org]Im Auftrag von Vasiliadis,
> > Thomas
> > Gesendet: Donnerstag, 19. Januar 2006 10:00
> > An: MediaWiki announcements and site admin list
> > Betreff: [Mediawiki-l] Database backup, How to
> >
> >
> >
> > Hi there,
> >
> > I have succesfully installed a Wiki with MySQL 5.0.15-nt and now I have
> > to manage the Backups.
> > But how to do it?
> > I found a Directory named mysql\data\wikidb with some MYI MYD and FRM
> > files. Is it this, what I have to Backup?
> > Is there any methode of do it automatical?
> > I have installed it via xampp
> >
> > Thanks
> >
> > TV
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l at Wikimedia.org
> > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l at Wikimedia.org
> > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> >
> >
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l at Wikimedia.org
> > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
> >
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>


------------------------------

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


End of MediaWiki-l Digest, Vol 28, Issue 44
*******************************************



------------------------------

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


End of MediaWiki-l Digest, Vol 28, Issue 45
*******************************************




More information about the MediaWiki-l mailing list