Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
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: developerforce/Force.com-JavaScript-REST-Toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: noeticpenguin/Force.com-JavaScript-REST-Toolkit
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.
  • 5 commits
  • 171 files changed
  • 1 contributor

Commits on Apr 11, 2013

  1. New methods to Component and Controller Class.

    New Methods:
    Component 					| Controller
    ----------------------------------------------------------------
    Clone						| sObjectKlone
    describeFieldsSet				| describeFieldSet
    describePicklistValues			| describePicklistValues
    getObjectType					| getObjType
    getQueryResultsAsSelect2Data	| getQueryResultsAsSelect2Data
    queryFromFieldset				| queryFromFieldset
    soqlFromFieldSet				| soqlFromFieldset
    
    New Inner Classes:
    Class name					| Purpose
    -----------------------------------------------------------------------
    picklistValues				| Json Helper class
    Select2Data					| Json / Select2 Helper class
    QueryString					| Represents soql query clauses
    
    Notes:
    While most of the methods are by-name self-explanatory, there are a
    couple of important notes:
    1) Select2 is an open source offshoot of Chosen, and can be found here:
    	http://ivaynberg.github.io/select2/ the
    	getQueryResultsAsSelect2Data method returns the results of the soql
    	query as tuples formatted for select2 consumption.
    2) Clone could be more robust.
    3) I've tried to make these as type agnostic / metaprogramming friendly
    	as possible, but any insight into making these additions better
    	would be greatly appreciated.
    4) Developers only get better through code reviews -- I covet your
    	feedback, good or bad.
    noeticpenguin committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    5229f43 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. initial checkin

    noeticpenguin committed May 2, 2013
    Configuration menu
    Copy the full SHA
    5e14765 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

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

Commits on May 10, 2013

  1. Configuration menu
    Copy the full SHA
    b8db768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1758562 View commit details
    Browse the repository at this point in the history
Loading