Commit graph

7865 commits

Author SHA1 Message Date
Manuel Rego Casasnovas
4c1fe40ae7 i18n: Add Italian language language to enum and modify pom.xml to use English userguide 2012-01-12 13:12:18 +01:00
Manuel Rego Casasnovas
fe4090a271 i18n: Add Giuseppe Zizza as Italian translator in AUTHORS file 2012-01-12 13:12:14 +01:00
Giuseppe Zizza
c12d1ede30 i18n: Add Italian translation 2012-01-12 13:12:08 +01:00
Manuel Rego Casasnovas
ed294fa214 i18n: Add Italian language language to enum and modify pom.xml to use English userguide 2012-01-12 13:07:13 +01:00
Manuel Rego Casasnovas
12fa479364 i18n: Add Giuseppe Zizza as Italian translator in AUTHORS file 2012-01-12 13:06:34 +01:00
Giuseppe Zizza
a3282bf74b i18n: Add Italian translation 2012-01-12 13:06:20 +01:00
Manuel Rego Casasnovas
e73ac88a08 Bug #1333: Fix issue as property and search query are needed for group strategy too
FEA: ItEr76S04BugFixing
2012-01-12 11:43:14 +01:00
Manuel Rego Casasnovas
66dd759883 Bug #1332: Fix problem allowing to set empty values for userDn and password
FEA: ItEr76S04BugFixing
2012-01-12 11:43:08 +01:00
Manuel Rego Casasnovas
71647c475e Bug #1333: Fix issue as property and search query are needed for group strategy too
FEA: ItEr76S04BugFixing
2012-01-12 11:35:58 +01:00
Manuel Rego Casasnovas
deee4e8bd3 Bug #1332: Fix problem allowing to set empty values for userDn and password
FEA: ItEr76S04BugFixing
2012-01-12 11:32:15 +01:00
Manuel Rego Casasnovas
f2acc7670a Bug #1329: Fix problem in StretchesFunctionTest due to changes in previous test
The mockup created to represent ResourceAllocation should return valid values
for methods getIntraDayStartDate() and getIntraDayEndDate().

FEA: ItEr76S04BugFixing
2012-01-12 08:15:38 +01:00
Manuel Rego Casasnovas
990e2476ea Bug #1329: Fix issue calculating properly end date of stretches
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
2012-01-12 08:15:34 +01:00
Manuel Rego Casasnovas
59f6fb165e Bug #1329: Now tasks are not enlarged and nothing breaks just after selecting a stretches function
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
2012-01-12 08:15:30 +01:00
Manuel Rego Casasnovas
f5b4d79c97 Bug #1329: Update advanced allocation row after applying default stretches function
With this patch the bug is even clearer. If you have a task of 3 days with 8h
per day, and you choose stretches function you will see that the task is
enlarged to 4 days with 6h per day.

FEA: ItEr76S04BugFixing
2012-01-12 08:15:17 +01:00
Manuel Rego Casasnovas
c9356c71c7 Bug #1329: Fix problem in StretchesFunctionTest due to changes in previous test
The mockup created to represent ResourceAllocation should return valid values
for methods getIntraDayStartDate() and getIntraDayEndDate().

FEA: ItEr76S04BugFixing
2012-01-12 08:07:53 +01:00
Manuel Rego Casasnovas
65b24f8099 Bug #1329: Fix issue calculating properly end date of stretches
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
2012-01-12 07:51:16 +01:00
Manuel Rego Casasnovas
6b657a8791 Bug #1329: Now tasks are not enlarged and nothing breaks just after selecting a stretches function
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
2012-01-11 12:24:59 +01:00
Manuel Rego Casasnovas
6950f4d1db Bug #1329: Update advanced allocation row after applying default stretches function
With this patch the bug is even clearer. If you have a task of 3 days with 8h
per day, and you choose stretches function you will see that the task is
enlarged to 4 days with 6h per day.

