Commit Graph

15235 Commits

Author SHA1 Message Date
David Greenspan
280041cf08 bump version number release/METEOR@1.2-rc.8 2015-08-31 10:58:23 -07:00
David Greenspan
bae5007782 bump tool version 2015-08-31 10:51:30 -07:00
David Greenspan
b522f7b8f6 Claim RC 8 2015-08-31 10:50:47 -07:00
Martijn Walraven
f57c671a70 Only list individual platform requirements when in verbose mode
Listing them all by default may confuse people, and make them overlook
the installation instructions URL.
2015-08-31 15:45:21 +02:00
David Greenspan
29f24238a0 Fix typo and add informational message 2015-08-31 06:19:30 -07:00
David Greenspan
6130648c99 Don't use old tool to run meteor update in an RC 2015-08-31 06:19:30 -07:00
Simon Fridlund
790865cc0e Better duplicate error checks for insertUserDoc
Update tests for accounts-base

Watch for specific exceptions being thrown.
2015-08-28 11:17:56 -07:00
Sashko Stubailo
16fcf6275a Add test for bare file compiled with ecmascript 2015-08-28 11:12:49 -07:00
Sashko Stubailo
a96e0e1009 Correctly format doc comment about options 2015-08-28 10:52:49 -07:00
Sashko Stubailo
217bad7f10 Reinstate logic where bare option was taken from fileOptions 2015-08-28 10:32:59 -07:00
Martijn Walraven
b0c1464e7c Only attempt to copy built apk when it exists
This is a temporary workaround for an issue that occurs when building
an app that uses Crosswalk.

We usually attempt to copy android-release-unsigned.apk to the root
build dir after a successful release build, but because Crosswalk
depends on native code, the resulting apk is architecture-specific
(android-armv7-release-unsigned.apk and
android-x86-release-unsigned.apk).

For now, I’m just adding a check so we don’t throw ENOENT. Built apks
can be found as usual in android/project/build/outputs/apk, they’re
just not copied to the root build dir.
2015-08-28 08:09:11 +02:00
David Greenspan
3d6cb90d51 bump versions for RC 7 release/METEOR@1.2-rc.7 2015-08-27 15:54:37 -07:00
David Greenspan
b0fec21188 Finish writing History.md material 2015-08-27 15:37:52 -07:00
Martijn Walraven
c2c6a01b16 Change Wiki pages for mobile development installation 2015-08-27 21:06:53 +02:00
David Greenspan
d5d7d33bd6 bump for RC 6 release/METEOR@1.2-rc.6 2015-08-27 10:58:47 -07:00
David Greenspan
a2a8192c35 Add tools/cordova to list of transpiled dirs 2015-08-27 10:46:22 -07:00
Martijn Walraven
425a7a860e Hide now deprecated Cordova commands 2015-08-27 15:53:47 +02:00
Martijn Walraven
9fbde12ea9 Avoid creating an empty cordova-plugins file when upgrading 2015-08-27 14:35:26 +02:00
Martijn Walraven
845bd881e4 Correct a really stupid error that made building mobile apps on OS X impossible 2015-08-27 14:35:12 +02:00
David Greenspan
20db245ace crosswalk has documentation:null release/METEOR@1.2-rc.5 2015-08-26 17:46:04 -07:00
David Greenspan
2e2a573d40 version bumps 2015-08-26 17:39:55 -07:00
David Greenspan
ef9f489b5a bump to RC 5 2015-08-26 17:27:03 -07:00
David Greenspan
e300723916 work on History.md 2015-08-26 17:16:46 -07:00
David Greenspan
2b751b549b Merge branch 'devel' into release-1.2 2015-08-26 17:13:32 -07:00
Sashko Stubailo
45f3133b24 Improve the meteor create experience and fix bugs with existing dir PR 2015-08-26 15:14:21 -07:00
Avital Oliver
f47cf27b27 Revert "Let Meteor.call within observe call server methods."
This reverts commit 1aaea772f2.

Apparently tests fail after this commit. Not sure how that happened.
2015-08-26 14:24:16 -07:00
Avital Oliver
5bf8885534 Revert "Let Meteor.call within observe call server methods."
This reverts commit 1aaea772f2.

