Commit graph

2604 commits

Author SHA1 Message Date
Tyler Renelle
00d62edbc9 !IMPORTANT! xhr-polling for heroku, while testing challenges. remember
to revert when pushing to prod
2013-06-02 23:41:47 -04:00
Tyler Renelle
9be6f1a0dd groups: static-binding of _party, was causing "Uncaught
TypeError:Cannot read property '0' of undefined" since
groups[_party.id] doesn't exist pre-subcription
2013-06-02 23:35:36 -04:00
Tyler Renelle
33ac1788fd groups: add group leader message 2013-06-02 23:12:31 -04:00
Tyler Renelle
c6df323b07 challenges: graph rendering now dynamic 2013-06-02 22:57:07 -04:00
Tyler Renelle
c47291fe7c challenges: fix dynamic user-challenge score 2013-06-02 22:37:59 -04:00
Tyler Renelle
f92ef99355 groups: show groups as striped table instead of accordion. cleaner
this way
2013-06-02 19:03:03 -04:00
Tyler Renelle
47453d6133 challenges: simply display names of challenges in groups, with "visit
the challenges tab for more info".
2013-06-02 18:28:33 -04:00
Tyler Renelle
e4c7275201 groups: move title above info box 2013-06-02 14:58:19 -04:00
Tyler Renelle
770af3c4d4 groups: group-leave bug fixes (most things have to be static-bound, when somethign is deleted it causes errors on dom listeners). also make second-most-recent-member the new leader if the leaver is leader 2013-06-02 13:27:05 -04:00
Tyler Renelle
f9a978d043 groups: bug-fix to private party invitation 2013-06-02 13:06:03 -04:00
Tyler Renelle
89c6192e28 groups: possible solution to 8a1aae3 (fixes groups permissioning) 2013-06-02 12:50:43 -04:00
Tyler Renelle
ad2b37fe50 groups: some join / leave bug fixes 2013-06-02 11:49:56 -04:00
Tyler Renelle
8a1aae37a8 groups: very precarious placement of query motifs and subscription /
fetch order due to https://github.com/codeparty/racer/issues/57 for
guilds, party, habitRPG group, and publicGroups.
2013-06-02 11:24:03 -04:00
Tyler Renelle
01b9a420b8 groups: only show invitations if there are any (was previously
iterating empty array)
2013-06-02 11:23:02 -04:00
Tyler Renelle
38781cc012 groups: some static bindings where possible 2013-06-02 11:22:33 -04:00
Tyler Renelle
dc36651029 groups: only add privacy field on guilds 2013-06-02 11:21:25 -04:00
Tyler Renelle
8fdeccf43c challenges: fix disappearing repeat bug 2013-06-02 10:07:15 -04:00
Tyler Renelle
363a77cbe7 guilds: add public guilds 2013-06-01 12:50:06 -04:00
Tyler Renelle
178d3846a4 challenges: html bug 2013-06-01 10:57:38 -04:00
Tyler Renelle
2ab5772c0a groups: make edit button consistent too 2013-05-31 19:44:29 -04:00
Tyler Renelle
780e3ccabc challenges: move challenge specs to accordion header, add subscribers count 2013-05-31 19:27:22 -04:00
Tyler Renelle
5f78d801a8 challenges: make @editable dynamic so we can add tasks when in edit mode 2013-05-31 18:59:20 -04:00
Tyler Renelle
cc3a1213a6 challenges: more html futzing 2013-05-31 18:47:49 -04:00
Tyler Renelle
0fd74680c2 challenges: float-right edit button, us icons for consistency 2013-05-31 18:42:02 -04:00
Tyler Renelle
28f45baf7b challenges: can delete challenge 2013-05-31 18:31:46 -04:00
Tyler Renelle
a4e6025185 challenges: slightly prettier graphs (i'm still not satisfied, but later) 2013-05-31 18:31:37 -04:00
Tyler Renelle
fa0813dc9e challenges: use tags fix (268157c) to allow guild info editing (not
working for _party for some reason)
2013-05-31 17:53:17 -04:00
Tyler Renelle
fd7ae42a43 Merge branch 'develop' into challenges
Conflicts:
	views/app/filters.html
	views/app/tasks.html
2013-05-31 17:18:26 -04:00
Michał Barciś
78d6111fbc Merge branch 'develop' of github.com:lefnire/habitrpg into develop 2013-05-31 22:33:15 +02:00
Tyler Renelle
268157ca24 tags: use explicit {#each users[_userId].tags} instead of model.ref private path {#each _user.tags}. fixed many tags issues. see https://github.com/codeparty/derby/issues/267 2013-05-31 16:25:59 -04:00
Tyler Renelle
9ca9717387 Revert "WIP addTask in api.coffee"
This reverts commit 81f2b6789e.
2013-05-31 11:20:40 -04:00
Tyler Renelle
cdc7b06f92 api_v2 bug fix 2013-05-31 11:12:39 -04:00
Tyler Renelle
413abdb345 api_v2 bug fix 2013-05-31 11:12:18 -04:00
Tyler Renelle
81f2b6789e WIP addTask in api.coffee 2013-05-31 11:05:09 -04:00
yangit
9f0e94a5a7 APIv2 init2 2013-05-31 22:56:55 +08:00
Tyler Renelle
39d29f50f4 challenge: don't allow to create new challenge unless in group 2013-05-31 09:36:00 -04:00
Tyler Renelle
1411d04518 challenges: add basic task stats for challenge subscribers 2013-05-31 09:35:50 -04:00
yangit
73d71a0be1 APIv2 init 2013-05-31 21:11:07 +08:00
Tyler Renelle
10c7d3cc08 Merge branch 'develop' 2013-05-30 18:48:17 -04:00
Tyler Renelle
60948e7881 move fixCorruptUser to the client
Conflicts:
	src/app/index.coffee
2013-05-30 18:48:08 -04:00
Tyler Renelle
842ac45ab5 move fixCorruptUser to the client 2013-05-30 18:47:36 -04:00
Tyler Renelle
6e67207835 groups: fix leave button 2013-05-30 18:42:27 -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
91c5331a28 challenges: couple bug fixes 2013-05-30 08:41:07 +01:00
Tyler Renelle
9ec369ea7a challenges: add in challenge prize, just for show-purposes for now 2013-05-29 23:40:13 +01:00