Commit Graph

22356 Commits

Author SHA1 Message Date
David Greenspan
f6aabffab3 port all packages to new Deps (tests pass) 2013-02-25 17:52:51 -08:00
Naomi Seyfer
df56063632 remove debugger line 2013-02-25 16:41:10 -08:00
David Greenspan
58fde14bea wip; wrote Deps, now change callers 2013-02-25 16:15:43 -08:00
David Glasser
5bdb378f8d Add kexec and shell-quote for version springboarding on the engine branch. 2013-02-25 13:41:13 -08:00
David Greenspan
939aef972f avoid creating dependency on underscore 2013-02-25 12:29:20 -08:00
Graeme Pyle
3c16c146d3 Force source URLs to be hyperlinks in stack traces in browser consoles
See https://github.com/meteor/meteor/issues/725#issuecomment-13940222
2013-02-25 12:20:56 -08:00
Naomi Seyfer
bcc675e40a There only restriction on what you can stick in your Mongo database is now
"EJSON-able"

Merge branch 'all-types-mongo' into devel
2013-02-25 10:42:13 -08:00
Naomi Seyfer
2e56c3ac6b Merge remote-tracking branch 'origin/devel' into all-types-mongo 2013-02-25 10:39:58 -08:00
Naomi Seyfer
82945945b7 use EJSON as the prefix instead of a space 2013-02-25 10:39:24 -08:00
Andrew Wilcox
f72f366e20 appcache docs and tweak warning message 2013-02-22 18:38:41 -08:00
Naomi Seyfer
404ec3c998 accidentally had left in a debugger call 2013-02-22 16:21:06 -08:00
Naomi Seyfer
cc5ef1b90d Removed all restrictions on EJSON types in MongoDB 2013-02-22 16:14:41 -08:00
Naomi Seyfer
a0c3ff709a Fixed {$type: 5} selectors on old browsers 2013-02-22 14:28:05 -08:00
David Greenspan
8a5db13f90 regression test for #724 2013-02-22 14:04:33 -08:00
David Greenspan
a102deee80 fix logic bug in template branch matching 2013-02-22 13:26:09 -08:00
Naomi Seyfer
a39401add1 fixed extra changed message for ordered too; history.md description 2013-02-22 13:14:21 -08:00
Naomi Seyfer
e4bd63b397 ObserveChanges stop sending empty changed() event in some cases 2013-02-22 13:02:50 -08:00
Andrew Wilcox
87eb5c708a Also add static resources from packages to the manifest.
Static resources (such as images) added by packages weren't getting
added to the manifest.  This meant that e.g. the bootstrap glyph icons
weren't available offline.
(Fixes https://github.com/awwx/meteor-appcache/issues/1)
2013-02-21 18:41:53 -08:00
Andrew Wilcox
43282254a1 Fix syntax error in appcache-server.
Ouch.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
2500312cd5 Allow static resources to be configured as online only.
Add a route policy type "static-online" for files in public/ that
shouldn't be cached offline.

Put "static-online" files in the manifest NETWORK section instead of
in the CACHE section.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
1be9a4989c Depends on PR 685 (the appcache package).
Enable the app cache for docs.

Move the "forkme" image to public/ so that it is available offline.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
1bbbe2901f add missing semicolon 2013-02-21 18:41:53 -08:00
Andrew Wilcox
6ed6e8ce17 appcache code review changes 2013-02-21 18:41:53 -08:00
Andrew Wilcox
6bea9656d6 Avoid calling readFileSync at runtime. 2013-02-21 18:41:53 -08:00
Andrew Wilcox
9c55aeeb97 appcache package
This code depends on PR 680.  In addition, the docs include a link to
the proposed AppCache wiki page.

Adds the appcache smart package and associated documentation.

QA notes are in packages/appcache/QA.md (Is this a good place to put
them?)
2013-02-21 18:41:53 -08:00
Naomi Seyfer
d923e9e92b move time icon always to front of button 2013-02-21 17:24:37 -08:00
Naomi Seyfer
7ad9944598 Added a rerun-scheduled indicator 2013-02-21 17:21:18 -08:00
Naomi Seyfer
bed981f4b0 Fixed conflict merging with devel 2013-02-21 16:31:21 -08:00
Nick Martin
4b537b026f Merge branch 'master' into devel
Conflicts:
	History.md
2013-02-21 15:30:45 -08:00
Nick Martin
2d8b41a87c Merge branch 'release-0.5.7' 2013-02-21 15:28:58 -08:00
Naomi Seyfer
7b1bf062b9 Hopefully fix slow tests. Shallow copy on types we swizzle in&out of mongo v0.5.7 2013-02-21 14:58:24 -08:00
Naomi Seyfer
68617a4cd5 add .log and .out to gitignore 2013-02-21 14:07:05 -08:00
Naomi Seyfer
2202188e71 Script to deploy all the examples 2013-02-21 13:26:16 -08:00
Nick Martin
00cc07cc75 Mention madewith incompatibility. 2013-02-21 12:45:20 -08:00
Nick Martin
307d38e689 Reword and reformat History.md to be more readable. 2013-02-21 01:08:34 -08:00
Nick Martin
e6d7278927 Avoid reconnect storms when old clients connect to new servers. 2013-02-20 18:17:42 -08:00
Naomi Seyfer
dba23bd29c Session.setDefault, and updating todos to use it. #698 2013-02-20 17:56:39 -08:00
Naomi Seyfer
2f803607c1 add a bit more extra headroom at the top of the test runner 2013-02-20 16:55:50 -08:00
michaelglenadams
fbb4e03f5e Update docs/client/concepts.html
Fixes typo in docs.
2013-02-20 16:48:10 -08:00
Naomi Seyfer
a920d568ec Added an E to the JSON where we support it, in the docs 2013-02-20 16:33:27 -08:00
Naomi Seyfer
036c471b2d Fixed #690: inconsistant use of fields in api docs
Also messed with spacing so that the end of a sentence could be less
easily confused with the dot operator in a particular place.
2013-02-20 15:32:17 -08:00
Naomi Seyfer
c911cd9ef4 Greenspan comments on ddp-pre1 diff 2013-02-20 14:52:28 -08:00
Avital Oliver
4f0a24d9f1 fix typo 2013-02-20 12:12:52 -08:00
Avital Oliver
21d0552d38 Clarify error message when replacing a document in a restricted collection
A user wrote in to meteor-talk being confused about this.
2013-02-20 10:49:25 -08:00
Matt DeBergalis
f3c3d5cc29 observeChanges calls addedBefore, not addedAt 2013-02-19 17:41:56 -08:00
Naomi Seyfer
5876bc6910 Upgraded dev bundle version numbers 2013-02-19 16:42:59 -08:00
Naomi Seyfer
cb22989d2c Upgrade bootstrap in dev bundle. Still need to bump versions 2013-02-19 16:31:13 -08:00
Naomi Seyfer
fb65a1ea54 Stop having errors from bootstrap; m_l_t on tests 2013-02-19 16:30:37 -08:00
Naomi Seyfer
462f989c2e Addition to History.md about using pre-existing Mongo 2013-02-19 10:57:11 -08:00
Naomi Seyfer
9509fd6ba8 Addition to History.md about using pre-existing Mongo 2013-02-19 10:56:48 -08:00