David Glasser
a0e9fc3979
Add release files (0.6.0) to docs and all examples.
...
As part of the release process we'll update docs and all active
examples (other/unfinished examples can be updated as necessary). eg, first to
0.6.1-rc1, etc, and then to 0.6.1 when that is tagged from rc.
2013-03-19 15:13:54 -07:00
David Glasser
3c8f0b5949
Wrap client code in closure too.
...
Update parties and test helpers to not use file-level vars.
2013-03-19 15:11:14 -07:00
David Glasser
1a68026aa3
collection.update() and .remove() may only use IDs as selectors when sending RPCs.
...
ie, they can use arbitrary selectors on the server and in client stubs, but not
in other client contexts. This is to prevent clients from executing arbitrary
selectors against the DB.
Because of this, the update and remove allow/deny callbacks can only ever get
one doc, so switch them from getting an array to just getting the doc (like
insert).
2013-03-13 04:44:47 -07:00
David Greenspan
a18a92e65f
Deps.run => Deps.autorun
2013-03-11 12:17:39 -07:00
David Greenspan
b9c3e1fa30
port examples
2013-03-08 12:50:46 -08:00
Nick Martin
0c64008499
Optimised images
...
Originally from https://github.com/meteor/meteor/pull/569
Reworked to:
- apply to soma.png, not soma.jpeg (file was previously misnamed).
- don't touch bootstrap's glyph image. It would cause conflicts later, and is not neighborly.
2013-01-08 20:52:30 -08:00
David Glasser
1070a682fd
Rename soma.jpeg to soma.png, because that's what it is.
2012-12-13 17:49:09 -08: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
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
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
Geoff Schmidt
0ca1386c10
parties: style d3 portion of app
2012-10-15 23:49:58 -07:00
Geoff Schmidt
0c9268cb2d
owners can write to some fields
2012-10-15 23:49:57 -07:00
Geoff Schmidt
4e7246320e
small UI cleanups. sqrt for diameter.
2012-10-15 20:25:57 -07:00
Geoff Schmidt
5b3293192f
send email on invitation. Facebook/Twitter support.
2012-10-15 19:38:15 -07:00
David Glasser
f119348d9c
Remove addressed XXX comment: verification tokens are now separate.
2012-10-15 10:52:18 -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
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
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
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
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