David Glasser
2d04e07b7a
wordplay: update idle status correctly.
...
Fixes #505 , reported by pbkracker.
2012-11-23 11:03:31 -05:00
David Greenspan
ae492fc793
jsparse: support ES5 line continuations
2012-11-22 16:54:07 -08:00
David Greenspan
44b4c9ed61
jsparse: allow keywords as property names per ES5
2012-11-22 16:54:07 -08:00
David Greenspan
48ef995206
.return to ['return'] for JS parsability
2012-11-21 20:51:13 -08:00
David Greenspan
ad7098307d
Fix jsparse hex literals
...
(so 0xabc doesn't parse 0 and then error)
2012-11-21 20:50:48 -08:00
David Greenspan
95f0278cb9
semicolons
2012-11-21 19:42:10 -08:00
Nick Martin
9b8eb41f04
Add comment about how remembering passwords doesn't work.
2012-11-20 19:31:29 -08:00
Avital Oliver
8d9420d255
Rename local variables (to camel case)
2012-11-20 15:16:47 -08:00
Avital Oliver
35df034a7d
Add IntelliJ IDEA and SublimeEdit extensions to .gitignore
2012-11-20 15:14:58 -08:00
Nick Martin
9e540d8479
Merge branch 'master' into devel
...
Conflicts:
admin/generate-dev-bundle.sh
2012-11-20 08:05:11 -08:00
Nick Martin
16cf8a2621
Merge branch 'release-0.5.1'
2012-11-20 08:03:06 -08:00
David Glasser
ba76b0fd6d
Follow-up to 426a72fe: make sure loggingIn goes away in the case of a half-complete login method.
v0.5.1
2012-11-19 21:08:41 -08:00
David Glasser
f4573dbb1b
Add a sleep function (useful for introducing latency in manual debugging).
2012-11-19 20:34:48 -08:00
David Glasser
426a72fe24
Don't display logging-in animation in onReconnect.
2012-11-19 20:33:39 -08:00
Avital Oliver
7cc88dc75e
accounts-ui: show messages in all dropdowns
2012-11-19 20:29:02 -08:00
Avital Oliver
dcdd6da47f
accounts-ui: show messages in all dropdowns
2012-11-19 20:28:41 -08:00
David Glasser
974f0be4a4
Expand failed tests by default.
2012-11-19 20:01:48 -08:00
Avital Oliver
59bab69fcc
accounts-ui: don't display message twice
2012-11-19 19:34:42 -08:00
Avital Oliver
1da3ef978a
accounts-ui: don't display message twice
2012-11-19 19:34:26 -08:00
David Glasser
738e8f43fa
Meteor.loggingIn now true during the beginPasswordExchange part of
...
Meteor.loginWithPassword.
2012-11-19 16:42:17 -08:00
Nick Martin
3b97c9199f
Use absoluteUrl in tests so that tests pass when you visit them via something other than 'localhost' (e.g., when testing IE using an VM)
2012-11-19 14:49:45 -08:00
Nick Martin
49758b50d7
Fix typo in changelog.
2012-11-19 14:18:26 -08:00
Nick Martin
46c14a7405
Workaround new underscore failure in IE8.
2012-11-19 14:18:04 -08:00
Nick Martin
5a668893f5
Revert node-progress back to 0.0.5 to deal with regression. Also bump http-proxy to 0.8.5, with the maxSockets regression fixed.
2012-11-19 13:06:00 -08:00
David Glasser
5b066c77a0
Remove stray debugging log from previous commit.
2012-11-17 17:53:00 -08:00
David Glasser
637692db31
Add filename and line number to test failures using a v8 stack trace API.
...
This works for server tests (Node uses v8) or for client tests in Chrome. Uses
a simple heuristic to guess which line in the stack trace is most likely to be
the actual high-level assertion. Adjustments to this heuristic and
implementations for other browsers are welcome :)
2012-11-17 17:46:57 -08:00
David Glasser
c1c1fd9b8f
Fix bug where half-completed wait methods could block future method execution.
2012-11-16 21:07:51 -08:00
David Glasser
1eec537e12
Clean up History.md for 0.5.1.
2012-11-16 19:26:15 -08:00
Avital Oliver
646b3576cd
accounts-ui fixes related to the introduction of {{loggingIn}}
...
- Correctly position certain elements
- Reduce flicker/things moving around in various cases
- Force dropdown to open in case there is a message to display
2012-11-16 17:25:52 -08:00
Avital Oliver
0af26570c3
accounts-ui fixes related to the introduction of {{loggingIn}}
...
- Correctly position certain elements
- Reduce flicker/things moving around in various cases
- Force dropdown to open in case there is a message to display
2012-11-16 17:24:45 -08:00
David Glasser
e93e35ce08
Improve test isolation in livedata_tests.
2012-11-16 16:57:16 -08:00
David Glasser
6c19b05d05
Release notes improvements.
2012-11-16 12:17:31 -08:00
David Glasser
3f17883ed1
First draft of release notes for 0.5.1.
2012-11-16 11:21:42 -08:00
David Glasser
56f66e8c27
Notes for 0.5.1 History.md. Needs to be turned into English.
2012-11-16 00:16:38 -08:00
David Glasser
1852834ef7
Note that our problem with http-proxy 0.8.3 is fixed in 0.8.5.
...
We've already built a dev bundle for this round though, so not worth actually
upgrading yet.
2012-11-15 23:53:45 -08:00
Nick Martin
83386b23d9
Bump version number to 0.5.1.
2012-11-15 23:14:19 -08:00
Nick Martin
0619101839
Comment on dependencies in license file.
2012-11-15 23:09:21 -08:00
Nick Martin
42fa76ccc1
Basic benchmark app. Very unfinished.
2012-11-15 22:56:59 -08:00
Nick Martin
26ce169c88
Merge branch 'version-bump' into devel
2012-11-15 21:04:28 -08:00
Nick Martin
d1ce91d48e
Update sockjs to 0.3.4. This removes the meteor patch from #339 , but preserves the patch to do http->https on IE.
2012-11-15 20:44:57 -08:00
Nick Martin
12c338be73
Roll http-proxy back to 0.8.3 (there is a regression in 0.8.4) and bump sockjs to 0.3.4.
2012-11-15 20:44:57 -08:00
Nick Martin
80b30a5dc2
Feedback from review: refactor mongo url code so there is only one place to change.
2012-11-15 20:44:57 -08:00
Nick Martin
03bbf28dcf
Remove unneeded dir that makes the dev bundle substantially bigger.
2012-11-15 20:44:57 -08:00
Nick Martin
10c2a20e11
bump dev bundle version number.
2012-11-15 20:44:56 -08:00
Nick Martin
dc62e2cef0
Bump jquery to 1.8.2.
2012-11-15 20:44:56 -08:00
Nick Martin
2a68982e87
Make jquery-history package use the json package, not ship its own copy of json2.js
2012-11-15 20:44:56 -08:00
Nick Martin
d2b5daef2e
Bump bootstrap to 2.2.1
2012-11-15 20:44:56 -08:00
Nick Martin
34b7bdbbac
Bump underscore version.
2012-11-15 20:44:56 -08:00
Nick Martin
eee0f744d4
Add default safe mode option to stop mongo driver from printing a warning.
2012-11-15 20:44:54 -08:00
Nick Martin
5b35785253
bump a bunch of versions
2012-11-15 20:44:02 -08:00