Re: [Wikitech-l] WikiPage::doEdit deprecation ?

2012-10-25 Thread Jeroen De Dauw
Hey, Looking at the code I can't see any obvious reason to remove the shortcut. However DanielK might :) Cheers -- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. -- ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lis

[Wikitech-l] WikiPage::doEdit deprecation ?

2012-10-25 Thread Antoine Musso
Hello, With the ContentHandler merge, WikiPage::doEdit() has been marked as deprecated in favor of WikiPage::doEditContent(). I would like us to reconsider that deprecation based on conciseness of our code. Previously we could simply: $page->doEdit( 'some text', 'summary' ); Now we will have