Commit Graph

22356 Commits

Author SHA1 Message Date
Avital Oliver
cf1e7fa669 Rename packages/accounts-password/passwords_* to password_* 2012-10-31 12:07:06 -07:00
Nick Martin
634fb11f9a Merge branch 'path-fixup-303' into devel. Fixes #303. 2012-10-30 20:21:41 -07:00
Nick Martin
ef7d5f6b80 Missing path.join. 2012-10-30 16:00:44 -07:00
Tom Wijsman
8f83b2c32e Made sure all file system related statements use proper path.join and path.sep to support other platforms. 2012-10-30 15:53:49 -07:00
Nick Martin
dcdc8c020d Merge branch 'facebook-spiderable-411' into devel. Fixes #411 2012-10-29 19:14:52 -07:00
Nick Martin
cb0d7238a1 Convert to use regexps for user agents, so we can match multiple Facebook agents. 2012-10-29 19:14:22 -07:00
ayalgelles
2b72391ccf using a list of agents to serve 2012-10-29 19:14:22 -07:00
ayalgelles
40010607af serve facebookexternalhit user agent with spiderable 2012-10-29 19:14:22 -07:00
Matt DeBergalis
0f6733fe3c fix meteor-core link 2012-10-29 19:13:01 -07:00
Matt DeBergalis
476ff29464 update developer resources 2012-10-29 19:12:15 -07:00
David Glasser
1c9a5f9f6f Improve test isolation in email_tests. 2012-10-29 12:43:44 -07:00
David Glasser
32035e8039 Replace _ServerTestResults collection with custom pub/sub.
This gets rid of some awkward GC code, and as a bonus gives us a second example
usage of the registerStore API.
2012-10-29 12:21:34 -07:00
David Glasser
dee48f736a Docs: In custom publish example, call complete(). 2012-10-29 11:56:14 -07:00
David Glasser
6307faafef Comment that localstorage-polyfill fails on FF with dom storage explicitly disabled. 2012-10-27 12:17:46 -07:00
David Glasser
ea192438d1 Check more carefully for sessionStorage.
In FF it can be 'null', not just undefined.
2012-10-27 12:12:59 -07:00
David Glasser
101cbf3cb6 Don't pass a result to the callback of Accounts.createUser on success.
It's not documented to do so and nothing expects it.
2012-10-25 15:28:49 -07:00
Avital Oliver
4c5a4acb02 Improve loginButtons docs 2012-10-23 15:52:31 -07:00
David Glasser
21902a4ed2 Avoid invalidating listeners if setUserId is called with current value. 2012-10-23 11:00:19 -07:00
David Glasser
1c70dcef66 Fix a few typos in Meteor.uuid docs.
While we're at it, linkify RFC reference.
2012-10-23 10:57:05 -07:00
Joshua Wulf
c264998279 added --debug and --debug_brk options to meteor run 2012-10-21 00:08:00 -04:00
Geoff Schmidt
7c0da2c1b4 load order docs: clarify unclear wording 2012-10-20 01:26:03 -07:00
Geoff Schmidt
893e37f4d7 #387: Document Meteor.uuid. Thanks @dandv! 2012-10-20 00:56:42 -07:00
Geoff Schmidt
d40be780fb #381, #405: Document the load order of files in an application.
Thanks @dandv, @dybskiy, @heavyk!
2012-10-20 00:31:16 -07:00
Nick Martin
6e15cc1562 Linkify references to minimongo that happen outside the collection section. Fixes #388.
Would be good to have a more built out minimongo section someday.
2012-10-18 19:57:53 -07:00
Nick Martin
4ca931aed8 Fix quotes around login buttons example. Fixes #402. 2012-10-18 17:00:31 -07:00
Dan Dascalescu
c084e35282 API docs typo and formatting fixes 2012-10-17 16:22:20 -07:00
David Glasser
074b2b6a88 Merge branch 'master' into devel
Conflicts:
	packages/mongo-livedata/collection.js
2012-10-17 15:16:39 -07:00
David Glasser
68dafc94c5 Merge branch 'release-0.5.0' 2012-10-17 15:14:53 -07:00
David Glasser
0427e3c364 History.md formatting tweak. 2012-10-17 13:19:52 -07:00
David Glasser
24ada7fecb More concepts updates. v0.5.0 2012-10-17 12:28:34 -07:00
David Glasser
d00f6e8bde Get rid of Concepts accounts section. Add to Data and Security instead. 2012-10-17 11:36:33 -07:00
David Glasser
4dfb860151 Fix login configuration dialog in IE8. 2012-10-16 18:53:29 -07:00
David Glasser
5e3f00c084 parties: capture double-click on map div, not svg.
In Firefox, the SVG is smaller than the map (bounding box on its items), so
coordinates were calculated wrong.
2012-10-16 17:56:12 -07:00
Avital Oliver
e55d70c743 accounts-ui: Sign Out -> Sign out 2012-10-16 14:35:39 -07:00
Avital Oliver
a4c0727132 accounts-ui: Fix display of inline {{loginButtons align=right}}, part 2 2012-10-16 13:47:29 -07:00
David Glasser
62dc41f15a Add more names to the docs. 2012-10-16 13:09:15 -07:00
Avital Oliver
a65a57de69 accounts-ui: Fix display of inline {{loginButtons align="right"}} 2012-10-16 12:07:43 -07:00
David Glasser
2b62152179 Add license and in-app attribution for OpenStreetMap. 2012-10-16 10:58:49 -07:00
David Glasser
2f11def1fb Use newer form of Template.foo.events. 2012-10-16 10:55:45 -07:00
David Glasser
7b03dfc43c Merge branch 'parties-example' into release-0.5.0 2012-10-16 10:54:35 -07:00
David Glasser
bf656fb5d6 Document the createdAt field of users. 2012-10-16 10:03:39 -07:00
Nick Martin
15c6fe4220 Use query instead of custom logic to figure out where we clicked. Works in IE9. 2012-10-16 06:08:02 -07:00
Geoff Schmidt
45955d3ad3 parties: move parties.html into 'client' 2012-10-16 04:29:47 -07:00
Geoff Schmidt
4dee258b8e parties: validation + code cleanups 2012-10-16 04:27:02 -07:00
Nick Martin
f1895ba2eb Rip auth out of todos. Parties will be a much better auth example. 2012-10-16 04:19:24 -07:00
Nick Martin
2238b42fb9 Rework last few XXXs in accounts api. 2012-10-16 01:05:46 -07:00
Matt DeBergalis
b936654bcd move accounts above packages 2012-10-16 00:27:08 -07:00
David Glasser
ba732370f7 M dashes! 2012-10-16 00:04:19 -07:00
David Glasser
14375f34b7 Fix concepts ToC. 2012-10-15 23:59:50 -07:00
David Glasser
aad875d303 Fix allow_tests flakiness.
Make sure that after methods that are blocked by security rules, our
post-failed-write verification reads see the quiesced minimongo collection with
the failed write reverted.
2012-10-15 23:53:11 -07:00