Commit Graph

22356 Commits

Author SHA1 Message Date
Geoff Schmidt
b3229fc4c2 setDataContext: tests and API change
- 'html' argument now goes last, for better indenting
2012-07-30 11:33:32 -07:00
David Greenspan
3d945ab226 change references to findElement 2012-07-30 11:09:30 -07:00
David Greenspan
787b469e09 DomUtils.findElement -> findAll 2012-07-30 11:08:39 -07:00
David Greenspan
00f192b895 removed comment 2012-07-30 10:51:23 -07:00
ZHANG Cheng
a0b5bcffe3 Update accounts-weibo according to latest changes in the branch 2012-07-30 15:27:53 +08:00
David Greenspan
58ff74bfe7 symbolic names for annotations 2012-07-29 20:57:37 -07:00
David Greenspan
6dcef0ccac minor 2012-07-27 20:33:44 -07:00
David Greenspan
e3b4fd652b remove ported liveui tests 2012-07-27 20:29:12 -07:00
David Greenspan
8ddf39f95c working isolate() with tests 2012-07-27 20:25:38 -07:00
David Greenspan
17a1d97209 Meteor.render and some liveui tests 2012-07-27 19:41:27 -07:00
Geoff Schmidt
13dbbc7a55 Fast and slow GC for Spark.isolate (untested) 2012-07-27 18:46:29 -07:00
David Greenspan
b930748001 Spark.isolate re-renders 2012-07-27 18:08:48 -07:00
David Greenspan
e6de65be76 Spark.render with tests! 2012-07-27 17:46:56 -07:00
David Greenspan
8d769cc546 remove old files with moved functions 2012-07-27 15:34:09 -07:00
David Greenspan
3dbccc131c move liveui/domutils utilities into DomUtils 2012-07-27 15:32:51 -07:00
David Greenspan
328a2af833 create DomUtils package 2012-07-27 14:27:34 -07:00
David Greenspan
2f4e1d0586 Meteor.ui._LiveRange -> LiveRange 2012-07-27 13:40:33 -07:00
Geoff Schmidt
492bf11fcf generate id's correctly 2012-07-27 00:08:33 -07:00
Geoff Schmidt
f61d15e3eb Create Spark package. WIP 2012-07-27 00:07:33 -07:00
Geoff Schmidt
07029921bb Move liverange into its own package 2012-07-26 17:45:37 -07:00
Avital Oliver
36aec6e4c1 Add #*# to .gitignore 2012-07-26 14:26:51 -07:00
David Greenspan
9d87a1468c fix tables 2012-07-26 10:34:11 -07:00
David Greenspan
d8b340192f fixes 2012-07-26 10:24:49 -07:00
David Greenspan
5c09c8b7c9 fixes, events still broken in test driver 2012-07-25 00:44:09 -07:00
David Greenspan
cc6ba5e365 liveui port wip (broken) 2012-07-24 19:50:38 -07:00
David Greenspan
dd9ba59a24 actually does work 2012-07-23 22:54:16 -07:00
David Greenspan
d1e87a2f2e onlive/ondead (doesn't work) 2012-07-23 22:53:20 -07:00
Avital Oliver
a07411e69d accounts-ui: Dropdown login form and support for u/p 2012-07-23 22:49:07 -07:00
Nick Martin
758c1caa85 Use correct call signature for Meteor.Error. 2012-07-23 18:38:04 -07:00
Avital Oliver
15a46e03ef accounts: implement new create user flow 2012-07-23 18:38:04 -07:00
Nick Martin
e1e636ba21 Login with passwords via SRP. 2012-07-23 17:59:09 -07:00
Nick Martin
2cdf596bfc Initial commit of SRP package. 2012-07-23 17:59:09 -07:00
Avital Oliver
67b9ee0d10 Fix an ordering bug with method responses related to wait methods 2012-07-23 17:57:12 -07:00
ZHANG Cheng
edd7f078a5 Mod accounts-ui to support weibo 2012-07-23 17:57:12 -07:00
ZHANG Cheng
d160097b81 New package: accounts-weibo for Sina Weibo 2012-07-23 17:57:12 -07:00
Avital Oliver
a0f564f9ef When optimistic login fails, appropriately log the user out 2012-07-23 17:57:12 -07:00
Avital Oliver
0c0345cc58 Smaller/better oauth popups 2012-07-23 17:57:12 -07:00
Avital Oliver
8f3dc9fa98 Fix error when user declines an oauth login dialog 2012-07-23 17:57:12 -07:00
Nick Martin
e11655a65a Add an option to configure scope for google and facebook login. 2012-07-23 17:57:12 -07:00
Avital Oliver
0586320be7 accounts-ui: Show spinner while user document is loading 2012-07-23 17:57:12 -07:00
Nick Martin
4417dad584 Add option to force reconnect when already connected. 2012-07-23 17:57:12 -07:00
Nick Martin
f5317b3823 Remove broken code. This only reason this didn't cause breakages is we never set up events after being connected. 2012-07-23 17:57:12 -07:00
Nick Martin
ce4179416f Add world.runId to all collection accesses, so we work when two tests are running at once.
It would be cool if there were a better way to do this. Maybe some sort of shared state between the client and the server such that we could have a collection per test, rather than sharing a collection.
2012-07-23 17:57:12 -07:00
Nick Martin
33817f235b Use the package under test when testing. This should probably be automatic, since we do it in every single package. 2012-07-23 17:57:12 -07:00
Avital Oliver
556aba22ac Allow writes on a collection used in tests 2012-07-23 17:57:12 -07:00
Avital Oliver
74ad9390db Improved comment 2012-07-23 17:57:12 -07:00
Avital Oliver
132231d688 Improvements to accounts tests 2012-07-23 17:57:12 -07:00
Avital Oliver
1ac09575bc localstorage polyfill: Try to not wait for Meteor.startup 2012-07-23 17:57:11 -07:00
Avital Oliver
cbce421b98 Tests for oauth2 server flow 2012-07-23 17:57:11 -07:00
Avital Oliver
1773c91c50 Support users with no email + more tests 2012-07-23 17:57:11 -07:00