Split out edit/create methods from doEditContent()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 4 Nov 2015 01:12:15 +0000 (17:12 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 7 Dec 2015 03:49:40 +0000 (19:49 -0800)
commitebc55440f97f4f6f47c59c3fe0fc1ae55d783cbb
treec8a7f2e94616e24fda61692808c826e7117b680c
parentb18803d1c52ce6d508dfa9cc20be9edce76926a7
Split out edit/create methods from doEditContent()

* Make the method sizes a bit more manageable.
  This will be useful for replacing the begin/commit
  calls later (with startAtomic/endAtomic).
* Cleaned up a few inconsistencies in code style.

Change-Id: I8d66503a5575ca369cd5feb56058af7d24001629
includes/page/WikiPage.php