Commit Graph

46 Commits

Author SHA1 Message Date
Tyler Renelle a7e99d0ac0 [#1396] add ability to show tour at any time. Also add ability to show
Bailey at any time
2013-09-10 18:36:10 -04:00
Tyler Renelle 16a4e87fea [#1396] Add justin to tour bubbles 2013-09-10 18:20:10 -04:00
Tyler Renelle 598c4445ff [#1396] setup tour, using user.flags.showTour now instead of
localStorage. double check with #1507
2013-09-10 18:06:16 -04:00
Tyler Renelle a6590e7d84 [#1505] add memberServices into static. I'm adding way too many deps to the
static page, I need to separate out authServices bare-bones & only use
that in static
2013-09-09 21:25:45 -04:00
Tyler Renelle 89fabc38cb add "member since" in modal 2013-09-09 18:56:46 -04:00
Tyler Renelle b123843837 [#1479] when clicking guild member name, replace their limited loaded data with
more full data from server
2013-09-09 17:39:26 -04:00
Tyler Renelle 87c2a5b57d [#1489] populate user to Members service on initial load, so it will show self
as leaderMessage if you're the leader of a group
2013-09-09 17:23:09 -04:00
Tyler Renelle e1828153dd [#1489] add edit-gropu server route, basic editing of group info for now (with markdown!) 2013-09-09 17:09:45 -04:00
Tyler Renelle 09963ee30a [#1489] WIP start adding group edit. remove angular-ui-bootstrap accordion as it
was causing problems.
2013-09-09 16:15:57 -04:00
Tyler Renelle 774fa4f645 use marked instead of showdown, it's more performant and allows us to
sanitize the content
2013-09-09 14:06:36 -04:00
Tyler Renelle 6e800ea2d9 use markdown for profile-editing. Add save button. will remove linky
once everything's in markdown
2013-09-09 13:27:25 -04:00
Tyler Renelle 4caec6f737 [#1444] implement delete-tag (incl server route). run tags-cleanup migration 2013-09-09 00:04:02 -04:00
Tyler Renelle f99b496a29 [#1444] add filters back to use schema. Allow editing of top-level tags
object in PUT /user, WARNING! We want to get away from that ASAP and
instead have a nested resource for managing tags. Set default task tags
if not present, will revisit after tasks are a subdoc too
2013-09-08 23:28:34 -04:00
Tyler Renelle 55dffcc317 [#1476] re-order "you already have this combo" message to bail early 2013-09-08 22:42:59 -04:00
Tyler Renelle 5c5212eb0e [#1477] add delete account 2013-09-08 15:17:49 -04:00
Tyler Renelle f250a98fb7 [#1477] add reset account 2013-09-08 15:11:04 -04:00
Tyler Renelle 5e51148f8e [#1477] port settings modals to jade, implemented restore 2013-09-08 13:23:37 -04:00
Tyler Renelle aad034564e [#1459] add profile-editing (note, it requires bluring the input fields for
changes to go through - this is a pretty assuming solution, but I doubt it
will cause problems)
2013-09-08 12:28:06 -04:00
Tyler Renelle 0b34b41bbe fix to toggle helm 2013-09-08 11:39:30 -04:00
Matteo Pagliazzi c9f3d3029c delete chat message 2013-09-08 17:22:03 +02:00
Tyler Renelle 0ccdb48751 [#1468] hatchingPotion purchasing fix. also some temp hacks to get the UI to update 2013-09-07 19:06:41 -04:00
Tyler Renelle 5cb8238b7c change badge from master => royal 2013-09-07 15:31:36 -04:00
Tyler Renelle a960d310f7 [#1465] allow clicking self for modal 2013-09-07 13:59:49 -04:00
Tyler Renelle 69faa27f68 [#1465] bug fixes to achievements listing 2013-09-07 13:38:43 -04:00
Tyler Renelle 91d1cdf361 [#1465] add member modals back in. Not all info is present, just a bit more
work. Can now click guild & tavern members! does lazy-loading of members
so we don't have to load all their information at once
2013-09-07 12:45:39 -04:00
Tyler Renelle e23acc4c0a Merge branch 'paglias/grunt' into develop 2013-09-06 22:23:02 -04:00
Matteo Pagliazzi 7cd075d787 initial grunt support, gzip enabled 2013-09-06 19:19:43 +02: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 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
Zachary Kain 7864865065 ACTUALLY add the polyfill for <progress> this time 2013-02-12 12:33:41 -05:00
Tyler Renelle 9d8199e60b upgrade bootstrap 2013-01-14 13:06:18 -05:00
Tyler Renelle b41b5d3603 upgrade bootstrap-tour to use html 2012-12-12 20:29:28 -07:00
Tyler Renelle 2a8bc2abe2 upgrade bootstrap, and manually specifcy hover-triggers for popovers (bootstrap now
defaults to click)
2012-12-05 07:17:45 -08:00
Tyler Renelle 7ed84072ea upgrade bootstrap-growl for performance 2012-12-04 18:56:32 -08:00
Tyler Renelle 0088ea516b pull in some small changes from private 2012-11-14 17:50:49 -05:00
Tyler Renelle 33f8c43e93 more bug-fixing on async cron, using lodash instead of underscore 2012-09-24 16:45:37 -04:00
Tyler Renelle 9c58a7809f Beginnings of toggling days-of-week for repeatable dailies
Conflicts:

	lib/app/index.js
	package.json
	src/app/index.coffee
2012-09-04 23:07:58 -04:00
Tyler Renelle 33c285c398 widdled jquery-ui down without error 2012-09-04 18:01:46 -04:00
Tyler Renelle 681c3e219a put full jquery-ui back in. something to lost in the pipework trying
to minimize it to just the sortable component (custom build), giving
TypeError: 'undefined' is not a function (evaluating 'a.curCSS(this,"overflow",1)')
2012-09-04 18:01:45 -04:00
Tyler Renelle 051b28253c latest jquery-ui & jquery (1.8.0 of jquery, for compatibility) 2012-09-04 18:01:44 -04:00
Tyler Renelle 8930be1356 upgrade jquery 2012-09-04 14:28:51 -04:00
Tyler Renelle e615e16891 upgrade bootstrap growl 2012-09-04 14:28:49 -04:00
Tyler Renelle 68079f5bfc send growl notifications for points gained/lossed & level up
Conflicts:

	src/app/scoring.coffee
2012-09-01 14:26:12 -04:00
Tyler Renelle ad2bce0db9 bring underscore back 2012-07-27 19:37:16 -04:00
Tyler Renelle d823a762b0 Upgraded external js files: bootstrap-tour, jquery-ui.min,
jquery.cookie, jquery.min
2012-07-18 10:04:09 -04:00
Tyler Renelle c4b34a2d93 move scripts to /public/js, downloaded google's jsapi there (so don't
have to load)
2012-07-18 09:51:19 -04:00