Changeset 544
- Timestamp:
- 2007-07-26 01:09:11 (18 months ago)
- Location:
- MediaWiki/trunk
- Files:
-
- 3 modified
-
extensions/FCKeditor/FCKeditor.body.php (modified) (1 diff)
-
includes/EditPage.php (modified) (2 diffs)
-
skins/monobook/main.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php
r542 r544 257 257 global $wgFCKEditorExtDir, $wgFCKEditorDir, $wgFCKEditorHeight, $wgUser; 258 258 global $wgStylePath, $wgStyleVersion; 259 260 print "ONEDIT!!!!!";261 259 262 260 $options = new FCKeditorParserOptions(); -
MediaWiki/trunk/includes/EditPage.php
r469 r544 1358 1358 */ 1359 1359 function getPreviewText() { 1360 global $wgOut, $wgUser, $wgTitle, $wgParser ;1360 global $wgOut, $wgUser, $wgTitle, $wgParser, $wgRequest; 1361 1361 1362 1362 $fname = 'EditPage::getPreviewText'; 1363 1363 wfProfileIn( $fname ); 1364 1364 1365 if ($wgUser->getOption( 'showtoolbar' ) && !$wgUser->getOption( 'riched_disable' )) { 1366 $oldTextBox1 = $this->textbox1; 1367 $this->importFormData( $wgRequest ); 1368 } 1369 1365 1370 if ( $this->mTriedSave && !$this->mTokenOk ) { 1366 1371 $msg = 'session_fail_preview'; … … 1421 1426 1422 1427 wfProfileOut( $fname ); 1428 if ($wgUser->getOption( 'showtoolbar' ) && !$wgUser->getOption( 'riched_disable' )) { 1429 $this->textbox1 = $oldTextBox1; 1430 } 1423 1431 return $previewhead . $previewHTML; 1424 } 1432 } 1425 1433 } 1426 1434 -
MediaWiki/trunk/skins/monobook/main.css
r469 r544 54 54 font: x-small sans-serif; 55 55 background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; 56 color: black;56 color: green; 57 57 margin: 0; 58 58 padding: 0; … … 126 126 127 127 h1, h2, h3, h4, h5, h6 { 128 color: black;128 color: red; 129 129 background: none; 130 130 font-weight: normal;