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

Pages: [1] 2
1
Ideas / milestone sorting
« on: January 27, 2009, 10:19:27 am »
I have solved the problem about milestone sorting on taks list by due_date. Try to replace 455 line in og/yasks/main.js from:

Code: [Select]
if (groups[i].group_name.toUpperCase() > groups[j].group_name.toUpperCase()){
to:

Code: [Select]
if (this.getMilestone(groups[i].group_id).dueDate > this.getMilestone(groups[j].group_id).dueDate){

2
Feng Office 1 / documents word/html
« on: January 23, 2009, 06:11:55 pm »
i have wrote some html documents with tags ul, ol and li. In the wysiwyg editor it looks fine (with numbers and circles), but in preview in details (file content) i cant see any numbers nor circles. Please correct the css.

3
Feng Office 1 / Re: email beta
« on: January 23, 2009, 06:08:02 pm »
smtp not configured properly

4
Feng Office 1 / Re: milestone in workspaces
« on: January 23, 2009, 06:07:38 pm »
i have solved this. Please replace line 77 from controllers/add_task.php from

Code: [Select]
<?php echo select_milestone('task[milestone_id]'nullarray_var($task_data'milestone_id'), array('id' => $genid 'taskListFormMilestone')) ?>
to:

Code: [Select]
<?php echo select_milestone('task[milestone_id]'$projectarray_var($task_data'milestone_id'), array('id' => $genid 'taskListFormMilestone')) ?>

5
Feng Office 1 / Re: sort milestone
« on: January 23, 2009, 06:05:18 pm »
i might be sufficient

6
Feng Office 1 / Re: task list
« on: January 23, 2009, 06:04:14 pm »
sory, my mistake. i have finished all task in milestone, but not milestone. that bug is not actual.

7
Announcements / Re: Procedure for joining the localization efforts
« on: January 23, 2009, 07:31:41 am »
i want to translate polish localization.

8
Feature requests / first day of the week
« on: January 23, 2009, 04:26:00 am »
Is there any posibility to change first day of the week from sunday to monday?

9
Community Contributions / ie https
« on: January 22, 2009, 09:52:46 am »
https works fine except that ie7 say security error about secured and non secured content. I resolved this. In js file wchich loading sound.swf try to replace http://... to https://... as codebase for swf object.

10
Feature requests / document
« on: January 22, 2009, 09:29:58 am »
why not implements folder in each worspaces for documents?

11
Feng Office 1 / foreign key
« on: January 22, 2009, 09:26:03 am »
please make a foreign keys in innodb mysql database. I think it will remove many bugs from teh application.

12
Feng Office 1 / pdf open
« on: January 22, 2009, 09:23:58 am »
the pdf files should be open directly in browser. Now i have to donload it and open - wasting time!

13
Feng Office 1 / security
« on: January 22, 2009, 09:20:18 am »
the client from one company couldn't see any of client from other companies.

14
Feng Office 1 / priavte note
« on: January 22, 2009, 09:17:35 am »
i cant add private note, wchich will be only visible for me.

15
Feng Office 1 / task list
« on: January 22, 2009, 09:16:33 am »
on the task list, when I choose to see only pending, the completed milestone are also visible, it couldn't

Pages: [1] 2