forked from developerforce/Force.com-JavaScript-REST-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Pending merge #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Alex Berg <[email protected]>
Signed-off-by: Alex Berg <[email protected]>
…andling of the rest pagination urls. Calling forcetkClient.ajax doesn't quite work as ajax adds on 'services/data' to the request, which is already present from successResponse.nextRecordsUrl. Signed-off-by: Paul Roth <[email protected]>
…oolkit. Signed-off-by: Paul Roth <[email protected]>
Signed-off-by: Paul Roth <[email protected]>
Signed-off-by: Paul Roth <[email protected]>
Add in queryMore method to the forceTk toolkit
Allow to set header for apexrest function.
The built-in web server in PHP 5.4 sets the Content-Length and Content-Type headers in $_SERVER['HTTP_CONTENT_LENGTH'] and $_SERVER['HTTP_CONTENT_TYPE'] rather than $_SERVER['CONTENT_LENGTH'] and $_SERVER['CONTENT_TYPE'].
Pass through SOAPAction header, necessary when proxying requests to the SOAP API.
Allow proxy to send requests to cloudforce.com instances in addition to *.salesforce.com and *.database.com ones.
Use Visualforce.remoting.Manager.invokeAction and $RemoteAction global variable so RemoteTK can be used within a managed package's namespace.
Changes to allow RemoteTK to be used as a drop-in replacement for ForceTK: Add setSessionToken, setRefreshToken, and setUserAgentString noop functions. Return referenceTo attribute with describe responses. Return totalSize and done attributes with query responses.
Check the type of fields being populated in create calls and convert values to the correct type.
Add support for custom domains from My Domains
Add support for SOAP API in PHP Proxy
Add support for cloudforce.com instances
Improve field-type support in create calls
Improve compatiblity of RemoteTK with ForceTK
Support RemoteTK within a namespace
Added JQuery deferred objects support.
This reverts commit f177720.
Fix to support umlaut and other European charaters Replaced with encodeURIComponent(soql) and encodeURIComponent(sosl)
Replaced escape(soql) and escape(sosl)
removing extra new line that would corrupt ms office file attachments
adding content type for attachments for IE 11 support
adding oss info files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.