- Timestamp:
- 08/17/2010 12:21:25 PM (21 months ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
w (modified) (1 prop)
-
w/LocalSettings.php (modified) (1 diff)
-
w/extensions/omCollabSingleSignon.php (modified) (2 diffs)
-
w/includes/specials/SpecialDocConvert.php (modified) (1 diff)
-
w/skins/Mike2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_ui merged: 1786-1797
- Property svn:mergeinfo changed
-
trunk/w
- Property svn:mergeinfo changed
/branches/omcollab_ui/w merged: 1787-1788,1792,1795
- Property svn:mergeinfo changed
-
trunk/w/LocalSettings.php
r1778 r1798 322 322 */ 323 323 //$wgDefaultUserOptions['riched_start_disabled']=false; 324 $wgDefaultUserOptions['cols']=65; // Added by zhongzhen to decrease textarea box width in wiki Edit page on 2010-08-16. 324 325 325 326 -
trunk/w/extensions/omCollabSingleSignon.php
r1778 r1798 215 215 setcookie( $sPassCookie, md5( md5( $_POST['wpPassword'] ) ), time() + 31536000, RR_OMCOLLAB_DIRECTORY . 'blogs/' ); 216 216 217 setcookie( 'omCollabExplore', $wgUser->getName(), time() + 31536000, RR_OMCOLLAB_DIRECTORY . '/' ); 217 218 setcookie( 'omCollabExplore', $wgUser->getName(), time() + 31536000, RR_OMCOLLAB_DIRECTORY); 218 219 setcookie( 'omCollabExplore', $wgUser->getName(), time() + 31536000, RR_OMCOLLAB_DIRECTORY . 'home/' ); 219 220 setcookie( 'omCollabExplore', $wgUser->getName(), time() + 31536000, RR_OMCOLLAB_DIRECTORY . 'wiki/' ); … … 298 299 299 300 // omExplore 300 setcookie( 'omCollabExplore', false, time() + 31536000, RR_OMCOLLAB_DIRECTORY . '/');301 setcookie( 'omCollabExplore', false, time() + 31536000, RR_OMCOLLAB_DIRECTORY ); 301 302 setcookie( 'omCollabExplore', false, time() + 31536000, RR_OMCOLLAB_DIRECTORY . 'home/' ); 302 303 setcookie( 'omCollabExplore', false, time() + 31536000, RR_OMCOLLAB_DIRECTORY . 'wiki/' ); -
trunk/w/includes/specials/SpecialDocConvert.php
r1075 r1798 169 169 170 170 $wgOut->addHTML("Your document was converted successfully. Please press Preview below to preview and save the page.<br /><br />"); 171 // Edited by zhongzhen on 2010-08-16. cols value was changed from 80 to 65 171 172 $wgOut->addHTML(" 172 173 <form id='editform' name='editform' method='post' action='$title' enctype='multipart/form-data'> 173 <textarea tabindex='1' accesskey=',' name='wpTextbox1' id='wpTextbox1' rows='25' cols=' 80' >$mediaWikiTxtData</textarea>174 <textarea tabindex='1' accesskey=',' name='wpTextbox1' id='wpTextbox1' rows='25' cols='65' >$mediaWikiTxtData</textarea> 174 175 <input id='wpPreview' name='wpPreview' type='submit' tabindex='4' value='Show preview' accesskey='p' title='Preview your changes, please use this before saving! [p]' /> 175 176 </form> -
trunk/w/skins/Mike2.php
r1778 r1798 111 111 <?php 112 112 # Allow MediaWiki:Sidebar article to be wikitext 113 /*global $wgUser,$wgTitle,$wgParser;113 global $wgUser,$wgTitle,$wgParser; 114 114 $side = new Article(Title::newFromText('Sidebar',NS_MEDIAWIKI)); 115 115 if (is_object($wgParser)) { $psr = $wgParser; $opt = $wgParser->mOptions; } … … 117 117 if (!is_object($opt)) $opt = ParserOptions::newFromUser($wgUser); 118 118 $html = $psr->parse($side->fetchContent(),$wgTitle,$opt,true,true)->getText(); 119 echo preg_replace("/<li>\\s*<\\/li>/",'',$html); */?>119 echo preg_replace("/<li>\\s*<\\/li>/",'',$html); ?> 120 120 <!-- Submenu End --> 121 121
Note: See TracChangeset
for help on using the changeset viewer.
