Commit graph

7865 commits

Author SHA1 Message Date
Jacobo Aragunde Pérez
6af82b4c54 Bug #1387: Reset the TaskSource when an OrderGroup changes to scheduling point.
FEA: ItEr76S04BugFixing
2012-03-09 14:09:43 +01:00
Jacobo Aragunde Pérez
b6dc917f8f Bug #1387: Reset the TaskSource when an OrderGroup changes to scheduling point.
FEA: ItEr76S04BugFixing
2012-03-09 13:57:05 +01:00
Jacobo Aragunde Pérez
e4fa4878b6 Bug #1390: correct method TaskComponent.setClass to overwrite the classes
instead of adding them.

FEA: ItEr76S04BugFixing
2012-03-08 18:39:49 +01:00
Jacobo Aragunde Pérez
e5ea9caa7f Bug #1390: correct method TaskComponent.setClass to overwrite the classes
instead of adding them.

FEA: ItEr76S04BugFixing
2012-03-08 18:39:01 +01:00
Manuel Rego Casasnovas
4536dc0b97 doc: Update AUTHORS file info about new Dutch translator 2012-03-06 17:07:51 +01:00
Manuel Rego Casasnovas
49bdc397af doc: Update AUTHORS file info about new Dutch translator 2012-03-06 17:06:59 +01:00
Manuel Rego Casasnovas
97f6fd6d32 i18n: Add Dutch language to enum and modify pom.xml to use English userguide 2012-03-06 17:04:25 +01:00
Jeroen Baten
3f92adb582 i18n: Add Dutch translation 2012-03-06 17:04:20 +01:00
Manuel Rego Casasnovas
115b572f6b i18n: Add Dutch language to enum and modify pom.xml to use English userguide 2012-03-06 17:02:20 +01:00
Jeroen Baten
dfa099aacf i18n: Add Dutch translation 2012-03-06 17:02:20 +01:00
Jacobo Aragunde Pérez
a82ab23c3b Bug #1382: Fix the bug in all cases.
This patch solves a problem in my previous commit.

FEA: ItEr76S04BugFixing
2012-03-05 20:04:45 +01:00
Jacobo Aragunde Pérez
de158976f3 Bug #1382: Fix the bug in all cases.
This patch solves a problem in my previous commit.

FEA: ItEr76S04BugFixing
2012-03-05 20:03:23 +01:00
Jacobo Aragunde Pérez
52acb4debc Bug #1382: Synchronize deadline dates between the WBS and the Gantt views.
This synchronization collaterally fixes the bug.

FEA: ItEr76S04BugFixing
2012-03-05 16:47:27 +01:00
Lorenzo Tilve Álvaro
b3338e7246 Bug 1383: Fixed corner case of deadline and current day right position
The background position of the current day and deadline was outside the
visible area in the timetracker watermark columns when it was on the
last day of the interval.

A better alignment with the tasks layer (reducing the 3px max deviation)
on this cases can be achieved by revamping how lines and borders are
represented on the watermark layer.

FEA: ItEr76S04BugFixing
2012-12-31 15:18:02 +01:00
Lorenzo Tilve Álvaro
c0c5902456 Displayed project start vertical line with independency of project deadline
FEA: ItEr76S04BugFixing
2012-12-31 15:18:02 +01:00
Jacobo Aragunde Pérez
f93ee5d0e6 Bug #1382: Synchronize deadline dates between the WBS and the Gantt views.
This synchronization collaterally fixes the bug.

FEA: ItEr76S04BugFixing
2012-03-05 16:46:54 +01:00
Lorenzo Tilve Álvaro
1ec4d83e95 Bug 1383: Fixed corner case of deadline and current day right position
The background position of the current day and deadline was outside the
visible area in the timetracker watermark columns when it was on the
last day of the interval.

A better alignment with the tasks layer (reducing the 3px max deviation)
on this cases can be achieved by revamping how lines and borders are
represented on the watermark layer.

