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

Pages: [1]
1
Older versions / (1.5 - 1.6) repeating tasks: works "backwards"
« on: January 06, 2010, 08:04:45 am »
When I have a repeating task and mark it as completed, the newly created task (i.e. for the next week) is the same as the completed one, with registered time etc. The task which is marked as completed is a new one, without time and with a higher id.

Obviously this should be the other way around: the old task should be the one with the registered time and the new one should be empty and have a higher id than the one completed.

an example if things are not clear:
before:
task id 01 ,end date: 5 jan, work: 1 hour, not completed

after
task id 02, end date: 5 jan, work: 0 hours, completed
task id 01, end date: 10 jan, work: 1 hour, not completed

this should be:
before:
task id 01 ,end date: 5 jan, work: 1 hour, not completed

after
task id 01, end date: 5 jan, work: 1 hours, completed
task id 02, end date: 10 jan, work: 0 hour, not completed

I hope this makes some sense.

2
Older versions / Solved: 1.5 / 1.5.1 - template system broken
« on: August 05, 2009, 07:14:09 am »
The following sequence of actions:
  • select milestone with subtasks
  • select 'add to template'
  • give the template a name and save it
  • add the template to a workspace
...shows only the milestone in the task overview. The subtasks are only visible in the milestone details.

errors:
Code: [Select]
#1 ERROR: Error: Invalid argument supplied for foreach() in '(...)/application/controllers/TemplateController.class.php' on line 51 (error code: 2)
Code: [Select]
#2 ERROR: Error: Invalid argument supplied for foreach() in '(...)/application/controllers/TemplateController.class.php' on line 79 (error code: 2)On the front end though it says everything went successful.

3
Older versions / 1.5 dashboard calendar widget: error 500
« on: July 28, 2009, 01:08:47 pm »
The calendar widget in the dashboard gives an internal server error 500 for certain types of workspaces. (Using xampp 1.7.1) Without the widget the dashboard gives no error for those workspaces.

As far as i can see it happens when you select "All", or when you select a user-created workspace in the root. With nested and 'user_personal' workspaces everything works as it should.

4
When I try to group a 'Total task execution time' report by workspace it fails. Grouping by any other option works though.

In debug mode it gives me the following error: Query failed with message 'Table 'opengoo3.pr' doesn't exist'. Opengoo3 is the database name I gave at setup.

Pages: [1]