Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cyberwani/sDashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dotser/sDashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 18 files changed
  • 4 contributors

Commits on Mar 2, 2013

  1. Configuration menu
    Copy the full SHA
    0e2c3bf View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2013

  1. Adding support for 'disableSelection' property

    - Adding an optional parameter 'disableSelection', the default value for
    this property is true, i.e. by default text selection is disabled on all
    widgets, however if you want to enable text selection, set
    disableSelection to false.
    - updates readme
    Nikhilesh Katakam committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    2ddabc7 View commit details
    Browse the repository at this point in the history
  2. updating read me

    Nikhilesh Katakam committed Mar 3, 2013
    Configuration menu
    Copy the full SHA
    16913d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2013

  1. Adding ability to refresh individual widgets

    - Added code to refresh individual widgets
    - updated read me
    - modified styles
    - modified the button positions
    - Removed lady gaga widget and replaced it with some random content
    Nikhilesh Katakam committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    5cfc28e View commit details
    Browse the repository at this point in the history
  2. updating read me formatting

    Nikhilesh Katakam committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    7578e01 View commit details
    Browse the repository at this point in the history
  3. minor typo fix

    Nikhilesh Katakam committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    c55c1a5 View commit details
    Browse the repository at this point in the history
  4. minor style updates

    Nikhilesh Katakam committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    eae5340 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2013

  1. Improving dashboard styles

    - Adding custom icon sprite for dashboard
    - Added/modified dashboard related styles
    - Added overlay effect when widget is maximized
    - Center the widget when maximized instead of zooming it to full screen
    Nikhilesh Katakam committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    cc17992 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2013

  1. Bug Fix: issue with rendering datatables options

    - As mentioned in https://github.com/ModelN/sDashboard/issues/11, the
    dashboard framework is not respecting datatables options other than
    aoColumns and aaData.
    - This commit fixes the issue.
    - Similar to chart widgets, delayed the rendering of datatables after
    the table element has been attached to the dom.
    - updated the example as needed.
    Nikhilesh Katakam committed Sep 27, 2013
    Configuration menu
    Copy the full SHA
    f2dcc6c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Configuration menu
    Copy the full SHA
    fe42480 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Configuration menu
    Copy the full SHA
    93d9ca8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Configuration menu
    Copy the full SHA
    9baa08a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from pulponair/master

    Added triggering widgetAdded and widgetRemoved Event
    niki4810 committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    357d8b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Configuration menu
    Copy the full SHA
    255af04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from pulponair/master

    Adding a widget does not respect widget order. Resolves #17
    niki4810 committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    17991b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Configuration menu
    Copy the full SHA
    1ddc7ac View commit details
    Browse the repository at this point in the history
  2. updating the read me file

    niki4810 committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    cf9d3d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Made widget deletion function use jQuery remove() rather than HTML el…

    …ement remove(), which is not supported by IE (IE9, at least).
    Mike Airey committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    50eae49 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. Merge pull request #25 from MikeAirey/master

    Fix for removing sDashboard widgets in IE
    niki4810 committed May 11, 2014
    Configuration menu
    Copy the full SHA
    9f92cde View commit details
    Browse the repository at this point in the history
Loading