Changeset 1894


Ignore:
Timestamp:
03/09/2011 08:50:29 AM (15 months ago)
Author:
Xiping.Wang
Message:

[trunk]Check in new CKEditor extension for testing

Location:
trunk/w
Files:
894 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/w/LocalSettings.php

    r1852 r1894  
    410410// Add FLV support 
    411411require_once( "$IP/extensions/FLVPlayerTwo/FLVPlayerTwo.php" ); 
     412 
     413// Add WYSIWYG - new Rich Editor extension instead of FCKEditor 
     414#require_once("$IP/extensions/WYSIWYG/WYSIWYG.php"); 
     415#$wgGroupPermissions['*']['wysiwyg']=true; 
     416 
Note: See TracChangeset for help on using the changeset viewer.