Esben Sparre Andreasen
b62f08d500
Misc. bug fixes from lgtm.com (2) ( #9474 )
...
* Remove dead branch of ternary: `gift` is always truthy here
Problem found here:
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/server/libs/amazonPayments.js?sort=name&dir=ASC&mode=heatmap&excluded=false#x5a22f31110a55091:1
* Remove superfluous argument, preenUserHistory only takes two args
Problem found here:
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/server/libs/cron.js?sort=name&dir=ASC&mode=heatmap&excluded=false#xf16a045ecabb07f6:1
* Cleanup: remove useless assignments
Problems found here:
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/client/store/actions/shops.js?sort=name&dir=ASC&mode=heatmap&excluded=false#xf782ed2cf920441%3A1
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/client/app.vue?sort=name&dir=ASC&mode=heatmap&excluded=false#x172c1dda85e84dc8%3A1
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/client/components/settings/site.vue#x9b3afee802a3a8f8%3A1
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/client/components/selectMembersModal.vue?sort=name&dir=ASC&mode=heatmap&excluded=false#x1fbc2a3d62facd70:1
- https://lgtm.com/projects/g/HabitRPG/habitrpg/snapshot/dist-98076885-1510577633582/files/website/common/script/libs/taskClasses.js?sort=name&dir=ASC&mode=heatmap&excluded=false#x41ce0e121a4defee:1
* Fix online editor whitespace change.
2017-11-27 19:51:25 -06:00
Paul
885f2998ae
System messages flaggable ( #9408 )
...
* Remove flag from system messages, throw an error if system messages are flagged
* Modify unflag system message test to check if flagging a system message throws an error
* Move email from nconf to top
2017-11-27 19:45:04 -06:00
Paul
2afd96e11c
Remove spaces from filters ( #9524 )
2017-11-27 19:44:33 -06:00
Paul
cd92f44365
Fix difficult to edit checklists in Firefox ( #9525 )
...
* Change checklist item hover from move to text
* Add vue draggable
* Add vue draggable
* Replace sortablejs directive with Vue Draggable component
* Indent draggable properties
2017-11-27 19:43:24 -06:00
Paul
863177902a
Remove extra 'to' paramater from router link ( #9529 )
2017-11-27 19:42:53 -06:00
Paul
8895b70ffa
Adjust left positioning of the left-panel to unobscure sroll-bar, change left panel overflow to overflow-y ( #9544 )
2017-11-27 19:35:30 -06:00
Joseti
9b8676f02e
Changed "Donate" button to "Contribute" button ( #9581 )
...
* Changed functionality of "donate"-button on static pages
* Changed strings to reflect change from "donate" to "contribute"
2017-11-27 19:29:45 -06:00
Keith Holliday
3e7738b5b1
Added keys to for loops ( #9584 )
2017-11-27 12:46:25 -06:00
Keith Holliday
33a235b46c
Fixed equiping glasses and ears ( #9585 )
2017-11-27 12:19:36 -06:00
Keith Holliday
137d6c1f9d
Set default empty array when party members haven't loaded ( #9579 )
...
* Set default empty array when party members haven't loaded
* Corrected variable usage
2017-11-27 11:59:42 -06:00
Keith Holliday
3e6b3ce3ff
Added habitica event for profile display ( #9576 )
2017-11-27 10:29:20 -06:00
Keith Holliday
ea5ba965e7
Fixed promoting group leader ( #9574 )
2017-11-27 10:27:30 -06:00
Keith Holliday
7215a550b5
Added page increment when page is loaded to prevent scroll stopping ( #9573 )
2017-11-27 10:23:04 -06:00
Keith Holliday
3235dfa236
Added equipment filter ( #9572 )
2017-11-27 10:22:34 -06:00
Matteo Pagliazzi
53c83c585a
fix navbar not showing up in homepage
2017-11-23 16:07:58 +01:00
Sabe Jones
4618fd8954
Merge branch 'release' into develop
2017-11-20 19:21:17 +00:00
Keith Holliday
1845bd1e35
Fixed display of RYA behind bailey ( #9555 )
2017-11-20 12:38:26 -06:00
Keith Holliday
9c2f5213cb
Challenge fixes ( #9528 )
...
* Added challenge member search to progress dropdown
* Added leave challenge modal
* Allowed editing for challenge leader only
* Pevented users from editing challenge task info
* Set default progress default to daily
* Removed reward filters from user challenge progress
2017-11-17 17:13:07 -06:00
Sabe Jones
c06d5107ac
Merge branch 'release' into develop
2017-11-17 22:50:27 +00:00
SabreCat
2a5e9c0780
feat(event): Turkey Day 2017
...
and (content) November Subscriber Items
2017-11-17 22:21:05 +00:00
SabreCat
c8ca67aa64
fix(seasonal-shop): short circuit if categories empty
2017-11-17 18:32:55 +00:00
MathWhiz
89e4cbcffe
Disable immutable inputs when editing a challenge ( #9412 )
...
* Disable uneditable inputs when editing a challenge
* Revert prize display when creating
2017-11-17 23:45:38 +11:00
Keith Holliday
67564317fb
Group plan fixes ( #9518 )
...
* Fixed group plan editing
* Added translations
* Abstracted query for group or challenge tasks
2017-11-17 20:31:39 +11:00
Keith Holliday
dc2269a307
Hot fixes nov 15 ( #9519 )
...
* Added fortify sync. Removed multiple buy
* Added yesterdaily check
* Fixed checks for running yesterdailies
2017-11-17 20:31:29 +11:00
SabreCat
b0051c45b4
fix(group-plans): more claim/unclaim alignment
2017-11-16 21:21:39 +00:00
Matteo Pagliazzi
b82044e07b
fix Remove Claim positioning
2017-11-16 22:05:35 +01:00
Matteo Pagliazzi
b4c4769208
fix: correctly handle bootstrap variables
2017-11-16 21:59:55 +01:00
SabreCat
42a05446c0
fix(notifications): extend snackbar duration
2017-11-16 20:32:57 +00:00
MathWhiz
9f7c0b4861
Fix regex for message highlighting ( #9516 )
2017-11-16 14:12:26 -06:00
SabreCat
67b16d91a3
fix(drawer): remove overflow CSS
2017-11-16 16:38:38 +00:00
Matteo Pagliazzi
b999d46142
Merge branch 'issue9334' of https://github.com/CSE2410-TeamZero/habitica into CSE2410-TeamZero-issue9334
2017-11-15 17:47:17 +01:00
Allister
c5296d4cb0
Add variable placeholder. ( #9465 )
...
Changes the character translation string `charactersRemaining` in
groups.json to include a variable placeholder `<%= characters %>`
2017-11-15 17:41:18 +01:00
MathWhiz
22b683b1d9
Fix regex for chat highlighting ( #9411 )
...
* Fix regex for chat highlighting
* Fix lint errors
2017-11-15 17:39:29 +01:00
Joseti
229fd06ee3
Removed "Tag list in tasks starts collapsed" settings and strings ( #9406 )
2017-11-15 17:37:15 +01:00
Andrew
69b69e9d27
Update appFooter.vue in attempt to fix #9336 ( #9348 )
...
* Update appFooter.vue in attempt to fix #9336
Make whole social circle clickable.
Replace div with `a` tag allowing whole circle to become a link.
* Indent and reformat "Not ready yet" Instagram button.
2017-11-15 17:35:16 +01:00
dnlup
8033e7c0a0
Fix Incorrect Heading margins ( #9311 )
...
* fix(style): Fix margin of headers in inventory page
Set the `mb-0` class in h1 header to `mb-4`.
Set the class if `h2` header to `mb-3`.
* fix(style): Fix margin of headers in shops section
Set the `mb-0` class in h1 header to `mb-4`.
Set the class of `h2` header to `mb-3`.
* fix(style): Fix margin of headers in shops adn time traveler section
Set the `mb-0` class in h1 header to `mb-4`.
Set the class of `h2` header to `mb-3`.
2017-11-15 17:34:57 +01:00
Emily Ong
e39b80bb9a
changed to 'createChallengeCloneTasks' ( #9300 )
...
* changed to 'createChallengeCloneTasks'
* createChallengeCloneTasks
* Added new i18n strings
2017-11-15 17:34:33 +01:00
Ryan Holinshead
2038d5e7c8
Choose class modal remove tooltip ( #9298 )
...
* Change chooseClass modal opt out button and tooltip
- Remove hover tooltip from opt out
- Fix centering of choose class button
- Add some margin between opt out and choose class buttons
- Make cursor on opt out text the pointer to make it obvious it's clickable
* Alphabetical order class selector
2017-11-15 17:32:49 +01:00
Aquib Master
46a8ee52d4
Modify relative dueIn time on tasks to be in days ( #9251 )
...
* Modify relative dueIn time on tasks to be in days
- Normalizes the current time and task due time to the ends of their respective days.
- Returns 'today' if the dates are the same day else uses moment's humanize function to allow for weeks, months, years and so on.
* Modify task due date to appear grey when due the next day
2017-11-15 17:32:30 +01:00
William Perry
52064f6b2a
Changes animal attribute that A-Z sort is applied to. ( #9241 )
2017-11-15 17:31:10 +01:00
Matteo Pagliazzi
ab974675b9
More Tasks page fixes ( #9475 )
...
* fix datepicker not closing when clicking outside of it, fixes #9346
* fixes #9441
2017-11-15 17:06:32 +01:00
Unknown
cb5a47ec7b
Deleted unnessecary import.
2017-11-14 20:18:36 -05:00
Sabe Jones
838b9a5822
Merge branch 'release' into develop
2017-11-15 01:03:07 +00:00
SabreCat
dbc5b9f850
feat(content): Yarn Pet Quest
2017-11-15 00:53:10 +00:00
Unknown
ca3437d676
Added pin.scss to index.scss.
2017-11-14 19:26:11 -05:00
Keith Holliday
eaa91b2a09
Group plan fixes ( #9437 )
...
* Prevented title editing on personal page
* Fixed claim/unlclaim from user task page
* Removed task from local on delete
* Immediately show unassigned bar
* Add move to group tasks
* Fixed group member count increase
* Added upgrade when group plan is canceled
2017-11-14 16:54:11 -07:00
Unknown
6259b68b4f
Does not reuse same css classes, imports them from pin.scss. For the togglePin function the notification.
2017-11-14 18:10:33 -05:00
Unknown
08073acf11
Solved Issue #9334 . Added unpin feature for rewards list in tasks.
2017-11-14 12:24:11 -05:00
Matteo Pagliazzi
3ab14e4e5a
fix checklist deleting
2017-11-13 12:08:42 +01:00
Sabe Jones
3f92317b9e
Revert "Implements repeat every X days since last completion ( Fixes #6941 ) ( #8962 )"
...
This reverts commit 9d69d4b863 .
2017-11-09 22:13:34 +00:00