Index: trunk/extensions/MetavidWiki/maintenance/metavid2mvWiki.inc.php |
— | — | @@ -493,8 +493,9 @@ |
494 | 494 | $file_list = $aos->getFileList( $stream->name ); |
495 | 495 | $out .= '==More Media Sources==' . "\n"; |
496 | 496 | // all streams have congretional cronical: |
497 | | - $out .= '*[http://www.c-spanarchives.org/congress/?q=node/69850&date=' . $cspan_date . '&hors=' . $ch_type ; |
| 497 | + $out .= '*[http://www.c-spanarchives.org/congress/?q=node/69850&date=' . $cspan_date . '&hors=' . $ch_type . |
498 | 498 | ' CSPAN\'s Congressional Chronicle]' . "\n"; |
| 499 | + |
499 | 500 | if ( $file_list ) { |
500 | 501 | $out .= '*[http://www.archive.org/details/mv_' . $stream->name . |
501 | 502 | ' Archive.org hosted original copy]' . "\n"; |
Index: trunk/extensions/MetavidWiki/includes/MV_Hooks.php |
— | — | @@ -135,7 +135,11 @@ |
136 | 136 | // confirm we are in the mvd Namespace & update the wiki_title |
137 | 137 | if ( $old_title->getNamespace() == MV_NS_MVD ) { |
138 | 138 | MV_Index::update_index_title( $old_title->getDBkey() , $new_title->getDBkey() ); |
| 139 | + //remove the old MVD having lots of redirects around is not fun |
| 140 | + |
| 141 | + |
139 | 142 | } |
| 143 | + |
140 | 144 | return true;// always return true, in order not to stop MW's hook processing! |
141 | 145 | } |
142 | 146 | /* |
Index: trunk/extensions/MetavidWiki/skins/mv_stream.js |
— | — | @@ -882,6 +882,7 @@ |
883 | 883 | js_log('f:mv_play_or_pause:should stop'); |
884 | 884 | ebvid.stop(); |
885 | 885 | ebvid.pauseed=true; |
| 886 | + mv_lock_vid_updates=false; |
886 | 887 | }else{ |
887 | 888 | js_log('f:mv_play_or_pause:should play'); |
888 | 889 | mv_do_play(); |