[codeface] [PATCH] Web frontend cleanup

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Mon, 7 Sep 2015 15:23:26 +0200

This series provides some long-overdue cleanups and
fixes for the web frontend to get it back into a functional
state with current releases of shiny.

Starting with shiny 0.11, bootstrap 3 is used for web
development instead of bootstrap 2.
This necessitates some modifications in our codebase that
I have not performed yet. If you use shiny >= 0.11, you need
to use the HEAD commit from the (newly established) branch
bootstrap-compat on github. The branch also includes all commits
of this series.

If there are no objections or comments, I'll merge the series
into master in a couple of days.

Best regards, Wolfgang Mauerer

Vagrantfile | 1
codeface/R/shiny/apps/common.server.r | 6 +++--
codeface/R/shiny/apps/dashboard/global.r | 24 ++++++++++++++++++++
codeface/R/shiny/apps/dashboard/server.r | 36 ++++++++++++++++++-------------
codeface/R/shiny/apps/details/global.r | 19 ++++++++++++++++
codeface/R/shiny/apps/projects/global.r | 1
codeface/R/shiny/apps/projects/server.r | 2 -
codeface/R/shiny/widgets/timezones.r | 1
codeface/cli.py | 2 -
test_graphs.sh | 4 +--
10 files changed, 75 insertions(+), 21 deletions(-)



Other related posts:

  • » [codeface] [PATCH] Web frontend cleanup - Wolfgang Mauerer