HomePhabricator

Backward compatibility fix for MW version <1.21.

Tags
None
Referenced Files
None
Subscribers
None

Description

Backward compatibility fix for MW version <1.21.

The problem is that the GraphViz extension 1.0+ uses two hooks and
one function that were introduced in MW 1.21 (PageContentSave,
PageContentSaveComplete and WikiPage::doEdit respectively).

The fix is for the extension to use the older hooks and function
for MW versions <1.21 (ArticleSave, ArticleSaveComplete and
WikiPage::doEditContent respectively).

Bug: 67587
Change-Id: Ie353c40ff784e49cb7740059c2e653443dfa0cce