stable

Clone or download

Read-only

Merge commit 'refs/changes/46/4146/12' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8140: have a field "last modified by" (part 1) Change-Id: Id384932c456a2a1e1e2f882772bb87134e759d19

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.spec.js +3 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/card-fields-service.js +13 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +22 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactoryBuilder.class.php +32 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_FieldVisitor.class.php +1 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +339 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +18 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +13 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php +4 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.class.php +54 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php +20 −33 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/FieldChangeXMLUpdaterVisitor.class.php +5 −1 Go to diff View file
M plugins/tracker/include/autoload.php +5 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +3 −3 Go to diff View file
M tests/rest/ArtifactsChangesetsTest.php +55 −0 Go to diff View file
M tests/rest/ArtifactsTest.php +1 −0 Go to diff View file
M tests/rest/_fixtures/tuleap_agiledashboard_template.xml +10 −0 Go to diff View file