We are finally considering that information on the projects having assignment or
not, is not relevant enough, so we are not specifiying a different style for
.standard-task.assigned.project-closed elements
FEA: ItEr76S04BugFixing
If a template is selected the option of manually setting a code is disabled, so
it's clearer if this option is fillable or not after the template one.
FEA: ItEr76S04BugFixing
* If a template is selected, the 'generate code' checkbox is automatically set and disabled
* When selecting a project, start project date is calculated with the current day plus template start delay
* Deadline is calculated as start project date plus template duration till deadline
FEA: ItEr76S04BugFixing
Add French translation for main translation files (.pot) and report files
(.properties).
Translation mainly done by Philippe Poumaroux with contributions by Stephane
Ayache and Guillaume Postaire.
Add French translation for main translation files (.pot) and report files
(.properties).
Translation mainly done by Philippe Poumaroux with contributions by Stephane
Ayache and Guillaume Postaire.
The method belongsClosedProject() was not correctly implemented for
TaskMilestone objects, I've added the correct implementation for them.
FEA: ItEr76S04BugFixing
The method belongsClosedProject() was not correctly implemented for
TaskMilestone objects, I've added the correct implementation for them.
FEA: ItEr76S04BugFixing
Redraw was being done every time a task was rendered and one last time when all
the tasks are rendered. Doing only the last redraw is enough.
This change should improve performance when opening containers.
FEA: ItEr76S04BugFixing
To do that we had to add an attribute in DependencyComponent to store the
listener and a method in Task to be able to delete visibility listeners.
This listener was causing that deleted tasks re-appeared when containers were
closed and opened again.
FEA: ItEr76S04BugFixing
Redraw was being done every time a task was rendered and one last time when all
the tasks are rendered. Doing only the last redraw is enough.
This change should improve performance when opening containers.
FEA: ItEr76S04BugFixing
To do that we had to add an attribute in DependencyComponent to store the
listener and a method in Task to be able to delete visibility listeners.
This listener was causing that deleted tasks re-appeared when containers were
closed and opened again.
FEA: ItEr76S04BugFixing
Since the start date depends on the value of the end date and vice versa, a
recursive, infinite loop can happen when both dates are going to be validated.
FEA: ItEr76S04BugFixing
They are calculated by default as the start and end dates of the first and last
open projects, but the user had no feedback on which were those dates.
FEA: ItEr76S04BugFixing
Since the start date depends on the value of the end date and vice versa, a
recursive, infinite loop can happen when both dates are going to be validated.
FEA: ItEr76S04BugFixing
They are calculated by default as the start and end dates of the first and last
open projects, but the user had no feedback on which were those dates.
FEA: ItEr76S04BugFixing
The end date of the time intervals managed by ChartFillers don't include the
end date, so it was wrong considering it as a correct date.
FEA: ItEr76S04BugFixing
The end date of the time intervals managed by ChartFillers don't include the
end date, so it was wrong considering it as a correct date.
FEA: ItEr76S04BugFixing