Commit Graph

5015 Commits

Author SHA1 Message Date
David Greenspan
3f93c386ce _.each doesn't work on false all of a sudden
(but still works on `null`)
2013-10-07 10:28:23 -07:00
David Greenspan
2378cbfbdc Merge branch 'devel' into shark 2013-10-07 10:25:20 -07:00
David Greenspan
5a99b948d2 fix login buttons 2013-10-05 18:17:17 -07:00
David Greenspan
287f7ab1f3 fix keyword args 2013-10-05 18:01:18 -07:00
David Greenspan
7cebd55c7f Fix dots in mustaches by rewriting Spacebars.index
Also comment out failing old tests in "spacebars" package
2013-10-05 16:57:15 -07:00
David Greenspan
5eeabd985c fix typos in tests 2013-10-05 15:14:26 -07:00
David Greenspan
c9bcc67dfb remove duplicate copy of component.withData 2013-10-05 11:16:17 -07:00
Avital Oliver
2bca593ee3 minor comment change 2013-10-04 22:52:14 -07:00
Avital Oliver
67844275b3 accounts-ui-viewer partially running
* introduced `withData` on components to allow
  passing data without being exposed to the OO
  model
2013-10-04 22:40:34 -07:00
Avital Oliver
599778a791 block helper calling syntax
notably, only applies when the block helper is a component
rather than a function. so this works for built-in block helpers
such as {{#if}}.
2013-10-04 22:21:58 -07:00
Avital Oliver
2c727f0dbc {{loginButtons}} -> {{> loginButtons}} 2013-10-04 22:20:53 -07:00
Avital Oliver
1af3de105c remove call to Template.X.preserve 2013-10-04 22:20:52 -07:00
David Greenspan
c7c10c7abe start of another test 2013-10-04 20:55:48 -07:00
David Greenspan
71feaaaf8b Spacebars.index comment 2013-10-04 20:41:58 -07:00
David Greenspan
1d721aba43 more comments 2013-10-04 20:09:04 -07:00
David Greenspan
8736e25a41 add comment 2013-10-04 20:02:06 -07:00
Geoff Schmidt
c2b2deb0d6 parties example: force selection to an actually-existing party.
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
2013-10-04 18:19:57 -07:00
David Glasser
c604a8dd80 Rename warehouse S3 bucket to be SSL-compatible. 2013-10-04 15:49:27 -07:00
David Greenspan
f72e0fdeb9 typo in test name 2013-10-04 15:40:47 -07:00
David Greenspan
d31b82e4db XXX comments explaining next step 2013-10-04 15:40:43 -07:00
David Greenspan
25764255ff fix component invocations, make dynamic (wip)
TODO next:
- fix keyword args when foo's a function
  - pass them to function not template
  - evaluate them
- back-compat block helper calling convention
2013-10-04 15:29:37 -07:00
Avital Oliver
17129ee45a fix docs modulo block helpers args (i think) 2013-10-04 13:56:03 -07:00
David Greenspan
ccdeb0c141 test triple stache 2013-10-04 13:09:21 -07:00
David Glasser
52e59350db Minor refactorings to restrictCreationByEmailDomain:
- test all emails if there is more than one (instead of relying on
  accounts-password to only set one)
- simplify boolean logic
- typo fix
2013-10-04 12:47:16 -07:00
David Glasser
38ed624909 Don't do Google domain redirect if restrictCreationByEmailDomain is function. 2013-10-04 12:46:17 -07:00
David Glasser
6fcff6d85d Warn if Accounts.config is only called on the client. 2013-10-04 12:41:45 -07:00
David Greenspan
932075eacb fix helpers, dynamic attributes; tests 2013-10-04 12:36:52 -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
94c7833c82 Delete unused JSAnalyze.findGlobalDottedRefs.
Because it is currently unused and was the only direct use of the 'estraverse'
module, it seems better to minimize the number of dependencies shipped with
Meteor. Admittedly, estraverse is still a dependency of escope, but if we
upgrade escope to a version that has a more specific version requirement for
estraverse that conflicts with our Npm.depends, we'll be shipping two copies for
no reason.
2013-10-04 09:46:48 -07:00
David Glasser
6a836cca94 Use escope's native implicit global variable search code instead of our own.
That code was buggy when we first wrote linker; we reported the bugs and the
maintainer fixed it. Yay!
2013-10-04 09:31:58 -07:00
David Glasser
7864aa77a1 Update LICENSE.txt. 2013-10-03 19:46:10 -07:00
David Glasser
248139c2bc Merge branch '066-more-upgrades' into devel 2013-10-03 17:42:50 -07:00
David Glasser
14e93abce3 Use a fork of Uglify again. 2013-10-03 17:06:55 -07:00
David Glasser
8062d65730 Update for new 'keypress' API. 2013-10-03 16:59:44 -07:00
David Greenspan
7e5dcedb30 try to fix "template" argument in event handlers 2013-10-03 16:22:38 -07:00
David Greenspan
d35461a4fd spacebars-tests package
for tests that use templates, which can't be included in the spacebars package for reasons having to do with package building/linking and circular dependencies
2013-10-03 16:22:38 -07:00
David Greenspan
09ffdff30b remove unused code in "templating" package 2013-10-03 16:22:38 -07:00
David Greenspan
d978f6639b remove whitespace 2013-10-03 16:22:38 -07:00
David Greenspan
c7dcc75d70 remove old package dependencies of accounts-ui
… which shouldn't be necessary
2013-10-03 16:22:37 -07:00
David Greenspan
6e5d73d181 fix html_scanner tests a little bit 2013-10-03 16:22:37 -07:00
David Glasser
741ad1d1d6 one more dev bundle version bump (for byline->eachline) 2013-10-03 15:52:20 -07:00
David Glasser
ee220b1da7 fix cli-test 2013-10-03 15:52:20 -07:00
David Glasser
6528f9eef7 Avoid calling _.each on numbers (Underscore 1.5.2 doesn't like it).
Simplify NaN detection.
2013-10-03 15:52:20 -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
ceb37b48c6 Shrinkwrap update. 2013-10-03 15:52:19 -07:00
David Glasser
000c5f3a9b Whoops, forgot to increment the dev bundle version number. 2013-10-03 15:52:19 -07:00
David Glasser
85a42e908c remove outdated comment 2013-10-03 15:52:19 -07:00
David Glasser
60d5566763 http-proxy is called http-proxy again. 2013-10-03 15:52:19 -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