FEA: ItEr76S04BugFixing
2012-01-11 11:43:26 +01:00
Manuel Rego Casasnovas
6d6809b6ac Bug #1328: Fix issue calling onClose method on controller
FEA: ItEr76S04BugFixing
2012-01-10 11:03:20 +01:00
Manuel Rego Casasnovas
99f103b5b7 Bug #1328: Fix issue calling onClose method on controller
FEA: ItEr76S04BugFixing
2012-01-10 10:56:29 +01:00
Manuel Rego Casasnovas
d3271166a8 Bug #1261: Extract method createTab with common functionality for each tab
FEA: ItEr76S04BugFixing
2012-01-10 09:34:46 +01:00
Ignacio Diaz Teijido
585fb386a4 Bug #1261: Allows tabs to be memorized when changing perspective
FEA: ItEr76S04BugFixing
2012-01-10 09:34:39 +01:00
Manuel Rego Casasnovas
055586e964 Bug #1261: Extract method createTab with common functionality for each tab
FEA: ItEr76S04BugFixing
2012-01-10 09:28:29 +01:00
Ignacio Diaz Teijido
828326e0e4 Bug #1261: Allows tabs to be memorized when changing perspective
FEA: ItEr76S04BugFixing
2012-01-10 09:28:27 +01:00
Manuel Rego Casasnovas
ba60d6897f Bug #1327: Fix issue changing method to do reassignments in consolidation process
The problem was that ResourceAllocation.DayAssignmentsState has a wrong start
day for consolidated tasks.

During the consolidation the method used to do the reassignment called
ResourceAllocation.allocateTheWholeAllocation which changed DayAssignmentsState
start date to first day not consolidated. Now this method is avoided, and the
start date in DayAssignmentsState is right.

FEA: ItEr76S04BugFixing
2012-01-09 18:14:53 +01:00
Manuel Rego Casasnovas
07f0b3615e Modify GenericDayAssignment.toString to add info about consolidation 2012-01-09 18:13:02 +01:00
Manuel Rego Casasnovas
19da66e5fa Bug #1327: Fix issue changing method to do reassignments in consolidation process
The problem was that ResourceAllocation.DayAssignmentsState has a wrong start
day for consolidated tasks.

During the consolidation the method used to do the reassignment called
ResourceAllocation.allocateTheWholeAllocation which changed DayAssignmentsState
start date to first day not consolidated. Now this method is avoided, and the
start date in DayAssignmentsState is right.

FEA: ItEr76S04BugFixing
2012-01-09 18:12:57 +01:00
Manuel Rego Casasnovas
d42fbb449f www: Folder and script for libreplan.org documentation
New folder with link to different documentation files in the source code. It
also includes a script to generate the HTML files that will be available on-line
at http://libreplan.org

FEA: ItEr76S03Community
2012-01-04 16:35:08 +01:00
Manuel Rego Casasnovas
205a3f4b6a www: Folder and script for libreplan.org documentation
New folder with link to different documentation files in the source code. It
also includes a script to generate the HTML files that will be available on-line
at http://libreplan.org

