hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|10000. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Is this right? Or is there something more to do?
Thanks
vanessa
2010/1/23 李琴 qli@ica.stc.sh.cn:
hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|10000. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Is this right? Or is there something more to do?
Looks OK. Have you tried to see if it works yet?
Roan Kattouw (Catrope)
no ,It does not work...It's still shows 500 items at most. :(
vanessa
-----Original Message----- From: Roan Kattouw roan.kattouw@gmail.com To: Wikimedia developers wikitech-l@lists.wikimedia.org Date: Sat, 23 Jan 2010 15:52:53 +0100 Subject: Re: [Wikitech-l] (no subject)
2010/1/23 李琴 qli@ica.stc.sh.cn:
hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|10000. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Is this right? Or is there something more to do?
Looks OK. Have you tried to see if it works yet?
Roan Kattouw (Catrope)
_______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Sorry .I can't understand you very well. :( I have done the things I said but it didn't work.
vanessa
-----Original Message----- From: Roan Kattouw roan.kattouw@gmail.com To: Wikimedia developers wikitech-l@lists.wikimedia.org Date: Sat, 23 Jan 2010 15:52:53 +0100 Subject: Re: [Wikitech-l] (no subject)
2010/1/23 李琴 qli@ica.stc.sh.cn:
hi all, I built a local wiki, and I want to set the recentchange limit to 500|1000|5000|10000. I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Is this right? Or is there something more to do?
Looks OK. Have you tried to see if it works yet?
Roan Kattouw (Catrope)
_______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On 23 January 2010 07:21, 李琴 qli@ica.stc.sh.cn wrote:
I changed the $wgRCLinkLimits = array( 50, 100, 250, 500 ); to $wgRCLinkLimits = array( 500, 1000, 5000, 10000 ); and 'rclimit' => 10000.
Just to be sure: do not _change_ the line in DefaultSettings.php! Override the setting by adding the second quoted command into your LocalSettings.php. Otherwise, the change will be overwritten every time you update to a newer version of MediaWiki.
-- [[cs:User:Mormegil | Petr Kadlec]]
wikitech-l@lists.wikimedia.org