Page MenuHomePhabricator

Hook request inside main EditPage form
Closed, ResolvedPublic

Description

Author: moctodliamg

Description:
I added a line to autosubmit forms on the editpage (part of my hack for
automated page creation). I called it 'EndOfEditForm' and put it 'around' line
1200 of EditPage.php between the closing brace and

$wgOut->addHTML( "</form>\n" );

to end up like this:

}

wfRunHooks('EndOfEditForm');

$wgOut->addHTML( "</form>\n" );

This is my first bug report, and first big coding project, so if there is any
more standard format I should follow (The essay was more about higher level
concerns, like not being dumb) don't hesitate to let me know.


Version: 1.8.x
Severity: normal
OS: Mac OS X 10.0
Platform: Macintosh

Details

Reference
bz8180

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:32 PM
bzimport set Reference to bz8180.
bzimport added a subscriber: Unknown Object (MLST).

moctodliamg wrote:

I think I refreshed the page and duplicated this report from the original, 8174

rotemliss wrote:

*** This bug has been marked as a duplicate of 8174 ***