Apparently tests fail after this commit. Not sure how that happened.
2015-08-26 14:23:49 -07:00
Avital Oliver
d9fe23bc60 Let Meteor.call within observe call server methods.
Since `observe` callbacks fire synchronously, before this change,
if you run a method on the client that leads to an observe
callback firing, and in that observe callback you call `Meteor.call`,
it would act the same as when you call `Meteor.call` within a method
stub -- that is, it would call the method stub but not send the
method invocation to the server.
2015-08-26 12:38:49 -07:00
Avital Oliver
1aaea772f2 Let Meteor.call within observe call server methods.
Since `observe` callbacks fire synchronously, before this change,
if you run a method on the client that leads to an observe
callback firing, and in that observe callback you call `Meteor.call`,
it would act the same as when you call `Meteor.call` within a method
stub -- that is, it would call the method stub but not send the
method invocation to the server.
2015-08-26 12:38:12 -07:00
Avital Oliver
2efd196d91 Revert "Let Meteor.call within observe call server methods."
This reverts commit b2cb10ef20.

Going to squash and re-commit
2015-08-26 12:35:40 -07:00
Avital Oliver
a80185846a Revert "Glasser code review comments"
This reverts commit a4a92b3f8f.

Going to squash and re-commit
2015-08-26 12:35:19 -07:00
Avital Oliver
a4a92b3f8f Glasser code review comments 2015-08-26 12:32:35 -07:00
Avital Oliver
b2cb10ef20 Let Meteor.call within observe call server methods.
Since `observe` callbacks fire synchronously, before this change,
if you run a method on the client that leads to an observe
callback firing, and in that observe callback you call `Meteor.call`,
it would act the same as when you call `Meteor.call` within a method
stub -- that is, it would call the method stub but not send the
method invocation to the server.
2015-08-26 12:32:35 -07:00
Martijn Walraven
dac019fda8 Add case-insensitive accounts-password utility functions
Since we have added additional constraints to the database around case
sensitivity, we now want to discourage people from working with the Accounts
collection directly and provide an API for changing certain fields in a correct
way.

Methods that do database checks before and after the operation:
  Accounts.setUsername
  Accounts.addEmail
  Accounts.removeEmail

Methods that make sure to use a case-insensitive query to retrieve the user
  Accounts.findUserByUsername
  Accounts.findUserByEmail

PR #5024
2015-08-26 12:07:51 -07:00
Sashko Stubailo
c237c37618 Improve History.md 2015-08-26 11:52:56 -07:00
Sashko Stubailo
09ce102316 Reorg 2015-08-26 11:02:54 -07:00
Sashko Stubailo
f5e9d0c5a4 Line breaks 2015-08-26 10:58:54 -07:00
Martijn Walraven
2caddbfc02 Bump dev bundle version to 0.5.12 2015-08-26 19:27:20 +02:00
Martijn Walraven
b7ef287db5 Update History.md with Cordova changes 2015-08-26 19:26:57 +02:00
Martijn Walraven
e8d4362535 Disable building mobile apps on Windows for now 2015-08-26 19:26:57 +02:00
Martijn Walraven
0ea336424a Clarify some comments 2015-08-26 19:26:57 +02:00
Martijn Walraven
83c64a4a65 Fix upgrader and print more information about Cordova changes 2015-08-26 19:26:56 +02:00
Martijn Walraven
883000a149 Print instructions for launching SDK Manager in android-launch command 2015-08-26 19:26:56 +02:00
Martijn Walraven
4e786ab85d Rename plugins to pluginVersions in CordovaProject#prepareFromAppBundle 2015-08-26 19:26:56 +02:00
Martijn Walraven
b977943f68 Print installation instructions URL if not all requirements are satisfied 2015-08-26 19:26:56 +02:00
Martijn Walraven
7d2cb49b65 Rename installationInstructionsURLForPlatform to installationInstructionsUrlForPlatform 2015-08-26 19:26:56 +02:00
Martijn Walraven
9cb686e3b6 Some renames in tools/cordova/builder.js 2015-08-26 19:26:56 +02:00
Martijn Walraven
7e5a9942c4 Update references in API docs for App object to latest Cordova version 2015-08-26 19:26:56 +02:00
Martijn Walraven
14d301f8ab Add comments and apply better naming to clarify plugins code
In particular, clearly differentiate between plugins (an array of
plugin IDs) and pluginVersions (an object of with id -> version
properties).
2015-08-26 19:26:56 +02:00
Martijn Walraven
e4bb7726ca Make Cordova self-tests pass again 2015-08-26 19:26:56 +02:00