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 - nemesi

Pages: [1]
1
Components / Re: OpenGoo for eyeOS
« on: August 27, 2009, 10:57:52 am »
Hi guys,
sorry but this was a work for my thesis and fortunatlly i had finish university... my work for the integration of Opengoo and eyeOS is finished one year ago!

I have no many time, but all i have do is readable on the eyeOS plugin and on this topic.


My work was for an older version of eyeOS / eyePass [specially for "dt"] ... i'm gonna try to help you dt and Miguipda (i hope in the next days)!
 ;)

nemesi

2
Ideas / Re: 2008 - Ideas for the future of OpenGoo
« on: August 22, 2008, 07:16:57 pm »
i'll do it soon ignacio ... thanks! 
;D

3
Ideas / Re: 2008 - Ideas for the future of OpenGoo
« on: August 22, 2008, 12:31:18 pm »
In reference to my little work to add the support for the text documents of eyeOS

http://forums.opengoo.org/index.php?topic=87.0

Why don't insert  this in the new release?
I know,is not a big idea but is something new, and i like the idea that these two open source project can work together.

What do you think?
I can give you my modifications if you want.



4
Components / Re: OpenGoo for eyeOS
« on: August 19, 2008, 06:02:03 am »
I have inserted a control in the upload that change the mime type of eyedoc files in text/html ( in ProjectFile.class.php, handleUploadedFile function), so i have a same icon of the other document and i don't change nothing else to edit.

I have inserted also a change in FilesController.class.php on the save_document function to save eyedoc files without .html extension. So now you can: upload a file from eyeos to opengoo; edit the eyedoc file without change the extension and download from opengoo to eyeos the same file and eyeos (that work with the files extension) recognizes the file like an eyedoc document.



5
Components / Re: OpenGoo for eyeOS
« on: August 18, 2008, 12:15:32 pm »
GREAT IGNACIO !!!!!   :-* :-* :-* :-* :-*

The key was the DB ...
Check what is the value of the type_string column on the project_file_revisions table for that eyedoc file.

I don't understand why, for my Ubuntu, the MIME type of the eyedoc files is "text/plain" when the real MIME type is "application/octet-stream".
I have find the right mime in the opengoo DB.

NOW I CAN EDIT THE EYEDOC ... but, how can i define the icon? i know, in the types.css, but what is the right name?!?!?!
.ico-application-octet-stream   is wrong!

Is possible to define an icon not only for the mime type but also for the extension? how?

6
Components / Re: OpenGoo for eyeOS
« on: August 18, 2008, 07:05:15 am »
I have a problem ;D

For OpenGoo to handle eyedoc files correctly you might want to set an icon for that type and tell OpenGoo to open eyedoc files with FCKEditor (assuming that eyedoc files contain HTML). For the first thing there's a CSS file that associates an image to each mime type which is in public/assets/themes/default/stylesheets/file/types.css. There you should add an entry for the eyedoc file (if it's mime type isn't already there). To tell OpenGoo to open the eyedoc file with the FCKEditor you should change the getModifyUrl function in application/models/files/ProjectFile.class.php and return the appropriate URL for eyedoc files.

I don't understand why the eyedoc files that have plain/text MIME type, are not managed to OpenGoo!!!

- The icon, already on the types.css for plain/text,  don't work ...
- And the modifications to the function getModifyUrl... don't work

All work only if i change the extension from eyedoc to html ...
Are you sure that all work only with mime type and not with files extension?!?!?


7
Components / Re: OpenGoo for eyeOS
« on: August 13, 2008, 06:35:34 am »
Hi guys,
yesterday i had finish a first beta release of eyeOpenGoo (without modify OpenGoo, only simply integration on eyeOS).  ;D

If you want to see it:
http://eyeos-apps.org/content/show.php/show.php?content=87018&vote=good&tan=54027690&PHPSESSID=52b37690363b33875a31abe27e3db8aa

8
Components / Re: OpenGoo for eyeOS
« on: August 12, 2008, 10:10:57 am »
Thanks Ignacio.
Good "little background".

WORK IN PROGRESS ......

9
Components / Re: OpenGoo for eyeOS
« on: August 10, 2008, 11:28:48 am »
My work is started well....

Auto-login is ok!  :)))))

Now, 
i had "ended" the work with eyeOS and i'm ready to start to work with  OpenGoo .

HELP!!!! someone knows how can i do the 4th point !?!


10
Components / Re: OpenGoo for eyeOS
« on: August 09, 2008, 06:11:30 am »
Great !!!

The idea is to create inside eyeOS an "application" with OpenGoo.

This because eyeOS and OpenGoo are good projects with, i hope, a hard increase for the future. They are similar (written in PHP, open source and installable in the same Apache server) but eyeOS haven't a project management, moreover they have the same format for document  (html).

INTEGRATION PROJECT:
1. Install eyeOS and OpenGoo in the same server. (ok)
2. Create in eyeOS an application that run OpenGoo inside the eyeOS desktop. (ok)
TODO:
3. Manage the users. Same nick and password for eyeOS and OpenGoo and automatic login in OpenGoo when a user starts the opengoo application.
4. Manage files. The possibility to "download" the file of OpenGoo directly in the eyeOS virtual filesystem.  On the other side, the possibility to "upload" the file from eyeOS directly in OpenGoo.
Moreover i would be, without change the extension of the documents, that OpenGoo recognized the document with extension "eyedoc" like an html document (the same for eyeOS, recognize the OpenGoo document ).

This is the base point of the project.

The first two point are nearly ended! The problem is for 3 and 4. I have to find the function for the authentication and the file managing  of OpenGoo and understand how to make all !!!!

If someone has any other idea or suggestion for the "fusion"... post here.
I'm working for this.


11
Components / OpenGoo for eyeOS
« on: August 08, 2008, 07:31:49 am »
Hi, i' m an italian student and i want to try to insert OpenGoo weboffice in the eyeOS webOS (for my thesis), but i haven't find any developer manual or description of structure for OpenGoo.

If someone knows where is a description/manual for developer of OpenGoo or want to help me in my job... i'm here!!!!

thanks.
nemesi

Pages: [1]