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

Pages: [1] 2 3 4
1
Older versions / Re: [1.6beta] informative: virus detected
« on: October 30, 2009, 12:59:21 pm »
It is a false positive, check this source for the virus description:

http://www.trustedsource.org/malware-virus-description/1-18723/Heuristic-Script-Crypted

The file add_document.php is only calling the new editor (CKEditor) via javascript, there must be some line of code which the antivirus detects as containing a "typically malicious characteristic".

As noted before, it would probably be a good idea to identify and "fix" the line so that this message stops appearing.

Cheers

2
Feature requests / Re: Formatting Text in Comments
« on: October 28, 2009, 10:07:52 am »
Thanks Claudio! I think we could give it a try,,, we're currently working on some changes but as soon as we finish this we'll try to work a bit on this subject (I'm guessing around sometime next week)

Cheers!

3
Feature requests / Re: milestones in agenda
« on: September 22, 2009, 01:05:36 pm »
Hi Niels,

It seems like a good idea, we'll see what we can do in the meantime. We're currently trying to close the 1.6 version, if the changes are simple they still might make it. Thanks for the suggestion

4
Feature requests / Re: search completed tasks
« on: September 22, 2009, 12:59:12 pm »
Hi Nuno,

What version of OpenGoo are you using? I just tried it with 1.5.3 and the newer version and both seem to work fine. Did you try adding a new task, completing it and then searching for it?

5
Ideas / Re: More intergrated email
« on: September 18, 2009, 04:24:32 pm »
Email-links
If the email module is active, and you have an email-account working, Why have a ordinary mailto-link at Contacts? You should be able to use the email module to create new emails by clicking the email-adress of a contact or in a document.

You are right, this has been fixed and will be available in the next version... thanks!

6
Development / Re: Development Documentation
« on: September 17, 2009, 12:09:46 pm »
Hi chasd00,

2. You can download the latest version of opengoo from the sourceforge site, you can find further information in the developer section. As for the procedure for checking in patches, we usually receive patches through the forum or through email, since we can then review the changes and update the main branch.

3. Pet got it right ;)

Great to know you would be interested in helping us improve OpenGoo! Do you have anything in mind you would like to work on?

7
Older versions / Re: Auto Milestone Assignment To Child Tasks
« on: September 11, 2009, 11:25:10 am »
Hi johnywhy,

I totally agree with you, the thing is that there are many issues such as the one you mentioned which would require a redesign of the tasks module, and we haven't found the time to do it yet.

Meanwhile, if you create a subtask of another task which is currently assigned to a milestone, it will take the same milestone as a default.

8
Ideas / Re: detailed information in main area on empty results
« on: September 11, 2009, 11:18:51 am »
Thanks chekka, this is actually a very good idea. We'll see if we can add this to the next version.

Cheers!

9
Feature requests / Re: Sharing Public Calendars
« on: August 12, 2009, 04:14:01 pm »
Hi Halkon,

There is a way to export an iCal feed, you have to activate it through Administration/General/Show feed links. You will see a small calendar icon appear at the top right hand corner of the calendar, which will give you the link.

It would be good to have full sync with other calendar applications, we're thinking about using syncML to sync with mobile applications but we have no experience with it.. if you are willing to give us a hand with that (or with improving the iCal feeds, any ideas?), it would be great. Currently there isn't much documentation available for developers, you could still check out our wiki for any guidelines, and if you have any specific questions, just let us know:

http://wiki.opengoo.org

10
Feature requests / Re: Preload pages in background
« on: August 10, 2009, 11:19:43 am »
Hi mrsteveman1,

Yes, every time a user changes context (i.e. changes workspace, or selects a tag) the tabs are redrawn when selecting them. Preloading them in the background would certainly improve performance, however at the cost of burdening the server with unnecessary requests if the user doesn't click on the tabs.

However, it would be quite safe to assume that context changes won't happen too often, and that one could for example disable preloading the overview tab, which is the costlier one... anyway, things we could eventually consider. Thanks for the suggestion..

11
Older versions / Re: Tags of subtasks are ignored in sort-by-tag view
« on: August 07, 2009, 02:29:03 pm »
Hi max,

Yes, you are right.. there are a couple of other details to solve with this. For example, task B (in my opinion) should also display the fact that it is a subtask of task A, which could be somewhere else in the view - or not displayed at all, if it doesn't meet the filter conditions.

The same problem happens when grouping by "assigned to", for example. It's sort of haunting us and we haven't reached any solid conclusions yet as to how to handle this,, we also have some code design issues to consider with the fact that, when fixed, tasks could probably appear in two or more groups at the same time.

If you have any ideas or suggestions in the meantime, they will be always welcome...

12
Security / Re: security for Applications
« on: July 30, 2009, 12:39:02 pm »
Hi bert,

Glad to know you had success with Dokuwiki! If you wish to retrieve the active workspace id, you can do so through the workspace selector tree:

var tree = Ext.getCmp('workspaces-tree');
var activews = tree.tree.getActiveWorkspace();
var id = activews.id;

hope this helps

13
Announcements / Re: OpenGoo 1.5 beta 3 released!
« on: July 27, 2009, 06:38:51 pm »
Hi Xenomorph,

Sorry, I answered too quickly and didn't read that you already tried sending email through the admin section and you had no problems with that.. I'm going to see if I find anything strange going on.

There is currently no way to log email errors, this is something that might be good to work on

14
Announcements / Re: OpenGoo 1.5 beta 3 released!
« on: July 27, 2009, 06:33:30 pm »
Hi xenomorph,

Do you have your Mailing account configured correctly? You can find it in administration / configuration / mailing. I just tried it in my local version and it works as expected, try using an SMTP server instead of the default php settings.

15
Announcements / Re: OpenGoo 1.5 beta 3 released!
« on: July 27, 2009, 03:12:55 pm »
Hi guys,

The email reminders are sent by a cron job on the server, is it correctly set up? Just in case: http://wiki.opengoo.org/doku.php/setup#setting_up_a_cron_job_on_the_server

Pages: [1] 2 3 4