745 Commits

Author SHA1 Message Date
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
David Greenspan
cde4a4abd2 First pass at HTTP docs. 2012-04-18 20:46:47 -07:00
David Greenspan
0f2673ff9c initial commit of HTTP package 2012-04-18 19:43:27 -07:00
Nick Martin
e1a557f1c0 Merge branch 'test-fixups' into devel 2012-04-18 18:26:02 -07:00
David Greenspan
d7fe7c95cb have test driver report FAIL if exception anywhere 2012-04-18 18:23:18 -07:00
Nick Martin
e68f9d113c Remove old busted selenium tests, and move cli tests out of the way.
This way people aren't confused by a mostly empty 'tests' dir.
2012-04-17 23:30:30 -07:00
David Greenspan
b3bdb87895 async_multi: catch exceptions in expect, prevent multi-fail 2012-04-17 20:13:22 -07:00
David Greenspan
a7725473e1 fix async test report order on exception 2012-04-17 20:13:22 -07:00
David Greenspan
4bd98aa38a tinytest/run method now threads the write fence more than before 2012-04-17 20:13:22 -07:00
David Greenspan
b7d9397f45 added var 2012-04-17 20:13:22 -07:00
Nick Martin
ce1f551a86 Fix typo in tinytest. 2012-04-17 20:13:22 -07:00
David Greenspan
d734492e59 gitignore .meteor directories in packages 2012-04-17 20:02:00 -07:00
matt debergalis
632dfe3323 Merge pull request #56 from bobbywarner/jqueryUpdate2
updated jquery from 1.7.1 to 1.7.2
2012-04-17 00:07:30 -07:00
Bobby Warner
29019d5843 updated jquery from 1.7.1 to 1.7.2 2012-04-17 01:07:48 -05:00
matt debergalis
0f4fa81d77 Merge pull request #52 from shama/docs-typos
docs: typo fixes
2012-04-16 19:47:36 -07:00
matt debergalis
e6b1be3296 Merge remote-tracking branch 'pull/patch-3' into devel 2012-04-16 16:57:34 -07:00
matt debergalis
647fccfb1e Merge remote-tracking branch 'pull/patch-5' into devel 2012-04-16 16:57:20 -07:00
matt debergalis
deb7895ca0 Merge remote-tracking branches 'pull/patch-1', 'pull/patch-2' and 'pull/patch-6' into devel 2012-04-16 16:55:40 -07:00
David Greenspan
1969148071 remove accidentally-committed line 2012-04-16 15:56:32 -07:00
David Greenspan
70b1b8182d Merge branch 'david-textinput' into devel 2012-04-16 15:35:47 -07:00