Commit Graph

4439 Commits

Author SHA1 Message Date
Tyler Renelle d034262834 feat(premium): subscriber mystery item (doesn't yet do anything) 2014-02-07 11:40:34 -07:00
Tyler Renelle 82d9233d99 feat(rainbow-hair): add rainbow hair colors 2014-02-07 10:01:31 -07:00
Tyler Renelle e24d7476e8 refactor(errors): remove more res.json(500) in favor of next(err) 2014-02-07 09:20:40 -07:00
Tyler Renelle 106a7fa475 refactor(errors): refactor the way errors, offline, & queued ops are handled 2014-02-06 21:10:13 -07:00
Tyler Renelle e36d3264be chore(cluster): temporarily disable cluster (revert here) 2014-02-06 20:12:52 -07:00
Tyler Renelle f7ded9d690 chore(logging): remove console.log(isStaticPage) 2014-02-06 13:28:19 -07:00
deilann 66c7f48e2b updating LFG
Updating Looking for Group to the proper (not dead) link.
2014-02-06 11:37:35 -08:00
Tyler Renelle 55c28cbe52 chore(domain-middleware): back to real module version 2014-02-06 11:01:38 -07:00
Tyler Renelle 2837edd51f chore(cluster): use domain-middleware properly, so domains are used to restart cluster workers 2014-02-06 10:58:47 -07:00
Matteo Pagliazzi 90e9a1aeaa i18n(refactor): load all files in a locale, not the ones defined in app.json, move env.t client code to own file, add env.isStaticPage (from isFrontPage) 2014-02-06 17:17:21 +01:00
Matteo Pagliazzi 01c4c4498a Merge pull request #2762 from Sinza-/develop
Replace hard-coded strings for window.env.t on js files
2014-02-06 16:36:31 +01:00
Tyler Renelle e268839bcb chore(throttling): lower api limit a tad, just to test 2014-02-05 21:33:24 -07:00
Tyler Renelle 0c21f54c67 fix(user): make sure next is passed to all routes, and is available in
err-back of batch updates
2014-02-05 21:28:46 -07:00
Tyler Renelle 4c3c4b2ae7 perf(user): save user.save till very end of ops queue 2014-02-05 21:22:25 -07:00
Tyler Renelle bf5e9016a4 fix(errors): return next(err) when experiencing errors, instead of res.json(500,{err:err}). Let the top-level error handler handle this (needed for upcoming versionerror discarding) 2014-02-05 17:28:59 -07:00
Marcelo Sizer 386d108c3c Replace hard-coded strings for window.env.t on js files 2014-02-05 20:43:49 -02:00
deilann 908a5a2408 updating tavern link to new issue ticket
Explains how Github works. Should reduce number of dupe tickets.
2014-02-05 13:07:56 -08:00
Sabe Jones 3fda08c366 fix(nodemon): Add another ignore for weirdsauce Windoze dev environments 2014-02-04 22:39:08 -06:00
Tyler Renelle 07a47d353d Merge pull request #2666 from marcgenesis/develop
Fixed inventory alignment. Issue #2158
2014-02-04 11:00:52 -08:00
Tyler Renelle 9b3814575e perf(hall): use $gt in contributors.level index instead of $ne:null for
better performance
2014-02-04 09:49:49 -07:00
Tyler Renelle 2786b36206 fix(mongoose): typo 2014-02-03 18:14:17 -07:00
Tyler Renelle 6a86da316b chore(mongoose): set some options per #2725 to address high number of open connections, replset connection timeout, and close mongoose connection on process death 2014-02-03 17:57:38 -07:00
Tyler Renelle 4c094ebf47 Merge pull request #2729 from deilann/fixclass
pull correct information for member modal class
2014-02-03 12:45:56 -08:00
deilann 1a652eefd6 pull correct information for member modal class 2014-02-03 12:42:09 -08:00
Tyler Renelle 2e2fcfcf46 fix(swagger): fix jade script warning in swagger 2014-02-03 11:53:52 -07:00
Tyler Renelle 4d32092e8f refactor(addthis): remove superfluous addthis inclusion 2014-02-03 11:53:32 -07:00
Tyler Renelle 67ee011aa3 fix(footer): ensure window.env is accessible from static pages, so we
can get deferred scripts on frontpage (esp google analytics)
2014-02-03 11:43:03 -07:00
Tyler Renelle 43d05a54a3 refactor(footer): ensure debug buttons only show in development 2014-02-03 11:42:23 -07:00
Tyler Renelle 535fd4fe82 refactor(footer): remove amazon affiliate code 2014-02-03 11:41:47 -07:00
Tyler Renelle f95dac7d1d chore(analytics): upgrade GA to universal analytics (cc @deilann) 2014-02-03 11:06:10 -07:00
Cole Gleason e3b5a3978a chore(logging): change disconnect message level from error to info 2014-02-03 01:25:54 -06:00
Tyler Renelle ac5ef440fe chore(merge): Merge remote-tracking branch 'colegleason/disconnect' into develop
Conflicts:
	src/utils.js
2014-02-02 23:42:59 -07:00
Tyler Renelle 83b3739f46 fix(winston): typo 2014-02-02 23:26:57 -07:00
Tyler Renelle f8796e9028 feat(winter): remove purchasable winter hair colors, keep available if
they purchased during event
2014-02-02 23:17:54 -07:00
Cole Gleason e966cc956a chore(logging): only log to console and file on dev (cc @lefnire) 2014-02-03 00:14:31 -06:00
Tyler Renelle dfa27b3fa2 Merge pull request #2685 from colegleason/logging
chore(logging): add Winston and replace console.log
2014-02-02 22:06:35 -08:00
Cole Gleason 85eb0aa38a chore(cluster): disconnect worker on error, then kill after 30 sec
(cc @lefnire): This disconnects the process, sets up a kill timer, and
then sends error emails and responses back to the client. This should
stop new clients from connecting to the dead worker, allow connections
already established to finish, and cause the master to fork a new worker
to pick up the slack immediately.
2014-02-03 00:00:58 -06:00
Cole Gleason 8eaa5f6e9f Merge pull request #2717 from lorian/mouseover-tags
Hovering over a task's tag icon displays a list of that task's tag
2014-02-02 19:54:23 -08:00
Sabe Jones 4f911a68d8 fix(buffs): Move help bubble to left of special buffs
Corrects an issue where the popover text for Stealth and Chilling Frost inherited the "strong" formatting of the buff name label, and improves visual consistency with the attribute readout above them.
2014-02-02 21:19:01 -06:00
Lorian e99118b6a7 Edited appliedTags call to actually call the correct function; now hovering over a task's tag icon displays a list of that task's tags. 2014-02-02 16:35:36 -08:00
Cole Gleason f193790550 Merge pull request #2698 from deilann/fixstats
changing order of stats in character build
2014-02-02 15:58:54 -08:00
Cole Gleason aa53b38a9e Merge pull request #2714 from deilann/petprogress
removes progress bar of unfeedable pets
2014-02-02 15:57:44 -08:00
Cole Gleason 90ed3eb510 Merge pull request #2703 from deilann/abortquest
correcting quest abort message
2014-02-02 15:57:08 -08:00
deilann 2e3ee3f97c removes progress bar of unfeedable pets 2014-02-02 13:22:24 -08:00
Cole Gleason 61a4a90d2c Merge pull request #2610 from etryn/develop
Fixed unnecessary margin on button group buttons
2014-02-01 23:56:43 -08:00
Cole Gleason dab9ddbda2 fix(quests): quests with a level cap cannot be bought before that level.
Users were buying the vice quest hoping to play it, not realizing it
would drop at that level. Let's restrict buying the quest (at least in
the short term) until you reach that level.

Fixes #2707.
2014-02-02 01:54:23 -06:00
deilann dc7a6175e3 correcting quest abort message 2014-02-01 19:05:25 -08:00
Cole Gleason b01d08ccfe Merge pull request #2693 from colegleason/csv
Set filename when exporting challenge to CSV
2014-02-01 17:10:09 -08:00
Tyler Renelle 527f230ee5 Merge pull request #2701 from deilann/wizardtomage
Change "Wizard" to "Mage" in member modal & inventory
2014-02-01 16:21:32 -08:00
Tyler Renelle 78315d828b feat(quests): add flags.levelDrops for dropping items at certain levels 2014-02-01 16:15:20 -08:00