Keith Holliday
f2e5bc52e5
Added requested approval fields and logic
2016-10-29 14:19:15 -05:00
Keith Holliday
393a9290e9
Added approval test and fixed line endings
2016-10-29 14:19:15 -05:00
Keith Holliday
9b515ebdd1
Added task approve route
2016-10-29 14:19:15 -05:00
Keith Holliday
97bf9ee8e8
Added inital group task approval
2016-10-29 14:19:15 -05:00
Blade Barringer
f5ba636579
chore(i18n): update locales
2016-10-27 22:03:58 -05:00
Sabe Jones
d2f673ef1e
chore(news): Blog Bailey
2016-10-27 19:58:43 +00:00
Sabe Jones
e198dd551a
feat(content): strings for BGs/Armoire 2016-11
2016-10-26 20:28:44 +00:00
Travis
0bfc9d9516
fix: allows user to save an alias and checklistCollapsed properties of a challenge task. fixes #7875 ( #8170 )
2016-10-25 21:47:49 -05:00
Sabe Jones
a751a367fc
chore(sprites): compile
2016-10-25 21:55:40 +00:00
Sabe Jones
d323be19c6
Mystery Items 2016/10 ( #8169 )
...
* feat(content): mystery items 2016-10
* chore(news): Bailey 2016-10-25
Also ends the Enchanted Armoire A/B test.
* fix(armoire): failing tests from A/B conclusion
2016-10-25 16:16:00 -05:00
AccioBooks
be3f61a94b
Remove cookies on clearing browser data ( #8135 )
...
* remove cookies
* update cookie removal
* Remove + and add link
* Fix tests
* Add condition
* update strings
2016-10-25 19:53:56 +10:00
Alys
f1bb2db73b
fix wrong variable name in Polish questDamage string
...
The translators have been notified that it needs to be fixed in Transifex before the next migration of strings back to GitHub.
2016-10-23 09:54:18 +10:00
Blade Barringer
f9595af8a5
Re-enable armoire tests
2016-10-20 22:04:24 -05:00
Alyssa Batula
d2756278c3
Only unequip Gen 1 pets/mounts when releasing pets/mounts, fixes #5366 ( #8119 )
...
* Only unequip Gen 1 pets/mounts when releasing pets/mounts
* Changed mount declaration to match releasePets
* Check if a pet/mount is a drop type instead of checking for its name in the list of pets
* Changed references to pet and mount to petInfo and mountInfo for consistency with releasePets and releaseMounts
* Test that releasePets, releaseMounts, and releaseBoth do not unequip quest pets
* Fixed test names, and tests verify that a pet/mount is/is not a drop pet/mount on release
* Removed unneeded comments
2016-10-20 22:00:15 -05:00
Alys
acf7b811ab
fix wrong variable name in French questTaskDamage string
...
The translators have been notified that it needs to be fixed in Transifex.
2016-10-21 08:24:36 +10:00
MathWhiz
d4aac1ee4b
Documentation - coupon
...
closes #8109
2016-10-19 21:31:07 -05:00
Blade Barringer
9615a332a5
fix(client): Allow member hp to be clickable
...
fixes #8016
closes #8155
2016-10-19 21:01:35 -05:00
Blade Barringer
425887c1e4
chore(i18n): update locales
2016-10-19 17:40:26 -05:00
Sabe Jones
df5be81706
chore(sprites): compile
2016-10-19 19:10:39 +00:00
Sabe Jones
08b3491047
Taskwoods Quest Line ( #8156 )
...
* feat(content): Gold Quest 2016-10
* chore(news): Bailey
2016-10-19 14:04:34 -05:00
Alys
a43254000e
change Indulgence Armadillo to Indulgent Armadillo
...
reference for Habitica admins: https://habitica.slack.com/archives/general/p1476655925000002
2016-10-18 17:39:52 +10:00
Blade Barringer
4e3c984baf
chore(i18n): update locales
2016-10-17 17:14:59 -05:00
Sabe Jones
c112e923f1
feat(content): Strings October 2016
2016-10-17 20:32:50 +00:00
Blade Barringer
540353f024
fix(client): Correct broken image on "how it works" page
2016-10-17 07:33:02 -05:00
AccioBooks
2b9b5e369e
/static/features TLC ( #8021 )
...
* Fix grammatical errors / stylistical changes
* Apps and Extentions
* and
* Sections -> Sectors
* Grammatical / Stylistic Changes
* remove extraneous .row
* add breaks in final marketing para
* revert features.jade
* Move period
2016-10-17 07:32:25 -05:00
Thomas Gamble
cb38475765
delete unread messages when a user leaves a group
...
closes #7955
closes #7965
2016-10-16 22:01:34 -05:00
Kees Cook
8bb92577b0
quest progress reporting whitespace fixes ( #8106 )
...
Notifications of other things (HP, GP, etc) have a regular format of
"+/- NUM THING". For example:
function gp(val, bonus) {
_notify(_sign(val) + " " + coins(val - bonus), 'gp');
}
However, the recent quest collection/damage notifications do not. This
attempts to regularize the reporting by adding in the "missing" space.
Signed-off-by: Kees Cook <kees@outflux.net >
2016-10-16 21:16:42 -05:00
Blade Barringer
fb26cbd26d
Merge pull request #8110 from Hus274/7814
...
Removing links to outdated tutorials
2016-10-16 21:02:29 -05:00
Blade Barringer
a0de5cd8f8
Merge pull request #8139 from bcpletcher/develop
...
Cleaned up some CSS
2016-10-16 20:59:22 -05:00
Dumindu Karunathilaka
d8dd39422a
changed gemCost to include the amount of gems
2016-10-15 18:10:22 +05:30
Benjamin Pletcher
3f9b710773
Cleaned up some CSS
2016-10-13 21:51:55 -04:00
Sabe Jones
a5196e94f6
chore(news): Bailey 2016-10-13
2016-10-13 23:04:32 +00:00
Sabe Jones
009ab26711
Add special spells to Seasonal Shop API ( #8138 )
...
* WIP(shops): add spells to Seasonal API
* refactor(shops): remove superfluous if
* feat(shops): handle spell purchasing
* fix(test): proper required fields check
Also corrects a linting error.
* refactor(shops): use constants
2016-10-13 17:53:02 -05:00
Blade Barringer
3fabf3391f
chore(docs): Remove uneeded links in data export docs
2016-10-12 22:43:23 -05:00
Blade Barringer
8020990264
chore(i18n): update locales
2016-10-12 20:28:32 -05:00
Blade Barringer
a2cfeafc02
fix(client): ctrl-enter can be used to send chat
...
fixes #8122
2016-10-12 20:24:48 -05:00
Matteo Pagliazzi
d04a4fb1ed
amazon: fix cancelling subscription: use correct path
2016-10-12 19:33:14 +02:00
Matteo Pagliazzi
49960c0e32
amazon: fix cancelling subscription
2016-10-12 18:44:06 +02:00
MathWhiz
74d6e77504
chore(docs): refine dataexport docs
...
closes #8120
2016-10-12 08:06:54 -05:00
Blade Barringer
d7bd5dd9f8
chore(i18n): update locales
2016-10-12 07:36:50 -05:00
Phillip Thelen
c025ffbd10
Fix wrong identifier for old android IAP ( #8121 )
2016-10-12 09:12:58 +02:00
Blade Barringer
afb5b473a3
chore(docs): Add global definitions for param types
2016-10-11 21:35:58 -05:00
Blade Barringer
aeee29f5fa
chore(i18n): update locales
2016-10-11 18:04:25 -05:00
Sabe Jones
0cca2a07a2
fix(news): typo
2016-10-11 22:58:10 +00:00
Sabe Jones
358e1aed22
chore(sprites): compile
2016-10-11 21:00:55 +00:00
Sabe Jones
36241f061f
chore(news): Bailey 2016-10-11
2016-10-11 20:59:02 +00:00
Matteo Pagliazzi
b6201a3b75
amplitude: only log generic error message
2016-10-11 22:49:54 +02:00
Matteo Pagliazzi
926e188017
fix eslint errors
2016-10-11 21:29:35 +02:00
Matteo Pagliazzi
94da808279
Merge branch 'iap' of https://github.com/vIiRuS/habitrpg into vIiRuS-iap
2016-10-11 21:28:37 +02:00
Phillip Thelen
7568dd52e9
Fix wrong if statements
2016-10-11 20:49:46 +02:00