stable
Clone or download
Read-only
* bender/4124_stack_cards: i18n & l10n Fix toggle preference when no preference Autostack Done by default Save preference in user preferences Adapt DisplayPreference to the new namespace Set preferences for column stacking Make it works on Firefox story #4124 - Stack cards on cardwall Include FontAwesome in experimental theme Upgrade FontAwesome to 3.2.1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/BoardFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardController.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardControllerBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardFieldPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/CardPresenter.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +6 | −2 | Go to diff View file |
M | plugins/cardwall/include/Column.class.php | +38 | −4 | Go to diff View file |
M | plugins/cardwall/include/CreateCardPresenterCallback.class.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +5 | −2 | Go to diff View file |
M | plugins/cardwall/include/Swimline.class.php | +8 | −0 | Go to diff View file |
A | plugins/cardwall/include/UserPreferences/Autostack/AutostackDashboard.class.php | +40 | −0 | Go to diff View file |
A | plugins/cardwall/include/UserPreferences/Autostack/AutostackRenderer.class.php | +42 | −0 | Go to diff View file |
A | plugins/cardwall/include/UserPreferences/UserPreferencesAutostack.class.php | +65 | −0 | Go to diff View file |
A | plugins/cardwall/include/UserPreferences/UserPreferencesAutostackFactory.class.php | +49 | −0 | Go to diff View file |
R | plugins/cardwall/include/DisplayPreferencesInAgileDashboardController.class.php | Go to diff View file | ||
R | plugins/cardwall/include/Cardwall_DisplayPreferences.class.php | Go to diff View file | ||
M | plugins/cardwall/include/autoload.php | +8 | −4 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +11 | −6 | Go to diff View file |
M | plugins/cardwall/site-content/en_US/cardwall.tab | +3 | −0 | Go to diff View file |
M | plugins/cardwall/site-content/fr_FR/cardwall.tab | +3 | −0 | Go to diff View file |
M | plugins/cardwall/templates/board.mustache | +34 | −15 | Go to diff View file |
M | plugins/cardwall/tests/CardControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/www/js/script.js | +41 | −0 | Go to diff View file |
M | plugins/cardwall/www/themes/default/css/style.css | +58 | −0 | Go to diff View file |
M | src/common/layout/Layout.class.php | +7 | −3 | Go to diff View file |
M | src/common/user/User.class.php | +35 | −0 | Go to diff View file |
M | src/www/themes/Experimental/Experimental_Theme.class.php | +1 | −0 | Go to diff View file |
M | src/www/themes/common/css/font-awesome-ie7.css | +1203 | −23 | Go to diff View file |
M | src/www/themes/common/css/font-awesome.css | +1365 | −355 | Go to diff View file |
M | src/www/themes/common/font/FontAwesome.otf | Binary file | Go to diff View file | |
M | src/www/themes/common/font/fontawesome-webfont.eot | Binary file | Go to diff View file | |
M | src/www/themes/common/font/fontawesome-webfont.svg | +392 | −248 | Go to diff View file |
M | src/www/themes/common/font/fontawesome-webfont.ttf | Binary file | Go to diff View file | |
M | src/www/themes/common/font/fontawesome-webfont.woff | Binary file | Go to diff View file | |
M | tests/simpletest/common/user/UserTest.php | +55 | −0 | Go to diff View file |