David Glasser
f40b7b03c0
Update version number for 0.4.1.
...
This will be the commit that 0.4.1 is released from. If the initial release
candidate fails QA, this commit will be reverted.
2012-09-18 10:49:40 -07:00
David Glasser
d1467c983d
Revert "Update version number for 0.4.1."
...
This reverts commit 8ddcc21a0e .
More changes are necessary to History.md.
2012-09-18 10:21:26 -07:00
David Glasser
8ddcc21a0e
Update version number for 0.4.1.
...
This will be the commit that 0.4.1 is released from. If the initial release
candidate fails QA, this commit will be reverted.
2012-09-17 23:38:51 -07:00
David Glasser
5e622215ba
Change all publicly documented APIs to use camelCase.
...
For now, the old names still work as well.
This includes:
- Meteor.isServer/isClient
- this.isSimulation in methods
- Context.onInvalidate
- Meteor.status().retryCount/retryTime
Remove old backwards-compatibility "Sky" alias for "Meteor".
Update all examples in the docs to use camelCase.
Delete unused docs/client/projects.html file.
2012-09-17 14:26:45 -07:00
David Glasser
f340c35c02
Basic email support.
2012-09-14 18:38:29 -07:00
Tom Coleman
123f17833e
A package directory MUST contain a package.js
...
So we know for sure after calling `get_package_dir` that we can then read the `package.js` file without things exploding.
2012-09-13 19:24:39 -07:00
Tom Coleman
e05e938d70
Throw a helpful error if we can't find a package.
2012-09-13 10:09:31 +10:00
David Glasser
2ac2ffd427
Merge pull request #326 from xenolf/fix-add_resource-doc
...
fixed documentation for add_resource
2012-09-07 14:25:59 -07:00
azhwkd
29a00b92c9
fixed documentation for add_resource
...
Extended the documentation to mention the "static" type.
2012-09-07 23:03:17 +02:00
Nick Martin
c7584cdc75
Merge branch 'node-0.8' into devel
2012-09-06 20:35:13 -07:00
David Glasser
6cc67f4373
Packages should be able to both have tests and register extensions.
2012-09-06 12:13:30 -07:00
Nick Martin
9e5c1fc15e
Change password prompt to be emacs-friendly.
2012-09-04 21:26:09 -07:00
Nick Martin
64bd3f782d
Clean up hack to node.
...
- clarify comments.
- setNonBlocking -> setBlocking
- add extra safety when calling on a stock node
2012-09-04 21:26:09 -07:00
David Greenspan
9add20292d
Fix password prompts
2012-08-31 19:18:49 -07:00
David Greenspan
73ba7d1db1
Fix "meteor mongo" and behavior in the Emacs shell
...
Monkey-patches Node. This is super ugly!
2012-08-31 19:08:57 -07:00
Nick Martin
44f3e94c7f
Replace tty.setRawMode with process.stdin.setRawMode.
2012-08-31 14:05:51 -07:00
Nick Martin
70e82dd5f9
Replace path.existsSync with fs.existsSync
2012-08-31 14:04:06 -07:00
Nick Martin
8f4045c1b9
Bump version number for release.
2012-08-30 21:00:42 -07:00
Nick Martin
6f8f08714b
Merge branch 'devel' into spark
2012-08-27 13:48:45 -07:00
Avital Oliver
67a6fe0f8f
Merge branch 'package_support' of git://github.com/tmeasday/meteor into packages
2012-08-20 16:16:26 -07:00
Nick Martin
46d296450c
Merge branch 'absolute-url' into devel
2012-08-17 14:16:12 -07:00
David Glasser
eae1e2b213
meteor run: Don't miss LISTENING if there's other stuff on stdout
2012-08-17 14:00:45 -07:00
Nick Martin
1df6b74ada
Feedback from review.
2012-08-16 21:16:31 -07:00
Nick Martin
f18b58763b
Initial absolute-url package.
2012-08-15 23:28:51 -07:00
David Glasser
7e872afa88
Allow deploy host to be specified in environment.
2012-08-15 21:03:00 -07:00
Geoff Schmidt
0241f84b56
clean up the demo
2012-08-15 20:42:50 -07:00
David Greenspan
01c7afea5f
Merge branch 'master' into spark
...
Include 0.3.9 changes in spark branch (which my have public followers)
2012-08-13 14:55:31 -07:00
Nick Martin
92b848fe1a
Update version for release 0.3.9.
2012-08-07 23:02:12 -07:00
Nick Martin
f5415248cb
Deploy over SSL.
...
Missed this in the ssl pass last release.
2012-08-06 16:54:13 -07:00
Geoff Schmidt
c6ec5b1673
leaderboard and todos run on spark!! rough cut.
2012-08-03 12:53:03 -07:00
Avital Oliver
a2d5bfa6db
Allow packages to hook in before app html serving. Cherry picked from auth branch.
2012-07-20 19:35:48 -07:00
David Greenspan
ac06cbb4b6
typo in error msg
2012-07-17 20:23:33 -07:00
Nick Martin
0753581022
Move "Upgrade complete." to the end of the output, not the beginning.
2012-07-16 12:27:38 -07:00
Nick Martin
7510b8430e
Bump version number for release!
2012-07-12 22:10:40 -07:00
Nick Martin
bb3bc2049f
Up keepalive timeout.
...
This will cause it to take a little longer before an abandoned server dies and frees it's port, but should reduce accidental deaths when the supervising process is backlogged.
2012-07-12 13:55:05 -07:00
Tom Coleman
014884aa5c
Changed it so you provide a list of dirs to search for packages in.
...
Seems more consistent with the way that other projects do it. Plus it makes list / add / remove work better.
2012-07-05 16:40:09 +10:00
Tom Coleman
77959b1918
Altered get_package_dir to search env.PACKAGE_DIRS
2012-07-05 16:06:17 +10:00
Nick Martin
63ff7a2b73
Merge branch 'ssl' into devel
2012-06-28 19:43:36 -07:00
Nick Martin
2d619a4930
Use https to get the updater manifest, now that we serve it via https.
2012-06-27 18:14:46 -07:00
Avital Oliver
b02f985731
Use fs.watchFile instead of fs.watch
...
fs.watch doesn't play well with vim
2012-06-26 15:44:22 -07:00
Nick Martin
a248f0ff28
Allowing passing in a default DDP endpoint as an environment variable.
2012-06-26 15:14:30 -07:00
Nick Martin
69f8121b88
Don't serve app_html for robots.txt. Allow robots on docs site.
2012-06-25 14:00:30 -07:00
Nick Martin
b763257929
Print changelog on upgrade. Also, set NODE_PATH for post-upgrade script to make life easier in the future.
2012-06-20 00:08:35 -07:00
Islam Sharabash
eb8a847c06
check static cacheable dir exists before using gzippo
2012-06-19 17:01:25 -07:00
Nick Martin
eca3b91375
Bump version number.
2012-06-06 21:26:20 -07:00
Avital Oliver
401a2f05fd
Bump version to 0.3.6
2012-05-16 18:01:36 -07:00
matt debergalis
26cf9dce2b
fix unsupported.html message.
2012-05-05 14:39:07 -07:00
Avital Oliver
2ca10b188b
On local development server, proxy websocket requests to inner server
...
If the server is not listening, buffer the request as we do for regular HTTP requests
2012-05-01 15:38:15 -07:00
Nick Martin
ef9f956786
Version bump for 0.3.5 release.
2012-04-28 13:55:44 -07:00
Nick Martin
bf46f04024
Bump version number for release.
2012-04-27 18:03:26 -07:00