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 ... 3 4 [5] 6 7 ... 10
61
Feature requests / Re: User permitions for templates.
« on: July 02, 2010, 02:24:42 am »
Looks like if a template is set to WS A and B, and I have read permissions in A but not B, I won't see the Template.
Yes, this is a bug, I fixed it in second version of patch.

PS: Just in case, because it may have other implications. Keep in mind that with this fix permissions are not being changed, it's just an option being hidden.
I understand that this patch is hide only items in menu "new task", and don't watch permissions after this. But I can't find any other way for non-admin users to view all templates and way to create task via template except this menu.
If you know some other way, please tell me, I try to add checks in it.

How do I apply the patch?
Which file should I modify?
Patch is text file, you can apply it by hands, open file from each string starts with diff, locate the strings without + or -, remove strings started with -, and add started with + (without leading + symbol).

Or if you have linux, you can do this via patch command:
Place patch file in root  fengoffice folder and type:
patch -p0 <fengoffice_template_permissions_2.patch
And that's all.

62
Feature requests / Re: User permitions for templates.
« on: July 01, 2010, 11:58:51 am »
Here is my hack that hide templates for users that don't have access permission to any of workspaces assigned to template.
If template isn't assigned to any workspace, all can use it.

63
Feature requests / Re: User permitions for templates.
« on: July 01, 2010, 10:31:48 am »
Will be better is assign template to one workspace, and when building "new task" menu check the user permission to this workspace.

Because I use template only one for new workspaces (when creating many new standard tasks to specialists), and each time modify template and assign it to new workspace is not so good way.

Does you plan something like this in future versions?

65
How To's / Re: Private templates
« on: July 01, 2010, 03:29:52 am »

66
Feature requests / Re: User permitions for templates.
« on: July 01, 2010, 03:25:12 am »
As I see, at now this is not realized in Feng Office, so I lack this feature too, but at now can't find easy way to hack.

67
Community Contributions / Re: Show workspace name in calendar tasks
« on: July 01, 2010, 03:18:44 am »
Version 3:
- week, day and 5days views: Fixed positioning when dragging tasks on empty days without tasks.
- week, day and 5days views:added dashed dropzone for empty days.

damendieta, in version 2 I have do that in task shows only child workspaces for save the space, I hope that this help you.
And on month view I add workspace colors to tasks.
And I add workspace and milestone names in popup of each task.

And you can look all tasks with workspaces in monthly view on "Details" phrase popup.

68
Feature requests / Add textfield type to template parameters
« on: June 30, 2010, 10:34:20 am »
I lacking the textfield parameter (multi-line text) type for templates, can you add it?

69
In Russian language we very often use middle name in official correspondence, but when adding and editing contacts in fengoffice, this field placed in far place, many users don't see and can't find it and forgot to fill.
I move 'middle name' field to up in contact edit form, between Name and Surname.
I hope that this patch help something else, or maybe moved to official version of FengOffice...

P.S. And I want to see Nickname field near contact Name, but at now this field is absent in the form and database  :(

70
Feature requests / Add nickname field to contacts
« on: June 30, 2010, 08:45:31 am »
In the Internet very often interaction with people goes via nickname (IM, email, chat) and in the memory you remember the people via nickname, because the name has many duplicates, and surname you may not known.
But in FengOffice I can't find the Nickname field for contact.
Will be good to add this field to contact card.

And I want to see this field between Name and Surname: "Name, Middle name, Nickname, Surname" and do this field available for search and quick filter.

71
Community Contributions / Re: Show workspace name in calendar tasks
« on: June 30, 2010, 05:28:02 am »
Version 2:
- 5days view: fixed some bugs in task placing
- month view: added workspace name and color to calendar view
- month view: added list of all tasks in day in tooltip "more"
- added workspace and milestone to tooltip
- removed adding workspace if one workspace selected (without subworkspaces)
- added assigned username to tooltip if all users selected

72
Community Contributions / Re: Show workspace name in calendar tasks
« on: June 28, 2010, 12:26:25 pm »
Here is my patch that do this for 5days view only (at first).

Additionally I do task strings multi-line for show all task title in view, and decrease the free space on left-right of tasks elements (for give more space to task name).
How it looks is attached, before and after, template for text is "{workspace}: {task title}".

73
It shows only when the tasks in it exists.
Create new task, assign a milestone and this milestone will shown.

74
Thank's! But this script works only in IE, don't work with Firefox :(
And for get correct url you must use fengoffice function getUrl():
Code: [Select]
<SCRIPT LANGUAGE="JavaScript">

function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("RemoveFormat");
Copied.execCommand("Copy");
}
</SCRIPT>
<SPAN ID="copytext"><?=$object->getViewUrl()?></SPAN>
<TEXTAREA ID="holdtext" STYLE="display:none;"></TEXTAREA>
<a href="#" onClick="ClipBoard();">(copy)</a>

But I place it in application/views/co/view.php that shows on task page.

In which place of task_list.php you recommend to place your code?

P.S. Another method that work in firefox is described here: https://developer.mozilla.org/en/using_the_clipboard

75
Patch updated to apply on 1.7rc2

Pages: 1 ... 3 4 [5] 6 7 ... 10