Last modified: 2010-05-15 15:42:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10180, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8180 - Hook request inside main EditPage form
Hook request inside main EditPage form
Status: RESOLVED DUPLICATE of bug 8174
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.8.x
Macintosh Mac OS X 10.0
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-07 15:21 UTC by Seth Frey
Modified: 2010-05-15 15:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Seth Frey 2006-12-07 15:21:11 UTC
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.
Comment 1 Seth Frey 2006-12-07 15:23:56 UTC
I think I refreshed the page and duplicated this report from the original, 8174
Comment 2 Rotem Liss 2006-12-07 16:17:46 UTC

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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links