Changeset 311
- Timestamp:
- 2007-05-18 23:48:07 (3 years ago)
- Location:
- FCKeditor/branches/developers/alfonsoml
- Files:
-
- 7 modified
-
editor/filemanager/browser/default/connectors/lasso/config.lasso (modified) (1 diff)
-
editor/filemanager/browser/default/connectors/py/connector.py (modified) (1 diff)
-
editor/filemanager/connectors/asp/config.asp (modified) (1 diff)
-
editor/filemanager/connectors/cfm/config.cfm (modified) (1 diff)
-
editor/filemanager/connectors/php/config.php (modified) (1 diff)
-
editor/filemanager/upload/lasso/config.lasso (modified) (1 diff)
-
fckconfig.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/developers/alfonsoml/editor/filemanager/browser/default/connectors/lasso/config.lasso
r141 r311 57 57 ), 58 58 'DeniedExtensions' = map( 59 'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis' ),59 'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis','sh','shtml','shtm','phtm'), 60 60 'Image' = array(), 61 61 'Flash' = array(), -
FCKeditor/branches/developers/alfonsoml/editor/filemanager/browser/default/connectors/py/connector.py
r141 r311 178 178 } 179 179 self.deniedExtensions = { 180 "File": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis" ],181 "Image": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis" ],182 "Flash": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis" ],183 "Media": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis" ]180 "File": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis","sh","shtml","shtm","phtm" ], 181 "Image": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis","sh","shtml","shtm","phtm" ], 182 "Flash": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis","sh","shtml","shtm","phtm" ], 183 "Media": [ "html","htm","php","php2","php3","php4","php5","phtml","pwml","inc","asp","aspx","ascx","jsp","cfm","cfc","pl","bat","exe","com","dll","vbs","js","reg","cgi","htaccess","asis","sh","shtml","shtm","phtm" ] 184 184 } 185 185 -
FCKeditor/branches/developers/alfonsoml/editor/filemanager/connectors/asp/config.asp
r292 r311 67 67 68 68 ConfigAllowedExtensions.Add "File", "" 69 ConfigDeniedExtensions.Add "File", "html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis "69 ConfigDeniedExtensions.Add "File", "html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis|sh|shtml|shtm|phtm" 70 70 ConfigFileTypesPath.Add "File", "/userfiles/file/" 71 71 -
FCKeditor/branches/developers/alfonsoml/editor/filemanager/connectors/cfm/config.cfm
r300 r311 41 41 42 42 config.allowedExtensions["File"] = ""; 43 config.deniedExtensions["File"] = "html,htm,php,php2,php3,php4,php5,phtml,pwml,inc,asp,aspx,ascx,jsp,cfm,cfc,pl,bat,exe,com,dll,vbs,js,reg,cgi,htaccess,asis ";43 config.deniedExtensions["File"] = "html,htm,php,php2,php3,php4,php5,phtml,pwml,inc,asp,aspx,ascx,jsp,cfm,cfc,pl,bat,exe,com,dll,vbs,js,reg,cgi,htaccess,asis,sh,shtml,shtm,phtm"; 44 44 45 45 config.allowedExtensions["Image"] = "png,gif,jpg,jpeg,bmp"; -
FCKeditor/branches/developers/alfonsoml/editor/filemanager/connectors/php/config.php
r291 r311 71 71 72 72 $Config['AllowedExtensions']['File'] = array() ; 73 $Config['DeniedExtensions']['File'] = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','htaccess','asis' ) ;73 $Config['DeniedExtensions']['File'] = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','htaccess','asis','sh','shtml','shtm','phtm') ; 74 74 $Config['FileTypesPath']['File'] = '/userfiles/file/' ; 75 75 $Config['FileTypesAbsolutePath']['File']= '' ; -
FCKeditor/branches/developers/alfonsoml/editor/filemanager/upload/lasso/config.lasso
r141 r311 57 57 ), 58 58 'DeniedExtensions' = map( 59 'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis' ),59 'File' = array('html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis','sh','shtml','shtm','phtm'), 60 60 'Image' = array(), 61 61 'Flash' = array(), -
FCKeditor/branches/developers/alfonsoml/fckconfig.js
r286 r311 214 214 FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadLanguage ; 215 215 FCKConfig.LinkUploadAllowedExtensions = "" ; // empty for all 216 FCKConfig.LinkUploadDeniedExtensions = ".(html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis )$" ; // empty for no one216 FCKConfig.LinkUploadDeniedExtensions = ".(html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis|sh|shtml|shtm|phtm)$" ; // empty for no one 217 217 218 218 FCKConfig.ImageUpload = true ;