180 Commits

Author SHA1 Message Date
Nick Martin
ef9f956786 Version bump for 0.3.5 release. 2012-04-28 13:55:44 -07:00
Nick Martin
bf46f04024 Bump version number for release. 2012-04-27 18:03:26 -07:00
Nick Martin
3dd57b3c62 Don't crash when our app is crashing. 2012-04-26 21:56:14 -07:00
David Greenspan
1b64089f5c remove extra div in skel 2012-04-26 11:18:08 -07:00
matt debergalis
4c1f0d57e0 Merge pull request #84 from fivethirty/devel
Added Twitter Bootstrap as a smart package.
2012-04-26 10:38:09 -07:00
Nick Martin
1af36d2643 Stamp built bundles with dev_bundle vno. 2012-04-25 15:26:59 -07:00
fivethirty
1e0beee917 Serve files with unknown extensions instead of throwing an error. 2012-04-25 12:03:51 -07:00
Nick Martin
82e0a7b4b9 Upgrade all 3 copies of underscore. *sigh* 2012-04-23 21:45:02 -07:00
fivethirty
893cfafd90 Adding support for "img" data type in
Bundle.add_resource.
2012-04-22 15:47:45 -07:00
Nick Martin
bec7f52312 Bump version number for release. 2012-04-20 17:19:06 -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
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
6042b91a9c Use --smallfiles to take up less disk. 2012-04-12 17:55:36 -07:00
Nick Martin
bc25554578 Missing 'var's. 2012-04-11 20:59:37 -07:00
Nick Martin
ca5990f476 Bump version for release. 2012-04-10 12:19:47 -07:00
Nick Martin
e89ba2c262 Bump version number for release. 2012-04-09 23:31:31 -07:00
Geoff Schmidt
3dcfe65854 'meteor create': prose improvements 2012-04-09 18:32:17 -07:00
matt debergalis
150a11bfa8 Simplified skel template for new meteor apps.
meteor create --example doesn't require dirname.
meteor create --list instead of --list-examples.
2012-04-09 15:00:21 -07:00
Nick Martin
c0111811c4 Print a warning if mongo takes a while to start. Don't print listening until mongo is started. 2012-04-06 17:41:10 -07:00
Nick Martin
6bed8754d4 Wrap bundler in a try to catch unexpected bundle time error. This fixes template syntax errors killing the whole app. 2012-04-06 17:41:09 -07:00
Nick Martin
f894cce907 Use new gzippo package. 2012-04-05 17:51:48 -07:00
matt debergalis
536bf59c1c meteor create --example 2012-04-05 17:47:15 -07:00
Nick Martin
419ee84ef1 Bump version number for release. 2012-04-04 18:33:54 -07:00
David Greenspan
89ce396ae5 Overhaul liveui & templating to support "smart patch" and rendering HTML (rebase-2) 2012-04-03 22:10:20 -07:00
Nick Martin
675a08f868 Use staticGzip to avoid forking a gzip for every static file served. 2012-04-03 20:44:20 -07:00
Nick Martin
f1ec9c148f Bump version number for release. 2012-03-20 17:01:25 -07:00
Nick Martin
6795c65d9c Safety belt: don't run meteor update if we're in a git checkout. 2012-03-19 23:00:16 -07:00
Nick Martin
df3726d848 Update manifest URL to point to meteor servers instead of S3.
Use normal http instead of https. We should put https on meteor at some point.

Also, run update check even when running from git checkout.
2012-03-19 23:00:16 -07:00
Nick Martin
1f36a7eda3 Join head and body parts with '\n' instead of '/n'. 2012-03-19 17:05:33 -07:00
Nick Martin
d318a1c135 In 'meteor --version', print the git sha of the checkout used at install time. 2012-03-14 19:28:22 -07:00
Geoff Schmidt
26a9236160 Report bundle-time errors nicely. 2012-03-13 00:00:19 -07:00
Nick Martin
86ed80d581 Rework mongo runner to find port from ps list instead of from file. 2012-03-09 16:55:21 -08:00
Nick Martin
d216630d0e Refactor existing mongo running code into one file. 2012-03-09 15:30:53 -08:00
Nick Martin
922ff16118 Fix crash when an error's stack trace is not defined. 2012-03-08 18:39:48 -08:00
matt debergalis
8271139438 use absolute links for minified assets 2012-03-07 16:03:40 -08:00
Nick Martin
ec25f76866 Bump version number 2012-03-06 18:36:31 -08:00
matt debergalis
3a62cb15cd copyedit strings 2012-03-06 18:34:21 -08:00
Nick Martin
f7824d096b Try --force to silence rpm errors. 2012-03-06 15:59:51 -08:00
Nick Martin
23aebb5310 Use 127.0.0.1 instead of localhost. Debian 6 on EC2 doesn't have localhost in /etc/hosts by default. 2012-03-06 15:59:51 -08:00
Nick Martin
e83acb4aa2 Overhaul update mechanism to work on both linux and macos. 2012-03-06 15:59:50 -08:00
Nick Martin
06fe111bb6 Add a function to make a temporary directory we can write to. 2012-03-06 15:59:50 -08:00
Nick Martin
2eb3f09e17 Missing semicolons. 2012-03-06 15:59:50 -08:00
Geoff Schmidt
58a2d65126 Provide package 'meteor' to create the Meteor global
Fold old package 'core' into it
2012-02-23 02:21:10 -08:00
Geoff Schmidt
e8e2d956a2 Work around Uglify bug
(incorrect minification of 'debugger')
2012-02-23 01:00:25 -08:00
Geoff Schmidt
3e47029a61 port skel, todos, leaderboard to new data API 2012-02-17 01:02:34 -08:00
Geoff Schmidt
6fa852fdb7 first implementation of autopublish 2012-02-17 01:02:28 -08:00
Geoff Schmidt
5d069169a9 factor mongo-specific parts out of livedata 2012-02-16 23:07:00 -08:00
Nick Martin
abd2097f55 Fixup regression from unintentional package API change associate w/ underscore upgrade.
Also fixup underscore callsites that use _.indexOf on a string.
2012-02-16 18:36:56 -08:00
Nick Martin
eaaedd3b43 Bump file-descriptor ulimit as high as it will go on startup and remove previous workaround.
This reverts commit a7c11b167e. See https://app.asana.com/0/364581412985/472479912325
2012-02-15 23:36:17 -08:00
Nick Martin
7269e01ebd Rework mongod killing on startup. No more XXX MONGO DEAD errors.
Also, detect mongo dying in a loop. Just print a helpful message and exit.

Uses 'ps ax' to inspect the process table. A little hacky, but should be functional and portable.
2012-02-15 23:05:00 -08:00