FEA: ItEr76S04BugFixing
2012-03-05 12:22:42 +01:00
Lorenzo Tilve Álvaro
d76cf5c69c Displayed project start vertical line with independency of project deadline
FEA: ItEr76S04BugFixing
2012-03-05 12:22:22 +01:00
Lorenzo Tilve Álvaro
01741d2de6 Added vertical line in scheduling perspective to display project start date
FEA: ItEr76S04BugFixing
2012-03-05 12:22:05 +01:00
Jacobo Aragunde Pérez
bc94cb2c3d Bug #1344: Fix bug moving the addition of ConstraintViolationListeners to
doAfterCompose instead of constructor.

When doAfterCompose is run, we are sure we are ready to send messages to the
client side.

FEA: ItEr76S04BugFixing
2012-03-02 13:47:48 +01:00
Jacobo Aragunde Pérez
4c25361d1d Bug #1344: Fix bug moving the addition of ConstraintViolationListeners to
doAfterCompose instead of constructor.

When doAfterCompose is run, we are sure we are ready to send messages to the
client side.

FEA: ItEr76S04BugFixing
2012-03-02 13:44:26 +01:00
Jacobo Aragunde Pérez
cce801ee1c Remove redundant call to scheduling algorithm from TaskPropertiesController.
The algorithm is already being called from ResourceAllocationController.

FEA: ItEr76S04BugFixing
2012-03-01 18:21:31 +01:00
Óscar González Fernández
7665af0247 Some API docs for the entering/reentering part 2012-03-01 18:21:30 +01:00
Óscar González Fernández
59c8a98a72 Remove uneeded parameters to prevent redundant invocations to scheduling algorithm.
When a task is potentially modified is not needed to change the start
and the end date. This was causing two invokations of the
"dependencies" algorithm. Now only one is done.
2012-03-01 18:19:08 +01:00
Óscar González Fernández
79b06a8212 Use more accurate name 2012-03-01 18:14:26 +01:00
Óscar González Fernández
a9e5ae5cbe Bug #1354: Fix bug
Although the constraint is not applied it must be provided. Otherwise
the dominating forces would not take it into account. Normally this
wasn't a problem since if the secondary point date changes it was
provided. But it can happen that the secondary point doesn't change,
in that case the constraint must still be taken into account.
2012-03-01 18:14:26 +01:00
Jacobo Aragunde Pérez
a355a0f324 Remove redundant call to scheduling algorithm from TaskPropertiesController.
The algorithm is already being called from ResourceAllocationController.

