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
Scott Erickson
2a4f997b1d
Fixed registration point scaling for vector portraits, so they match their raster versions.
2015-01-07 15:11:43 -08:00
Nick Winter
4016476c4d
Fixed achievement plugin creation of repeatable achievements. Fixed some bugs in recalculating repeatable achievement exp. Implemented recalculating repeatable achievement gems. Achievement tests pass again.
2015-01-07 15:03:39 -08:00
Matt Lott
c54fea929e
Update campaign editor analytics
...
Optimize analytics.log.event user event data find() to use stream()
instead of exec(), which is better for large result sets
Fix startDay formatting bug
Per-level recent sessions to 100
2015-01-07 14:49:24 -08:00
Imperadeiro98
3eb34bab5c
Merge pull request #2069 from Imperadeiro98/master
...
Removed some unused titles
2015-01-07 21:52:10 +00:00
Imperadeiro98
b47fc93912
Update ambassador.jade
2015-01-07 21:45:36 +00:00
Imperadeiro98
3c51d4d014
Update scribe.jade
2015-01-07 21:45:11 +00:00
Imperadeiro98
2a3892a572
Removed unnecessary titles
2015-01-07 21:44:05 +00:00
Nick Winter
1455dc0550
Working on repeatable achievement posting. Two tests still fail, though, so it's not there yet.
2015-01-07 12:25:43 -08:00
Geetika Batra
1480baf000
Added soldiers,librarian and ninja
2015-01-07 22:56:27 +05:30
Imperadeiro98
a0a8b2a961
Merge pull request #2064 from Kindleme/patch-2
...
Update zh-HANS.coffee
2015-01-07 17:14:04 +00:00
Imperadeiro98
41080daaad
Merge pull request #2063 from RubenDjOn/master
...
Added es-ES translations.
2015-01-07 17:09:43 +00:00
Kindleme
ac46e65ec9
Update zh-HANS.coffee
2015-01-07 18:24:50 +08:00
Matt Lott
d89b0d90e3
Campaign analytics - unique users, dropped count
...
Fixing incorrect dropped counts.
Restricting start/finish level events to unique users.
Does not fix campaign editor level view analytics.
2015-01-06 21:38:49 -08:00
Nick Winter
4ea2a51ff6
In middle of debugging non-functioning repeatable achievements.
2015-01-06 21:32:58 -08:00
Scott Erickson
2f36884456
Got proportionalTo working with gems as well as points. Probably also got it working for LevelSessions, but this should be tested.
2015-01-06 18:14:19 -08:00
Scott Erickson
7f203f246c
Fixed a bug where projection in /db/campaign/.../levels wasn't working correctly anymore if project wasn't included.
2015-01-06 16:59:56 -08:00
RubenDjOn
ac4925b2da
Added es-ES translations.
2015-01-07 01:08:53 +01:00
Matt Lott
1c1f2be497
Changing analytics.log.event indexes to compound
...
Changing this back. Using mongodb hint() and explain() on our find()
call indicates the compound index is better than the two single indexes.
2015-01-06 14:54:56 -08:00
Matt Lott
a144c5ff0d
Update analytics.log.event indexes to match prod
...
These were applied as single indexes directly in production.
2015-01-06 14:07:22 -08:00
Imperadeiro98
9a6933023c
Update patches.jade
2015-01-06 21:22:20 +00:00
Imperadeiro98
c0c0ecace7
Update en.coffee
2015-01-06 21:22:13 +00:00
Nick Winter
9a3f18e60a
Save more UserCodeProblems and LevelSessions.
2015-01-06 13:03:09 -08:00
Nick Winter
677ba56ce9
Make sure to save level sessions after difficulty increase.
2015-01-06 12:40:24 -08:00
Matt Lott
36921f7644
Fix IE9 script loading
...
Script tags weren’t loading sequentially.
IE9 doesn’t support the defer attribute:
https://github.com/h5bp/lazyweb-requests/issues/42
Conditional comments:
http://msdn.microsoft.com/en-us/library/ms537512%28v=vs.85%29.aspx
Breaking change:
https://github.com/codecombat/codecombat/commit/b698745e0505857ef8a21de9
fa2729ff5ab473ce
2015-01-06 10:53:32 -08:00
Imperadeiro98
54f8adb1cc
Update pt-PT.coffee
2015-01-06 16:58:19 +00:00
Nick Winter
ab82bd972b
Propagated i18n.
2015-01-06 08:01:42 -08:00
Imperadeiro98
16a3b35b16
Merge pull request #2059 from nixel2007/master
...
Update ru.coffee
2015-01-06 15:56:36 +00:00
nixel2007
364e6c8617
Update ru.coffee
...
Sync to en.
2015-01-06 18:37:29 +03:00
Imperadeiro98
f723a2d5e9
Removed unnecessary title
2015-01-06 15:11:37 +00:00
Imperadeiro98
704f9e41e1
Merge pull request #2025 from A-Man/master
...
Added more names for #53
2015-01-06 14:37:08 +00:00
Nick Winter
9272ceb23e
Trying to restore functionality of achievement plugin but without memory leak.
2015-01-05 21:57:23 -08:00
Nick Winter
45b90804ec
Noting some TODOs to fix soon.
2015-01-05 20:49:59 -08:00
Nick Winter
ac525c53b5
Merge pull request #2056 from Imperadeiro98/patch-1
...
Trying to i18n
2015-01-05 17:39:46 -08:00
Imperadeiro98
19756b3be2
Update LevelEditView.coffee
2015-01-05 23:49:47 +00:00
Matt Lott
1a401230f4
Add recent sessions to campaign editor analytics
...
In level view. Shows latest 10, and you can double-click them to open
in modalmodal.
2015-01-05 15:40:28 -08:00
Scott Erickson
ffc33279b8
Made i18n coverage more strict about making sure every property that needs to be translated is translated.
2015-01-05 15:33:20 -08:00
Imperadeiro98
b6de218fa1
Fixed typo
2015-01-05 23:14:44 +00:00
Scott Erickson
ba1ffe194c
Deferring user creation until after the client app loads, to try and lower the massive number of anonymous users that are created.
2015-01-05 14:43:20 -08:00
Imperadeiro98
fb29bfa71e
Merge pull request #2057 from RubenDjOn/master
...
Added es-ES translations
2015-01-05 22:14:29 +00:00
RubenDjOn
0bb220de81
Added es-ES translations
2015-01-05 22:55:07 +01:00
Matt Lott
b4a0fe146e
Add common user code problems to campaign editor
...
In level view, showing data from last 30 days, with top 20 issues by
count.
2015-01-05 13:42:19 -08:00
Imperadeiro98
45b553fbcb
Update en.coffee
2015-01-05 20:24:49 +00:00
Imperadeiro98
029b28853f
Update LevelEditView.coffee
2015-01-05 20:24:42 +00:00
Imperadeiro98
9c0d992868
Update edit.jade
2015-01-05 20:19:46 +00:00
Imperadeiro98
0df9de551c
Fixed last commit issues
2015-01-05 19:51:07 +00:00
Imperadeiro98
b7a7bb2c23
Merge pull request #2054 from Apoc-/patch-2
...
Update de-DE.coffee
2015-01-05 19:48:02 +00:00
Imperadeiro98
4a351e99e6
Uncommented translation
2015-01-05 19:34:56 +00:00
Imperadeiro98
e639a62085
Fixed errors from last commit
2015-01-05 19:26:23 +00:00