daria
b873a84607
refactor code
2024-03-12 16:49:47 +02:00
yflory
c6fce9f662
Merge branch 'staging' into documents-toolbar
2024-03-07 14:58:34 +01:00
yflory
1c2dc2cbef
lint compliance
2024-03-07 14:58:14 +01:00
yflory
a1e2a03d03
Merge branch 'staging' into documents-toolbar
2024-03-07 14:02:41 +01:00
daria
f5c6fb9c67
Help icon is visible bug fixed from File dropdown #1284
2024-02-20 16:46:18 +02:00
daria
2c4bedb056
`File` menu items (Form) are accessible using the keyboard
...
WIP #1284
2024-02-20 15:57:15 +02:00
yflory
f0cc3f0947
Fix options added twice in form edition #1396
2024-01-30 11:57:09 +01:00
yflory
e61b2aba63
Merge pull request #1359 from cryptpad/question_duplication_bugfix
...
Fixes issue with duplicating choice/checkbox grid questions
2024-01-16 16:08:42 +01:00
zuzanna-maria
69ea1d5b63
cloning original question instead of altering directly
2024-01-05 16:55:22 +01:00
zuzanna-maria
f0591280b9
fixed bug with duplication of 'required' status
2024-01-05 16:44:51 +01:00
zuzanna-maria
39599dba75
fixed bug affecting question types other than multicheck/grid
2024-01-05 16:20:16 +01:00
zuzanna-maria
7af5ff8f06
added range array to utils + linting
2024-01-03 13:44:38 +01:00
zuzanna-maria
beac74bd40
fixes issue with duplicating choice/checkbox grid questions ##1348
2023-12-27 16:14:21 +01:00
zuzanna-maria
21cae4b465
date question datepicker/input field now displays correctly #1356
2023-12-27 12:59:30 +01:00
David Benque
1c77d0699f
Remove hard-coded translation strings
2023-12-14 10:44:23 +00:00
yflory
3076a35c28
Merge pull request #1305 from cryptpad/mobile_form_closing_datepicker
...
Forms bug fixes and feature requests
2023-12-14 11:22:24 +01:00
zuzanna-maria
d29f0f4221
removed redundant code
2023-12-13 18:59:23 +01:00
yflory
3da0eec8a7
Merge branch 'fixTimeZone' into staging
2023-12-13 15:13:14 +01:00
David Benque
4361176b51
Rename translation key
2023-12-12 15:14:24 +00:00
yflory
3a5b66e5d9
Remove form limits in dev mode
2023-12-12 15:58:12 +01:00
zuzanna-maria
03eda4f9cf
further refactoring
2023-12-12 15:17:05 +01:00
zuzanna-maria
9d7e936914
improvements and refactoring
2023-12-11 17:28:29 +01:00
zuzanna-maria
de06952ca1
more cleaning
2023-12-04 12:14:08 +01:00
zuzanna-maria
89d0481484
removed blank lines
2023-12-04 11:59:50 +01:00
zuzanna-maria
7712dc7b4e
linting + restricting question draggability on mobile #1080 + added margins on form submission page #1322
2023-12-04 11:41:04 +01:00
zuzanna-maria
65a4fbd22a
don't show hidden pages in conditional sections and update page count #1076
2023-12-03 17:16:15 +01:00
yflory
1ca280c3ba
Merge pull request #1328 from Chouhartem/fix-whiteboard-download
...
Fix a few export-related issues
2023-11-30 15:43:09 +01:00
Fabrice Mouhartem
5c762edde1
Add a sanity check in initializeAnswers
...
- To complete e31965abb3
2023-11-30 15:32:25 +01:00
zuzanna-maria
7157af4323
layout improvements in question blocks; correction to date export bug fix
2023-11-29 15:04:32 +01:00
Fabrice Mouhartem
e31965abb3
Keypair not initialised correctly in the answers channel
...
- Bug introduced in #1316 to fix #1261
- Was an issue when creating a new form (impossible to answer), however
importing a template fixed it.
- priv should stay in the scope of initializeAnswers() and not leak
2023-11-28 11:11:59 +01:00
zuzanna-maria
027d1de6fe
corrections and improvements to question duplication feature #868
2023-11-24 11:23:07 +01:00
zuzanna-maria
5d6591e731
added button to duplicate questions in forms
2023-11-23 15:55:28 +01:00
yflory
c64644568b
Merge branch 'REUSE-license-info' into staging
2023-11-22 17:21:09 +01:00
Fabrice Mouhartem
38b20e8417
Fix exported forms missing their extensions
...
Related to #1267 and #1324
2023-11-21 10:38:09 +01:00
Fabrice Mouhartem
be3a85778a
#1261 : clarify a comment
2023-11-15 10:34:52 +01:00
Fabrice Mouhartem
079c6eca01
#1261 : Missing semicolon
2023-11-15 10:30:54 +01:00
Fabrice Mouhartem
c15fd8878e
#1261 : avoid duplicate code
2023-11-14 18:15:22 +01:00
Fabrice Mouhartem
ef694294ee
#1261 : Move modified block into its own function for readability
...
Also avoid the double call to the sanity check as it's already called
upon first loading the page.
2023-11-10 17:11:15 +01:00
Fabrice Mouhartem
5ff4d4893b
#1261 : error caught by linter
2023-11-10 15:55:36 +01:00
Fabrice Mouhartem
11d0b82424
#1261 : fix a bug when importing a template in a form
...
Changes done to avoid the creation of an invalid form (no answer
channel upon importing a template).
2023-11-10 15:47:58 +01:00
yflory
7b86af5ac4
Fix calendar not loading after latest commit
2023-11-09 17:56:53 +01:00
yflory
0a1ac01a45
Fix date parser on Daylight Saving time day with 12h format #1011
2023-11-09 16:58:53 +01:00
zuzanna-maria
708203e9cd
corrected format of csv exports for poll time type questions (timestamp > iso string)
2023-11-08 12:54:38 +01:00
zuzanna-maria
4aa33be574
adjusted poll option input width on mobile
2023-10-31 17:29:35 +01:00
zuzanna-maria
5c32f2e39d
further fixes to poll option types
2023-10-31 17:21:26 +01:00
zuzanna-maria
58b0f50422
fixing poll input issues
2023-10-25 23:17:49 +02:00
zuzanna-maria
ee7373e4d9
fixed poll time option flatpickr on mobile
2023-10-24 22:04:25 +02:00
zuzanna-maria
3bf045ce00
enabled flatpickr on mobile
2023-10-23 14:44:18 +02:00
David Benque
8f0a6319a5
Apply headers
2023-10-20 15:35:26 +01:00
yflory
d68dde07a9
Remove translation XXX
2023-09-28 18:33:03 +02:00