Skip to content

Latest commit

 

History

History
282 lines (269 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

282 lines (269 loc) · 15.6 KB

My app - Changelog

(2014-02-15)

Documentation

  • rebirth: Bullet point about repurchase of limited ed gear after Rebirth (d3f4a561)

Bug Fixes

  • #2003: healer gear not showing (949cd97b)
  • #2375: merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses" (518f200a)
  • allocateNow: Send empty object to user.ops per @colegleason suggestion (f6e12fa2)
  • batch-update: send errors to client if batch-update found an error, crash pid. (f9679629)
  • beastmaster: fixes #2557, adds opacity to previously-owned pets after they're mounted. You can earn them back again (5caaff1c)
  • bosses: don't reset progress.up when starting a new quest. We want to be able to carry over damage from the same day a boss battle begins, even if the dailies were completed before battle-start. Fixes #2168 (4efd0f5e)
  • bower: updated jquery directory (191b789d)
  • bs3:
  • buffs: Move help bubble to left of special buffs (4f911a68)
  • challenges:
    • better handling of deleted challenges. If !chal, break the task.challenge. Move the function into userController#score so we have access to next, etc. fixes #1883 (33b326b5)
    • challenge csv export now has proper filename (36f21196, #2689)
  • classes:
    • misc fixes (d2121a85)
    • misc class fixes (not @snicker, ng-if on item store since we dynamically swap it sometimes) (478be611)
  • css:
  • 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) (bf5e9016)
    • handle if err.message == undefined, send err (b42dacf2)
  • event-tracking:
  • find_uniq_user: fix (ecbe780e)
  • footer: ensure window.env is accessible from static pages, so we can get deferred scripts on frontpage (esp google analytics) (67ee011a)
  • groups:
    • pass missing next into Like function (afee0968)
    • send error if +1 errored (5b6c4427)
  • hall: let's try $gt instead of $ne:null, the query is still slow (a72b0131)
  • i18n: do not save user language for now (094a4be0)
  • misc:
    • some styles & translations (8f19f225)
    • isStaticPage and debug buttons (19139f56)
  • missing-gems: remove ad-removal from script, since ads are part of subscription (e1240dde)
  • mongoose: typo (2786b362)
  • mounts:
    • fix pets & mounts css to position the user based on pet/mount equip (37340d23)
    • Move avatar upward when mounted regardless of pet (bc1adeb1)
  • nodemon:
    • Add another ignore for weirdsauce Windoze dev environments (3fda08c3)
    • ignore CHANGELOG.md on watch (d6c55952)
  • party: Round boss health up instead of to nearest integer (626da568, #2504)
  • paypal: fixes #2492, remove environment check for now, only have production-mode option. revisit (1dc68112)
  • performance: cache spritesmith image, fix #2633 (f03d7d7d)
  • pets: add questPets to UserSchema.items.mounts too fixes #2814 (42766125)
  • profile: fix bug where empty profile displayed on username click (0579c432, #2465)
  • quests:
    • quests with a level cap cannot be bought before that level. (dab9ddbd, #2707)
    • bug fix to multi-drop (f478d10c)
    • list multiple rewards in dialog (e48c7277)
  • readme: remove text about translations wip (f2bb1fd2)
  • settings:
    • remove unnecessary code (5f0cf657)
    • reintroduce space between captions and help bubbles stripped during localization (5ddf09fe)
  • spells:
    • temp workaround for spell & task being undefined. #2649 #2640 (241d0414)
    • more $rootScope spell-casting bug fixes (47bd6dcb)
    • add some spells tests, don't send up body to spell paths (e0646bb9)
    • some $rootScope.applying action fixes so cast-ending is immediate instead of waiting on response. Also, slim down party population to the essentials to avoid RequestEntityTooLarge (c6f7ab8a)
    • to cancel spell-casting (a1df41ad)
  • stable: show hatchable combo when petOwned>0 (fyi @deilann) (51bff238)
  • stats: Better layout for attribute point allocation (d782fc6b)
  • swagger: fix jade script warning in swagger (2e2fcfcf)
  • tests:
    • include select2 in test manifest (38b4cea7)
    • don't use cluster in tests, else we get "connection refused" (7a479098)
  • todos:
    • add migration for dateCreated & dateCompleted #2478 (4cc39f16)
    • add dateCompleted to todos so they're archived 3 days after completion, not 3 days after creation. Fixes #2478 (b1afc177)
  • toolbar:
  • translation: Fix #2585. (06200acc)
  • translations:
    • fix #2564 and similar ones (42740902)
    • add env.t to rootScope (13131087)
    • remove translations for privacy & terms (a9095f34)
    • merge @luveluen pull request, fix some syntax (a6c67f17)
    • @lefnire now everything is ok (52decb7e)
    • correct some variables (fba73953)
    • revert some views (d000c706)
  • user:
    • make sure next is passed to all routes, and is available in err-back of batch updates (0c21f54c)
    • if need to upgrade site, send 501, not 400 (ab86ba11)
    • PUT user retricted path errors are 401, not 500 (0aec4caa)
  • winston: typo (83b3739f)

Features

  • administrators: start adding features page for admin accounts (f7f4a0c1)
  • attributes: Add backfill button in flat and classbased allocation modes (76a7ab5b)
  • bailey: notif about STWC updates + scroll-purchase deadlines (@colegleason) (90176444)
  • bug-crushing: add the critical hammer of bug-crushing (00af5f7d)
  • challenges:
    • add angular-ui-select2 for simpler find/select challenge winner. (9fa45217)
    • add button for csv export (ae0d758d)
    • add csv export for challenge progress. WIP, will refine this over time - but we need it something like this for the STWC come 1/31. (16a602f9)
    • markdown in challenge-descriptions (41233c7b)
  • cheating: prevent +habit spamming with a 10s timer (ad4ca665)
  • event-tracking:
    • better page-view tracking via ui-router (b093717b)
    • track registration count (72b6c9bc)
    • pass ga to server user.ops (9217b517)
    • track ecommerce events (d89fb17b)
    • add server-side GA tracking for ecommerce events (f7b4a04a)
    • start adding some client-side GA event-tracking (ffb42906)
  • groups: add group chat notifications (ce82be63)
  • habitBirthday: add habitrpg birthday event. includes cakes for all pets, absurd party robes, npc swap, badge, etc. @lemoness (aff885c0)
  • homepage:
  • marketing:
    • more copy for mobile (cbb44847)
    • start fleshing out the about page with images, content, etc. Create separate videos page (cb079977)
    • add video tuts on "learn more" page until we have some copy (5028707c)
    • some frontpage updates, a screenshot, & "contact us" button mods (a582a054)
  • premium:
    • subscriber mystery item (doesn't yet do anything) (d0342628)
    • backport server code for premium subs (it's just ccard handling & uer model stuff) (3660f1a8)
    • updates to group plans info page (66f95cdd)
    • backport client-side premium code to public repo, it's client-side anyway (@colegleason @paglias) (2e18f0eb)
  • quests:
    • add flags.levelDrops for dropping items at certain levels (78315d82)
    • allow dropping scrolls in quests (54064deb)
    • allow html in quest notes (800231cf)
    • add level requirement for quests (9e69d795)
    • add canBuy so we can exclude certain items from the market (if you can only find them on quest-drop, etc). This isn't the prettiest, change? (f16654d2)
    • allow quests to drop multiple items (d9e5725e)
  • rainbow-hair: add rainbow hair colors (82d9233d)
  • restore: add restore-gp back in. Parly to end the winter event, partly due to the convo at #2681 regarding subscriptions. Fixes #2681 (179316e1)
  • toolbar:
    • try with icons instead of text, test against prod / beta & get a vote. (7456f00d)
    • add toolbar featuring navigation, gems / subs, bailey, & chat / invite notifications (f72cb213)
  • tracking: gems > toolbar separately from wallet (f6abfc67)
  • valentine: valentine event (fd6eb872)
  • winter:
    • remove purchasable winter hair colors, keep available if they purchased during event (f8796e90)
    • remove winter scrolls & snowballs (52f8f0d5)

Docs

  • rebirth: Bullet point about repurchase of limited ed gear after Rebirth