Put section-edit-summary-title back into head branch for now.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Mar 2004 01:18:19 +0000 (01:18 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Mar 2004 01:18:19 +0000 (01:18 +0000)
includes/EditPage.php

index c659e6e..a568419 100644 (file)
@@ -221,6 +221,12 @@ class EditPage {
                                } else {
                                        $s.=wfMsg("sectionedit");
                                }
+                               if(!$this->preview) {
+                                       $sectitle=preg_match("/^=+(.*?)=+/mi",
+                                       $this->textbox1,
+                                       $matches);
+                                       if($matches[1]) { $this->summary = "(".trim($matches[1]).")"; }
+                               }
                        }
                        $wgOut->setPageTitle( $s );
                        if ( $this->oldid ) {