|
|
Choosing A Webhost: |
mantisbt config_defaults_inc.php,1.304,1.305: msg#00005bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2366 Modified Files: config_defaults_inc.php Log Message: Fixed #6253: Inlining of other types of files. Index: config_defaults_inc.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v retrieving revision 1.304 retrieving revision 1.305 diff -u -d -r1.304 -r1.305 --- config_defaults_inc.php 18 May 2006 05:53:44 -0000 1.304 +++ config_defaults_inc.php 6 Aug 2006 07:12:41 -0000 1.305 @@ -878,6 +878,12 @@ # This feature applies to: bmp, png, gif, jpg $g_preview_attachments_inline_max_size = 0; + # Extenstions for text files that can be expanded inline. + $g_preview_text_extensions = array( 'txt', 'diff', 'patch' ); + + # Extensions for images that can be expanded inline. + $g_preview_image_extensions = array( 'bmp', 'png', 'gif', 'jpg', 'jpeg' ); + # Specifies the maximum width for the auto-preview feature. If no maximum width should be imposed # then it should be set to 0. $g_preview_max_width = 0; @@ -897,8 +903,10 @@ # access level needed to view bugs attachments. View means to see the file names # sizes, and timestamps of the attachments. $g_view_attachments_threshold = VIEWER; - + # list of filetypes to view inline. This is a string of extentions separated by commas + # This is used when downloading an attachment. Rather than downloading, the attachment + # is viewed in the browser. $g_inline_file_exts = 'gif,png'; # access level needed to download bug attachments ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core file_api.php,1.73,1.74, Victor Boctor |
|---|---|
| Next by Date: | mantisbt/lang strings_english.txt,1.273,1.274, Victor Boctor |
| Previous by Thread: | mantisbt/core file_api.php,1.73,1.74, Victor Boctor |
| Next by Thread: | mantisbt/lang strings_english.txt,1.273,1.274, Victor Boctor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |