Sabe Jones
f86f98f4a6
Merge branch 'release' into develop
2018-03-28 21:33:04 +00:00
Sabe Jones
0e442a0076
4.33.2
2018-03-28 21:32:03 +00:00
Sabe Jones
89f047b15b
chore(i18n): update locales
2018-03-28 21:30:38 +00:00
Travis Husman
e64bc2e39a
Fixing issue with pull request when task is changed to monthly but that start date isn't updated.
2018-03-28 21:00:17 +00:00
SabreCat
3b3fcbdfce
fix(sound): correct element nesting
2018-03-28 20:47:31 +00:00
SabreCat
7914a959b3
fix(test): add flags to expected public fields
2018-03-27 21:50:55 +00:00
SabreCat
8a27524fa0
fix(members): include classSelected flag in public fields
2018-03-27 21:21:11 +00:00
Matteo Pagliazzi
a64fed97ac
try to fix failing tests
2018-03-27 15:54:00 +02:00
Keith Holliday
e937d1722e
Contact form links ( #10187 )
...
* Added links to contact form
* Fixed encoding link. Added link to tavern. Updated copy
* Converted link to cookie link
* Updated domain format
* Updated links
* Added apikey to cookie
2018-03-26 14:02:32 -05:00
greenkeeper[bot]
f537e8142f
chore(package): update eslint-plugin-mocha to version 5.0.0 ( #10174 )
2018-03-24 18:34:32 +01:00
Travis
e4b13eecd1
Adding the ability for admins to revoke/reinstate chat privileges and block/unblock users from the profile page. ( #10082 )
...
* Adding the ability for admins to revoke/reinstate chat privileges and block/unblock users from the profile page.
fixes #10073
* Updating fix to dynamically load user blocked and chat revoked state for admins.
* Fixing pr according to comments.
2018-03-24 11:18:52 -05:00
Travis
b5872a9577
Give MasterClasser Acheivement on completion of any of the series quests, not just the final. ( #10086 )
...
* Adding check to give master classer acheivement on any master classer series quest completion
fixes #9461
* Fixing concat bug by assigning the variable after concatenation.
* Fixing retry query.
2018-03-24 11:18:33 -05:00
Travis
48fa78bef2
Quest completion modal acknowledge on close ( #10089 )
...
* Change quest completion modal to only close on user acknowledge of clicking ok or 'x'
and update 'x' to acknowledge the quest completion.
* Removing check on header-close.
* Removing unused variable.
2018-03-24 11:18:13 -05:00
Travis
781256c917
fix: fix quest shop to not use string addition when buying quests ( #10120 )
...
* fix: fix quest shop to not use string addition when buying quests
fixes #10115
* Fixing quest purchase quantity interpretted as a string on the server side.
* Adjusting pull-request according to comments.
* Updating according to PR comments.
2018-03-24 11:17:23 -05:00
Mark Kuba
dcd680c293
Fix/mana bar unselected class - fix : #10026 ( #10126 )
...
* Update getClass() for users who have not yet selected a class
* Added tests for members.getClass()
* fix linter errors
* Update test
* Update import in test to point to correct module
* use hasClass() getter where appropriate
* Fix linter error
2018-03-24 11:15:40 -05:00
Philip Karpiak
ec6f53bb1b
Wrap attribute cell value text ( #10161 )
...
When they become floating point or have more than 3 charcters they wrap to the next line. This change prevents that.
2018-03-24 11:12:26 -05:00
jack
9834afee4a
fixes #9880 - uneven sizes and spacing in the action buttons of the user modal. ( #10163 )
2018-03-24 11:09:56 -05:00
Dexx Mandele
9b279563ea
Prettify background overview ( #10078 )
...
* Bring buy bg set button in line with title
* Make background sets pretty
* Add checkbox to filter backgrounds
* Review: replace background filter checkbox with toggle
* Remove dashed line from toggle-switch label
* Test: add comma to make es-lint happy
* Move toggle tooltip into toggle-switch template
* Make toggle-switch label optional
* Review: Remove toggle-switch margin
2018-03-24 11:07:37 -05:00
Sabe Jones
347fe69667
Merge branch 'release' into develop
2018-03-24 02:51:25 +00:00
Sabe Jones
552cf70abd
4.33.1
2018-03-24 02:51:01 +00:00
Sabe Jones
01c8ef9382
chore(i18n): update locales
2018-03-24 02:48:23 +00:00
Keith Holliday
298a6a743c
Added paging ( #10150 )
...
* Added paging
* Escaped regex
* Fixed challenge side effect tests
2018-03-23 14:13:08 -05:00
Matteo Pagliazzi
fa17ab7c17
avoid errors when trying to call createTasks with no tasks ( #10170 )
2018-03-23 17:15:50 +01:00
Matteo Pagliazzi
0f339d8d3e
Docker: yarn is not necessary anymore
2018-03-23 16:20:00 +01:00
Keith Holliday
99852fcd89
Stringified mem report ( #10167 )
...
* Stringified mem report
* Passed info
2018-03-23 10:19:24 -05:00
Matteo Pagliazzi
ca3d044aa1
upgrade deps
2018-03-23 16:01:51 +01:00
greenkeeper[bot]
b338e65dc9
chore(package): update karma-webpack to version 3.0.0 ( #10151 )
2018-03-23 16:00:18 +01:00
greenkeeper[bot]
1475c93962
chore(package): update eslint-friendly-formatter to version 4.0.0 ( #10168 )
2018-03-23 15:58:40 +01:00
Sabe Jones
ddec458364
4.33.0
2018-03-22 19:58:55 +00:00
Sabe Jones
bfe74a8dcb
chore(i18n): update locales
2018-03-22 19:57:57 +00:00
SabreCat
13d9da404d
chore(sprites): compile
2018-03-22 19:51:21 +00:00
SabreCat
85e0af0c0e
feat(content): Mystery Items 2018/03
2018-03-22 19:50:47 +00:00
SabreCat
a2e5548b1c
Merge branch 'develop' into release
2018-03-22 18:53:40 +00:00
negue
36dabad2c9
fix seasonal shop ( #10164 )
2018-03-22 13:50:58 -05:00
Keith Holliday
25b9e6f330
Added memwatch for memory leak detection ( #10166 )
2018-03-22 12:44:45 -05:00
Keith Holliday
d0a786554c
Removed balance check test ( #10159 )
...
* Removed balance check test
* Removed balance check in common
* Removed gem logic and added achievement to tests
2018-03-21 11:53:47 -05:00
Alys
de79e0e3c3
add swear word - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-03-21 19:19:13 +10:00
Sabe Jones
0e74d25ede
Merge branch 'release' into develop
2018-03-20 23:12:23 +00:00
Sabe Jones
bde8b76da7
4.32.1
2018-03-20 23:11:49 +00:00
Sabe Jones
4235be4b43
chore(i18n): update locales
2018-03-20 23:11:37 +00:00
Sabe Jones
3af7f89d10
Merge branch 'release' into develop
2018-03-20 22:57:52 +00:00
Sabe Jones
396362d27e
4.32.0
2018-03-20 22:57:28 +00:00
SabreCat
972efb1878
fix(seasonal-shop): remove quest
...
it was breaking the API. Wut? Just use canBuy logic and Quest Shop for now
2018-03-20 22:49:54 +00:00
SabreCat
6c18d19d95
fix(test): extra curly
2018-03-20 21:56:55 +00:00
SabreCat
9b8bdb90d8
chore(sprites): compile
2018-03-20 21:31:04 +00:00
SabreCat
a84ea8b1b7
feat(event): Spring Fling 2018
2018-03-20 21:30:43 +00:00
Matteo Pagliazzi
480a839bc5
update package-lock
2018-03-18 16:36:36 +01:00
greenkeeper[bot]
df9c54fe20
chore(package): update http-proxy-middleware to version 0.18.0 ( #10131 )
2018-03-18 16:33:33 +01:00
greenkeeper[bot]
8dbab1a976
chore(package): update sinon-chai to version 3.0.0 ( #10096 )
2018-03-18 16:33:19 +01:00
greenkeeper[bot]
df6088bc6d
fix(package): update url-loader to version 1.0.0 ( #10088 )
2018-03-18 16:31:03 +01:00