Commit Graph

22356 Commits

Author SHA1 Message Date
David Glasser
54cc299978 Meteor.apply docs: mention that it allows options (and REQUIRES array). 2012-10-15 11:59:50 -07:00
David Glasser
b59ab5dfa5 serializeable -> serializable 2012-10-15 11:56:38 -07:00
David Glasser
907b6ee91a Tweak wording of Accounts.ui.config docs and show a more complete example. 2012-10-15 11:55:31 -07:00
David Glasser
a9af320aba Fix another reference to this.userId as a function. 2012-10-15 11:38:00 -07:00
David Glasser
4d4b504e17 Add a use of this.userId to the first Meteor.publish example.
Move the this.userId api box to the top of the "this" section, since it's
relevant to both flavors of publish function (cursor and non-cursor).
2012-10-15 11:37:06 -07:00
David Glasser
dc632fcfa1 Un-comment a code sample. 2012-10-15 11:29:19 -07:00
David Glasser
ddf870717b Link a couple of references to Node.js. 2012-10-15 11:27:01 -07:00
David Glasser
1fe86fa93a Add a warning about the brokenness of the sass package to the docs (issue #143).
sass.js implements a version of Sass much older than the .sass (let alone
currently recommended .scss) described at sass-lang.com, and has poor error
handling so it mostly just ends up confusing users. sass.js's author now uses
stylus/nib. We should probably remove the sass package, but let's not add
another breaking change to 0.5.0.
2012-10-15 11:21:21 -07:00
David Glasser
72731ddda0 Use jQuery to force all non-#internal links to use target=_blank.
Rewrite <a href> links to use Markdown syntax now that they don't need the <a
href> to get target=_blank.
2012-10-15 11:16:53 -07:00
David Glasser
a7a4e1b50c Replace old reference to auth branch with an XXX. 2012-10-15 10:57:34 -07:00
David Glasser
f119348d9c Remove addressed XXX comment: verification tokens are now separate. 2012-10-15 10:52:18 -07:00
David Glasser
70b4cbcf36 Merge branch 'release-0.5.0' into parties-example
This moves the email verification tokens out of the emails array.
2012-10-15 10:50:15 -07:00
David Glasser
ef8e61fca0 Move email verification tokens into the top level of the user.
This makes it harder to accidentally publish them by mistake due to publishing
'emails'. (You might not even notice this because tokens are deleted when they
are used... but publishing them would completely defeat the security of
verifying emails.)
2012-10-15 10:49:20 -07:00
David Glasser
5143581658 Wrap long lines in api.html. 2012-10-15 10:09:37 -07:00
Avital Oliver
c8be9ec0d9 parties: loginButtons dropdown is right-aligned 2012-10-15 09:24:45 -07:00
Geoff Schmidt
807a46791f parties: first cut on styling. still needs
some d3 love.
2012-10-14 23:38:46 -07:00
Geoff Schmidt
631bc8352b parties: styling WIP 2012-10-14 23:36:32 -07:00
Matt DeBergalis
7a3dbea1d0 remove vestiges of a separate rsvp collection 2012-10-14 21:09:12 -07:00
Matt DeBergalis
dd01154247 use d3 smart package 2012-10-14 20:00:04 -07:00
Matt DeBergalis
e9a1bd0091 D3.js package 2012-10-14 19:59:53 -07:00
Matt DeBergalis
d4b9da1d29 update map style 2012-10-14 19:12:51 -07:00
Geoff Schmidt
e17412a18d invitation dialog 2012-10-14 18:35:36 -07:00
Avital Oliver
17bf9cc5c8 parties: fix access control check on rsvp method 2012-10-14 00:24:27 -07:00
Avital Oliver
ae6838dce4 parties: can create private parties 2012-10-13 23:02:07 -07:00
Dan Dascalescu
91c76dcc3a Fix run-on sentence 2012-10-13 21:36:17 -07:00
Dan Dascalescu
0a89f9408d Use better_markdown throughout 2012-10-13 21:31:55 -07:00
Dan Dascalescu
de864adddc Clarified when reactivity works
After reading the Reactivity section for the first time,
I was under the slight impression that a reactive context would
be sufficient for triggering changes. E.g. if the name in the
fragment example were set not from Session, but from a global,
it could be surmised that the HTML fragment would still be
automatically updated if the global variable changed.

This small patch tries to make it clearer that reactivity requires
*both* a reactive context and a reactive data source.
2012-10-13 19:44:19 -07:00
Matt DeBergalis
7df9322289 carry text along w/ api box. 2012-10-13 15:19:44 -07:00
Matt DeBergalis
4039920f83 fix documentation order 2012-10-13 15:11:05 -07:00
Avital Oliver
f112ffac6b parties: ux doesn't allow posting a party when logged out 2012-10-13 13:24:23 -07:00
Avital Oliver
40c1104bbb parties: add a placeholder background map image 2012-10-13 13:19:43 -07:00
Avital Oliver
e606a9b20a parties: unselected parties are transparent 2012-10-13 00:03:17 -07:00
Avital Oliver
3293ee0410 parties: limit string lengths 2012-10-12 23:21:59 -07:00
Avital Oliver
8064812225 parties: complete write restictions 2012-10-12 23:18:09 -07:00
Avital Oliver
2033728f29 Some debugging improvements 2012-10-12 22:42:54 -07:00
Avital Oliver
d8e473701d Restrict visibility of private parties.
While doing so, refactored rsvps to now be an array on party rather than a separate collection.
2012-10-12 22:42:07 -07:00
Nick Martin
6dfb976104 Bump version number for 0.5.0. 2012-10-12 21:17:18 -07:00
David Greenspan
e202827ac2 accounts-ui IE8,9 fixes
Fix borders, fix input field heights, withhold gradients for now so as not to overflow rounded corners in IE 9.
2012-10-12 21:06:59 -07:00
David Glasser
f786845cca Improve livedata test isolation. 2012-10-12 20:03:31 -07:00
David Glasser
1e057908df Improve oauth test isolation. 2012-10-12 18:16:16 -07:00
Avital Oliver
c41a334a5f Only publish parties that the user should see 2012-10-12 18:01:07 -07:00
Avital Oliver
2d9b06c07e Meteor._autorun -> Meteor.autorun 2012-10-12 18:01:06 -07:00
David Greenspan
13622e5047 update to use loginButtons helper 2012-10-12 18:01:06 -07:00
Geoff Schmidt
f41e1b358c All Tomorrow's Parties example -- first checkin
WIP
2012-10-12 18:01:06 -07:00
Avital Oliver
09a4f4ce56 Better debug messaages 2012-10-12 18:00:29 -07:00
David Glasser
e7a1d27e53 Be more aggressive about dropping detached sessions.
We don't support session resume right now anyway so there's no reason to keep
them around for 15 minutes.

Also, when we do drop sessions, remember to GC them from the server.
2012-10-12 17:30:16 -07:00
David Glasser
a5879bad8f Increase SockJS disconnect_delay to avoid mistakenly disconnecting users.
Part of issue #207.
2012-10-12 17:30:16 -07:00
David Glasser
dc33f7c7a3 Make "livedata - basic method invocation" less flaky.
Raise a timeout, and be careful about clearing the future variable before
returning through it.
2012-10-12 17:30:16 -07:00
David Greenspan
bc9944e97b new accounts-ui spinner, has height of line 2012-10-12 17:25:52 -07:00
David Greenspan
a6ef06a275 Make links under password field smaller
The dropdown currently inherits the page's font, and in Helvetica
(e.g. todos) the links looked crowded.
2012-10-12 16:48:04 -07:00