Skip to content
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
wants to merge 65 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
bb4eee2
Merge branch 'release/3.0.0'
noeticpenguin May 23, 2014
393ae6d
update and accepting PR#9
noeticpenguin May 30, 2014
9fcd3fc
adding bower.json to make the package installable using bower
dnakov May 31, 2014
9402263
i guess now you're supposed to inject deps into for providers. Could…
dnakov May 31, 2014
daa14c1
Merge branch 'develop'
noeticpenguin Jun 8, 2014
d94e4a9
Update README.md
noeticpenguin Jun 8, 2014
9230ebb
Updated Readme!
noeticpenguin Jun 8, 2014
1130ce8
Revert "i guess now you're supposed to inject deps into for provider…
dnakov Jun 8, 2014
72802ca
Merge pull request #13 from dnakov/master
noeticpenguin Jun 8, 2014
58198f9
Fixed formatting of grunt tasks.
noeticpenguin Jun 9, 2014
15781e7
Update README.md
noeticpenguin Jun 9, 2014
1e5850f
Injection should be done in $get for providers. Also, small fix to ke…
chasd00 Jun 25, 2014
06578c8
Merge pull request #16 from chasd00/visualForceRemoting-bugs
noeticpenguin Jun 25, 2014
2af4334
Backwards compatible refactor of sfrAnalytics
chasd00 Jun 26, 2014
48a4644
Merge pull request #18 from chasd00/ngForce-sfrAnalytics-refactor
noeticpenguin Jul 1, 2014
9ba349c
Adding $q dependency
noeticpenguin Jul 10, 2014
41c89ce
Merge branch 'master' of github.com:noeticpenguin/ngForce
noeticpenguin Jul 10, 2014
4812d10
including $q
noeticpenguin Jul 10, 2014
4925b13
new release version
noeticpenguin Jul 10, 2014
0df0cdd
Update ngForce-visualForceRemoting.js
noeticpenguin Jul 18, 2014
25e8649
Added DateTime support for fields in ngForceController
chasd00 Jul 28, 2014
b0e8726
Merge pull request #19 from chasd00/ngforceController-create-datetime
noeticpenguin Jul 31, 2014
59ebb50
updated minified file
noeticpenguin Jul 31, 2014
45842d4
Updated minified files
noeticpenguin Jul 31, 2014
0fd5729
updating .resource
noeticpenguin Jul 31, 2014
56f93f3
sfrfile service and dependencies for sending binary multipart data to…
lukemcfarlane Aug 13, 2014
0e4dbed
Merge pull request #21 from lukemcfarlane/feature/sfrfile
noeticpenguin Aug 23, 2014
fa01887
fixing provider syntax
noeticpenguin Aug 27, 2014
8eb08f5
Increasing test coverage!
noeticpenguin Aug 28, 2014
955297b
refactord gruntfile
noeticpenguin Aug 29, 2014
c5fc3f7
Added external config JS file as a Visualforce page to handle SFDC me…
Sep 6, 2014
228c392
Updated core JS files to reference constants for sessionID.
Sep 6, 2014
82f4901
Fixes issue of Uncaught ReferenceError: handleResultWithPromise is no…
Sep 6, 2014
77b1a13
Updated readme.
Sep 8, 2014
7f9b22a
Fixed code formatting.
Sep 8, 2014
3818fbf
More formatting fixes.
Sep 8, 2014
d761ad4
Fixed error in code example.
Sep 8, 2014
881f723
More code formatting fixes.
Sep 8, 2014
71b64e9
Merge pull request #23 from amarchbanks/master
noeticpenguin Sep 8, 2014
9aee177
New dist version.
noeticpenguin Sep 8, 2014
c909934
Removing ngforce-concat
noeticpenguin Sep 17, 2014
78cf210
Fixed main attribute in bower.json to reflect all dependencies. This …
Oct 22, 2014
bd36a33
Fixed main attribute in bower.json to reflect all dependencies. This …
Oct 22, 2014
84d8a0a
changed main to minified ngForceWithDependencies
Oct 23, 2014
5075294
ngForceWithDependencies.min.js
Oct 23, 2014
fd5b685
updated version 3.0.3
Oct 23, 2014
139582e
Fixed a bug where vfr.send was not found
noeticpenguin Nov 25, 2014
ac543f8
Merge pull request #27 from mattaGIT/master
noeticpenguin Nov 25, 2014
7506c27
Update ngForceConfig.page
noeticpenguin Nov 25, 2014
35fe724
Massive fix for .send() based vfr methods
noeticpenguin Dec 1, 2014
37e8b1d
Merge branch 'master' of github.com:noeticpenguin/ngForce
noeticpenguin Dec 1, 2014
56b5350
Updating commit notes.
noeticpenguin Dec 1, 2014
4615b53
tagging new release version.
noeticpenguin Dec 3, 2014
1a83df3
Update README.md Typo
Dec 16, 2014
73f7462
Merge pull request #28 from againer/patch-1
noeticpenguin Dec 30, 2014
2174b2e
Adding MIT License
Mar 16, 2015
d60b087
Merge pull request #33 from m69/master
noeticpenguin Mar 16, 2015
e2bcc14
Update ngForce-visualForceRemoting.js
noeticpenguin Mar 20, 2015
e6c233d
Allow empty array results in vfr.send,don't reject
Oblongmana Apr 24, 2015
444552d
Promise:reject remoting exceptions in vfr, w/info
Oblongmana Apr 24, 2015
4a52ce9
Merge pull request #35 from Oblongmana/feature/handle-remoting-except…
noeticpenguin Apr 29, 2015
4404e5b
Fix bug - safeApply outside of error object!
Oblongmana May 8, 2015
d9c4190
Merge pull request #37 from Oblongmana/feature/handle-remoting-except…
noeticpenguin May 8, 2015
dbcd63b
updates README.md to make it easier for newcomers to set up ngForce
Sep 3, 2015
98235b3
updates all the classes to use API version 31 to avoid deployment error
Sep 3, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 27 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,48 @@ module.exports = function(grunt) {

grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
ngmin: {
ngAnnotate: {
options: {
singleQuotes: true
},
ngForce: {
expand: true,
cwd: 'jsSrc',
src: ['*.js'],
dest: 'buildTmp/'
files: [{
expand: true,
cwd: 'jsSrc',
ext: '.annotated.js',
src: ['*.js', 'subModules/*.js'],
dest: 'buildTmp'
}]
},
dependencies: {
files: [{
expand: true,
ext: '.annotated.js',
cwd: 'lib',
src: ['*.js'],
dest: 'buildTmp/lib'
}],
}
},
uglify: {
options: {
sourceMap: true,
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n' +
'/*! visit https://noeticpenguin.github.io/ngForce for more info. */\n'
'/*! visit https://noeticpenguin.github.io/ngForce for more info. */\n'
},
ngForce: {
files: {
'build/ngForce.min.js': ['buildTmp/*.js']
'build/ngForce.min.js': ['buildTmp/*.annotated.js', 'buildTmp/subModules/*.annotated.js']
}
},
requirements: {
files: {
'build/ngForce-requirements.min.js': ['lib/*.js']
'build/ngForce-dependencies.min.js': ['buildTmp/lib/*.annotated.js']
}
},
oneFile: {
files: {
'build/ngForceWithRequirements.min.js': ['lib/*.js', 'buildTmp/*.js']
'build/ngForceWithDependencies.min.js': ['build/ngForce-dependencies.min.js', 'build/ngForce.min.js']
}
}
},
Expand Down Expand Up @@ -192,12 +207,13 @@ module.exports = function(grunt) {
// run ngMin, then uglify the the source into a single ngForce.min.js file.
grunt.registerTask('min', function() {
grunt.task.run([
'ngmin',
'ngAnnotate:ngForce',
'ngAnnotate:dependencies',
'uglify:ngForce',
'uglify:requirements',
'uglify:oneFile',
'clean:buildTmp'
]);
]);
});

// Show available tasks.
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 noeticpenguin/ngForce

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
170 changes: 142 additions & 28 deletions README.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ngForce",
"version": "3.0.3",
"homepage": "https://github.com/noeticpenguin/ngForce",
"authors": [
"Kevin Poorman <[email protected]>"
],
"description": "Force.com Angular.js framework.",
"main": [
"./build/ngForceWithDependencies.min.js"
],
"keywords": [
"salesforce",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
6 changes: 6 additions & 0 deletions build/ngForce-dependencies.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/ngForce-dependencies.min.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions build/ngForce-requirements.min.js

This file was deleted.

1 change: 0 additions & 1 deletion build/ngForce-requirements.min.map

This file was deleted.

6 changes: 3 additions & 3 deletions build/ngForce.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/ngForce.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/ngForce.min.map

This file was deleted.

7 changes: 7 additions & 0 deletions build/ngForceWithDependencies.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/ngForceWithDependencies.min.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions build/ngForceWithRequirements.min.js

This file was deleted.

1 change: 0 additions & 1 deletion build/ngForceWithRequirements.min.map

This file was deleted.

82 changes: 0 additions & 82 deletions jsSrc/ngForce-remoteObjects.js

This file was deleted.

Loading