David Glasser
17fc498259
Fix tests from #3730 fix
...
Whoops, accidentally only ran webapp tests before pushing.
2015-02-17 18:39:20 -08:00
Slava Kim
3c68cebf0d
bump
2015-02-02 13:38:01 -08:00
Slava Kim
27f249bfed
A lot of crazy package bumps
2015-01-21 14:03:55 -08:00
Sashko Stubailo
25f3b9f337
Bump a bunch of versions
2015-01-20 22:34:25 -08:00
ekatek
99124d881a
increment package versions
2015-01-20 10:25:22 -08:00
ekatek
40fa95830f
increment version numbers
2015-01-13 19:30:27 -08:00
Emily Stark
059fc88ff9
Follow redirects on non-GET requests also.
...
Fixes #2808 .
2014-12-28 22:19:37 -08:00
David Glasser
6b204ca73a
Bump package versions for 1.0.2
2014-12-19 10:31:59 -08:00
David Glasser
73b809c122
Bump versions for 1.0.2.
2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30
Update calls to addFiles, onUse, and onTest
2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70
bump all versions (due to source-map upgrade)
2014-11-25 09:06:26 -08:00
David Glasser
d5afd1b6a9
Update shrinkwrap
2014-10-30 15:12:30 -07:00
David Glasser
92b1bf1369
Upgrade request to 2.47.0 from 2.33.0
...
Looks like it now auto-detects $HTTP_PROXY so we could drop that code
from http-helpers (but not from the faye stuff).
2014-10-30 15:12:29 -07:00
Emily Stark
cb54ae18fb
Merge branch 'master' into devel
...
Conflicts:
History.md
examples/localmarket/.meteor/release
examples/localmarket/.meteor/versions
packages/stylus/README.md
tools/compiler.js
tools/package-client.js
tools/tests/old/app-with-private/.meteor/versions
tools/tests/old/app-with-public/.meteor/versions
tools/tests/old/empty-app/.meteor/versions
2014-10-28 10:42:30 -07:00
Emily Stark
b4c10d8f61
bump package versions
2014-10-28 02:49:54 -07:00
Emily Stark
6c8c67afe8
bump package version numbers for rc.10
2014-10-27 20:03:42 -07:00
ekatek
e79f95e3ca
incrementing versions for rc.9
2014-10-24 16:39:56 -07:00
Sashko Stubailo
721fa0451b
Update more readmes
2014-10-24 10:13:59 -07:00
Emily Stark
54989c85bf
bump package versions for rc.7
2014-10-23 16:59:11 -07:00
David Glasser
de97e984f6
bump for 1.0-rc.5
2014-10-23 11:06:43 -07:00
Emily Stark
6fc46976da
bump package version for 1.0-rc.3
2014-10-22 12:58:12 -07:00
David Glasser
6db7783470
bump for 1.0-rc.2
...
unclear why http and less are needed
2014-10-17 22:17:06 -07:00
Sashko Stubailo
36da5aecb4
Make all version numbers not have rc
2014-10-13 14:09:37 -07:00
Sashko Stubailo
667f3b8a91
Bump package versions for rc.8
2014-10-13 13:35:03 -07:00
Nick Martin
5b17ef1a30
Version bump for rc.6
2014-10-10 20:37:54 -07:00
Sashko Stubailo
5dc03c53ec
Bump package versions
2014-10-09 16:45:54 -07:00
Nick Martin
cafb427aa7
Bump versions for 0.9.4-rc.2
2014-10-09 16:42:30 -07:00
Sashko Stubailo
698fbedb10
Bump all of the version numbers to rc.0
2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598
Bump all version numbers again after cherry-picking unipackage fix
2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac
Bump all of the version numbers again, to republish with the unipackage.json fix
2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a
Bump every single package version number due to a change in compilation
2014-09-29 23:44:50 -07:00
ekatek
bab557d49b
incrementing package versions for a clean release
2014-09-25 18:34:34 -07:00
ekatek
220cc69e31
package versions incremented
2014-09-19 21:16:14 -07:00
Emily Stark
ccfee68145
Merge branch 'master' into devel
...
Conflicts:
docs/client/api.html
docs/client/data.js
docs/client/names.json
meteor
packages/autoupdate/package.js
packages/base64/.gitignore
packages/constraint-solver/package.js
packages/device-orientation/.gitignore
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/package-version-parser/package.js
packages/webapp/webapp_server.js
scripts/admin/meteor-release-experimental.json
tools/commands.js
tools/help.txt
tools/package-version-parser.js
tools/run-all.js
tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
Emily Stark
833c6f5b4f
Bump package versions for 0.9.2
2014-09-15 11:36:57 -07:00
Sashko Stubailo
6f829b32a9
Merge branch 'devel' into jsdocfinal
...
Conflicts:
docs/client/api-box.js
docs/client/api.html
docs/client/data.js
docs/client/nameToId.js
docs/client/names.json
2014-09-05 18:43:20 -07:00
Ben Newman
b46e66e3ea
Make Meteor.wrapAsync official, and simplify binding.
...
Summary:
To bind the wrapped function to an object, just pass that object as the
optional second argument to Meteor.wrapAsync:
var response = Meteor.wrapAsync(HTTP.get, HTTP)("http://example.com ");
Test Plan: meteor test-packages meteor
Reviewers: emily, avital, sashko
Reviewed By: emily
CC: nim
Differential Revision: https://phabricator.meteor.com/D807
2014-09-05 11:48:21 -07:00
Sashko Stubailo
586b6e2712
Auto document a lot more things
2014-09-04 21:42:03 -07:00
Avital Oliver
186579ea5e
Merge branch 'master' into devel
...
Conflicts:
examples/todos/.meteor/versions
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
scripts/admin/meteor-release-experimental.json
tools/help.txt
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-04 16:56:19 -07:00
Avital Oliver
c23408bdd7
versions for 0.9.1
2014-09-04 15:41:39 -07:00
Slava Kim
fc56f795d6
Bump versions of packages for the 0.9.2-rc0
2014-09-02 14:57:33 -07:00
Emily Stark
345d49f15a
Merge branch 'cordova-hcp-oauth' into cordova-hcp
...
Conflicts:
packages/oauth/package.js
packages/standard-app-packages/package.js
2014-08-29 11:50:00 -07:00
Matthew Arbesfeld
fca5c382d5
Merge branch 'release-0.9.1' into cordova-hcp
...
Conflicts:
docs/client/api.html
docs/client/api.js
meteor
packages/autoupdate/autoupdate_server.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/minimongo/package.js
packages/mongo-livedata/package.js
packages/oauth1/package.js
packages/package-version-parser/package.js
packages/spiderable/package.js
packages/standard-app-packages/package.js
packages/templating/package.js
packages/test-in-console/package.js
packages/webapp/package.js
scripts/admin/meteor-release-experimental.json
scripts/generate-dev-bundle.sh
tools/uniload.js
2014-08-28 21:13:59 -07:00
Andrew Wilcox
2fd00e58ba
Implements the "redirect" login flow, for cases such as using a mobile
...
UIWebView which aren't able to use the preferred "popup" login flow.
See the specs for details:
https://meteor.hackpad.com/OAuth-redirect-flow-spec-PeziTcaNPDP
https://meteor.hackpad.com/OAuth-redirect-flow-part-II-vswwUKP4vXe
I extracted code to construct a URL from the `http` package into a new
`url` utility package. The new package has no public API, it simply
has the original URL construction functions that were in `http` and
makes them available to oauth.
Fixes the Meetup account login, as Meetup now requires using
"https://api.meetup.com/2/members " instead of
"https://secure.meetup.com/2/members ".
The `?close` parameter for the redirect URI is now not needed or used.
For backwards compatibility the `?close` parameter is included if the
login service configuration doesn't include the `loginStyle` field
(indicating it was created using old code).
2014-08-28 17:25:13 -07:00
Avital Oliver
864fffc9e9
Bump package versions in preparation for 0.9.1-rc0
2014-08-28 11:00:35 -07:00
Sashko Stubailo
27d48b4ede
Merge branch 'devel' into jsdoc
...
Conflicts:
meteor
2014-08-27 18:52:40 -07:00
Emily Stark
b0e0ccb5a4
Bump package versions for 0.9.0.1
2014-08-27 15:16:49 -07:00
Emily Stark
1b639e5853
Bump package versions for 0.9.0.1-rc1
2014-08-27 14:28:03 -07:00
Sashko Stubailo
40dc5e7735
Fix some arguments
2014-08-27 11:17:40 -07:00
Slava Kim
3413db8c26
Fix the failing test as nwo the url is different
2014-08-26 17:31:49 -07:00