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

Pages: 1 ... 5 6 [7] 8 9 10
91
Problem is still here on 1.6.2 version.

92
Feature requests / Re: "Expand all" / "Collapse all" in Tasks module
« on: February 22, 2010, 05:27:22 pm »
+1 too from each of my team workers :)

93
Older versions / Re: Tasks view shows all milestones even when "filtered"
« on: February 17, 2010, 04:43:03 pm »
Confirm this bug too.

94
Older versions / Work description lost when pressing "Pause work"
« on: February 11, 2010, 09:06:44 am »
I open the task, press "Add work", enter some description in field "End work description:". And if I press "Pause work", this description will be cleared, but if press "End work" - it saves succesfully.

Description must be saved on each action, not only on "End work"!

95
Feature requests / Re: Free Gantt application, same icon as Feng Office.
« on: February 10, 2010, 04:44:06 am »
Gantter.com is really cool!
Will be good to see some integration in FengOffice.

96
How To's / Re: Multiple tags selection
« on: February 08, 2010, 06:30:57 pm »
I need this feature too

97
How To's / Re: Direct linking to parts of the system
« on: February 04, 2010, 04:19:35 pm »
You can install plugin "new_window " that adds links to each object on page in right panel.
List of plugins is here: http://sourceforge.net/projects/opengoo/files/plugins

98
I have found a Jquery plugin http://benalman.com/projects/jquery-bbq-plugin/
It can easily change url params after # symbol without reloading page.
Will be good to add this into FengOffice and record all page-specific data in url:
Code: [Select]
http://demo.fengoffice.com/en/index.php?#c=task&a=view_task&id=11&project=123&tag=54&filter=user&filtervalue=51instead of GET parameters:
Code: [Select]
http://demo.fengoffice.com/en/index.php?c=task&a=view_task&id=11And after this changes we can implement direct urls to project pages, tabs, url with filter settings.

99
Thank''s!
At first I find this repo: http://fengoffice.svn.sourceforge.net/viewvc/fengoffice/
But it is emtpy, but now I found new one that have the sources!
I found it here: http://opengoo.cvs.sourceforge.net/viewvc/opengoo/

100
Ideas / Access to svn of development versions source and svn changelog
« on: January 13, 2010, 05:52:49 am »
Where can I get sources of development versions FengOffice? Will be good to see an access to svn or git repository of sources.

Often I have find some bugs or missing features in stable version and need to apply the patches to current version by myself for solving issues without waiting new versions.

If I will see the development versions, I'll can view the changelog and get some patches from developers instead of writing by my hands.

ANd maybe some improvements already done in development version and I can use it in my installation?

For example, I very need the contacts quick filter and try to change the sources by myself in 1.6.1 version for adding it.

I have found the post http://forums.fengoffice.com/index.php?topic=1948.msg7576#msg7576
Quote
The filter box for contacts is already planned but I don't know whether it will make it to version 1.5. You're right about the firefox search on contacts. Hadn't noticed it before.
If some development of this feature is already started in dev version, I can get it from svn and apply to my installation!

101
Community Contributions / Re: Add filter for view late (overdue) tasks
« on: January 12, 2010, 06:37:00 am »
Quote
*** Are you able to get the "sort" function to work in any reports?
I didn't use the reports today, but soft function works for me in task list successfully.

Quote
*** Have you discovered a way to show the hierarchy of goals and tasks?
No, I can't find the good way for this. I try to describe full problem in the task name and description, with an eye to task assigner see full info in email notification.

Quote
*** Do you have any way of numbering or labeling the tasks to make sense out of them?
I have labeling the tasks via tags, for split tasks in one milestone on different departments (development, design, etc). I can't find any more useful functional in current FO version.

102
Thank's for the example, it works for me successfully!
But I add some improvements to your code:
- Convert title field from textarea to input
- Add description field.

Patch is attached to post. You can apply it by saving to fengoffice root and type "patch -p0 < ./add_subtask_1.patch" in console.

103
Confirm this issue too.
Will be better to move forum database to feingoffice.com website and add 301 redirect from old url's to new.
And I hate equal title "Forums" in each forum page, can you do that the title contains the topic name at the first?

104
Community Contributions / Re: Add filter for view late (overdue) tasks
« on: December 28, 2009, 09:11:53 am »
Version 2 of patch, added new filters for tasks:
Active (opened tasks that the current date between start and due dates)
My active (assigned to user tasks that the current date between start and due dates)
My subscribed (all tasks for which current user is subscribed)

And I increase the filter select widget width.

For localize new filter items, you need to add translations:
Code: [Select]
        'overdue': 'Overdue',
        'active': 'Active',
        'my active': 'My active',
        'my subscribed': 'My subscribed',

I have attached the language file for Russian and English, you must place it into language/xx_xx folder.

105
How To's / Start date for milestone
« on: December 28, 2009, 05:32:53 am »
I have two milestones.
Second milestone can be started only after first if finished.
For example, first - 10.12.2009-15.01.2010, second - 16.01.201-20.02.2010.
I can set "due date" for each milestone, but I can't find the start date for it.
How I can add the start date for milestone?

And I don't want to see this milestone in the top of list while it time didn't start, can I filter milestones and hide items that starts in future?

Pages: 1 ... 5 6 [7] 8 9 10