814 Commits

Author SHA1 Message Date
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
David Greenspan
adbd44491c docs wording improvement pass 2012-04-19 12:58:46 -07:00
David Greenspan
2edb152d8a make tests work in IE 6-10, MobileSafari 2012-04-19 12:18:05 -07:00
matt debergalis
7a05b1337a Merge pull request #64 from skalb/devel
Fix Meteor.ui.render example in docs
2012-04-19 10:57:57 -07:00
Sameer Kalburgi
9ebb67a02c Function passed to Meteor.ui.render must return a string. 2012-04-19 10:18:48 -07:00
Josh McArthur
e2eadee1d4 Use correct variable name when logging a less error 2012-04-19 01:57:09 -07:00
matt debergalis
32266f5d09 Merge pull request #62 from milesmatthias/docupdate
Added how to read local docs to README
2012-04-18 23:31:28 -07:00
Jonathan Kingston
d28ed897a5 This is allow any user added script in their header to be able to use the libraries in Meteor. For example including a plugin would have to be always written as a plugin which is probably beyond some users. 2012-04-18 21:40:48 -07:00
Nick Martin
7d269cd9bf Merge branch 'http' into devel 2012-04-18 20:48:48 -07:00