stable
Clone or download
Read-only
request #8684: Remove QRCode in the cardwall
This avoid HTTPS mixed content error on a AgileDashboard Cardwall and dependency to an external and deprecated API. Change-Id: I9a08d18c592038824b44145a87648a6b8164e6aa
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/cardwall/etc/config.inc.dist | +0 | −9 | Go to diff View file |
M | plugins/cardwall/include/BoardPresenter.class.php | +5 | −13 | Go to diff View file |
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +2 | −19 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +6 | −25 | Go to diff View file |
M | plugins/cardwall/include/PaneContentPresenter.class.php | +10 | −10 | Go to diff View file |
D | plugins/cardwall/include/QrCode.class.php | +0 | −64 | Go to diff View file |
M | plugins/cardwall/include/RendererPresenter.class.php | +7 | −9 | Go to diff View file |
M | plugins/cardwall/include/autoload.php | +2 | −3 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +0 | −1 | Go to diff View file |
M | plugins/cardwall/templates/agiledashboard-minimalpane.mustache | +1 | −2 | Go to diff View file |
D | plugins/cardwall/templates/qr-code.mustache | +0 | −6 | Go to diff View file |
M | plugins/cardwall/templates/renderer.mustache | +0 | −1 | Go to diff View file |
M | src/common/autoload.php | +2 | −2 | Go to diff View file |