David Greenspan
48264ccafd
Use preferred helper style in docs,apps,packages
2014-09-25 14:56:15 -07:00
David Greenspan
78bb8399d2
Merge branch 'devel' into helper-syntax
2014-09-25 13:55:36 -07:00
David Greenspan
a5ea577287
Merge branch 'deprecate-packages' into devel
2014-09-25 13:55:13 -07:00
David Greenspan
8f707caad9
Rename “showdown” to “markdown”
...
If we want to change markdown implementations in the future, we’ll bump the major version of the package.
2014-09-25 13:54:52 -07:00
David Greenspan
75c473b255
Rename “showdown” to “markdown”
...
If we want to change markdown implementations in the future, we’ll bump the major version of the package.
2014-09-25 13:51:03 -07:00
Emily Stark
0f8ea3597e
On deploy, record package stats after bundling.
...
My theory is that this prevents long-running bundles that don't yield
from interfering with the ServiceConnection to the package stats server.
2014-09-25 12:22:40 -07:00
Sashko Stubailo
9460dcf9f8
Merge branch 'registerBuildPlugin' into devel
...
Conflicts:
docs/client/data.js
2014-09-25 11:47:04 -07:00
Sashko Stubailo
59ed6e5fc4
Re-run doc script to pick up doc changes
2014-09-25 11:45:38 -07:00
Sashko Stubailo
0a9cacaccf
Fix small documentation issues
2014-09-25 11:38:48 -07:00
David Greenspan
32f6edc624
Deprecate amplify,backbone,bootstrap,d3
...
packages/deprecated/README:
```
These packages are no longer actively maintained by MDG. Seek
community alternatives instead.
Note that these packages still exist in atmosphere, and you can still
build a package that depends on one of them by specifying an explicit
package version.
```
Nothing technically prevents us from publishing further versions of these packages (like the ones in packages/non-core).
2014-09-25 11:02:34 -07:00
David Greenspan
170d0bc3bd
Port more helpers to the preferred syntax
2014-09-24 22:18:57 -07:00
David Greenspan
22845b6f11
Port spacebars-tests to new-style helpers
2014-09-24 22:02:57 -07:00
David Greenspan
8407a81b16
Remove stray debugging aid
2014-09-24 19:44:15 -07:00
David Greenspan
a3f3b7b690
Add tests for old-style helper back-compat
2014-09-24 19:04:17 -07:00
David Greenspan
e8ebfe8aae
First cut of deprecating old helper syntax
...
with back-compat.
The “old-style” syntax is `Template.foo.bar = …` instead of `Template.foo.helpers({bar: …})`.
Properties of back-compat to test: You can replace an old-style helper (overwrite it). You can delete an old-style helper. We don’t have to support these capabilities, but we used them both in our test code, so apps probably do it too.
We print a deprecation once per helper. This leads to a lot of warnings! It’s helpful for porting, though developers who for some reason don’t want to port yet may want a way to disable them.
`spacebars-tests` pass.
2014-09-24 18:52:54 -07:00
Justin SB
bc9fb056b3
Fix uglifyJs loading correctly this time
2014-09-24 17:41:30 -07:00
Sashko Stubailo
9608e62050
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-09-24 17:36:05 -07:00
Sashko Stubailo
452842e561
Fix comment about deprecating _wrapAsync
2014-09-24 17:34:40 -07:00
Justin SB
1d931be8a8
Use Npm.require, not require, for uglify-js
2014-09-24 17:17:33 -07:00
David Greenspan
fe5c61104f
Fix falsy helpers (like 0)
2014-09-24 17:02:20 -07:00
David Greenspan
dee69bde0b
Fix some old_spacebars_test tests
...
… so that they test the right thing
2014-09-24 17:02:20 -07:00
Justin SB
46a81c489d
Print debug timings from enterJob, even if not in message capture
2014-09-24 15:53:05 -07:00
Justin SB
0e79787c17
Make 'meteor run' pretty
2014-09-24 15:53:05 -07:00
Justin SB
eae3f638f1
Minify then concatenate
...
This has insignificant cost in terms of final output size;
but it lets us yield and maybe do caching etc
2014-09-24 15:53:05 -07:00
Justin SB
35601acd36
Fix typo
2014-09-24 15:53:05 -07:00
Justin SB
555bd231eb
Change the 'easy' instances of rawLog to use Console
...
Rationalizing logging is definitely a TODO
2014-09-24 15:53:05 -07:00
Justin SB
db10e231a4
Support asymptotic progress bar for constraint solver
...
Until we either can estimate progress or have a spinner...
2014-09-24 15:53:04 -07:00
Slava Kim
8895cc1bd8
Update meteor
2014-09-24 12:07:49 -07:00
Slava Kim
b19b269dc9
Use wrapAsync instead of Future.wrap
2014-09-23 15:00:43 -07:00
Emily Stark
78d5969985
Make end-of-redirect response a blank page.
...
We think this is better than putting un-customizable, un-formattable
text. See #2625 .
2014-09-23 14:38:22 -07:00
Emily Stark
3377cca2f1
Set default Accounts.callLoginMethod argument to {}.
...
This avoids a match failed error and instead gives a more descriptive
"unrecognized options for login request" error. Fixes #2618 .
2014-09-23 14:22:20 -07:00
Emily Stark
ffc65af211
Showdown docs tweaks
...
Fixes #2611 .
2014-09-23 14:21:14 -07:00
Emily Stark
bc89e54d17
Add clarifying sentence to Assets section of docs.
...
Fixes #2594 .
2014-09-23 13:52:28 -07:00
Sashko Stubailo
1de88191c9
Fix typo
2014-09-23 10:26:24 -07:00
Sashko Stubailo
e0b452b5c8
Add link to Wiki, add warning that comments aren't used
2014-09-23 10:22:11 -07:00
Justin SB
b1e6a2a0ae
Cleanup Console code, and make sure we cleanup the poller on exit
...
Not cleaning up the poller was preventing 'meteor mongo' from exiting cleanly
2014-09-23 05:40:29 -07:00
Nick Martin
e90baa1fcc
Also note path changes in the built bundle.
2014-09-23 00:16:37 -07:00
Nick Martin
6cbd06942c
Add note about changing file paths for static assets.
...
This has bitten several people already. Better late than never.
2014-09-23 00:12:03 -07:00
Sashko Stubailo
cf68cd755f
Pass through 'bare' option to compiled js source files
2014-09-22 23:27:08 -07:00
Slava Kim
6397b4918b
Fix the failing logging file parsing test on FF
2014-09-22 23:06:37 -07:00
Sashko Stubailo
abb6ffa66a
Fix incorrect packageName docs
2014-09-22 21:56:21 -07:00
Sashko Stubailo
7cb0f847a5
Fix a big typo
2014-09-22 21:54:40 -07:00
Sashko Stubailo
a8982664c1
Rename back pathForSourceMap
2014-09-22 21:52:47 -07:00
Sashko Stubailo
8f0f924e15
Rename appendDocument to addHtml
2014-09-22 21:43:40 -07:00
Sashko Stubailo
6f81041090
Document arch
...
Fix documentation typo
2014-09-22 21:38:06 -07:00
Sashko Stubailo
c97b0b91cf
Add fullInputPath to public API
2014-09-22 21:37:18 -07:00
Sashko Stubailo
a0624614d3
Fix link
2014-09-22 21:36:57 -07:00
Sashko Stubailo
7f8bd587bf
Consistently name path variables
2014-09-22 21:36:22 -07:00
Sashko Stubailo
53365a45f4
Add newlines between CompileStep methods
2014-09-22 21:02:59 -07:00
Sashko Stubailo
d534efd921
Document Buffer or String argument in addAsset
2014-09-22 21:02:49 -07:00