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: purtuga/SPWidgets
base: d0a5bcccb9
Choose a base ref
...
head repository: purtuga/SPWidgets
compare: eb79dea377
Choose a head ref
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 3, 2015

  1. Enhancements to getNodesFromXML in support of models

    - enhanced getNodesFromXml to pass along to the model (via options)
      the source used to build the model (XMLNode)
    - Fixes to test cases
    purtuga committed Jul 3, 2015
    Copy the full SHA
    08a5374 View commit details
    Browse the repository at this point in the history
  2. Moved getList api method to use models

    - getList was enhanced to return a ListModel
    - ListModel was refactored to accept two input params: source and options
    - added test cases for getList
    - Fixed bug in Compose.isInstanceOf to support prototype
      properties of type boolean
    purtuga committed Jul 3, 2015
    Copy the full SHA
    dea90cb View commit details
    Browse the repository at this point in the history
  3. Added List Column Model + getListColumns API method

    - Added new data model for List Columns
    - Added new API method - getListColumns. Returns a list of columns
      that would normally be seen on the Display, Edit forms (no internals)
    - Updated test cases to cover new modules.
    purtuga committed Jul 3, 2015
    Copy the full SHA
    9ce0ac2 View commit details
    Browse the repository at this point in the history
  4. Refactored Widgets to use new getList format

    - Refactored several widgets to use the new getListColumns
      method or the new format that getList() returns (ListModel)
    - Added new method to getListColumns return array: getList().
      Returns a the ListModel used to get the columns
    - Added new method to ListColumnModel: getList(). returns the
      ListModel used to create the column model.
    purtuga committed Jul 3, 2015
    Copy the full SHA
    eb79dea View commit details
    Browse the repository at this point in the history