Nick Martin
8857ed9909
Use newer npm for fixes to fstream-npm.
2012-04-25 17:20:42 -07:00
Nick Martin
1af36d2643
Stamp built bundles with dev_bundle vno.
2012-04-25 15:26:59 -07:00
Nick Martin
b0af1751c7
Add coffeescript tests.
2012-04-25 13:35:26 -07:00
fivethirty
02abc5711e
remove png handler from bootstrap smart package.
2012-04-25 12:04:07 -07:00
fivethirty
1e0beee917
Serve files with unknown extensions instead of throwing an error.
2012-04-25 12:03:51 -07:00
Mattias Petter Johansson
6db9a51d75
Updated title on the documentation to be more friendly to people that has many tabs open. "Meteor" gets confusing when you have both the documentation, and say, the examples open at the same time, as they are both titled "Meteor".
2012-04-25 13:05:13 +03:00
Jason Giedymin
078cdaf441
Add bare option for compiling CoffeeScript
...
Removes top-level function safety wrapper.
(http://coffeescript.org/#lexical_scope )
2012-04-24 23:03:43 -07:00
matt debergalis
cf59a3609b
s/san-serif/sans-serif/
2012-04-24 18:45:24 -07:00
Nick Martin
53e6a1b2df
Merge branch 'version-bump' into devel
2012-04-23 22:15:32 -07:00
Nick Martin
96fa3dd365
Bump dev bundle vno.
2012-04-23 21:45:42 -07:00
Nick Martin
2887771f4a
Allow backbone on the server also.
...
Also, add json dependency.
2012-04-23 21:45:02 -07:00
Nick Martin
89166c50fb
Upgrade backbone version.
2012-04-23 21:45:02 -07:00
Nick Martin
cd6cbb2397
Reference a different copy of underscore, for consistency.
2012-04-23 21:45:02 -07:00
Nick Martin
82e0a7b4b9
Upgrade all 3 copies of underscore. *sigh*
2012-04-23 21:45:02 -07:00
Nick Martin
d80978edeb
Bump versions of things in dev_bundle.
2012-04-23 20:45:05 -07:00
Nick Martin
8906a2a50b
Remove old socket.io backwards compatibility package.
2012-04-23 20:22:05 -07:00
Nick Martin
f00a8a21fb
Allow native websockets connections to sockjs.
...
This interface will probably change, but enabling this allows people to get started on non-browser DDP clients now.
2012-04-23 19:49:53 -07:00
Gabriel Horner
00117e6fda
Fix Meter.autosubscribe docs example to refer to correct method
2012-04-23 17:50:29 -07:00
Han Dao
1b7f542f11
Allow Meteor install to run inside git submodule
...
when you do something like git submodule add
git@github.com:meteor/meteor.git, the installation script will not
be able to detect that the repos it is in is a git repository. In
a git submodule, the .git is not a directory but merely a file.
2012-04-23 17:43:50 -07:00
David Greenspan
361f22f124
fix http timeout test for IE caching
2012-04-23 13:12:04 -07:00
David Greenspan
9d5d6f2a52
LiveUI tests for current event selector limitations, plus reactive listener cleanup
2012-04-23 13:11:50 -07:00
fivethirty
a6a51cac4f
Adding package.js for Bootstrap.
2012-04-22 15:47:46 -07:00
fivethirty
2a622830a0
Created packages/bootstrap dir and added
...
Bootstrap files.
2012-04-22 15:47:46 -07:00
fivethirty
893cfafd90
Adding support for "img" data type in
...
Bundle.add_resource.
2012-04-22 15:47:45 -07:00
matt debergalis
d86a6b1ced
Add note to add HTTP package to use Meteor.http.
...
Break out the four helper methods into separate API stanzas for a bit
more clarity.
2012-04-22 15:24:30 -07:00
matt debergalis
753d139325
Fix dotted path selector compiler, fixes #71 .
...
Add dotted path test suite.
2012-04-22 13:06:18 -07:00
matt debergalis
c1badda2f0
remove examples nav
2012-04-22 10:26:56 -07:00
Nick Martin
bec7f52312
Bump version number for release.
v0.3.3
2012-04-20 17:19:06 -07:00
Nick Martin
e5fce5bb0a
Fixup version number script.
2012-04-20 17:18:20 -07:00
Nick Martin
10cdd666e8
Merge branch 'licensing' into devel
2012-04-20 17:16:26 -07:00
Nick Martin
a471586515
Also install license file.
2012-04-20 16:37:51 -07:00
Nick Martin
c266ce3170
Change package specs.
2012-04-20 16:37:51 -07:00
Nick Martin
4764dcc859
Update our license.
2012-04-20 16:37:51 -07:00
Nick Martin
d262585332
Merge branch 'refs/heads/madewith' into devel
2012-04-20 16:36:07 -07:00
David Greenspan
e5e1669bd1
new badge
2012-04-20 16:16:23 -07:00
David Greenspan
a1e05e4c25
new badge
2012-04-20 15:36:09 -07:00
Avital Oliver
5ad54a8f04
Namespace collection names
2012-04-20 15:33:36 -07:00
Avital Oliver
10fd13ce46
Updated method name to new camelcase convention
2012-04-20 14:25:05 -07:00
Nick Martin
e7a29036c3
Update CLI test to test project name with spaces.
2012-04-20 13:16:28 -07:00
Avital Oliver
bac8c52e00
Fix z-index of badge; update reference to madewith.meteor.com
2012-04-20 13:10:22 -07:00
matt debergalis
0a7a51d468
madewith WIP
2012-04-20 02:21:11 -07:00
Nick Martin
387f45cb7e
Tone down fuzz tests. This makes tests run _much_ faster.
2012-04-19 23:25:11 -07:00
Nick Martin
53ffdefa3e
Write directly to _collection if we're on the server and are the default server.
...
This makes the collection access limited work better.
2012-04-19 23:24:51 -07:00
matt debergalis
4889a6d18e
Make collection.remove() a no-op on client
...
This matches the server behavior. It's dangerously easy to accidently
pass a falsey selector to remove. To really remove all documents in a
collection, explicitly pass the {} selector.
2012-04-19 16:15:54 -07:00
Nick Martin
ddc2b0e5dd
Docs tweak.
2012-04-19 16:07:04 -07:00
Nick Martin
88923f208b
Merge branch 'http2' into devel
2012-04-19 15:42:22 -07:00
Nick Martin
3afa5fd9ca
Update docs for http changes.
2012-04-19 15:39:00 -07:00
Nick Martin
c70c96c628
Change methods on httpcall to be raw data fields. Only parse data as JSON if content-type is set correctly.
2012-04-19 15:39:00 -07:00
Nick Martin
a6da0da862
Add helper functions for common cases.
2012-04-19 15:39:00 -07:00
Nick Martin
47b9ae1f98
Add hash of file as query param to non-cacheable files. Fix for issue #59 .
2012-04-19 13:46:20 -07:00