Hi folks,
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
Richard
That sounds like it would require an extension, and I don't know of one that's been written to address that need (of course there may still be one nonetheless).
You may want to consider why it is you want this feature. There may be a better solution to the underlying problem.
-- Jim R. Wilson (jimbojw)
On 5/30/07, Richard K Miller richardkmiller@gmail.com wrote:
Hi folks,
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
Richard
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Richard K Miller wrote:
Hi folks,
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
Richard
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
It's already done with .cs and .css subpages, if I remember correctly. Maybe you can take a look on how's implemented there ;-)
- -- Snowolf
www.snowolf.eu snowolf@snowolf.eu http://en.wikipedia.org/wiki/User:Snowolf
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Snowolf wrote:
Richard K Miller wrote:
Hi folks,
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
Richard
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
It's already done with .cs and .css subpages, if I remember correctly. Maybe you can take a look on how's implemented there ;-)
Sorry, I meant .js instead of .cs ;-)
- -- Snowolf
www.snowolf.eu snowolf@snowolf.eu http://en.wikipedia.org/wiki/User:Snowolf
Snowolf wrote:
It's already done with .cs and .css subpages, if I remember correctly. Maybe you can take a look on how's implemented there ;-)
It's implemented by matching the editor name with the basepagename
Right - there are other mechanisms for restricting the editability of a page than whether someone happened to get there first.
I've written two extensions for the case where you want to restrict edits to User pages:
1) KeepYourHandsToYourself prevents users from editing eachother's pages and subpages
2) EditOnlyYourOwnPage prevents users from editing anything other than their own page, talk page and subpages thereof
One of those two may meet Richard's needs depending on how flexible the problem statement is.
-- Jim
On 5/31/07, Platonides Platonides@gmail.com wrote:
Snowolf wrote:
It's already done with .cs and .css subpages, if I remember correctly. Maybe you can take a look on how's implemented there ;-)
It's implemented by matching the editor name with the basepagename
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
There is probably something better than MediaWiki for that - only allowing the original creator to edit the page means it isn't actually a wiki, so MediaWiki is a poor choice.
On May 31, 2007, at 6:56 AM, Thomas Dalton wrote:
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
There is probably something better than MediaWiki for that - only allowing the original creator to edit the page means it isn't actually a wiki, so MediaWiki is a poor choice.
True. For this reason some people have suggested I switch to Drupal, but since we're already using Mediawiki I thought I'd try that first.
A search of the archives found this post ..
http://lists.wikimedia.org/mailman/htdig/mediawiki-l/2006-May/011835.htm l
The archives can be found by going to
http://lists.wikimedia.org/pipermail/mediawiki-l/
DSig David Tod Sigafoos | SANMAR Corporation PICK Guy 206-770-5585 davesigafoos@sanmar.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Richard K Miller Sent: Wednesday, May 30, 2007 17:48 To: mediawiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Limiting edits to the creator of page
Hi folks,
Does anyone know of a way to limit editing to the first person to create a page? For example, if I create a page on the wiki, I'm the only one (besides admins) that can edit the page afterwards?
Richard
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On May 31, 2007, at 9:10 AM, Dave Sigafoos wrote:
A search of the archives found this post ..
http://lists.wikimedia.org/mailman/htdig/mediawiki-l/2006-May/ 011835.htm l
The archives can be found by going to
Thank you for finding this. It looks like this will work with a small modification. (I want editing by the _original_ author instead of the most recent author.)
mediawiki-l@lists.wikimedia.org