dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/05/3105/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #7385: Burndown with a big remaining effort tree issues (cache) Change-Id: I7ff5b2402ae459f4964c50092d1e2aa92c8bd437

Modified Files

Name
M plugins/tracker/db/install.sql +8 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2014/201412041555_add_tracker_field_computed_cache_table.php +45 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/IComputeValues.class.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +11 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +15 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +4 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.class.php +31 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php +16 −0 Go to diff View file
A plugins/tracker/include/Tracker/UserWithReadAllPermission.class.php +29 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file