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

Pages: [1]
1
Türkçe / Re: Official translation to Turkish
« on: July 30, 2010, 10:51:21 am »
hocam ilk gözüme çarpan raporlar yazan üst ana menüde duyurular yazıyor.. onun dışında gayet iyi görünüyor.. teşekkürler.. yardımcı olabilirsem bende fırsat buldukça olurum..

2
How To's / Re: Task attened user
« on: July 30, 2010, 10:37:34 am »
og_projects_tasks  ' id field is equal og_workspace_objects 's object_id field?

and object_manager is "ProjectTasks" 

i write a query

Code: [Select]
SELECT
og_users.username,
og_project_tasks.title,
og_projects.name
FROM
og_project_tasks
Inner Join og_users ON og_project_tasks.assigned_to_user_id = og_users.id
Inner Join og_workspace_objects ON og_project_tasks.id = og_workspace_objects.workspace_id
Inner Join og_projects ON og_workspace_objects.workspace_id = og_projects.id
WHERE
og_workspace_objects.object_manager =  'ProjectTasks'

but it wasnt get list correctly..

thanks,regards

3
Türkçe / Re: Official translation to Turkish
« on: July 30, 2010, 10:21:53 am »
bende deniyorum şimdi.. birzdan cevaplarım.. eline sağlık

4
How To's / Re: Task attened user
« on: July 30, 2010, 10:04:50 am »
thanks for quick reply.. and one question again..

in that table.. where is that task's workspace id ?

5
How To's / Task attened user
« on: July 30, 2010, 09:57:43 am »
hi,

i need a table name includes task's name and attended user id or user name like this..

og_projects_task table has title and others but i cant find user..

i need and sql query just listed workspace name,tasks title in that workspaces and task's users list..

thanks,
regards,

6
Feature requests / Re: Foreground Color or Line in Calendar
« on: July 12, 2010, 05:05:08 am »
hi cabeza,

this mod is important for me.. how can i do that ?

regards

7
Community Contributions / Re: Show assigned user in calendar view
« on: June 24, 2010, 11:47:34 am »
thanks.. i did ;)

8
Feature requests / Foreground Color or Line in Calendar
« on: June 24, 2010, 11:23:39 am »
Hi,

I think , in calendar view when someone assign a task to me for 4 days for example that days will be painting a foreground color or draw one line.

ı atteched one image for this..

and other thing.. show username under task name in the calendar.

thanks ,
regards

9
Feature requests / Foreground Color or Line in Calendar
« on: June 24, 2010, 11:18:29 am »
Hi,

I think , in calendar view when someone assign a task to me for 4 days for example that days will be painting a foreground color or draw one line.

ı atteched one image for this..

and other thing.. show username under task name in the calendar.

thanks ,
regards

10
Community Contributions / Re: Show assigned user in calendar view
« on: June 24, 2010, 03:59:23 am »
how can we do it ?

11
Older versions / Close Button
« on: October 03, 2009, 05:45:53 am »
Hi,

I used 1.5.2 before , today i upgraded to 1.5.3..

You wrote in changelog :

" bugfix: Fixed some display issues with the "Close" button in objects' view."

but now its badly than old version.hand(pointer) cursor isnt avalible.

btw, How much percent turkish language file ?

Thanks,
Regards

Pages: [1]