[Wikitech-l] recentchange limit

2010-01-23 Thread 李琴
hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|1. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 1 ); and 'rclimit' = 1. Is this right? Or is there something more to do? Thanks

[Wikitech-l] Schema changes

2010-01-23 Thread Victor Vasiliev
Hello everyone! I wonder what's the schema change approval process we have presently. Is it still ask Brion or Tim or something else is used now? --vvv ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Managing group of pages in white-list

2010-01-23 Thread Sylvain Leroux
Thanks Dmitriy. By looking at the code of Title::userCanReed, I noticed the 'userCan' hook that appears to be here for that exact purpose. http://www.mediawiki.org/wiki/Manual:Hooks/userCan I think I will use it with a custom extension to filter pages by title. I was wondering however if

Re: [Wikitech-l] (no subject)

2010-01-23 Thread Petr Kadlec
On 23 January 2010 07:21, 李琴 q...@ica.stc.sh.cn wrote: I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 1 ); and 'rclimit'   = 1. Just to be sure: do not _change_ the line in DefaultSettings.php! Override the setting by adding the

Re: [Wikitech-l] Managing group of pages in white-list

2010-01-23 Thread Dmitriy Sintsov
* Sylvain Leroux sylv...@chicoree.fr [Sat, 23 Jan 2010 20:01:02 +0100]: Thanks Dmitriy. By looking at the code of Title::userCanReed, I noticed the 'userCan' hook that appears to be here for that exact purpose. http://www.mediawiki.org/wiki/Manual:Hooks/userCan I think I will use it with

Re: [Wikitech-l] Schema changes

2010-01-23 Thread Tim Starling
Victor Vasiliev wrote: Hello everyone! I wonder what's the schema change approval process we have presently. Is it still ask Brion or Tim or something else is used now? I'd rather hear about them before they hit trunk, because as soon as they are in trunk, people start applying them, which

Re: [Wikitech-l] Schema changes

2010-01-23 Thread K. Peachey
On Sun, Jan 24, 2010 at 1:55 AM, Victor Vasiliev vasi...@gmail.com wrote: Hello everyone! I wonder what's the schema change approval process we have presently. Is it still ask Brion or Tim or something else is used now? --vvv Generally file a bug report explaining why and what needs to be