Without this patch, the replacement was been doing wrong as it has been
replacing the allocation related to a criterion with allocations related to any
of the criteria being shown.
This didn't happen in company view because of there's not unsaved changes, so
the replacement method do nothing.
FEA: ItEr76S04BugFixing
A new Maven property has been added to disable the default users. This property
is enabled by default except for the "dev" profile.
You can manually specify the property with the following argument:
-Ddefault.exampleUsersDisabled=false
FEA: ItEr76S04BugFixing
When the user selects changes any element, the filter is applied without having
to use the filter button.
Once this is also working for the bandbox, the filter button has no sense
anymore so it has been removed.a
FEA: ItEr76S23ImproveFilteringArea
This filter now works for any kind of resource and not only workers, that's the
main reason to rename the class.
Also the enum WorkerFilterEnum is renamed to
ResourceFilterEnumByResourceAndCriterion.
FEA: ItEr76S23ImproveFilteringArea
This was removed because of:
* It was not being used since June 2011 when we started to use "cutycapt"
command instead of "CutyCapt".
* "killall" command added a new dependency that was not marked in the Debian
packages. This causes some stacktrace in the logs of a fresh installation in a
Debian server.
FEA: ItEr76S04BugFixing
* BlockingQueue with size 1 could block some order saving till the queue was not
empty.
* Counter in order to check the maximum number of attempts was post-incremented,
so it was not working at all.
FEA: ItEr76S14ConcurrencyProblemWorkReports
Using the "dbms" attribute in "changeset" tag doesn't show any warning as if
database doesn't match the change is simply ignored.
FEA: ItEr76S14ConcurrencyProblemWorkReports
In order to do the recalculations is needed that the order is actually saved, so
it's better to call the DAO after doTheSaving method.
Moreover, now the DAO receive an id and look for the order in database.
FEA: ItEr76S14ConcurrencyProblemWorkReports
If an OrderElement is added or removed in the WBS and it is not a new object,
then the Order is marked to recalculate the SumChargedEfforts. During the Order
saving the SumChargedEfforts are recalculated.
FEA: ItEr76S14ConcurrencyProblemWorkReports
Now SumChargeEffort objects are not created till some hours are reported, so it
could be null in some cases.
FEA: ItEr76S14ConcurrencyProblemWorkReports
A database refactoring has been added to make this change keep working and avoid
lose any data.
It was needed to use specific procedures for PostgreSQL and MySQL.
FEA: ItEr76S14ConcurrencyProblemWorkReports