stable

Forked from tuleap/stable

Clone or download

Read-only

story #3077 see people names instead of avatars on cardwall

Change-Id: If924c59dc7eb9cfbfe3fea93cfbecb38d4ae4b50

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −1 Go to diff View file
A plugins/agiledashboard/include/Planning/CardDisplayPreferences.class.php +30 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/ItemCardPresenterCallback.class.php +6 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/ItemFieldPresenter.class.php +10 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/ItemPresenter.class.php +8 −7 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/planning/ItemPresenterTest.php +1 −1 Go to diff View file
M plugins/cardwall/include/BoardFactory.class.php +5 −4 Go to diff View file
M plugins/cardwall/include/CardFieldPresenter.class.php +5 −4 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +8 −7 Go to diff View file
A plugins/cardwall/include/Cardwall_DisplayPreferences.class.php +39 −0 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +5 −4 Go to diff View file
M plugins/cardwall/include/CreateCardPresenterCallback.class.php +5 −4 Go to diff View file
A plugins/cardwall/include/DisplayPreferencesInAgileDashboardController.class.php +62 −0 Go to diff View file
M plugins/cardwall/include/Pane.class.php +40 −8 Go to diff View file
M plugins/cardwall/include/PaneContentPresenter.class.php +29 −7 Go to diff View file
M plugins/cardwall/include/RendererPresenter.class.php +2 −0 Go to diff View file
M plugins/cardwall/include/SwimlineFactory.class.php +1 −1 Go to diff View file
M plugins/cardwall/include/autoload.php +4 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +15 −0 Go to diff View file
M plugins/cardwall/include/constants.php +2 −1 Go to diff View file
M plugins/cardwall/site-content/en_US/cardwall.tab +2 −0 Go to diff View file
M plugins/cardwall/site-content/fr_FR/cardwall.tab +2 −0 Go to diff View file
M plugins/cardwall/templates/agiledashboard-fullpane.mustache +22 −5 Go to diff View file
M plugins/cardwall/templates/board.mustache +1 −1 Go to diff View file
M plugins/cardwall/www/index.php +34 −2 Go to diff View file
M plugins/cardwall/www/js/cardwall.js +51 −19 Go to diff View file
M plugins/cardwall/www/themes/default/css/style.css +4 −0 Go to diff View file
A plugins/tracker/include/Tracker/CardDisplayPreferences.class.php +33 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +28 −5 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php +19 −0 Go to diff View file
M src/www/themes/common/css/style.css +6 −1 Go to diff View file