Elliott Seyler
70542acb04
Commenting out mongo autostart on Arch.
2015-01-12 12:03:54 -08:00
Elliott Seyler
a9974b2929
Adding build-essential for Ubuntu
2015-01-11 22:37:56 -08:00
Elliott Seyler
c638090cc9
Missing import
2015-01-11 22:35:24 -08:00
Elliott Seyler
84c2d3b9a7
Ubuntu starts mongo automatically
2015-01-11 22:32:51 -08:00
Elliott Seyler
9153e1463d
Adjusting the subprocess call.
2015-01-11 20:42:34 -08:00
Elliott Seyler
ace7d3d64e
Switching to a fresher source of node for Ubuntu
2015-01-11 20:23:44 -08:00
Elliott Seyler
6c731d1e03
Python2 fix
2015-01-11 19:08:59 -08:00
Elliott Seyler
33b505bd87
Fixing Ubuntu code slightly.
2015-01-11 19:01:01 -08:00
Elliott Seyler
9465a41efd
Added Arch and Ubuntu distro-specific installation options.
2015-01-11 16:26:59 -08:00
Elliott Seyler
247db0c7f3
Testing for Python 2/3 before installing Node packages.
2015-01-11 16:26:21 -08:00
Nick Winter
ea2392b2fe
Removed buildTime annoyance from level save diffs.
2015-01-11 10:10:55 -08:00
Nick Winter
778647bf19
Fixed layout of non-short item detail property labels. Commented out campaign editor analytics load for now to not kill things.
2015-01-11 10:04:24 -08:00
Imperadeiro98
a9682a8cbe
Update ladder-tab-view.jade
2015-01-10 22:52:41 +00:00
Imperadeiro98
b931f7824d
Merge pull request #2081 from RubenDjOn/master
...
New es.ES translations
2015-01-10 22:24:45 +00:00
RubenDjOn
a8542d8f7f
New es.ES translations
2015-01-10 22:32:50 +01:00
Nick Winter
5c352699b0
buildTime stuff.
2015-01-10 09:33:41 -08:00
Imperadeiro98
b5103aaa49
Merge pull request #2075 from 182mick44/patch-1
...
File revision.
2015-01-10 11:19:43 +00:00
Imperadeiro98
29c37a376f
Merge pull request #2076 from SuperPranx/patch-1
...
Added new translations
2015-01-10 11:15:05 +00:00
Nick Winter
58716f5b75
Revert "Fixed #1076 , and all other instances of empty objects being stripped out of documents. Turns out mongoose was doing this intentionally as a feature? I don't understand why that's on by default. Oh mongoose."
...
Saw that this caused 500s on /auth/whoami with no cookies set, with this error:
debug: 500: MongoError: E11000 duplicate key error index: coco.users.$emailLower_1 dup key: { : null }
Probably we need to be much more careful about what changes this blanket change to the minimize Mongoose option might introduce, since tests didn't catch this, but it would have taken the site down for anyone not logged in already.
This reverts commit 121f07d020
.
2015-01-09 18:30:05 -08:00
Ivan Milanov
d8c5ecbbf8
Added new translations
2015-01-09 22:35:00 +01:00
Scott Erickson
82eb47bf5f
Fixed #1056 .
2015-01-09 12:56:48 -08:00
Scott Erickson
c8298679a4
Tweaked achievement notification handling, also disabling an endless loop of achievement fetching.
2015-01-09 12:38:00 -08:00
Miguel
f46df1de34
File revision.
...
There were many errors, attending grammar and ortography. Now everything is more or less correct.
2015-01-09 20:57:19 +01:00
Scott Erickson
121f07d020
Fixed #1076 , and all other instances of empty objects being stripped out of documents. Turns out mongoose was doing this intentionally as a feature? I don't understand why that's on by default. Oh mongoose.
2015-01-09 11:56:54 -08:00
Matt Lott
29c6b7c9f1
Prune internal analytics event data
2015-01-09 09:27:33 -08:00
Imperadeiro98
83efcb5113
Some spacing corrections
2015-01-09 15:00:38 +00:00
Imperadeiro98
3ec86b3e14
Merge pull request #2070 from steveshining/master
...
I hope this commit could be helpful
2015-01-09 14:59:49 +00:00
Imperadeiro98
2563c5b896
Merge pull request #2074 from nixel2007/master
...
Update ru.coffee
2015-01-09 14:58:29 +00:00
Imperadeiro98
b8e995c72b
Merge pull request #2072 from RubenDjOn/master
...
Added es-ES translations
2015-01-09 14:55:38 +00:00
Nick Winter
3900af043d
Added an es-419 Diplomat.
2015-01-08 20:49:18 -08:00
nixel2007
f65c464eb1
small fix
2015-01-09 05:40:11 +03:00
nixel2007
5b089c29d5
Update ru.coffee
2015-01-09 05:37:16 +03:00
Matt Lott
05beebee68
Add play_counts API input null check
2015-01-08 17:17:34 -08:00
Matt Lott
372ac20a67
Update campaign editor analytics
...
Level view recent sessions is latest - 10 minutes.
2015-01-08 17:00:06 -08:00
Nick Winter
583cb03b89
Added a couple more contributor avatars.
2015-01-08 16:39:12 -08:00
RubenDjOn
6dd39dd99b
Added es-ES translations
2015-01-09 01:19:28 +01:00
Matt Lott
8977450fed
Add levelID to Saw Victory analytics event
2015-01-08 16:09:39 -08:00
Matt Lott
bc93a2b181
Update campaign editor analytics
...
Restrict level view completion rates to unique users. Super slow, perf
work to do here.
Increase level view completion rate date range to 2 weeks.
Increase level view average playtimes date range to 2 weeks.
Display player name if available in level view recent sessions.
2015-01-08 16:01:49 -08:00
Scott Erickson
d69c5941b3
Fixed #1968 .
2015-01-08 11:57:31 -08:00
Nick Winter
04e0624268
Possible hacky workaround for #2068 .
2015-01-08 11:42:42 -08:00
Nick Winter
79c5b53de1
Updated GitHub README avatars. Added HipChat notifications when CLAs are signed.
2015-01-08 11:33:59 -08:00
Scott Erickson
d8e89f31b1
Fixed #1967 .
2015-01-08 11:29:10 -08:00
Imperadeiro98
68ed142bd6
Update auth.coffee
2015-01-08 19:27:37 +00:00
Nick Winter
c1d9a5ae13
Merge pull request #2066 from GeetikaBatra/patch-1
...
Added soldiers,librarian and ninja
2015-01-08 08:13:00 -08:00
Nick Winter
0fd387c937
Merge branch 'PaulaThoelen-patch-1'
2015-01-08 08:04:25 -08:00
Nick Winter
fbcbfc7368
Merged nl-BE.coffee.
2015-01-08 08:04:15 -08:00
izumi
6a6102fd75
I hope this commit could be helpful
...
Your guys realy do a great job!
2015-01-08 17:09:33 +08:00
Nick Winter
d66243ad75
Beating replayable levels now shows you the proper gems and xp.
2015-01-07 18:36:02 -08:00
Scott Erickson
aeebee891e
Added 'submitting...' text to the i18n translation form button to show when a submission is successful.
2015-01-07 16:15:26 -08:00
Scott Erickson
c235b1cc15
The noty error for server errors now shows more detailed info.
2015-01-07 16:02:52 -08:00