roschaefer
4108bb7d71
Merge remote-tracking branch 'origin/2119_Create_Post_consistent_form_input_validation' into 2119_Create_Post_consistent_form_input_validation-improvements
2019-11-08 16:32:16 +01:00
roschaefer
a2dbe47f1f
Fix tests
2019-11-08 00:50:20 +01:00
roschaefer
62b393b0f0
Refactoring of Categories Select component
2019-11-07 23:23:47 +01:00
ogerly
dd03f4b7f0
Fix Add Language check for form submit
2019-11-07 15:40:58 +01:00
roschaefer
c83a808825
Refactor content length validation with transform
2019-11-07 14:22:05 +01:00
roschaefer
253032468f
Refactor: Re-use validation via error slot
2019-11-07 14:17:22 +01:00
ogerly
e4cbf9246b
better style and dom
2019-11-07 13:00:28 +01:00
ogerly
f739dd8f11
fix css - checkbutton cursor: default
2019-11-07 11:39:07 +01:00
ogerly
32c5ea1d52
fix category if fail, fix lint
2019-11-07 09:23:00 +01:00
ogerly
b76354d95d
2119-Fix consistent form input validation
2019-11-07 09:12:13 +01:00
Vasily Belolapotkov
20d9ba2439
wrap user component with client-only
2019-10-17 16:45:09 +03:00
mattwr18
17ead96450
Add missing translations for Title placeholder
2019-10-15 23:50:34 +02:00
mattwr18
1c6b5f941b
Remove aspect ratio on cropper, limit to max-height 2000px
...
- discussed it today's internal meeting and agreed upon with
@alina-beck, @Tirokk , @ogerly, @datenbrei, Dennis Hack
- max-height was a suggestion and can be changed at any time
2019-10-14 16:42:11 +02:00
mattwr18
3beddf1f69
Contain post/contribution form to limit width
...
- enforce 1.25:1 aspect ratio to be as close to possible with the 1:1
aspect ratio on our root path where we have 3 columns of 300px and a
max-height of 300px
2019-10-14 16:42:11 +02:00
ogerly
588ca43464
Title character increased from 64 to 100
2019-10-09 09:09:44 +02:00
roschaefer
6a3d534ead
Fix #1639
2019-09-19 01:05:43 +02:00
Wolfgang Huß
80d1e03c03
Merge pull request #1510 from Human-Connection/1506-anonymize_deleted_user
...
1506 Anonymize deleted user also for moderators
2019-09-06 17:12:31 +02:00
roschaefer
1bd57dfeb8
Fix console.errors in test
2019-09-06 16:42:16 +02:00
roschaefer
a053181334
Fix #1506
2019-09-06 13:29:53 +02:00
mattwr18
daf1ae864c
Reuse css from ds-card-image, consistent width
...
- the width of the contribution form is now the same as the post card
2019-09-06 13:08:28 +02:00
Alina Beck
6e5ee7ea87
Merge branch 'master' into fix-editor-bugs
2019-08-27 16:45:36 +01:00
Alina Beck
a1c402ce8d
style editor input field
2019-08-27 13:36:00 +01:00
Matt Rider
2af4151918
Update to use <client-only> instead of <no-ssr>
2019-08-26 17:09:24 +02:00
Matt Rider
8735045d11
Update cypress tests, post query
2019-08-20 20:13:29 +02:00
Matt Rider
c614e4de47
Update UI, component tests
...
- enforce that a post cannot be created or updated with no categories nor more than 3 categories
2019-08-20 15:53:07 +02:00
roschaefer
51b734275a
The name of the hashtag is now it's ID
...
`name` was just a redundant attribute
2019-08-16 01:49:29 +02:00
Robert Schäfer
ffe6dc7736
Add MutationObserver to fix tests
...
Our build server failed because of frontend tests. However, all our
fullstack tests are passing... So maybe an issue in our test setup, not
reproducible in a real browser?
This commit:
ee4f132b0f (diff-0806c5f3fdae5e139222967601c7faca)
adds MutationObserver to their test setup. Adding it to our test suites
that touch the `editor` directly fixes our tests, too!
From what I can tell is that prosemirror is calling
`this.observer.takeRecords()`. Probably `tiptap` updated its
dependencies at some point and that's where `this.observer` was
introduced? Hard to tell. It really looks just like an issue only
present in test environments, so I think it's safe not to investigate
any further.
2019-08-02 14:32:06 +02:00
Wolfgang Huß
6a6f1c5556
Removed submit function at the form
...
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-07-31 14:09:04 +02:00
Wolfgang Huß
49f5851d2c
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 806-HcContributionForm-submit-is-not-disabled-by-default
2019-07-31 13:14:43 +02:00
Wolfgang Huß
c9ad86c863
Fixed jest tests
2019-07-31 13:11:31 +02:00
Wolfgang Huß
51321df931
In the middle of refactoring the tests
2019-07-31 12:19:47 +02:00
Robert Schäfer
c24452c8a0
Fix console.errors during yarn run test
...
@mattwr18 you added `currentUser` in 19b2b7a49 without running the tests,
didn't you?
2019-07-30 21:13:44 +02:00
Wolfgang Huß
1a1ab418a3
Fix tests and change variable names
2019-07-29 11:01:15 +02:00
Matt Rider
19b2b7a491
Reset branch to master, copy changes to ContributionForm in
2019-07-29 08:45:58 +02:00
ogerly
0c75d6e089
Fix commit
2019-07-24 16:03:10 +02:00
ogerly
77f45c1508
esoolved comments @tirokk
2019-07-24 15:35:08 +02:00
ogerly
063479610e
fix lint
2019-07-19 10:28:13 +02:00
ogerly
6e5b277afa
commentar delete
2019-07-18 21:19:15 +02:00
ogerly
18fcfb0fd0
Change of css and variables, lint and test ok
2019-07-18 21:06:01 +02:00
senderfm
acebf94b83
fix lint error
2019-07-10 17:20:08 +02:00
senderfm
f7ec19f960
merge master
2019-07-10 13:58:11 +02:00
senderfm
f870b8ea29
lint ok, specs for too long and too short content and title
2019-07-10 13:30:05 +02:00
senderfm
3481b1f24b
maximum number of characters in content without html tags is 2000, characters are counted and number is displayed. regex is strongly shortened.
2019-07-10 09:18:47 +02:00
senderfm
aa264a0d56
fixed specs, test ok
2019-07-04 18:02:06 +02:00
senderfm
23cf309cfc
HcContributionForm submit is disabled by default replace all editor html tags
2019-07-04 17:14:02 +02:00
senderfm
cb356161e5
HcContributionForm submit is disabled by default
2019-07-04 16:53:56 +02:00
Matt Rider
b187fbb7b2
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 779-tags-of-contribution-in-text
2019-07-03 16:30:15 -03:00
Matt Rider
677f657b2e
Update schemas, fix typo
...
Co-authored-by: Robert Schäfer <git@roschaefer.de>
2019-07-02 10:40:32 -03:00
Matt Rider
f302961376
Get categories working with UpdatePost, refactor
2019-07-01 18:00:55 -03:00
Wolfgang Huß
69070f824c
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 779-tags-of-contribution-in-text
...
# Conflicts:
# webapp/components/ContributionForm/ContributionForm.spec.js
2019-07-01 20:18:09 +02:00