dev

Forked from tuleap/dev

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: request #7604 - Iterative approach for computed values Change-Id: I18ae610adec48f9172d187476894427ea0084988

Modified Files

Name
M plugins/tracker/db/install.sql +2 −1 Go to diff View file
A plugins/tracker/db/mysql/updates/2014/201411051547_add_fast_compute_option.php +42 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +39 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.class.php +18 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php +1 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +80 −3 Go to diff View file
M plugins/tracker/www/resources/tracker.rnc +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker.rng +8 −0 Go to diff View file
M tests/lib/TestHelper.class.php +3 −3 Go to diff View file