A name collision made that the ganttzk package used the
webapp.I18nHelper to resolve localized strings, this caused that some
strings were not translated.
FEA: ItEr74S04BugFixing
Always return the intended resources per day. Even if the calculated
value of the task is resources per day, the current calculated value
could be changed but in the task not yet.
FEA: ItEr74S04BugFixing
It was needed to move it to a new line, as it seems that 2 strings
marked to translate in the same .zul file do not work properly.
FEA: ItEr74S04BugFixing
Making that the parent recalculations go after the normal ones. Thus
if a normal recalculation is needed for a parent, i.e. a container,
it's executed before the parent recalculation. Otherwise the parent
recalculation would apply the modifications and the normal
recalculation will think that no modifications have been done and its
successors would not be executed.
FEA: ItEr74S04BugFixing
The bug was present when introducing a dependency between containers,
the children were not affected by the movement of the parent. The
solution fixed this problem, but introduced others. For example
when adding a dependency from a top level task that is not a
container to a container.
This reverts commit 48ba72511d.
FEA: ItEr74S04BugFixing
it set defaultNullValue to true, in order to update the value to true if the value is null.
Execute the next SQL sentence in your database if you want to
keep working with your current database:
UPDATE DATABASECHANGELOG SET MD5SUM='3:0542da97fbff41b95f9cf5ef10ffa322' WHERE ID='add-new-column-enabled-autocomplete-login' AND
AUTHOR='smontes' AND FILENAME='src/main/resources/db.changelog-1.1.xml';
FEA:ItEr74S04BugFixing
Allow to do flush before doing validations, so the optimist locking
exceptions don't happen at validation phase. When validating, the
exceptions are wraped, so the optimist locking failure can't be easily
seen.
FEA: ItEr74S04BugFixing
This reverts commit f0613f5f4c. This
solution caused bad error reporting. Any error was attributed to
several users editing the same data.
FEA: ItEr74S04BugFixing
A when no longer referenced strategy can be used, so
IServletRequestHandler is not keep around in memory more time than
necessary.
FEA: ItEr74S08DeployFramework
This helps to free memory faster. If a page is kept open the timer in
the template avoids the session and the desktop to be discarded.
FEA: ItEr74S08DeployFramework
* Force render for tasks that are in pages not been active.
* Moved out of long operation percentages validation.
* Setting properly active page when some percentage is not valid.
FEA: ItEr74S04BugFixing