FEA: ItEr76S03Community
2012-01-04 16:24:56 +01:00
Manuel Rego Casasnovas
755de948a7 [Bug #1326] Fix issue calculating properly hours to allocate
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
2012-01-04 15:24:15 +01:00
Manuel Rego Casasnovas
23d8c3b972 [Bug #1326] Fix issue calculating properly hours to allocate
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
2012-01-04 13:42:28 +01:00
Manuel Rego Casasnovas
031a23335d [Bug #1325] Fix issue remove criteria from configuration unit
FEA: ItEr76S04BugFixing
2012-01-04 11:59:29 +01:00
Manuel Rego Casasnovas
ca5b86841b [Bug #1325] Fix issue remove criteria from configuration unit
FEA: ItEr76S04BugFixing
2012-01-04 11:29:23 +01:00
Óscar González Fernández
d973c323cb [Bug #1322] Fix bug
The derived day assignments were not being included. This caused that
the resources associated with the derived allocation to have different
instances for the derived allocations, causing a subsequent error.

FEA: ItEr76S04BugFixing
2012-01-04 08:27:07 +01:00
Óscar González Fernández
825bae5f2b Allow to include or exclude DerivedDayAssignments
It's now possible to specify if derived assignments are included or
not when retrieving day assignments from a Task, Order and so on.
2012-01-04 08:27:06 +01:00
Jacobo Aragunde Pérez
d7e2625b18 Allow reported hours bar in gantt diagram to be wider than the task.
This bug was introduced when fixing the length of progress bars
(in the commit 13389197d9).

FEA: ItEr75S04BugFixing
2012-01-03 16:46:15 +01:00
Jacobo Aragunde Pérez
e7651d8b6c [Bug #1242] Don't allow progress end dates superior to the corresponding task end date.
This situation still happened in tasks with completition near to 100% (for
example 99%) and the 'by hours' calculation method.

FEA: ItEr75S04BugFixing
2012-01-03 16:46:15 +01:00
Jacobo Aragunde Pérez
b98c1e2b0a [Bug #1311] Replace Date objects with IntraDayDate objects in SaveCommandBuilder.
The cause of the bug was that IntraDayDates were converted into Date objects,
and then back again to an IntraDayDate with 0 EffortDuration.

FEA: ItEr75S04BugFixing
2012-01-03 16:46:15 +01:00
Jacobo Aragunde Pérez
856eab4a79 [Bug #1311] Replace Date objects with IntraDayDate objects in SaveCommandBuilder.
The cause of the bug was that IntraDayDates were converted into Date objects,
and then back again to an IntraDayDate with 0 EffortDuration.

FEA: ItEr75S04BugFixing
2012-01-03 16:45:02 +01:00
Jacobo Aragunde Pérez
bf4e13c358 [Bug #1242] Don't allow progress end dates superior to the corresponding task end date.
This situation still happened in tasks with completition near to 100% (for
example 99%) and the 'by hours' calculation method.

FEA: ItEr75S04BugFixing
2012-01-03 16:45:02 +01:00
Jacobo Aragunde Pérez
519389dc4b Allow reported hours bar in gantt diagram to be wider than the task.
This bug was introduced when fixing the length of progress bars
(in the commit 13389197d9).

FEA: ItEr75S04BugFixing
2012-01-03 16:45:02 +01:00
Manuel Rego Casasnovas
cb0e6b0957 [Bug #1321] Reseting highlighted days in calendar to prevent issue
FEA: ItEr75S04BugFixing
2012-01-03 09:01:49 +01:00
Manuel Rego Casasnovas
e499ec4652 [Bug #1321] Reseting highlighted days in calendar to prevent issue
FEA: ItEr75S04BugFixing
2012-01-03 08:57:43 +01:00
Manuel Rego Casasnovas
6f805f23f2 [Bug #1323] Fix lazy loading properly derived allocations
FEA: ItEr75S04BugFixing
2012-01-03 08:28:41 +01:00
Manuel Rego Casasnovas
3c5c14d728 [Bug #1323] Fix lazy loading properly derived allocations
FEA: ItEr75S04BugFixing
2012-01-03 08:22:05 +01:00
Jacobo Aragunde Pérez
aa6833443d [Bug #1242] Return end date directly when calculating advance and percentage is 100%.
In that case, no calculations are needed, and since the algorithm has some
defects we avoid them.

FEA: ItEr75S04BugFixing
2012-01-02 13:09:36 +01:00
Jacobo Aragunde Pérez
52111b50e7 [Bug #1242] Use IntraDayDate to draw the progress bar in leaf Tasks.
The advance bar was always drawn until the end of the day, even when the task
finished in the middle of the day, causing a weird effect.

FEA: ItEr75S04BugFixing
2012-01-02 13:09:36 +01:00
Jacobo Aragunde Pérez
13389197d9 [Bug #1242] Return end date directly when calculating advance and percentage is 100%.
In that case, no calculations are needed, and since the algorithm has some
defects we avoid them.

FEA: ItEr75S04BugFixing
2012-01-02 13:00:53 +01:00
Jacobo Aragunde Pérez
7518270ced [Bug #1242] Use IntraDayDate to draw the progress bar in leaf Tasks.
The advance bar was always drawn until the end of the day, even when the task
finished in the middle of the day, causing a weird effect.

FEA: ItEr75S04BugFixing
2012-01-02 12:59:26 +01:00
Manuel Rego Casasnovas
429eeec886 [Bug #1319] Change division method of EffortDuration
Previous method was rounding to zero instead of return a fraction.

FEA: ItEr75S04BugFixing
2012-01-02 12:35:25 +01:00