Index: trunk/extensions/MetavidWiki/includes/MV_Hooks.php |
— | — | @@ -309,7 +309,7 @@ |
310 | 310 | if ( $do_adjust == 'true' ) { |
311 | 311 | // first edit then move |
312 | 312 | $outputMVD = $MV_Overlay->do_edit_submit( $title_str, $mvd_id, false ); |
313 | | - print "got output: $outputMVD \n"; |
| 313 | + //print "got output: $outputMVD \n"; |
314 | 314 | // clear the wgOut var: |
315 | 315 | $wgOut->clearHTML(); |
316 | 316 | // do move and display output page |
Index: trunk/extensions/MetavidWiki/includes/MV_MetavidInterface/MV_MetavidInterface.php |
— | — | @@ -91,6 +91,7 @@ |
92 | 92 | var mvAdvSearch =\'' . htmlspecialchars( $advSearch ) . '\'; |
93 | 93 | /*]]>*/</script>' ); |
94 | 94 | |
| 95 | + |
95 | 96 | // also add prev next paging |
96 | 97 | $this->page_header = '<h1 class="videoHeader">' . |
97 | 98 | $this->article->mvTitle->getStreamNameText() . ' :: ' . |
— | — | @@ -99,7 +100,11 @@ |
100 | 101 | $this->components['MV_Tools']->stream_paging_links( 'next' ) . |
101 | 102 | wfMsg( 'mv_of' ) . seconds2ntp( $this->article->mvTitle->getDuration() ) . |
102 | 103 | '</h1>'; |
103 | | - |
| 104 | + |
| 105 | + $wgOut->addWikiText( wfMsg('mv_warning_wiki')); |
| 106 | + $this->page_header.=$wgOut->getHTML(); |
| 107 | + $wgOut->clearHTML(); |
| 108 | + |
104 | 109 | // add export roe icon: |
105 | 110 | if($mvDispROEicon){ |
106 | 111 | $this->page_header .= '<span id="cmml_link"/>'; |
Index: trunk/extensions/MetavidWiki/languages/MV_Messages.php |
— | — | @@ -15,6 +15,8 @@ |
16 | 16 | 'mv_missing_stream' => 'Missing stream: $1', |
17 | 17 | 'specialpages-group-mv_group' => 'MetaVidWiki special pages', |
18 | 18 | |
| 19 | + 'mv_warning_wiki' => '<i>Note: metavid video transcripts [[Help:FAQ#How_accurate_is_the_information.3F|may contain inaccuracies]], help us build [[Help:Participation#Improving_Archive_Accuracy|a more perfect archive]]</i>', |
| 20 | + |
19 | 21 | # stream/files key descriptions: |
20 | 22 | 'mv_ogg_low_quality' => 'Web streamable - Ogg Theora 300kbs', |
21 | 23 | 'mv_ogg_high_quality' => 'High quality - Ogg Theora 900kbs', |