Tyler Renelle
aef76ae969
pets: bug fix for users who haven't been properly converted to pets array system
2013-05-15 09:14:42 +01:00
Tyler Renelle
d59f1f6925
Revert "back to xhr-polling or a bit, will figure out why websockets having"
...
This reverts commit e5549d0501 .
2013-05-14 23:53:59 +01:00
Tyler Renelle
e5549d0501
back to xhr-polling or a bit, will figure out why websockets having
...
issues soon
2013-05-14 23:42:36 +01:00
Tyler Renelle
950be4daf2
cron: better solution to testing "due today" for tasks with repeat
...
options, and user with custom dayStart. Still not sure if this is the
ideal solution, but addresses #963
2013-05-14 19:01:05 +01:00
Tyler Renelle
3ae295c9a3
don't include 'disabled' shading for todos
2013-05-14 18:20:19 +01:00
Tyler Renelle
0a0cf1d94e
cron: fix repeat, for old users without default task.repeat={}
2013-05-14 18:10:24 +01:00
Tyler Renelle
92b178b4a4
huge cron fixes which should solve streak, dayStart, "timezone" issues
2013-05-14 17:39:42 +01:00
Tyler Renelle
dc7f80ceb9
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
2013-05-13 11:02:20 +01:00
Daniel Saewitz
ce6914f0c8
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
2013-05-12 14:00:33 -04:00
Daniel Saewitz
445a968a9b
Merge
2013-05-12 13:58:50 -04:00
Tyler Renelle
b162a43545
module.exports growl notifications so other files can use it
2013-05-12 16:47:31 +01:00
Tyler Renelle
f7145bb951
cleanup of the show-completed / show-remaining. That context-dependant
...
/ display-context-for stuff was bugging me out, and wasn't using Derby
to it's potential. also some tags & habit-wide cleanup in helpers:taskClasses()
2013-05-12 10:52:32 +01:00
Tyler Renelle
2164e7322b
_partyMembers fetch as async to final 3-part subscription. test on
...
beta first
2013-05-12 00:56:02 +01:00
Daniel Saewitz
8e7ab79098
Turn off locale set
2013-05-11 18:05:27 -04:00
Tyler Renelle
0ca67bef95
wrap up some "token" => "gem" conversions, code-style
2013-05-11 19:19:09 +01:00
Tyler Renelle
35342e8b71
Merge pull request #925 from SlappyBag/develop
...
Tokens = Gems for front-end display.
2013-05-11 10:43:45 -07:00
Tyler Renelle
0421c2e61b
back to double _party - fetch then subscribe, separatated
...
subscriptions seem to be causing problems
2013-05-11 13:08:09 +01:00
Tyler Renelle
e701d98bd7
make solo-user subscription a callback of unsubscribe
2013-05-11 12:32:36 +01:00
Tyler Renelle
747b6e7930
BREAKING CHANGE - fetch _partyMembers, subscribe to _party, _user,
...
_tavern. Could cut back substantially on subscription overhead. fetch
is async to the subscriptions, need to test on beta that this is kosher
2013-05-11 12:13:48 +01:00
Tyler Renelle
e6cd061bfd
don't calculate dailies on cron when user is resting, this to prevent
...
abusing the inn. see https://trello.com/card/rest-in-tavern/50e5d3684fe3a7266b0036d6/14
2013-05-10 23:16:59 +01:00
Tyler Renelle
fb29e35ffc
another attempted fix for chat dupes - model.unshift like usual,
...
callback checks for dupes and sets messages to unique. this way
minimizes the model.set() (which clobbers other chatters if you are the
duplicate bugger)
2013-05-10 19:20:53 +01:00
Tyler Renelle
05de1364a8
apply active filters as tags to newly-created tasks
2013-05-10 18:35:14 +01:00
Tyler Renelle
44bd61016f
tags: cleaner tag-deletion handling
2013-05-10 18:23:05 +01:00
Tyler Renelle
eea9a2129f
tags: some corrupt-tags bug fixes
2013-05-10 18:06:35 +01:00
Tyler Renelle
3f9054f459
small helpers.coffee cleanup
2013-05-10 17:30:26 +01:00
Slappybag
88e6f40804
Tokens = Gems for front-end display.
2013-05-10 17:30:13 +01:00
Tyler Renelle
bf028a2130
prevent errors
2013-05-10 17:16:25 +01:00
Tyler Renelle
293756719f
add profile stats showing their attributes, gear, etc
2013-05-10 17:09:49 +01:00
Tyler Renelle
fcebebc601
use _items.next for the store, so we can access other _items
...
throughout the app
2013-05-10 16:42:21 +01:00
Tyler Renelle
708e3cf781
more informative death modal, lose 1 lvl
2013-05-10 14:53:02 +01:00
Tyler Renelle
1f3dbc8530
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
2013-05-10 11:53:45 +01:00
Tyler Renelle
2e61d3f1ea
chat: allow delete message
2013-05-10 11:53:20 +01:00
Stan Lindsey
12c6e111b4
Merge pull request #921 from switz/locales
...
@slappybag => Allow locale to be set from a model middleware
2013-05-10 03:49:13 -07:00
Tyler Renelle
cd264d702a
check if m.id works
2013-05-10 11:45:19 +01:00
Tyler Renelle
4091109998
try to solve duplicate chat messages issue
2013-05-10 11:42:42 +01:00
Tyler Renelle
164f8532e9
less harsh death. Now you lose 1 random item & all GP, but no levels.
...
see #223
2013-05-10 11:13:34 +01:00
Tyler Renelle
016bb08572
fix "reset not working in development mode"
2013-05-10 11:12:16 +01:00
Tyler Renelle
2a78fb5ea9
Revert "deploying in process.env.NODE_ENV='development' until we can fix #840 "
...
This reverts commit 6aba44c43d .
2013-05-10 10:29:33 +01:00
Daniel Saewitz
58d6c39be8
Allow translations to be set from local model
2013-05-09 13:07:54 -04:00
Tyler Renelle
8aee3c7446
chat: small cleanup.hmmm, how to handle duplicates? see https://workflowy.com/shared/3ca12ef1-8335-f196-1b74-c1955402c5f5/
2013-05-09 14:29:09 +01:00
Tyler Renelle
1e8adc7e17
tags: add clear-filters button so you can reset filters, but primarily
...
to fix #918 (stopgap)
2013-05-09 13:59:37 +01:00
Tyler Renelle
6aba44c43d
deploying in process.env.NODE_ENV='development' until we can fix #840
2013-05-09 09:56:49 +01:00
Tyler Renelle
fdb2f2510c
remove nix-drop-limit from development
2013-05-09 09:56:05 +01:00
Tyler Renelle
d92157cf13
why is findOne crapping out on dev? "function(e){return this.where("id").equals(e).findOne()"
2013-05-09 09:27:21 +01:00
Tyler Renelle
8137e4b2a6
Merge branch 'develop' of github.com:lefnire/habitrpg into backer-gear
2013-05-09 08:40:34 +01:00
Tyler Renelle
78944e93ef
party: chat - better messages.length check
2013-05-08 21:30:44 +01:00
Tyler Renelle
ef9e058f54
party: chat - better messages.length check
2013-05-08 21:30:35 +01:00
Tyler Renelle
ba98179ae0
backers: only show backer gear in store if they are backer
2013-05-08 21:30:23 +01:00
Tyler Renelle
40eb8588ac
tags: remove tags from tasks when the tag gets deleted
2013-05-08 17:33:39 +01:00
Tyler Renelle
b7a7260952
typo
2013-05-08 16:42:55 +01:00