Nick Martin
f1ca859790
another history tweak.
2013-10-10 12:45:40 -07:00
Nick Martin
008b46ac49
History tweaks.
2013-10-09 20:38:58 -07:00
David Glasser
5453ca480e
Update History and mailmap.
2013-10-09 09:58:57 -07:00
Nick Martin
3798826ac2
Merge branch 'devel' into release-0.6.6
2013-10-08 00:43:55 -07:00
Nick Martin
28082f33e1
Fix issue where login callbacks could be called multiple times on reconnect.
2013-10-08 00:10:33 -07:00
Slava Kim
799dd35319
Merge branch 'minimongo-near' into devel
...
Conflicts:
History.md
LICENSE.txt
2013-10-07 16:55:10 -07:00
Nick Martin
82994d06e4
more history tweaks
2013-10-04 17:55:08 -07:00
David Glasser
a4d96c68b2
Add issue number to History.
2013-10-04 14:19:45 -07:00
Nick Martin
234ae59840
Bump version in history file.
2013-10-04 13:25:19 -07:00
David Glasser
6fcff6d85d
Warn if Accounts.config is only called on the client.
2013-10-04 12:41:45 -07:00
David Glasser
95d8bde496
History.md change for implicit-global-variable rewrite.
...
While I tested that the change (6a836cc ) has no effect on the packages shipped
with Meteor, it's worth mentioning in History.md in case it affects other
packages.
2013-10-04 09:52:00 -07:00
David Glasser
14e93abce3
Use a fork of Uglify again.
2013-10-03 17:06:55 -07:00
David Glasser
0f0542efb1
Replace byline npm module with eachline.
...
Node 0.10-compatible versions of byline (eg 3.1.2) drop empty lines.
2013-10-03 15:52:20 -07:00
David Glasser
26af82fcf0
Upgrade lots of package Npm dependencies.
2013-10-03 15:52:19 -07:00
David Glasser
c03879f780
Upgrade lots of dev bundle NPM modules.
...
Needs a license review.
2013-10-03 15:52:19 -07:00
David Glasser
664339fdb3
Yet another Node version bump: to 0.10.20. Fixes tls read bug.
2013-10-03 15:52:19 -07:00
Nick Martin
d0a6105272
Add USE_JSESSIONID environment variable to turn on jsessionid in sockjs.
2013-10-03 15:38:08 -07:00
Nick Martin
2fd6a2b4d2
tweak History.md
2013-10-03 15:16:43 -07:00
David Glasser
89df75b15e
Add stuff to History.md.
2013-10-02 16:12:13 -07:00
Slava Kim
e127ed25aa
Touch History.md
2013-10-02 15:48:01 -07:00
Naomi Seyfer
67046601ea
Merge branch 'cannonical' into devel
2013-10-02 12:11:37 -07:00
Naomi Seyfer
998e805993
more docs and history.md notes
2013-10-02 12:01:24 -07:00
Emily Stark
be8ac4387f
Rename _logoutAllOthers to logoutOtherClients
2013-10-02 11:35:51 -07:00
David Glasser
009bd2dce2
Add "patches contributed" to History.md.
2013-10-01 18:13:55 -07:00
Slava Kim
bd77b172bd
Rename Accounts option 'restrictCreationByEmail' to 'restrictCreationByEmailDomain'
2013-10-01 17:14:30 -07:00
David Glasser
81d9fdf4e3
Rough draft of History.md additions. Covered all changes through ab59ae2.
...
Includes some XXX notes (some of which are about History.md itself, some of
which are suggestions for things to make sure to address before the next
release).
2013-09-30 19:19:04 -07:00
Slava Kim
008d28c03a
Touch History.md regarding fields projection in minimongo.
2013-09-30 18:04:24 -07:00
Emily Stark
ab59ae2bcb
Add browser-policy to History.md
2013-09-28 18:53:40 -07:00
David Glasser
b86ba7e3da
History.md update for forEach/map arguments.
2013-09-27 19:00:49 -05:00
Nick Martin
3177d9ad41
Use http_proxy environment variable so meteor update and deploy work behind an http proxy.
2013-09-27 15:06:43 -07:00
Nick Martin
eda50d2d1e
add history.md note
2013-09-27 14:38:47 -07:00
Slava Kim
d855e58f92
Implement Accounts.config({ restrictCreationByEmail: 'mit.edu' })
...
- Check email for users created with password or any social account's email
- Throw an error with explanation on bad email domain.
- Set `hd` param for Google Accounts authentication url
- Docs description
- Touch History.md
- Possibly should add it into QA process?
2013-09-26 14:50:55 -07:00
Avital Oliver
bd73b31255
Update History.md for fixing #722
2013-09-24 10:48:55 -07:00
Nick Martin
6452c8b173
update history.
2013-09-23 22:50:43 -07:00
David Glasser
3665b31a82
Remove backwards-compatibility implementation of pre-0.6.5
...
Package.register_extension API.
It didn't even actually work for producing JavaScript files (eg a
coffeescript-like package): see #1410 . Package maintainers should have upgraded
to the more powerful 0.6.5 API by now anyway.
2013-09-12 13:55:15 -07:00
Emily Stark
00a70b7899
Update History.md for token deletion
2013-09-11 13:48:05 -07:00
Nick Martin
9c53643113
Merge branch 'master' into devel
...
Conflicts:
History.md
docs/client/docs.js
2013-08-28 14:16:31 -07:00
Nick Martin
fab6f3fe5d
First pass at history for 0.6.5.1
2013-08-26 20:30:41 -07:00
Emily Stark
9948ba715d
Shorten History.md for mongo dates
2013-08-21 14:21:29 -07:00
Emily Stark
8160ce549b
Merge branch 'isodate-to-mongo' of github.com:ryw/meteor into mongo-dates
...
Conflicts:
History.md
2013-08-21 14:17:29 -07:00
Matty G
28ab8026fd
connectHooks -> connectHandlers
...
Slight typo if I have inspected the code correctly [here](https://github.com/meteor/meteor/blob/devel/packages/webapp/webapp_server.js#L303 ). I fixed the bits in observatory and observatory-apollo as a test case.
2013-08-15 20:31:32 -07:00
Nick Martin
2471dcba7e
remove 'temporarily' in reference to Meteor.disconnect. It's not really temporary.
2013-08-12 23:40:32 -07:00
Geoff Schmidt
5413cddac9
history.md punctuation fix
2013-08-12 18:36:12 -07:00
Geoff Schmidt
b6a67875e6
add api.imply to history.md. also promote
...
`webapp` to a top-level bullet.
2013-08-12 18:10:28 -07:00
Nick Martin
f2b9d0ccc1
History wording tweaks.
2013-08-12 17:12:54 -07:00
David Glasser
fca48342ad
History.md: Re-order "weak" and "unordered"
2013-08-12 13:06:25 -07:00
Nick Martin
ac0bbd99e0
Take a whack at History.md.
2013-08-09 17:52:25 -07:00
Nick Martin
39b879d1e6
update history for new changes.
2013-08-06 16:45:05 -07:00
Nick Martin
cda92d79fa
Add note about is_client and is_server, since tripped me up for an hour.
2013-08-05 20:18:51 -07:00
David Glasser
f872459c48
history notes
2013-08-02 23:19:05 -07:00