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

Pages: [1]
1
Development / hacking into the task list?
« on: October 07, 2009, 05:07:21 pm »
Hi there. My employer has requested a feature, and I'm trying to figure out if I can code it. He would like to know how many open-and-running jobs we have at any given time. I figured this could be as simple as a 'total jobs' tally at the bottom (or top, perhaps) of the task list.

I thought of implementing two hooks -- one that is called when a task's entry is rendered (would this be 'render_object_properties'?) and increments a tally (e.g., $totalTasks ++), and then one that is called once all the tasks are rendered (no idea what hook this would be). Am I heading down the right path here?

Thanks in advance,
Paul d'Aoust

2
Announcements / Re: OpenGoo 1.5 final released!
« on: July 29, 2009, 03:08:37 pm »
Maybe this is the wrong thread to post about this, but I had a problem after an automatic upgrade: I keep getting a popup that says 'Error: urls is undefined' [...]

Whoop, never mind; I found the solution. Hooray for searching!

3
Announcements / Re: OpenGoo 1.5 final released!
« on: July 29, 2009, 03:07:10 pm »
Looks like some spiffy features are in the tubes. Thanks for all the hard work!

Maybe this is the wrong thread to post about this, but I had a problem after an automatic upgrade: I keep getting a popup that says 'Error: urls is undefined', usually when I try to save a task after editing it. Any ideas? Could it be that some table schemas didn't get updated?

4
1.3 final / 1.3.1: on attempt to change week/month/day, Error 500: OK
« on: March 31, 2009, 01:35:53 pm »
I'm getting another error 500, this time when I try to use the green back-and-forth buttons to move back one day, week, or month in the calendar. It's the same 'Error 500: OK' seen in other bug reports. I attempted to go into the code to apply the same sort of fix as prescribed for the other bugs, but I didn't have a clue what I was doing :-)

Switching to another week, month, or day can still be accomplished by using the 'Go To' date picker widget.

Oh, that's interesting! Today it's working fine, but yesterday (30 March) it wasn't. The only change I made was to add an event for 7 April.

5
1.3 final / paused tasks show incorrect time in report
« on: March 30, 2009, 07:17:15 pm »
Hi there. I just noticed a bug that exists in OpenGoo 1.3.1 (didn't notice if it was there in 1.2 or 1.3 final) -- when I have a task running but paused, it shows up in the 'total task execution time' report as a much larger time than it should be, and that time climbs as I refresh the report. I presume it's calculating from the start time to now, rather than from the start time to the pause time.

Pressing 'complete' on the task resolves the problem, giving me the correct amount of time elapsed.

Pages: [1]