Philip How
0dbf2257d7
New Algorithms + fixes
2013-03-06 17:02:08 +00:00
Tyler Renelle
4f7cdc38e9
add help popover to difficulty
2013-03-05 18:58:15 -05:00
Tyler Renelle
26a8917862
tour fix
2013-03-05 14:02:57 -05:00
Tyler Renelle
bb5fe4520f
only setup bootstrap growl notifications once. i still don't get this.
...
this issue is caused after browser.resetDom(), which happens on (1)
cron, (2) reset, (3) reroll. after which for some people this commit
will cause notifications to disappear altogether, while for others
reverting this commit will cause notifications to double.
2013-03-04 12:50:49 -05:00
Tyler Renelle
721803d4de
don't use bootstrap tour until #578 fixed
2013-03-04 12:48:10 -05:00
Tyler Renelle
378a03b6a0
add bootstrap tour as a submodule, some cleanup
2013-03-04 12:47:33 -05:00
Tyler Renelle
bd19e09fcf
possible fix for #324 - shuffle some function placement to be sure
...
definition precedes function call. put re-rendering
functionality (setupSortable, setupTour, etc) into app.on('render')
2013-03-04 11:17:17 -05:00
Tyler Renelle
cc4d1b2508
fix double-alerts bug
2013-03-03 01:41:52 -05:00
Tyler Renelle
e6e960ae5e
performance boost - only re-establish popover / tooltips on saving task
2013-03-02 23:52:47 -05:00
Philip How
e10c65dff7
merge
2013-03-02 20:12:18 +00:00
Philip How
9283b8adb4
Add death notification and algorithm fixes
2013-03-02 20:02:57 +00:00
Philip How
08839278b3
Notification and Algorithim changes
2013-03-02 18:23:43 +00:00
Tyler Renelle
ba8cf7742a
sortable cleanup
2013-03-01 18:02:53 -05:00
Philip How
2a49b64023
Better notifications
2013-02-28 23:09:12 +00:00
Philip How
55faeda4e0
Notification changes to .coffees
2013-02-27 23:26:53 -05:00
Tyler Renelle
14fb52c11e
put date-picker back in
2013-02-19 13:43:10 -05:00
Tyler Renelle
90af514fbc
try removing datepicker and moving browser stuff to the bottom
2013-02-19 12:57:41 -05:00
Tyler Renelle
dc20272217
include less jquery-ui, more bootstrap
2013-02-19 12:26:51 -05:00
Tyler Renelle
881847b13a
remove debugger
2013-02-17 15:18:10 -05:00
Tyler Renelle
fc1ccfa953
hacked datepicker into working
2013-02-17 13:58:16 -05:00
Tyler Renelle
034785d62d
for now remove date-picker since it doesn't seem to fire update event
2013-02-16 20:44:20 -05:00
Tyler Renelle
5728bf4731
reload javascript files on dom reset
2013-02-16 20:08:43 -05:00
Tyler Renelle
f25a53c3b6
more submodules, including only using sortablef or jquery-ui
2013-02-16 20:01:59 -05:00
Tyler Renelle
d03352c323
move all public/js to public/vendor, move bootstrap & bootstrap-growl to git submodule
2013-02-16 19:42:35 -05:00
Tyler Renelle
fc7a1fd7a3
add bootstrap-datepicker submodule, remove html5 date field (seems
...
poorly supported)
2013-02-16 18:59:42 -05:00
david.rhinehart
fb90106f7e
Fixes #390 added fixed notification area to top
2013-02-16 11:02:55 -06:00
Tyler Renelle
064abc959b
reverting the commit-set for the progress-bars https://github.com/lefnire/habitrpg/pull/379 (@zakkain I'll follow up on GH)
...
Revert "move progress-pollyfill to require for performance"
This reverts commit 96b983b564 .
2013-02-13 15:21:44 -05:00
Tyler Renelle
96b983b564
move progress-pollyfill to require for performance
2013-02-12 22:55:19 -05:00
Tyler Renelle
03779c73ab
close "new party" <form> tag. #330 , wah wah wah
2013-02-11 19:27:35 -05:00
Tyler Renelle
aaf94d9a4d
put social share links back into footer
2013-02-09 10:41:27 -05:00
Tyler Renelle
7f754517a4
disappearing habits
2013-02-08 22:02:25 -05:00
Tyler Renelle
5ea0dfe713
move idList back to root-level, is what's causing the sort bug - see https://github.com/codeparty/racer/pull/73
2013-02-08 21:03:56 -05:00
Tyler Renelle
648032228a
.main-avatar popovers were all clobbering eachother
2013-02-08 18:45:22 -05:00
Tyler Renelle
5d37644d28
interferance with tour
2013-02-08 18:37:26 -05:00
Tyler Renelle
b4fda373cb
all item-code refactored into its own classes, item store working
2013-02-08 02:01:48 -05:00
Tyler Renelle
8d28cf1bfa
start moving item-specific code to it's own file
2013-02-08 01:32:55 -05:00
Tyler Renelle
4bb155939d
attempt #2 at user obj being null
2013-02-06 22:55:34 -05:00
Tyler Renelle
9854bc1a3c
some typo fixes
2013-02-06 14:12:05 -05:00
Tyler Renelle
7764447355
many fixes to party system actions causing dom refresh
2013-02-06 13:59:56 -05:00
Tyler Renelle
d3f8e361bf
better party-unlocked message
2013-02-05 20:48:43 -05:00
Tyler Renelle
9723f3c37a
don't need public/private paths after all, can check path requests in store accessControl callbacks
2013-02-04 23:32:40 -05:00
Tyler Renelle
6966f6a439
modify everything to accomdate migratino
2013-02-04 21:18:13 -05:00
Tyler Renelle
57a7edc5d3
rename everything "friends" to "party", since we may use friends for
...
following/followers feature
2013-02-04 14:10:20 -05:00
Tyler Renelle
b9de996b94
fix to itemstore notifiication not showing
2013-02-04 01:20:55 -05:00
Tyler Renelle
e8ac4dcf86
unlock the party system at level 3, view.fn 'userName'
2013-01-30 18:22:52 -05:00
Tyler Renelle
cf81339f7a
user.on for itemstore popup, as per switz's suggestion
2013-01-25 16:16:28 -05:00
Tyler Renelle
eb6fcaed25
remove addthis for app page (they see it on about page)
2013-01-21 10:00:51 -05:00
Tyler Renelle
ca91a3a07d
move some more client setup to browser.coffee
2013-01-20 17:55:45 -05:00
Tyler Renelle
77072909f0
move notifications to browser.coffee
2013-01-20 16:53:24 -05:00