-
Notifications
You must be signed in to change notification settings - Fork 61
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
updates README.md to make it easier for newcomers to set up ngForce #41
Open
westhechiang
wants to merge
65
commits into
noeticpenguin:develop
Choose a base branch
from
westhechiang:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…'t get it to work otherwise.
* develop: New grunted release Huge Readme update. updated header in sfrbackend.js Updates to .page files and grunt file. Addition of new resource. merging in pr#8 - bulk update functionality Accepting PR#9, updating to current. Conflicts: src/classes/ngForceController.cls
updated title
…. Couldn't get it to work otherwise." This reverts commit 9402263. Wrong fork
adding bower.json to make the package installable using bower
Adding image
…ep jshint from complaining. Move the injection of $q and $rootScope to the $get method since this is a provider. Defined handleResultWitPromise as "functino handleResultWithPromise" so hoisting will handle resolving the function call in vfRemote.send().
…bugs $q is undefined in ngForce-visualForceRemoting.js
scoped reports API access to sfranalytics.reports and dashboard API to sfranalytics.dashboard. Implemented methods sfranalytics.reports.metadata(reportId) and sfranalytics.reports.run(reportId, options). Options object on method sfranalytics.reports.run is not requied but can be used to pass reportFilters array, reportBooleanFilter logic statement, and includeDetails
…-refactor Backwards compatible enhancements to sfrAnalytics
# By chad # Via Kevin Poorman (2) and chad (1) * 'master' of github.com:noeticpenguin/ngForce: Backwards compatible refactor of sfrAnalytics Injection should be done in $get for providers. Also, small fix to keep jshint from complaining. Conflicts: jsSrc/ngForce-visualForceRemoting.js
adding an option for not deserializing returning data from vfr calls.
…eate-datetime Added DateTime support for fields in ngForceController
New service to support sending binary/multipart data to Salesforce
I screwed up the provider syntax during the switch. this commit fixes vfr, sfTemplate and remote-objects
increasing test coverage > 75%
now properly creates minified with dependencies
Added external config JS file as a Visualforce page to handle SFDC merge...
and pushing updates to remaining build files
…is needed for tools like gulp main-bower-files.
…is needed for tools like gulp main-bower-files.
This commit fixes a bug where the visualforce remoting send method was not found, or not-functional depending on which browser you were using. This resolves that issue.
bower.json main dependencies
fixing comment syntax so that ant deploy will deploy the page properly.
This update bumps the version to 1.2 and restores funcationality I broke on 11/25 related to how .send() method works for VFR methods.
Huge thanks to @marpstar for helping me figure out the bug in .send()
Simple typo: comiled => compiled.
Update README.md Typo
Adding MIT License
Moving standardOpts into the returned object so it will be defined.
…moting-exceptions-and-allow-empty-array-results-in-vfr Handle remoting exceptions, and allow empty array results in vfr Amazing patch from @Oblongmana
…moting-exceptions-and-allow-empty-array-results-in-vfr
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.
Lowers the barrier to entry for newcomers like me. Plus, I feel like it's always the best user experience to lead with how to install.