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

Pages: [1] 2
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
How To's / Re: Where are the logs? Error logs?
« on: August 09, 2009, 04:05:03 pm »
don't forget to set debug to true in config.php

3
Nederlands / Re: Dutch translation
« on: August 07, 2009, 12:36:27 pm »
Nee, mijn echte naam is Joël.

4
Nederlands / Re: Dutch translation
« on: August 07, 2009, 09:31:43 am »
oh ja, en voor 'administratie' , boven in beeld, zou ik 'beheer' kiezen. Aangezien administratie meer geassocieerd wordt met het bijhouden van uren etc.

5
Nederlands / Re: Dutch translation
« on: August 07, 2009, 08:49:31 am »
dan zou ik er 'vraag bij uitvoeren' van maken.

6
Nederlands / Re: Dutch translation
« on: August 07, 2009, 05:50:24 am »
Misschien is 'variabel' of 'is variabel' een goed alternatief.

7
I have no luck when trying to download the page.php file. Could somebody upload it again?

8
Older versions / Re: 1.5 / 1.5.1 - template system broken
« on: August 06, 2009, 11:49:48 am »
Solved it, thanks

9
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.

10
Nederlands / Re: Dutch translation
« on: July 31, 2009, 02:25:30 pm »
Ik ben zelf ook door een aantal bestanden aan het heenlopen (in /public/tools staat een handig tooltje voor diegene die dat nog niet wisten) en zal later mijn bestanden wel bijvoegen als attachment.

edit: bestand toegevoegd, ongeveer 2/3 aangepast

11
Nederlands / Re: Dutch translation
« on: July 31, 2009, 12:16:05 pm »
Alex, dank je voor het vertalen.

Een kleine opmerking: /n voor een nieuwe regel schijnt niet te werken, <br /> daarentegen wel. Verder zijn er een paar kleine dingetjes die ik persoonlijk anders zou verwoorden, maar dat is dus een kwestie van smaak.

Keep up the good work.

12
I had the same, or a similar, problem. I was given the following solution which worked for me:
http://forums.opengoo.org/index.php?topic=2278.0

13
Older versions / Re: 1.5 dashboard calendar widget: error 500
« on: July 30, 2009, 04:59:56 pm »
Solved that part, thanks.

In OG 1.4.2 when you made a template from a milestone with subtasks they were included in the template. on my installation it doesn't do this anymore. is this by design?          (edit: it includes the tasks, but they are only visible in the details of the milestone, not in the task overview)
The log does show some errors when I play around with templates:

Code: [Select]
#1 ERROR: Error: Undefined index: for_subscribers in '(...)/application/helpers/application.php' on line 1172 (error code: 8)
Code: [Select]
#2 ERROR: Error: Undefined index: for_subscribers in '(...)/application/helpers/application.php' on line 1180 (error code: 8)
Code: [Select]
#1 ERROR: Error: Undefined variable: object_properties in '(...)/application/views/template/add.php' on line 109 (error code: 8)
Code: [Select]
#1 ERROR: Error: Invalid argument supplied for foreach() in '(...)/application/controllers/TemplateController.class.php' on line 52 (error code: 2)
Code: [Select]
#2 ERROR: Error: Invalid argument supplied for foreach() in '(...)/application/controllers/TemplateController.class.php' on line 80 (error code: 2)  
If you want I can give you some login information to my test setup.

14
Older versions / Re: 1.5 dashboard calendar widget: error 500
« on: July 29, 2009, 05:43:02 pm »
in that case it give me the error:
Quote
Fatal error: Call to a member function getProject() on a non-object in (...)/application/models/project_milestones/ProjectMilestones.class.php on line 363


edit: for one reason or another the error with the calendar widget disappeared on my local xampp, but gives me the same error as above.

15
Solved it, thank you.

(although it was timeslotS.class.php  ;) )

Pages: [1] 2