Last modified: 2010-05-15 16:03:22 UTC
This is a request to have all of the private methods in the EditPage class changed to protected. This will allow child classes that extend class EditPage access to the parent methods, especially when there is no need for the child class to modify the parent method. The private methods in EditPage are currently: showPreview() showDeleteionLog() getPreloadedText() previewOnOpen() showIntro() showCustomIntro()
Is there an extension that needs this?
I'm working on a rather complicated one right now and have found that I've had to do this to keep from recoding these methods.
Done in r37771