It checks if there is a new version available via http://libreplan.org/VERSION,
if so it shows a warning message to admin users in order to update to new
version.
The request to URL is done just once a day.
FEA: ItEr76S10NewVersionsNotification
The mockup created to represent ResourceAllocation should return valid values
for methods getIntraDayStartDate() and getIntraDayEndDate().
FEA: ItEr76S04BugFixing
The problem was that when a task finishes in a complete day, that means, task
end date is the next day with zero effort. In this situation, the stretches
calculation was enlarging 1 day more the task itself which causes the issue
reported in this bug.
FEA: ItEr76S04BugFixing
This fix the issue described in previous commit. However, the bug itself is not
fixed yet and needs more work in the stretches function allocation.
FEA: ItEr76S04BugFixing
The mockup created to represent ResourceAllocation should return valid values
for methods getIntraDayStartDate() and getIntraDayEndDate().
FEA: ItEr76S04BugFixing
The problem was that when a task finishes in a complete day, that means, task
end date is the next day with zero effort. In this situation, the stretches
calculation was enlarging 1 day more the task itself which causes the issue
reported in this bug.
FEA: ItEr76S04BugFixing
This fix the issue described in previous commit. However, the bug itself is not
fixed yet and needs more work in the stretches function allocation.
FEA: ItEr76S04BugFixing
The issue was introduced in commit a998367bec
while trying to fix a different problem in interpolation function.
The patch has been reverted and both issues fixed now.
Once the patch was reverted, the number of remaining hours was wrong calculated
as if it was 0 it returns the allocated hours instead of 0.
FEA: ItEr76S04BugFixing
The issue was introduced in commit a998367bec
while trying to fix a different problem in interpolation function.
The patch has been reverted and both issues fixed now.
Once the patch was reverted, the number of remaining hours was wrong calculated
as if it was 0 it returns the allocated hours instead of 0.
FEA: ItEr76S04BugFixing
progress bars of tasks.
This unupdated cached value is causing the bug. We will use it only in company
view, where allocations can't change.
FEA: ItEr75S04BugFixing
Now TaskElement::detachDependencies remove them from both current task and
related. As for the moment it was just doing it in the related tasks, but
dependencies remain in current task and were removed later together with the
current task.
FEA: ItEr75S04BugFixing
Now TaskElement::detachDependencies remove them from both current task and
related. As for the moment it was just doing it in the related tasks, but
dependencies remain in current task and were removed later together with the
current task.
FEA: ItEr75S04BugFixing
progress bars of tasks.
This unupdated cached value is causing the bug. We will use it only in company
view, where allocations can't change.
FEA: ItEr75S04BugFixing
without the need of a property on the other side of relation, with the
class DeadlineCustomer
FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting