Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fabiusp

Pages: [1]
1
Development / Re: How to add WebDAV to FO
« on: August 23, 2010, 01:10:15 pm »
With the patched version is better. Thx!
But i still not able to access the webdav folder:
Entering http://my.site.com/collab/public/webdav it ask me for authentication, I use the FO credential (correct?), but i got the error message:

501 - Header values specify a method that is not implemented.
The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server. For example, a request header might specify a POST to a static file that cannot be posted to, or specify a Transfer-Encoding value that cannot make use of compression


How can i debug it?
Probably some features are not enabled on the IIS server, but I've to understand wich ones.

The URL to map the webdav folder then on Windows 7 should be http://my.site.com/collab/public/webdav ?

Thanks for suggestions and support.

2
the refernce you mention was valid for OpenGoo version below 1.4...
There are no improvments and news on the new releases?
Especcialy with the introduction of mimetype identification from file extension....

waiting for suggestions

3
Development / Re: How to add WebDAV to FO
« on: August 15, 2010, 05:07:40 am »
How can I debug problems? I've installed FO 1.7 on a IIS server(with PHP 5.2.13) and works fine (http://my.site.com/collab), downloaded the webdav scripts and copied under the respectives folders on the server, modified the .htaccess fileunder public/webdav entering my path for RewriteBase and RewriteRule:

    RewriteBase /collab/public/webdav/
 
    RewriteRule ^/*(.*)$ /collab/public/webdav/index.php/$1


When I enter on my browser
http://my.site.com/collab/public/webdav  i got an Error 500 -Internal server error.

I've try also to map the webdav folder on Windows 7 using the same URL, doesn't work.

Can you help me find where the problem is?

Thank you

4
How To's / How to add new icon for specific file extension on FO 1.7?
« on: August 14, 2010, 04:37:12 pm »
Hello, I've installed FO 1.7 and i would like to have specific icons under documents for specific file type instead that the white standard one.

I would like to upload many .DWG file (Autocad), and have a specific icon for this.
I've set the "Detect mime type from extension:"  to yes, but the mime type identified is "application/octet-stream" instead of "application/acad".

anyone can help me?
thx

5
Italiano / Re: Official translation to Italian
« on: November 01, 2009, 07:50:16 am »
Problema risolto sostituendo i caratteri accentati nel file site_interface.php con i corrispondenti codici HTML.
Allego i file corretti.


6
Italiano / Re: Official translation to Italian
« on: October 28, 2009, 05:45:39 pm »
Ho installato il language pack italiano per la 1.5.3, però mi capita che alcuni moduli non si vedono.
Per esempio il modulo di amministrazione.

Il problema sembra sia dovuto ai caratteri accentati, infatti se nel file
site_interface.php, alla linea 487, modifico Soietà   in   Societa , il tutto funziona.

Suggerimenti per ovviare a questo inconveniente?

7
How To's / File renaming couse issues on dowloading
« on: May 08, 2009, 09:48:59 am »
Hello, opengoo 1.3.1 offer the nice feature to enter a new name of uploaded documents. but if the new name is without extension, the downlaod doesn't work well.

I would like to use this possibility to enter a better name of the uploaded document, i.e.: if I upload a file named 'ExpencesReport042009.xls' and give to it the new name 'Expences Report April 2009', when I would like to open and/or download it I have problem, and the downloaded file is ''Expences Report April 2009' with unknow extension.

Would be possible to keep the original file name for the downloadable file and have a new name visible in opengoo?

8
1.3 final / Renaming file name w/o extension couse download issue
« on: May 08, 2009, 08:12:12 am »
Hello,
opengoo offer the nice possibility to rename an uploaded file, I was using this for a better naming then in the list, i.e. an original document named 'ExpencesReport042009.doc', I uploaded as is and then in opengoo renamed to 'Expences Report April 2009' , but if I download it I got an "unknow" file type named ''Expences Report April 2009'.
It would be better if the download file still have the original file name 'ExpencesReport042009.doc'.
Is this feasabile ?

9
How To's / Re: How to add additional icon for file type?
« on: May 08, 2009, 08:02:50 am »
Thank's for the input.
The mime type i've found on the og_project_file DB table for DWG files is: application/octet-stream

I created 16x16 icon 'application-octet-stream.png' on 'public/assets/themes/default/images/16x16/types'
and 48x48 icon 'application-octet-stream.png' on 'public/assets/themes/default/images/48x48/types'

Created 'public/assets/themes/default/stylesheets/custom.css'
containing:
Code: [Select]
.ico-application-octet-stream {
background-image: url(../images/16x16/types/application-octet-stream.png);
}
.ico-large-application-octet-stream {
background-image: url(../images/48x48/types/application-octet-stream.png);
}

Now I can see my icon on the file list, fine. But when I open the document's detail the "big" icon is not there.... any suggestions?


10
How To's / How to add additional icon for file type?
« on: April 30, 2009, 06:39:30 am »
Hello, I would like to have specific new icon for files uploaded.
I.e. an Autocad icon for any .dwg  file.

How can I do it?

Pages: [1]