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.


Topics - supadoctor

Pages: [1] 2
1
I use FO v 1.7.5 hardly and for many projects and task - it's good piece of software. But  when I opening the link to task (from email notification of from overview tab) my active workspace didn't changed. It was inconvenient for me.
There is some code hack to change it:

in \application\views\task\view_list.php at line 60 (after php part) put following script:

Code: [Select]
<script>
Ext.getCmp('workspace-panel').select(<?php echo $task_list->getProject()->getId();?>);
</script>

in \public\assets\javascript\og\WorkspacePanel.js chanege select function (string 482) as following:

Code: [Select]
select: function(id) {
if (!id) {
this.workspaces.ensureVisible();
this.workspaces.select();
} else {
var node = this.getNode(id);
if (node) {
node.ensureVisible();
this.pauseEvents = true;
node.select();
this.pauseEvents = false;
}
}
},

I think that's much better!  ;)

2
How To's / Hours and minutes in task time fields
« on: June 23, 2011, 09:15:04 am »
Hi!

I would like to add time vaslues (hours and minutes) in task's atributes (start_datem due_date). How to get it? :)

3
How To's / 1.7.5b what's new?
« on: May 25, 2011, 08:56:04 am »
see subj.

4
FO send notifications. Notifications contain links to tasks or comments.
Then user click link he open object but FO do not change workspace and stay at root. How to fix it?

5
Feature requests / new filter for tasks displaying
« on: January 27, 2011, 06:31:10 am »
Now FO can't assign tasks to several people. That's why I subscribe co-workers for task. So would be great if user can filter task by "subscribe" parameter as "assign".

6
How To's / Date of new version release.
« on: November 23, 2010, 04:01:31 am »
When the new version of FO will be released?

7
How To's / Notifications do not work after upgrade to 1.7.2.
« on: October 08, 2010, 10:34:20 am »
After upgrading to 1.7.2 I lost notifications :(
Also I can't send test message from tools (...index.php?c=administration&a=tool_test_email)

Before upgrade it works perfect and I do not change any email settings

Additional Information: Then I try to send testmail I've got following in php.log

Session "default" started at 2010-10-08T13:25:04+0000
#1 ERROR: Error: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in 'ХХХХХ\application\models\notifier\Notifier.class.php' on line 630 (error code: 2)

I've created incident in your bug-tracker 0000128

8
How To's / Notification about new document
« on: October 05, 2010, 03:13:38 am »
Hmm... Is it possible to sent feng office users a notification about adding new documents or notes to workspace?

9
Ideas / Notification about overdue tasks
« on: October 04, 2010, 09:55:56 am »
Tasks can be overdue. Help Feng Office tell to users about it  ;D 

10
How To's / [RESOLVED] Statuses of task in "Tasks" tab
« on: September 22, 2010, 03:59:23 am »
Hi!

Could someone explain me statuses of tasks:
* Active (and difference with "Pending")
* Today (and difference with "Active" and "Pending")
* My subscribed

As I see life circle of task is: Pending -> Completed, Pending -> Overdue
What real life circle of tasks in Feng Office?

11
How To's / Automatic notifications about overdue tasks
« on: September 13, 2010, 07:09:31 am »
 I't possible to send automatically notifications about overdue tasks? How?

12
How To's / [RESOLVED] Comments sorting
« on: August 09, 2010, 05:50:19 am »
In Feng Office I can add comments to any object. It's great. But how I can manage order of displaying comments? By default they ordered by date from first to last. Is it possible, for example, to revert them from last to first?

13
How To's / POLL: 1.6 vs 1.7
« on: July 14, 2010, 03:56:41 am »
Hi, All!

I'm planing upgrade to 1.7 and before it I ask you submit your opinion about 1.7.
Pls choose the answer is more suitable for you.

14
Hi!

In my FO I've recieve notification from noreply@fengoffice.com adress.
How to change it?

15
How To's / View documents
« on: June 29, 2010, 03:08:48 am »
I'm on FO 1.6.2 and for all documents I'be got only 7 possible action:
1) download
2) blocking
3) properties/renew
4) move into trash
5) archiving
6) copy file
7) show history

but what about "View" action? At screenshots of early version  I've seen this action. There is it now?  :D

Pages: [1] 2