dev

Clone or download

Read-only

Merge branch 'master' of tuleap.net:tuleap/tuleap/stable into stable

* 'master' of tuleap.net:tuleap/tuleap/stable: Add missing instantiation Tuleap 5.11.99.12 Tuleap 5.11.99.11 Fix bugs #2728 - [SOAP] Problem with the update of an artifact field value of type artifact link. https://tuleap.net/plugins/tracker/?aid=2728 story #2524 - see colour type at a glance on cardwall Fix fatal error when parent does not have a planning Conflicts: ChangeLog VERSION plugins/tracker/ChangeLog plugins/tracker/VERSION

Modified Files

Name
M ChangeLog +3 −4 Go to diff View file
M VERSION +1 −1 Go to diff View file
M plugins/agiledashboard/ChangeLog +6 −0 Go to diff View file
M plugins/agiledashboard/VERSION +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ItemCardPresenterCallback.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ItemPresenter.class.php +16 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +5 −0 Go to diff View file
M plugins/agiledashboard/tests/planning/ItemPresenterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/planning/MilestoneFactoryTest.php +18 −0 Go to diff View file
M plugins/cardwall/ChangeLog +6 −0 Go to diff View file
M plugins/cardwall/VERSION +1 −1 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +12 −1 Go to diff View file
M plugins/cardwall/include/CreateCardPresenterCallback.class.php +2 −1 Go to diff View file
M plugins/tracker/ChangeLog +7 −1 Go to diff View file
M plugins/tracker/VERSION +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +17 −0 Go to diff View file
M plugins/tracker/include/Tracker/CardPresenter.class.php +9 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +17 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +66 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +33 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/newEmptyPHP1.php +62 −0 Go to diff View file
M plugins/tracker/include/Tracker/SOAPServer.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −0 Go to diff View file
M plugins/tracker/templates/card.mustache +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/SOAPServerTest.php +5 −1 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +23 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +148 −6 Go to diff View file
A plugins/tracker/tests/Tracker_FormElement_Field_SelectboxTest.php +86 −0 Go to diff View file
M plugins/tracker/www/soap/ChangeLog +7 −0 Go to diff View file
M plugins/tracker/www/soap/VERSION +1 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/style.css +1 −1 Go to diff View file
A tools/examples/soap/tracker/.get_artifacts.php.swp Binary file Go to diff View file
M tools/examples/soap/tracker/update_artifact.php +2 −2 Go to diff View file