David Glasser
5b2c55fe33
Update history
2014-06-18 16:15:43 -07:00
Fredric Endrerud
722b666ab6
Upgrade Less from 1.6.1 to 1.7.1
2014-06-18 16:12:10 -07:00
Matthew Arbesfeld
759d5797ad
Fix quotes in History.md
2014-06-17 13:55:53 -07:00
Matthew Arbesfeld
25dc9d93f4
Update History.md with 'UI._parentData(n)'.
2014-06-17 13:49:21 -07:00
Matthew Arbesfeld
0a7b1b6acb
Adds UI._parentData(n) method in template helpers.
...
This method returns the parent data context which surrounds the
helper call. This mirrors the effect of {{..}} in Spacebars. So
UI._parentData(2) is equivalent to {{../..}}.
2014-06-17 12:26:48 -07:00
Slava Kim
71d228f14f
Merge branch 'server-source-maps' into devel
...
Enables the support for source maps for the server-side code.
It is very useful when toolings like node-inspector or node-profiler are used.
2014-06-17 00:29:45 -07:00
Slava Kim
4dfcba8bdc
Update the comment
2014-06-16 19:36:52 -07:00
Slava Kim
7258643fbf
For files with source maps, use absolute paths map the stack-trace. If no source
...
map found, don't bother.
2014-06-16 19:32:58 -07:00
Slava Kim
21c4caf2f7
Resolve paths with path.resolve
2014-06-16 19:22:33 -07:00
Slava Kim
f6084927f9
Prefer += operator for strings concatenation to String#concat
2014-06-16 19:22:10 -07:00
Slava Kim
36004dc435
Use the filepath from builder in the sourceMappingURL ref
2014-06-16 19:20:19 -07:00
Emily Stark
55b622e6ba
Merge branch 'dev-bundle-0.3.38' into devel
2014-06-16 18:17:53 -07:00
Emily Stark
1180597f06
bump dev bundle; upgrade node
2014-06-16 18:17:21 -07:00
Slava Kim
d59ab1850d
Reference source-map in the server-side code's source
...
It is not needed for mapped stack-traces but is necessary for node-inspector.
2014-06-15 16:02:22 -07:00
Slava Kim
c8a5800cf0
boot.js passes the absolute path to the loaded source
...
relative paths confuse node-inspector and possibly other tools
2014-06-15 15:55:09 -07:00
Slava Kim
4a5f2d544c
Change wording
2014-06-13 15:28:07 -07:00
Slava Kim
f6b8549adc
Remove useless stacktrace from error reporting, add the method name
2014-06-13 15:23:25 -07:00
Slava Kim
cde31045a2
Don't swallow the error from the method invocation in case when user didn't
...
submit a callback.
2014-06-13 14:58:58 -07:00
Emily Stark
eb4ad2c566
Remove deploy-examples.
...
Moving it to automated-unit-tests
2014-06-12 19:19:36 -07:00
Emily Stark
8d1086aa74
Add spiderable test to deploy-examples
2014-06-12 19:14:49 -07:00
Matthew Arbesfeld
83132a921f
Remove unecessary import from less_tests
2014-06-11 17:25:31 -07:00
Emily Stark
c87613378b
Use 'protocol' property to detect javascript: URLs.
...
This strategy works in Safari 4, unlike what we were doing previously.
2014-06-11 15:09:40 -07:00
David Glasser
03aadebf55
followup to 4acfc5c6
2014-06-11 12:30:30 -07:00
Emily Stark
5e0c9923d4
Update mailmap/history
release/0.8.2-rc0
2014-06-10 21:10:50 -07:00
Emily Stark
89d8f41156
Update History
2014-06-10 20:59:19 -07:00
Maxime Quandalle
f65451e196
Upgrade Stylus from 0.42.3 to 0.46.3
2014-06-10 17:28:17 -07:00
David Glasser
2a8da041e7
Merge branch 'pr/2215' into devel
2014-06-10 17:11:49 -07:00
David Glasser
31a5f4014f
Improve comment and message
...
Make sure that it shows you that it added '.meteor.com'.
2014-06-10 17:10:34 -07:00
J. Bruni
ab5c2513cd
Show meaningful deploy error message for long hostname
...
https://github.com/meteor/meteor/issues/1208#issuecomment-45158503
2014-06-10 17:05:28 -07:00
Frederico Carvalho
4acfc5c6ff
before passing 'user' to email template functions, update with new token information
2014-06-10 16:59:51 -07:00
Tim Phillips
b3d7434e06
Add command line h1 to docs
...
Remove unused template
2014-06-10 16:40:26 -07:00
Emily Stark
31a0db621f
Add History entry for bcrypt
2014-06-10 16:04:19 -07:00
Emily Stark
1ce98b5e02
Add History entry for userEmail option
2014-06-10 15:39:06 -07:00
Emily Stark
05bfdc297e
Merge branch 'pr/2183' into devel
2014-06-10 15:17:24 -07:00
Emily Stark
ab6091ef43
Add docs for Meteor.loginWithMDA userEmail option.
2014-06-10 15:11:23 -07:00
David Greenspan
832f3bab02
Test the interpretation of event map selectors
...
If you listen on “div p”, for example, both the div and the p have to be in the template.
2014-06-10 14:51:58 -07:00
Matthew Arbesfeld
c346568cef
Update StyleAttributeHandler to prevent conflicts in css styles. This fix will ensure that Blaze and external javascript cannot both set the same property on an element. If both Blaze and external javascript modify the same property, then the most recent modification will win.
2014-06-10 11:33:33 -07:00
Matthew Arbesfeld
5ab3fbc17e
Allow external CSS style attributes to interop with Blaze style attributes. This fixes cases where jQuery calls .hide() or .show() on an element which also has a Blaze defined dynamic attribute.
2014-06-10 11:05:43 -07:00
Cangit
dbca6908f3
Don't decrement the line number in LESS error reporting.
...
LESS fixed their math problem in 1.6.0
2014-06-10 09:45:03 -07:00
Emily Stark
1638ca0e1b
Merge branch 'srp-to-bcrypt' into devel
2014-06-09 20:46:55 -07:00
Emily Stark
d61a676ac3
Extract number of bcrypt rounds to top of file
2014-06-09 20:43:40 -07:00
Emily Stark
e1669f464c
Remove 'plaintextPassword'.
...
'password' can always be either a string or an object (indicating that
it's been hashed already with something). When the server receives a
string, it hashes it with SHA256 before bcrypt.
2014-06-09 20:42:49 -07:00
Emily Stark
55cecde404
Make an error message nicer
2014-06-09 20:42:49 -07:00
Emily Stark
254075587c
Nick code review items (mostly comments)
2014-06-09 20:42:49 -07:00
Andrew Wilcox
338ede1266
code review II
2014-06-09 20:42:49 -07:00
Andrew Wilcox
ef697a6fa7
code review items
2014-06-09 20:42:49 -07:00
Andrew Wilcox
644dde0382
account data is no longer used for the srp challenge
2014-06-09 20:42:48 -07:00
Andrew Wilcox
b567046300
Migrate from SRP to bcrypt.
...
See the spec https://meteor.hackpad.com/SRP-bcrypt-J5mdBojeVfe for
details.
2014-06-09 20:42:48 -07:00
Emily Stark
f6cb154770
Make sure autoruns for {{#with}} get cleaned up.
...
Related to #2145 , #2023 , #2031 .
2014-06-09 19:13:23 -07:00
Avital Oliver
6aba501e46
Fix ui hooks tests on IE
2014-06-09 18:10:02 -07:00