Commit Graph

1417 Commits

Author SHA1 Message Date
Avital Oliver
a7beebcd17 Add an XXX 2012-09-06 12:33:59 -07:00
Nick Martin
02cf89a54b Fixups for spark merge. 2012-09-04 14:03:47 -07:00
Nick Martin
c514341df8 Merge branch 'master' into auth
Conflicts:
	.gitignore
	examples/todos/client/todos.js
2012-09-04 00:42:35 -07:00
Nick Martin
8f4045c1b9 Bump version number for release. v0.4.0 2012-08-30 21:00:42 -07:00
Nick Martin
41136df962 Add a couple more things to the changelog. 2012-08-30 20:01:57 -07:00
Nick Martin
5a06b8ad12 More docs tweaks. 2012-08-30 18:04:32 -07:00
David Greenspan
5d34cdf1d2 tmpldecl => template in URL fragments 2012-08-30 15:05:41 -07:00
Nick Martin
b3ed049371 Slight reformatting. 2012-08-30 13:48:20 -07:00
David Greenspan
43e2562967 depend on Sizzle, not jQuery 2012-08-30 13:26:04 -07:00
Nick Martin
2430036f6c Update changelog with changes for release. 2012-08-30 12:44:23 -07:00
David Greenspan
4664e0f506 Don't leak deps from template callbacks (fix #306) 2012-08-30 11:42:46 -07:00
Nick Martin
313d84d64d Add d3 to license file. We're distributing it with our example source code. 2012-08-29 21:39:30 -07:00
Tom Coleman
2b7557472d Fixed problem with LocalCollection._deepcopy destroying dates.
In the browser, `deepcopy` seemed to be successfully cloning dates, but server-side this was not the case. Commit b21da0f274 introduced a `deepcopy` to the process of pulling data out of mongo, so this is needed. Fixes #295
2012-08-29 21:26:39 -07:00
David Greenspan
206f3dbfd8 Merge branch 'spark' into devel
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-08-29 21:04:10 -07:00
David Greenspan
e0b84cd87c use preserve in todos example 2012-08-29 21:02:31 -07:00
Nick Martin
6b86b82883 Merge branch 'spark-docs' into spark 2012-08-29 20:58:43 -07:00
David Greenspan
e4a5cb6db1 isolate 2012-08-29 20:34:37 -07:00
David Greenspan
3423aee12c constant regions 2012-08-29 20:07:48 -07:00
David Greenspan
b557de261e render/renderList, delete old Meteor.ui 2012-08-29 19:04:37 -07:00
David Greenspan
1de8e506a2 preserve 2012-08-29 18:05:40 -07:00
Nick Martin
c839cc137c Replace or reword references to Meteor.ui 2012-08-29 18:00:17 -07:00
Nick Martin
ee3bd696fe Move flush to deps. Not the best place for it, but better than core. 2012-08-29 18:00:17 -07:00
David Greenspan
5b03c1f5fb events, helpers 2012-08-29 17:25:24 -07:00
David Greenspan
9c566c9788 template instances 2012-08-29 16:41:18 -07:00
Nick Martin
df7a24b6cc Make document structure match navbar, adding needed api boxes, etc. 2012-08-29 16:37:26 -07:00
David Greenspan
d1e56cd94f good nav 2012-08-29 15:38:49 -07:00
David Greenspan
c42070451f more template docs 2012-08-29 14:47:08 -07:00
Nick Martin
3fccd63b0b Typo. Fixes #304. 2012-08-28 15:00:09 -07:00
David Greenspan
238cfd9a88 tweaks 2012-08-28 13:11:07 -07:00
David Greenspan
2fd4e4c5c1 more Template work 2012-08-28 13:11:07 -07:00
David Greenspan
bdb89d8c55 Create "Templates" section 2012-08-28 13:11:07 -07:00
David Greenspan
c758bbb164 Move Meteor.flush to Core 2012-08-28 13:11:07 -07:00
David Greenspan
76984e87ac Further hack docs Markdown for Spark 2012-08-28 13:11:07 -07:00
Nick Martin
6f8f08714b Merge branch 'devel' into spark 2012-08-27 13:48:45 -07:00
Nick Martin
9e341f95e8 Merge branch 'auth-twitter' into auth 2012-08-24 14:52:09 -07:00
Avital Oliver
b9c3805f62 Code review changes + Configure todos to not require email so that Twitter login works 2012-08-24 12:25:31 -07:00
Avital Oliver
a2eda047fe A big refactor and cleanup on oauth{1,2} and twitter login 2012-08-24 12:25:31 -07:00
Mike Bannister
b6ec3d59d4 Tests for oauth1 2012-08-24 12:25:31 -07:00
Mike Bannister
5d6230fb59 Removed automagic _ prefix in ensureConfigured 2012-08-24 12:25:31 -07:00
Avital Oliver
0405b2e2e1 Squashed merge of Mike Bannister's code review changes 2012-08-24 12:25:31 -07:00
Mike Bannister
8297e39510 Move rendering oauth results to common spot 2012-08-24 12:25:31 -07:00
Mike Bannister
3be22008f0 Removed XXX comment similar to comment address by previous commit 2012-08-24 12:25:31 -07:00
Mike Bannister
4bb3072361 Handle oauth 1 & 2 errors in common spot 2012-08-24 12:25:31 -07:00
Avital Oliver
8fa9ff0114 Clarify comment 2012-08-24 12:25:31 -07:00
Avital Oliver
9844a169e7 Unbreak failing OAuth2 tests 2012-08-24 12:25:31 -07:00
Avital Oliver
98c364338f Various resturcturing of the relationship between the different oauth packages 2012-08-24 12:25:28 -07:00
Mike Bannister
6b914593ae record oauth1 access token secret 2012-08-24 12:24:54 -07:00
Mike Bannister
56399c2755 refactoring and reverting back to using clientId internally for weibo and google 2012-08-24 12:24:54 -07:00
Mike Bannister
a352ff2524 move oauth1 signing code into accounts-oauth1-helper 2012-08-24 12:24:53 -07:00
Mike Bannister
e14e7b7b82 restore sanity to oauth req handlers 2012-08-24 12:24:53 -07:00