1. 04 May, 2016 7 commits
  2. 03 May, 2016 31 commits
  3. 02 May, 2016 2 commits
    • Ad Schellevis's avatar
      (dashboard) plugin new style ajax poller · df5aa476
      Ad Schellevis authored
      use data-plugin to define the data collector (server side api/plugins/ plugin) and data-callback to define the javascript function to call after receiving data.
      The callback uses 2 parameters (sender, remote data), where sender is the dom attribute on which the data-plugin was defined
      df5aa476
    • Ad Schellevis's avatar
      (dashboard) the weirdness around stats.inc, getstats.php and ajax.js needs to... · 8e7bc1f6
      Ad Schellevis authored
      (dashboard) the weirdness around stats.inc, getstats.php and ajax.js needs to be replaced with a more structural solution.
      
      Because all current widgets depend on legacy code and we don't want to pollute new style mvc code with it, we choose to build a new broker in the old structure.
      This commit only includes the basic setup for the broken and an empty gateway_api() function
      8e7bc1f6