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

Pages: [1] 2 3 ... 115
1
How To's / Re: Send email - table crash
« on: May 04, 2010, 07:06:44 am »
It could have been caused by MySQL being incorrectly shut down, maybe by not shutting down the server correctly. The MySQL manual should explain the possible causes.

2
Hi, we plan to add full IMAP support but it's not priority right now so it isn't scheduled for any version yet, sorry

If you can afford it you can sponsor the feature here.

3
How To's / Re: Send email - table crash
« on: April 29, 2010, 02:50:13 pm »
You need to execute the following SQL in your database:

Code: [Select]
REPAIR TABLE `og_searchable_objects`;

Look at the MySQL manual for more details: http://dev.mysql.com/doc/refman/5.0/en/repair-table.html

4
Hi Nuno,

I couldn't reproduce the problem. Do you always get this behavior? Can you list the steps to reproduce the issue?

Thanks.

5
Older versions / Re: [1.7 Beta 2] Password Expired
« on: April 29, 2010, 06:36:20 am »
No, you're talking about the "Forgot password" process. But when you try to login and the login fails with a "Password expired" error you should get a screen identical to the login screen but with four text fields: the top two are username and old password fields, and the bottom two are the new password and repeat password fields. Do you see that screen when you get the "Password expired" error?

Also, as a quick fix to your problem (not to the bug) you can go to Administration / Configuration / Passwords and set "Block account on password expiration" to "No" (obviously, with another admin user since you can't login). If you can't do this through the app you can run the following SQL:

Code: [Select]
UPDATE `og_config_options` SET `value` = 0 WHERE `name` = 'account_block';

6
Older versions / Re: [1.7 Beta 2] Password Expired
« on: April 28, 2010, 01:03:54 pm »
When your password expires you should get a screen that allows you changing your password. Aren't you getting that screen?

7
fixed for next version. Thanks

8
Older versions / Re: [1.7 beta 2] HTML tags in email subjects
« on: April 28, 2010, 08:51:35 am »
Thanks. Fixed for next version.

9
Actually the fix in 1.7 RC is that on older versions, when you archived a milestone (by going to the milestone's view and clicking on "Archive") the milestone would still be shown in the Tasks module. Now archived milestones are not shown anymore.

So this issue is still pending :(

10
Older versions / Re: [1.7 - RC] duplicate email messages
« on: April 28, 2010, 08:17:51 am »
Is this new to 1.7 RC?

11
The problem seems to be that in some PHP configuration file you have upload_max_filesize or post_max_size set as 16MB. The correct syntax would be 16M. Changing this should fix the problem.

12
How To's / Re: Way to Protect Documents?
« on: April 28, 2010, 07:11:13 am »
You have to place it in a workspace where that particular staff member has no permissions.

You can create such a workspace as a child of the workspace where you would like to place the document and place the document there, so that you can view it when you browse the parent workspace but the other staff member can't view it because it is in a workspace where he has no permissions.

13
Announcements / Feng Office 1.7 RC has been released!
« on: April 23, 2010, 10:43:39 am »
WARNING: This release is not suitable for production environments. It's only for evaluation and testing purposes.

Download here

Changes since 1.7 beta 2:

   usability: Forwarded emails are linked to the original email.

   bugfix: when importing contacts from csv or vcard add them to the selected workspace
   bugfix: improved compatibility with vcard
   bugfix: When sending several emails, an error in one email will not stop the rest of being sent.
   bugfix: removed export buttons for task times report
   bugfix: archived milestones were still being shown
   bugfix: set the can_manage_time permission by default when creating a user
   bugfix: set all permissions when the user type is 'admin'
   bugfix: Error when sending email reminders (function 'html_to_text')
   bugfix: delete references to workspaces when deleting a group
   bugfix: Popup calendar was sometimes not displayed
   bugfix: Object picker doesn't filter correctly by type
   bugfix: Tabs are sometimes switched abruptly when content is loaded into a panel.
   
   system: small performance tweaks for listings
   system: limit the amount of reminders to send at once

14
Yes it will be out today. Keep in mind that when using pre-release versions (beta, RC) on production environments you are taking risks.

15
How To's / Re: Facts about search
« on: April 23, 2010, 07:49:43 am »
It is working in version 1.7-beta and onwards for new documents. I've just tested it. In 1.6.2 it's not working.

Pages: [1] 2 3 ... 115