Commit graph

26 commits

Author SHA1 Message Date
Tyler Renelle
7fe86ac924 fixes #1130 2013-06-03 22:38:03 -04:00
Tyler Renelle
59f4c88940 groups: guild bank is in gems, not balance 2013-06-03 21:28:03 -04:00
Tyler Renelle
9ec6455f2a groups: some ridiculous workarounds on the model.push/unshift bug 2013-06-03 20:46:56 -04:00
Tyler Renelle
c47291fe7c challenges: fix dynamic user-challenge score 2013-06-02 22:37:59 -04:00
Tyler Renelle
1411d04518 challenges: add basic task stats for challenge subscribers 2013-05-31 09:35:50 -04:00
Tyler Renelle
842ac45ab5 move fixCorruptUser to the client 2013-05-30 18:47:36 -04:00
Tyler Renelle
9180c9dfd4 challenges: add indexedPath() function & view helper, which lets us
look up array indices by object id, similar to reflist benefits. very
handy, using for challenges & challnege tasks
2013-05-30 17:10:35 -04:00
Tyler Renelle
3754ce141d Merge branch 'master' into challenges 2013-05-30 14:58:54 -04:00
Tyler Renelle
9399ca1d98 remove console.log 2013-05-30 14:56:28 -04:00
Tyler Renelle
dae3ca635f duplicate pets being pushed into stable, fixes #1086 2013-05-30 14:54:00 -04:00
Tyler Renelle
b4a5688cdd return delta bug fix 2013-05-30 14:36:29 -04:00
Tyler Renelle
15d76d93f4 return delta bug fix 2013-05-30 14:35:07 -04:00
Tyler Renelle
b34caaabd6 challenges: view.fn bug fix 2013-05-29 23:23:17 +01:00
Tyler Renelle
a213d6e997 groups: accordion information on left side, more edit options for
group information
2013-05-29 22:47:07 +01:00
Tyler Renelle
88ff245aec challenges: add taskInChallenge() view helper and broken task.challenge link 2013-05-29 20:53:57 +01:00
Tyler Renelle
1063a0e223 Merge branch 'develop' into challenges
Conflicts:
	src/app/misc.coffee
	src/app/party.coffee
2013-05-29 15:54:59 +01:00
Tyler Renelle
e9ac76cd81 merge character.coffee into profile.coffee, remove unecessary requires 2013-05-29 11:59:56 +01:00
Tyler Renelle
3cd23857ce Merge branch 'develop' into challenges
Conflicts:
	src/app/index.coffee
2013-05-29 11:27:25 +01:00
Tyler Renelle
4c684502f2 batch: add convenience batch.set / batch.get for updating paths simultaneously 2013-05-29 11:02:23 +01:00
Tyler Renelle
1745ae6205 update batchTxn to be a callback instead of object, put batch
operations back in for scoring & cron. hoping this will cut back on
the 4000ms issue, quite an emergency that
2013-05-29 10:23:23 +01:00
Tyler Renelle
2fbff2a0bc challenges: lock down editing capabilities on certain task properties,
instead showing the challenge's properties (in case they change
challenge-side).This includes editing the tag name
2013-05-28 11:52:32 +01:00
Tyler Renelle
f0c50e1cfe fix api + tests 2013-05-25 19:42:59 +01:00
Tyler Renelle
9e2c9045c5 habitrpg-shared: move task.score => misc.score so api can use it too 2013-05-23 17:35:24 +01:00
Tyler Renelle
77e37804e8 habitrpg-shared: bug fixes on hydrate() 2013-05-22 13:57:10 +01:00
Tyler Renelle
258cf55abb fix int() view helper (restore streak) 2013-05-22 11:30:17 +01:00
Tyler Renelle
2230ce6688 habitpg-shared: move viewHelpers to misc, add hydrate() function (see https://github.com/codeparty/racer/issues/116) to prevent data-loss on user.get() 2013-05-22 00:40:54 +01:00
Renamed from src/app/viewHelpers.coffee (Browse further)