FEA: ItEr76S04BugFixing
2012-03-01 17:47:25 +01:00
Óscar González Fernández
b58315b5df Some API docs for the entering/reentering part 2012-03-01 17:47:24 +01:00
Óscar González Fernández
ee88157afb Remove uneeded parameters to prevent redundant invocations to scheduling algorithm.
When a task is potentially modified is not needed to change the start
and the end date. This was causing two invokations of the
"dependencies" algorithm. Now only one is done.
2012-03-01 17:47:24 +01:00
Óscar González Fernández
bc8da4d84a Use more accurate name 2012-03-01 17:47:24 +01:00
Óscar González Fernández
93d5667769 Bug #1354: Fix bug
Although the constraint is not applied it must be provided. Otherwise
the dominating forces would not take it into account. Normally this
wasn't a problem since if the secondary point date changes it was
provided. But it can happen that the secondary point doesn't change,
in that case the constraint must still be taken into account.
2012-03-01 17:47:24 +01:00
Lorenzo Tilve Álvaro
d91016f532 Added vertical line in scheduling perspective to display project start date
FEA: ItEr76S04BugFixing
2012-03-01 10:29:53 +01:00
Lorenzo Tilve Álvaro
1e12364bb3 Fixed vertical positioning of resources string next to containers
FEA: ItEr76S04BugFixing
2012-03-01 10:29:53 +01:00
Lorenzo Tilve Álvaro
b1b1a3146b Fixed focus at textbox on created leaves with the ancestor hours
FEA: ItEr76S13WBSSettingUpBehavior
2012-03-01 10:29:53 +01:00
Manuel Rego Casasnovas
65aa8f3a8e Set focus in the element with empty name
FEA: ItEr76S13WBSSettingUpBehavior
2012-02-27 17:50:35 +01:00
Manuel Rego Casasnovas
930bb705ea Fix some tests due to previous change
FEA: ItEr76S13WBSSettingUpBehavior
2012-02-27 17:10:22 +01:00
Manuel Rego Casasnovas
2fcde74b39 Set name to empty for the order element moved inside the new container
FEA: ItEr76S13WBSSettingUpBehavior
2012-02-27 16:47:56 +01:00
Joaquim Rocha
03ccf5d885 i18n: Update Portuguese translation 2012-02-27 13:04:10 +01:00
Giuseppe Zizza
1dbf1d0cfb i18n: Update Italian translation 2012-02-27 13:04:06 +01:00
Joaquim Rocha
b539adbc9b i18n: Update Portuguese translation 2012-02-27 12:59:12 +01:00
Giuseppe Zizza
77b1889ee6 i18n: Update Italian translation 2012-02-27 12:59:08 +01:00
Philippe Poumaroux
63af5a77d7 Update French translation 2012-02-24 17:37:01 +01:00
Philippe Poumaroux
d6f89f06f8 Update French translation 2012-02-24 17:36:15 +01:00
Jacobo Aragunde Pérez
815bc626d8 Bug #1355: transform AS SOON AS POSSIBLE and AS LATE AS POSSIBLE constraints to
the correct constraint based on the scheduling mode.

FEA: ItEr76S04BugFixing
2012-02-24 17:07:55 +01:00
Jacobo Aragunde Pérez
6702bb0e1b Bug #1355: transform AS SOON AS POSSIBLE and AS LATE AS POSSIBLE constraints to
the correct constraint based on the scheduling mode.

FEA: ItEr76S04BugFixing
2012-02-24 17:06:21 +01:00
Jacobo Aragunde Pérez
33881786b0 Bug #1380: Don't allow ASAP constraint for tasks in projects where init date is
not set.

FEA: ItEr76S04BugFixing
2012-02-24 14:13:53 +01:00
Jacobo Aragunde Pérez
7e850ffaee Bug #1355: transform NOT EARLIER THAN and NOT LATER THAN constraints to the
correct constraint based on the scheduling mode.

To do that, the scheduling mode, start and end date are needed as parameters.

FEA: ItEr76S04BugFixing
2012-02-24 14:13:53 +01:00
Jacobo Aragunde Pérez
f96cdddcb5 Bug #1355: transform NOT EARLIER THAN and NOT LATER THAN constraints to the
correct constraint based on the scheduling mode.

To do that, the scheduling mode, start and end date are needed as parameters.

FEA: ItEr76S04BugFixing

Conflicts:

	libreplan-webapp/src/main/java/org/libreplan/web/planner/TaskElementAdapter.java
2012-02-24 14:00:13 +01:00
Jacobo Aragunde Pérez
65edd863f0 Bug #1380: Don't allow ASAP constraint for tasks in projects where init date is
not set.

FEA: ItEr76S04BugFixing
2012-02-24 13:53:54 +01:00
Manuel Rego Casasnovas
3e3eba1e81 Keep task name for the new container if it is an empty leaf
This change implements the behaviour described in the analysis that you can
easily understand with the following example:

1) Initial scenario:
  * Task leaf "A" (0 hours)
  * Task leaf "B" (20 hours)
2) Indent task leaf "B"
3) Final scenario:
  * Task container "A" (20 hours)
    |- Task leaf "B" (20 hours)

FEA: ItEr76S13WBSSettingUpBehavior
2012-02-24 13:46:53 +01:00