David Glasser
|
6b48e8bd8a
|
stuff that doesn't have conflicts
|
2013-05-13 11:51:50 -07:00 |
|
David Glasser
|
8dbee56e77
|
Add .gitignore to package directories to match linker branch.
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
|
2013-05-13 10:57:37 -07:00 |
|
David Glasser
|
5a5204e3a4
|
Remove closures around package files. (hint: git blame -w)
The bundler now adds closures around client files and the server adds closures
around server files.
|
2013-03-19 15:13:53 -07:00 |
|
David Glasser
|
516f4dfaf7
|
Move Meteor.uuid to past package. Add Random.hexString.
|
2013-02-13 00:42:05 -08:00 |
|
David Glasser
|
b3d1fe4112
|
move objectid generation back into objectid class
|
2013-02-13 00:10:26 -08:00 |
|
David Glasser
|
9b486b3c9b
|
Meteor.random -> Random.fraction
add Random.choice
|
2013-02-13 00:08:50 -08:00 |
|
David Glasser
|
d2ae5f7e1c
|
Replace almost all uses of Meteor.uuid with Random.id.
|
2013-02-12 23:55:19 -08:00 |
|
David Glasser
|
ed36db211d
|
Use Random.id() in Spark.
We couldn't use Meteor.uuid() because it contained '-' but Random.id() is fine.
|
2013-02-12 23:51:34 -08:00 |
|
David Glasser
|
e95bcb870c
|
Get rid of duplicate random code inside minimongo.
Temporarily move the objectid-specific function into random.js.
|
2013-02-12 23:49:43 -08:00 |
|
David Glasser
|
eb14cfceeb
|
Rename Meteor.id() -> Random.id()
|
2013-02-12 23:44:04 -08:00 |
|
David Glasser
|
fdb1773d4a
|
Rename uuid package to random. No further changes.
|
2013-02-12 23:38:22 -08:00 |
|