stable

Clone or download

Read-only

Add preference in user account page

This task is part of story #8759 set writing HTML as user preference User is now able to select its default format for text fields in tracker (new artifact, artifact edition, artifact comment ...) Change-Id: Id086a573a418fdb4aa6e65a4fe0f0b0b98dc3ce9

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +18 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php +59 −41 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifact.js +22 −7 Go to diff View file
M plugins/tracker/www/scripts/TrackerRichTextEditor.js +30 −4 Go to diff View file
M site-content/en_US/account/account.tab +5 −0 Go to diff View file
M site-content/fr_FR/account/account.tab +5 −0 Go to diff View file
M src/common/user/PreferencesPresenter.class.php +22 −3 Go to diff View file
M src/common/user/User.class.php +2 −0 Go to diff View file
M src/templates/user/preferences.mustache +17 −0 Go to diff View file
M src/www/account/index.php +17 −1 Go to diff View file
M src/www/account/updateprefs.php +31 −10 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +8 −0 Go to diff View file