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
v4.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
v4.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
v4.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
v4.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
greenkeeper[bot]
f0ff3a4eb6
fix(package): update html-webpack-plugin to version 3.0.0 ( #10070 )
2018-03-18 16:29:25 +01:00
greenkeeper[bot]
786e4419da
chore(package): update eslint-loader to version 2.0.0 ( #10056 )
2018-03-18 16:28:20 +01:00
Chris Wang
fff4ea3ad3
Added popover stats to costume equipment on profile stats - fixes #9280 ( #10136 )
...
* Added popover stats to costume equipment on the stats page of a profile (#9280 )
* Changed popover position to bottom for equip and costume items.
* Fixed indent on line 160
* Changed escaped double quotes to single quotes for readability
2018-03-18 16:24:41 +01:00
kartik adur
e18e89bc10
Task page - task filters v2 ( #10053 )
...
* update column.vue, getters/task.js, getters/user.js and add unittests and helpers
* add vue-test-utils pkg + unit test for column.vue
* add unit test column.vue
* update unit tests
* fix linting errors
2018-03-18 16:23:58 +01:00
Matteo Pagliazzi
68ea28305d
fix linting issues
2018-03-17 22:36:17 +01:00
Travis
242b3508a1
Update Staff list in the tavern to make staff names clickable to pull up staff profiles. ( #10107 )
...
* Update Staff list in the tavern to make staff names clickable to pull up staff profiles.
fixes #9290
* Addressing PR comments.
2018-03-17 22:29:52 +01:00
Travis
8c316d939f
Updated get challenges api to return challenges sorted by which challenges include the habitica_official category ( #10079 )
...
and removed sorting on the official flag of the challenges object.
fixes #9955
2018-03-17 22:26:24 +01:00
Travis
45eb19e992
Update the API to prevent the user from leaving a group if they are the only member and have a quest active. ( #10091 )
...
* Update the API to prevent the user from leaving a group if they are the only member and have a quest active.
fixes #10068
* fixing api doc
2018-03-17 22:26:07 +01:00
Travis
3ad0ffcaec
Escaping regex characters from user input before searching for groups. ( #10092 )
...
fixes #9953
2018-03-17 22:25:50 +01:00
Travis
fef8929dd9
Fixes start date updating the repeat on day for dailies repeated monthly ( #10095 )
...
fixes # 9200
2018-03-17 22:25:34 +01:00
Travis
911f894750
Fixing edit profile page so blurb can be editted after reload. ( #10097 )
...
fixes #10032
2018-03-17 22:25:17 +01:00
Travis
d4e2f5ac9e
fix: Fixing xml data export 500 error. ( #10114 )
...
* fix: Fixing xml data export 500 error.
fixes #10100
* Removing outdated comment.
* Making xml data export test pass consistently.
2018-03-17 22:24:40 +01:00
Mahendran Nadesan
e43749bed1
Stats over 3 digits overlap ( fixes #10033 ) ( #10133 )
...
* Formatted stats
* small changes
* Fixed issues as per comments
2018-03-17 22:23:55 +01:00
Sarah Boo
8be29e27d0
Hide "Delete Completed" To-Dos button on Challenge or Group Task Board - fixes #9935 ( #10128 )
...
* only show delete to-dos for user's task page
* remove stray spaces
2018-03-17 22:22:12 +01:00