Commit graph

1455 commits

Author SHA1 Message Date
aaron4
2cf267ccf5 added space after each line of text
With previous privacy.html, there was not a space after each line of text (if line of text following). This caused words to be combined together.
Fixed issue by adding a space after each line of text.
2013-03-05 10:26:08 -06:00
Philip How
ce09d72708 cap deltas 2013-03-05 06:59:56 -05:00
Tyler Renelle
17ab9b9a22 Merge pull request #582 from MrConcept/onlies
Onlies
2013-03-04 14:07:14 -08:00
Philip How
78ba0f5214 comment logging 2013-03-04 22:04:02 +00:00
Philip How
7c10aafb1c Fixes galore 2013-03-04 22:00:12 +00:00
Tyler Renelle
87692e90b5 too many emails! 2013-03-04 16:10:36 -05:00
Tyler Renelle
8c1c5bba13 possible fix for #562 - reflists sometimes contain a null value 2013-03-04 15:20:53 -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
34651083ec Merge pull request #570 from lefnire/priority-multiplier
Priority multiplier
2013-03-04 08:38:14 -08:00
Tyler Renelle
9517455a79 migrate "multiplier" setup to "priority" setup, with ! !! !!! instead
of 1 2 3. multipliers are now 1x 1.5x 2x
2013-03-04 11:37:46 -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
233f8ea595 data-target on modal instead of hrefd 2013-03-04 00:41:59 -05:00
Tyler Renelle
1bd067f32f add multiplier "new feature" alert 2013-03-03 22:06:34 -05:00
Tyler Renelle
d925c43c7b multipy GP with priority-multiplier, too 2013-03-03 22:01:59 -05:00
Tyler Renelle
7f03a30fd5 remove "advanced" section, clean up the task-edit form a bit 2013-03-03 21:38:21 -05:00
Tyler Renelle
2e26df743f Merge branch 'develop' into priority-multiplier 2013-03-03 21:25:13 -05:00
Tyler Renelle
35cea7fcbb notification on "onlies" mechanic 2013-03-03 20:59:14 -05:00
Tyler Renelle
ec2889a366 Merge branch 'develop' of github.com:lefnire/habitrpg into develop 2013-03-03 20:30:46 -05:00
Tyler Renelle
7dc2bd6663 Merge pull request #569 from switz/api
@lefnire => Move deprecated API back to deprecated
2013-03-03 16:39:49 -08:00
Daniel Saewitz
30a3e46f20 Move deprecated api back into new 2013-03-03 19:37:54 -05:00
Daniel Saewitz
4919cd22b5 Move deprecated API back to deprecated 2013-03-03 19:30:53 -05:00
Tyler Renelle
e86c994076 Merge pull request #568 from MrConcept/notifications
onlies now reset their value every day
2013-03-03 16:23:45 -08:00
Philip How
120e058346 onlies now reset their value every day 2013-03-04 00:18:04 +00:00
Tyler Renelle
c33c6c3480 add multiplier functionality to task scoring 2013-03-03 18:18:49 -05:00
Tyler Renelle
1a335cc68a add priority-multiplier to html & tasks.coffee (note, requires merge
of @IvanGaravito /derby#hotfix-model_at_for_each_blocks
2013-03-03 17:54:14 -05:00
Tyler Renelle
6189fee74e algorightms notification (to warn people to restore their exp) 2013-03-03 16:14:16 -05:00
Tyler Renelle
4b77daff0a redirect deprecated task-scoring to new API, some cleanup to score function to use switz auth 2013-03-03 12:44:50 -05:00
Tyler Renelle
264119b755 remove ical link from new API. shouldn't even be in old API, really -
it's just a link... don't know why I did that. but alas, people
already have subscriptions on that link so if it aint broke
2013-03-03 12:22:56 -05:00
Tyler Renelle
afaf358005 update to chest favicon 2013-03-03 12:15:25 -05:00
Tyler Renelle
69c8d78352 purchase tokens accessControl bug fix 2013-03-03 11:34:09 -05:00
Tyler Renelle
cc4d1b2508 fix double-alerts bug 2013-03-03 01:41:52 -05:00
Tyler Renelle
34f5f2dc54 custom dayStart 2013-03-03 01:21:10 -05:00
Tyler Renelle
0f0ca21f82 fix default dailies repeat schema 2013-03-02 23:57:10 -05:00
Tyler Renelle
e6e960ae5e performance boost - only re-establish popover / tooltips on saving task 2013-03-02 23:52:47 -05:00
Tyler Renelle
d20fccea75 pass model by reference to scoring functions 2013-03-02 23:38:31 -05:00
Tyler Renelle
e4b8742320 Merge pull request #557 from MrConcept/notifications
XP Changes, Better Notifications and Fixes!
2013-03-02 16:33:09 -08:00
Philip How
e10c65dff7 merge 2013-03-02 20:12:18 +00:00
Philip How
81eb070ee6 Reset button 2013-03-02 20:03:16 +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
Tobias Leugger
7fc1de01e6 Small improvement of the error-alert styling 2013-03-02 00:27:59 +01:00
Tyler Renelle
ba8cf7742a sortable cleanup 2013-03-01 18:02:53 -05:00
Philip How
09467aee1b Merge branch 'develop' of github.com:lefnire/habitrpg into notifications 2013-03-01 22:47:00 +00:00
Tyler Renelle
20f5a05905 Merge branch 'develop' of github.com:lefnire/habitrpg into develop 2013-03-01 16:23:04 -05:00
Tyler Renelle
74e531bee5 add changelog 2013-03-01 16:22:24 -05:00
Philip How
4db3216e1d Merge branch 'master' into notifications 2013-03-01 20:48:13 +00:00
Tyler Renelle
7e78e8cd12 Merge pull request #522 from switz/api
@lefnire => Initial API support including specs
2013-03-01 12:32:49 -08:00
Daniel Saewitz
bc76aee85e Remove nodetime 2013-03-01 15:13:53 -05:00