Skip to content

Conversation

@kuyaxx
Copy link
Owner

@kuyaxx kuyaxx commented Nov 8, 2025

No description provided.

chexxor and others added 30 commits March 18, 2012 21:09
…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]>
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.
Pat Patterson and others added 29 commits January 15, 2015 21:47
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
@kuyaxx kuyaxx merged commit e5428de into kuyaxx:master Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.