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

Pages: [1]
1
Older versions / Uploaded PDF has "x-type/subtype"
« on: July 03, 2009, 06:50:45 am »
Hi,

somtimes, i upload a PDF, OpenGoo think it has a Type  "x-type/subtype". In List view, there is not a pdf-icon, an icon with question mark instead.

If i use the download-Button, my Browser allows to show the file in a pdf-reader. But then it show's an error-message "no application associated with filetype" or so...

System: xfce,  ePDF Viewer, Firefox 3, also tested on Gnome-Desktop

If is save the file on harddisk, it can be opened with PDF viewer without any problems.

Detection of some other  PDFs work properly. I think (uploaded on former Versions of OpenGoo)

I've attached a Test-File, that has the "x-type/subtype" at OpenGoo. File is created with OpenOffice.org 3
It would be fine, if detection can be fixed/enhanced.

Regards
Jehu

2
Feature requests / Re: improved E-Mail Features
« on: March 11, 2009, 04:24:37 pm »
also another request:

by replying an E-Mail should be _that_ account preselected, which have recieved the E-Mail.

3
Announcements / Re: Procedure for joining the localization efforts
« on: March 11, 2009, 01:02:55 pm »
This is how i do it, if i want to show, where the translation for "billing" can be find and add it to the german translation (i work on the server with ssh):

Code: [Select]
grep -rin billing ./en_us/

Result:
Code: [Select]
./en_us/messages.php:20: 'billing category dnx' => 'Requested billing category does not exist in database',
./en_us/messages.php:232: 'success add billing category' => 'Billing category added successfully',
./en_us/messages.php:233: 'success delete billing category' => 'Billing category deleted successfully',
./en_us/messages.php:234: 'success edit billing category' => 'Billing category updated successfully',
...

Then  the same for de_de:
Code: [Select]
grep -rin billing ./de_de/
Which has no results.

So i copy every line at the end of the file (line by line):
Code: [Select]
echo "'success edit billing category' => 'Billing category updated successfully'," >> messages.php

After that, i edit the file(s) and move the added lines to the array and translate the strings...

Yes, it might be easier, to fetch the directorys en_us and de_de and diff them with a gui-tool. But for a quick fix this method can be helpful. :)

4
Feature requests / Re: improved E-Mail Features
« on: March 11, 2009, 12:08:22 pm »
one thing i've forgotten:
on replying a message the original message should be quoted, e.g.

--- original message ----
> this is
> the original
> mail content

5
1.3-rc2 / Re: Imap Mail
« on: March 11, 2009, 08:11:08 am »
Same Problem here. Only if i use SSL mails are fetched.
But:
- Sent mails will be not copied to INBOX.Sent
- It's not possible to deactivate SSL

Regards
Jehu

6
Feature requests / improved E-Mail Features
« on: March 11, 2009, 07:40:14 am »
Hi,

there are some features missed in E-Mail module (yes, i know - it's beta)

IMAP
- Associate E-Mail Module-Folders  to IMAP Trash, Drafts and some other folders (e. g. Archive; you can have look at RounCube Mail Client)

in general
- One or more signatures per Account
- GnuPGP
- Functional sorting (e.g. by Date), it's not working at the moment
- Automatic assiciation to a workspace for each Account (already requestet by another User)
- easier removing and adding of tags

Many thanks for your great work! OpenGoo is a really nice Groupware yet. And it will be better!

Jehu

7
Installation problems / Re: can not login
« on: March 08, 2009, 01:18:59 pm »

8
Installation problems / Re: can not login
« on: March 08, 2009, 06:27:24 am »
Just updated from 1.3 beta to 1.3rc1.
The i've used the /public/upgrade Script.
No more login possible. No php error in error.log

Please Help.


9
Feature requests / Re: Classify email
« on: March 04, 2009, 05:03:23 pm »
Full ack. Would be very useful.

Btw: Thanks to the OpenGoo Team for this great groupware!

Pages: [1]