Last modified: 2009-01-04 02:37:35 UTC
Today I transwikied a page from deWikt to deWP with 482 revision. And it works fine. See importlog. Is there no longer a limit of 100 revisions? Please see bug 6646 too if the limit will come back. Thanks.
Mass compoment change: <some> -> Export/Import
In InitialiseSettings.php currently: // 2006-01-03 Standardizing live hack // 2006-06-28 allowing for short pages -- brion // 2008-09-20 emergency disable -- Tim // 2008-09-29 putting it back on, with the history rev limit again -- brion 'wgExportAllowHistory' => array( 'default' => true ), 'wgExportMaxHistory' => array( 'default' => 1000, # changed from 100 -- brion 2008-07-10 #'enwiki' => 0, // experimention -- brion # turned back off brion 2008-09-10 #'wikimania2006wiki' => 1000, #'wikimania2007wiki' => 1000, ), Now that noc serves live files, this is resolved, I think.
(In reply to comment #2) > In InitialiseSettings.php currently: > > // 2006-01-03 Standardizing live hack > // 2006-06-28 allowing for short pages -- brion > // 2008-09-20 emergency disable -- Tim > // 2008-09-29 putting it back on, with the history rev limit again -- brion > 'wgExportAllowHistory' => array( 'default' => true ), > 'wgExportMaxHistory' => array( > 'default' => 1000, # changed from 100 -- brion 2008-07-10 > #'enwiki' => 0, // experimention -- brion # turned back off brion > 2008-09-10 > #'wikimania2006wiki' => 1000, > #'wikimania2007wiki' => 1000, > ), > > Now that noc serves live files, this is resolved, I think. > Marked as WORKSFORME - noc has this info.