Commit Graph

305 Commits

Author SHA1 Message Date
Emily Stark
27e5b77249 Bump examples and docs to 0.7.1-rc3 2014-02-21 15:54:04 -08:00
Emily Stark
b4c78fce39 Bump apps to 0.7.1-rc0 2014-02-17 10:02:54 -08:00
Nick Martin
46e7410383 Move block for computing httpForwardedCount from the top of the file into where it is used.
This is less efficient, as we don't actually need to compute it every time.
However, I think this is pretty small compared to the other work we're doing
(string splitting via regexp, string copies, etc).

This makes the code clearer and easier to understand, as all the code is in
one place. Also, it was distracting at the top of the file as it came before
the commit saying what was in the file.
2014-02-04 01:28:36 -08:00
Andrew Wilcox
09029be917 Update client info API to just have connection.clientAddress and connection.httpHeaders.
Fix documentation.

Expose webapp's `identifyBrowser`, even though we aren't currently
using outside of webapp.
2014-02-04 01:08:36 -08:00
Andrew Wilcox
ca7a6929d7 Make information about the client available in the connection object. 2014-02-04 01:08:36 -08:00
Sashko Stubailo
45ccc12970 Make default accounts-ui styling simpler/flatter 2014-01-21 13:57:52 -08:00
David Glasser
6fc8332c99 Update docs and examples to 0.7.0.1. 2013-12-20 14:23:11 -08:00
David Glasser
b6c7d424bc Update examples and docs to 0.7.0 2013-12-17 11:08:19 -08:00
Nick Martin
9d5fb4d1e1 upgrade examples and docs. 2013-12-13 02:19:13 -08:00
Nick Martin
db59ab13c1 wait for server to be running instead of naive sleep. 2013-11-26 15:05:18 -08:00
Nick Martin
c1d2c31b90 Update readme and scenarios for new benchmark. 2013-11-05 23:13:01 -08:00
Nick Martin
a4df4a792c Add indexes to help mongo CPU. 2013-11-05 23:12:50 -08:00
Nick Martin
fd7ffb4420 Use method for remove. 2013-11-05 18:24:29 -08:00
Nick Martin
f688a54456 remove silly print. 2013-11-05 18:23:03 -08:00
Nick Martin
8bf8162c7a Comment fixups. 2013-11-05 18:23:03 -08:00
Nick Martin
6a78254ddc don't count the whole table. 2013-11-05 15:48:56 -08:00
Nick Martin
7c6073a9f5 no, don't remove 2013-11-05 15:47:10 -08:00
Nick Martin
80c7749c34 wip 2013-11-05 15:47:10 -08:00
Nick Martin
4500a1aa6d update params files and readme for new benchmark. 2013-11-05 15:41:24 -08:00
David Glasser
28aa83d774 Add facts to chat-benchmark. 2013-11-05 15:41:23 -08:00
Nick Martin
971d93ae24 Chat benchmark 2013-11-05 15:41:23 -08:00
Nick Martin
9a47e73392 copy off old benchmark. 2013-11-05 15:41:23 -08:00
rzymek
2946346c38 Minor leaderboard example simplification. Replaced {{#unless}} with {{else}}. 2013-11-04 21:11:20 -08:00
Nick Martin
11a10421f7 bump version number on example and docs 2013-10-21 16:48:38 -07:00
Nick Martin
958a547513 update examples to 0.6.6.1 2013-10-11 18:43:13 -07:00
Nick Martin
06b9beab3a upgrade docs and examples to 0.6.6
this is premature, as it isn't out yet, but it will be by the time this hits devel
2013-10-10 12:45:40 -07:00
Nick Martin
1214eec099 test and bump version numbers for examples and docs. 2013-10-08 23:34:43 -07:00
Geoff Schmidt
77d50e4f3d parties example: force selection to an actually-existing party.
This handles the case where the selected party is
deleted by another user, and also the case where
the server rejects the party creation request.
2013-10-04 18:21:18 -07:00
Geoff Schmidt
b28c817241 Use Random.id rather than the deprecated Meteor.uuid. 2013-09-30 15:41:53 -07:00
Geoff Schmidt
f0e273eaf0 #1063 In parties example, latency compensate object insertion from method. 2013-09-30 15:32:34 -07:00
David Glasser
79d900cf65 Remove random from leaderboard and wordplay .meteor/packages.
It's part of standard-app-packages (though it wasn't added to it
until relatively late in the linker project).
2013-09-25 22:35:41 -07:00
Matt DeBergalis
5889adea90 Various wordplay fixes:
* Don't add blank lines to the dictionary.
 * Fix broken word length check in `score_word`.
 * Prevent event handler from submitting blank words.
2013-09-25 12:14:58 -07:00
Matt DeBergalis
a3d539ed0b Disallow words added after game clock expires.
Fixes #541.
2013-09-25 11:39:24 -07:00
Nick Martin
16b8f0b0b6 update examples for 0.6.5.1 2013-08-28 14:13:09 -07:00
Nick Martin
21df324a1d bump version numbers. 2013-08-14 13:30:46 -07:00
David Glasser
ce73cfaa7a Update examples to 0.6.5-rc12. 2013-08-02 18:15:29 -07:00
David Glasser
4e222d8e26 The standard app packages are brought in explicitly now.
.meteor/packages in new apps now contains "standard-app-packages", which implies
the standard set of packages like mongo-livedata. There is no special-casing in
initFromAppDir.  This line has been added to all the examples, etc.

There's a new concept of "upgraders".  "meteor run-upgrader app-packages" will
add standard-app-packages to the app, as well as all of the package in the app's
packages/ directory (an unrelated change since 0.6.4). This will be integrated
soon with "meteor update"; run-upgrader is essentially for testing.

project.add_package no longer adds packages that are already there.
2013-07-26 19:02:12 -07:00
David Glasser
ce16794cbb Push through on the Meteor.connect -> DDP.connect rename. 2013-07-25 18:54:42 -07:00
David Glasser
db51a3a14c Eliminate the "past" package.
This package was always included in apps, and even if it was possible to remove,
there wasn't a compelling story about when users would remove and replace
it. Plus, not all backwards-compatibility code could even live in it (eg, field
names of objects), so it was incomplete. It also introduced odd load order
constraints.

Instead, we introduce two conventions for backwards-compatibility code:

  - Special comments of the form "// XXX COMPAT WITH 0.6.4"
  - When feasible, put backwards-compatibility code in a file called
    "deprecated.js" in the relevant package.

This is documented at:
https://github.com/meteor/meteor/wiki/Meteor-Style-Guide#deprecated-code-and-backwards-compatibility

Additionally, removed some symbols that existed for backwards compatibility with
Meteor 0.4.0 (changes made 10 months ago): Meteor.is_client, Meteor.is_server,
and (in a method) this.is_simulation.
2013-07-25 18:54:42 -07:00
Emily Stark
bd7e0d768c Merge branch 'master' into devel
Conflicts:
	History.md
	docs/.meteor/release
	packages/mongo-livedata/.npm/package/npm-shrinkwrap.json
	packages/mongo-livedata/package.js
2013-07-19 16:05:29 -07:00
Emily Stark
614ab6a172 Update docs and examples to 0.6.4.1 2013-07-19 15:54:21 -07:00
David Glasser
e8af79e151 Update docs and examples to rc3. 2013-07-19 12:09:01 -07:00
David Glasser
abe145736d Update docs and examples to the RC. 2013-07-19 11:13:17 -07:00
David Glasser
3fa0b533cc wordplay: make dictionary check O(1) and take punctuation out of word list
apologies to deberg for stealing all of his git blame credit.
2013-06-14 11:09:57 -07:00
Emily Stark
1f3a69d7eb Update wordplay example to use Assets API 2013-06-14 08:40:26 -07:00
Nick Martin
299543da78 bump release number in docs and examples. 2013-06-10 11:48:00 -07:00
Nick Martin
55dd8a0304 Bump example version numbers for QA testing. 2013-06-05 22:13:02 -07:00
David Glasser
6edeacf29e Update examples to 0.6.4-rc1. 2013-05-31 13:02:41 -07:00
Nick Martin
bb4afdff5b move app out of package 2013-05-22 21:58:43 -07:00
Tim Haines
b7754f8c28 Refactor Oauth packages and extract twitter package from accounts-twitter 2013-05-17 18:00:35 -07:00