Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #32

Merged
merged 212 commits into from
Dec 3, 2020
Merged
Changes from 1 commit
Commits
Show all changes
212 commits
Select commit Hold shift + click to select a range
1c53655
Update jdh-bootstrap-theme.scss
danieleguido Aug 13, 2020
fd6f94a
add prosemirror
danieleguido Aug 13, 2020
7f0c65e
add lazy loading of page components
danieleguido Aug 13, 2020
9bacc63
Update App.test.js
danieleguido Aug 13, 2020
1724162
Create EditorWrapper.js
danieleguido Aug 13, 2020
45d5689
create pages
danieleguido Aug 13, 2020
87e2ff1
set root varialbes to be used in scss files
danieleguido Aug 14, 2020
c0db50d
override bootstrap original _variables.scss
danieleguido Aug 14, 2020
23ff9cc
prosemirror test with Remirror
danieleguido Aug 14, 2020
6a33544
removed unused files
danieleguido Aug 14, 2020
bfc70bc
Delete index.css
danieleguido Aug 14, 2020
54b4d25
fix header using the new "end" property
danieleguido Aug 14, 2020
c5d61ad
use main style
danieleguido Aug 14, 2020
2e87787
Update docker-build-publish.yml
danieleguido Aug 14, 2020
c116fc2
publish to latest tag
danieleguido Aug 14, 2020
625d475
Update README.md
danieleguido Aug 26, 2020
342d2f0
Update README.md
danieleguido Aug 26, 2020
3609daf
Add i18n translations
danieleguido Oct 12, 2020
19e4772
fix header appearance
danieleguido Oct 12, 2020
535f89f
add pages
danieleguido Oct 12, 2020
5e1fb10
add language switcher button
danieleguido Oct 12, 2020
40b1a47
simplify Header link, add LangNavLink as bootstrap Nav.Link
danieleguido Oct 12, 2020
33c13f1
add link to revision
danieleguido Oct 12, 2020
45be8a1
fix link to repo
danieleguido Oct 12, 2020
b07c99a
implement initial authentication
danieleguido Oct 12, 2020
24bd09c
ignore Auth0 in unsafe environments
danieleguido Oct 13, 2020
246d5b8
disable user in header when auth0 is not available
danieleguido Oct 13, 2020
8079373
Update docker-build-publish.yml
danieleguido Oct 13, 2020
769eeb6
add Scrollama and zustand libs
danieleguido Oct 15, 2020
a48900d
add fill
danieleguido Oct 15, 2020
491f543
add article test page
danieleguido Oct 15, 2020
a7d89d2
Update Header.js
danieleguido Oct 15, 2020
102bf91
Update UserProfile.js
danieleguido Oct 15, 2020
ab6b9ac
add basic scrollama
danieleguido Oct 15, 2020
952bd47
Update AbstractSubmission.js
danieleguido Oct 15, 2020
732dfad
add mock data
danieleguido Oct 15, 2020
34004c2
Create store.js
danieleguido Oct 15, 2020
6b582c6
fix style
danieleguido Oct 15, 2020
d0893fa
Update translations.json
danieleguido Oct 15, 2020
1178cac
Update yarn.lock
danieleguido Oct 15, 2020
1144a72
add basic markdown renderer
danieleguido Oct 16, 2020
0444376
remove unused components
danieleguido Oct 16, 2020
b830627
add error mock ipynb json file
danieleguido Oct 16, 2020
e0c98b0
update Article page
danieleguido Oct 16, 2020
e0eb64d
add bibliography
danieleguido Oct 19, 2020
7fa748c
reproduce model of an article
danieleguido Oct 19, 2020
9aedbd3
move logic to ipynb module
danieleguido Oct 19, 2020
71a5833
add cell outputs
danieleguido Oct 19, 2020
afacd00
style text
danieleguido Oct 19, 2020
6bb7ffa
copy schemas on public dir
danieleguido Oct 19, 2020
7c6aeef
add deepdash and jsonschema
danieleguido Oct 19, 2020
102def2
Create validation.js
danieleguido Oct 19, 2020
5155c96
use validation logic from Schema
danieleguido Oct 19, 2020
9c62c55
Create Abstract.json
danieleguido Oct 19, 2020
40e27e4
add mobile menu header
danieleguido Oct 20, 2020
3d977ec
add form validation with schema
danieleguido Oct 22, 2020
6bbf761
add multiple field for tooling
danieleguido Oct 22, 2020
cd9158a
Merge pull request #6 from C2DH/feature/form-JSON-validation
danieleguido Oct 22, 2020
3abaf8b
update schea with definition for basic fields
danieleguido Oct 23, 2020
cf7c704
Update schema with definitions
danieleguido Oct 23, 2020
5101400
remove sortable-hoc
danieleguido Oct 23, 2020
b4f69f9
add getValidatorResultWithAbstractSchema for full schema validation
danieleguido Oct 23, 2020
dfe7111
fix keys
danieleguido Oct 23, 2020
d615f7d
add models
danieleguido Oct 23, 2020
eb28210
change Authors to Contributions
danieleguido Oct 23, 2020
2f335a9
rearrange form components
danieleguido Oct 23, 2020
102f22d
onChange do not return id anymore
danieleguido Oct 23, 2020
bc0f2b2
finalize submission
danieleguido Oct 23, 2020
e405e92
Update FormAbstractGenericSortableList.js
danieleguido Oct 23, 2020
20b509e
add transitions to list order
danieleguido Oct 29, 2020
4922a9b
add build-noindex script to add robots.txt file automatically
danieleguido Nov 4, 2020
827f940
Add Footer and routes objects as constants
danieleguido Nov 4, 2020
c662579
add revision link
danieleguido Nov 4, 2020
07678cd
change font family
danieleguido Nov 4, 2020
0a0518c
use rows in header (test)
danieleguido Nov 4, 2020
0953a03
Update FormAbstractGenericSortableList.js
danieleguido Nov 4, 2020
56dfd7a
add mock data
danieleguido Nov 4, 2020
0af43bf
add abstract page
danieleguido Nov 4, 2020
26aac4f
add mock data to published package
danieleguido Nov 5, 2020
e03c107
Create ArticleAuthor.js
danieleguido Nov 5, 2020
fbe0726
move ArticleCell in a separate file
danieleguido Nov 5, 2020
31e60a2
Update Footer.js
danieleguido Nov 5, 2020
7cc409c
Update Header.js
danieleguido Nov 5, 2020
ebbff93
add mock data
danieleguido Nov 5, 2020
a117dc5
use Fira Code
danieleguido Nov 5, 2020
21bc54f
add cell metadata
danieleguido Nov 5, 2020
07dd302
updat style
danieleguido Nov 5, 2020
fefe902
Update translations.json
danieleguido Nov 5, 2020
187c872
updated home
danieleguido Nov 5, 2020
0275f49
adapt grid
danieleguido Nov 5, 2020
e305d36
Update Abstract.js
danieleguido Nov 5, 2020
17ab8c8
add d3 scale and moment to draw milestone timeline corrctly
danieleguido Nov 6, 2020
e4adee0
Update yarn.lock
danieleguido Nov 6, 2020
c7a8a53
add translation for date
danieleguido Nov 6, 2020
4bd1f1a
translate dates with i18n (only english fo rht emoment)
danieleguido Nov 6, 2020
02f39ec
add milestone timeline component, data from ipynb
danieleguido Nov 6, 2020
df1eb51
fix home
danieleguido Nov 6, 2020
75c980b
add now (blinks)
danieleguido Nov 6, 2020
d3f8b85
add nigt mode switcher
danieleguido Nov 6, 2020
ba87be1
Feature/vertical timeline (#7)
danieleguido Nov 9, 2020
99caa61
Feature/recaptcha v2 (#8)
danieleguido Nov 10, 2020
e5f38b5
fix header
danieleguido Nov 10, 2020
e5820e6
add NotFound page with layout
danieleguido Nov 10, 2020
af72ea3
fix abstract subisison style
danieleguido Nov 10, 2020
62fd5c6
Update translations.json
danieleguido Nov 10, 2020
04686f8
Update index.scss
danieleguido Nov 10, 2020
4e08770
add loading
danieleguido Nov 10, 2020
43819a1
Update translations.json
danieleguido Nov 10, 2020
dd0eb59
fix links
danieleguido Nov 10, 2020
0922cf7
add google analitics lib
danieleguido Nov 10, 2020
5b6a7b4
Add google analitics tracking with BorwserRouter
danieleguido Nov 10, 2020
60a3fbf
upgrade zustand to use persistent state
danieleguido Nov 11, 2020
07f866c
add moment feature to translation
danieleguido Nov 11, 2020
3a95849
use localstorage
danieleguido Nov 11, 2020
ab1493a
update JSON schema
danieleguido Nov 11, 2020
5ba30f2
add previewMode
danieleguido Nov 11, 2020
227548e
add asText function (preview mode)
danieleguido Nov 11, 2020
07cc946
add dateLastModified
danieleguido Nov 11, 2020
3b4b929
Create AbstractSubmissionPreview.js
danieleguido Nov 11, 2020
3e59e2f
fix initial value
danieleguido Nov 11, 2020
03c67ce
Update FormAbstractGenericSortableList.js
danieleguido Nov 11, 2020
ca1ed1f
add initial values
danieleguido Nov 11, 2020
057e668
Create FormGroupWrapperPreview.js
danieleguido Nov 11, 2020
cf4da87
add Route
danieleguido Nov 11, 2020
9b1f906
create terms of use page, add class plugin for markdown
danieleguido Nov 11, 2020
e7f4a9b
Update constants.js
danieleguido Nov 11, 2020
495a8f3
add markdown-it-attrs
danieleguido Nov 11, 2020
2bdd35c
Create mock-terms-of-use-ipynb.json
danieleguido Nov 11, 2020
9e66427
add link to footer for terms of use; add about page
danieleguido Nov 11, 2020
21ecce2
add route for terms of use
danieleguido Nov 11, 2020
d7f3a71
add date formatting in en language
danieleguido Nov 11, 2020
06c75fc
Hotfix/contact initial value (#9)
danieleguido Nov 12, 2020
23316d3
Feature/get abstract (#10)
danieleguido Nov 13, 2020
0c51730
Update translations.json
Nov 18, 2020
6d0e61b
update schema
danieleguido Nov 18, 2020
13fd9e4
Feature/accept conditions (#11)
danieleguido Nov 20, 2020
46bd08f
Contents/texts (#12)
danieleguido Nov 25, 2020
49cc9ae
add default REACT_APP_PROXY for development purposes
danieleguido Nov 25, 2020
ee7357a
fix language
danieleguido Nov 25, 2020
2b9126c
add logos
danieleguido Nov 25, 2020
5923fde
fix contents
danieleguido Nov 25, 2020
5e10fbe
update react-bootstrap
danieleguido Nov 25, 2020
3828d90
udate schema
danieleguido Nov 25, 2020
4b643c1
adapt create submission to POST rest api in backend
danieleguido Nov 25, 2020
575783f
add orcid
danieleguido Nov 25, 2020
64c0971
add links to c2dh unilu and de Gruyter
danieleguido Nov 26, 2020
fa76140
update translations for loading and remove shwodw from logo links
danieleguido Nov 26, 2020
f44c156
fix mobile look & feel
danieleguido Nov 26, 2020
4717627
fix languages
danieleguido Nov 26, 2020
16c888a
fix mobile menu routes
danieleguido Nov 26, 2020
61237b1
fix mobile external links
danieleguido Nov 26, 2020
2b9f79e
fix editorial contents
danieleguido Nov 26, 2020
7a2fbe8
Feature/accept cookies (#13)
danieleguido Nov 27, 2020
2186be8
change call
eliselavy Nov 27, 2020
54d75a9
Merge branch 'develop' of https://github.com/C2DH/journal-of-digital-…
eliselavy Nov 27, 2020
f5e330d
Typos (#14)
biumiamy Nov 27, 2020
b422431
Updated name for nav (#15)
orielisar Nov 27, 2020
c295db0
Feature/receipt (#16)
danieleguido Nov 29, 2020
b5479c4
fix netlify routine
danieleguido Nov 29, 2020
a4543ca
Update translations.json
danieleguido Nov 29, 2020
94f63de
fix/translations (#17)
biumiamy Nov 30, 2020
aaa9fcf
update contents
danieleguido Nov 30, 2020
b1eac30
fix col width and class name
danieleguido Nov 30, 2020
d7288ee
Merge pull request #18 from C2DH/fix/about-page-contents
biumiamy Nov 30, 2020
8fb2bd2
fix/translations (#19)
danieleguido Nov 30, 2020
80f7319
Fix/editorial contents (#20)
danieleguido Nov 30, 2020
061368f
Fix menu on mobile
danieleguido Nov 30, 2020
13eac58
fix call for papers text
danieleguido Nov 30, 2020
356ecbc
add correct link
danieleguido Nov 30, 2020
ed73e89
show menu in lower resolutions
danieleguido Nov 30, 2020
b250f1e
fix heading line height
danieleguido Nov 30, 2020
90aada0
fix dates on the timeline
danieleguido Nov 30, 2020
239bf75
add perr review part
danieleguido Nov 30, 2020
df207d6
fix/translations
biumiamy Nov 30, 2020
51d3d1a
Merge pull request #21 from C2DH/fix/translations
eliselavy Nov 30, 2020
9486c0f
fix/translations
biumiamy Nov 30, 2020
079f5da
Merge pull request #22 from C2DH/fix/translations
eliselavy Dec 1, 2020
ca5600e
add mention of University of Luxembourg in the about page
danieleguido Dec 1, 2020
de54592
fix/translations (#23)
biumiamy Dec 1, 2020
bbe8a60
change contact us email
danieleguido Dec 1, 2020
3e0a8ce
add contact mention in footer
danieleguido Dec 1, 2020
a011e60
quick fix for the orcid http pattern
danieleguido Dec 1, 2020
df1581d
fix max lengths in frontend
danieleguido Dec 1, 2020
ac4b8d6
Merge pull request #24 from C2DH/fix/contact-us
biumiamy Dec 1, 2020
58dc8ee
fix/translations (#25)
biumiamy Dec 1, 2020
e4fc84e
update libraries
danieleguido Dec 1, 2020
ea21d2f
lighten error color
danieleguido Dec 1, 2020
76ff11e
add help text for ORCID
danieleguido Dec 1, 2020
bf03edd
add empty author by default or if the item in localStorage is an empt…
danieleguido Dec 1, 2020
3b00f39
orcid is an empyt string by default
danieleguido Dec 1, 2020
84bf956
add static method isPayloadEmpty and consider contact fields
danieleguido Dec 1, 2020
e9748d6
Merge pull request #26 from C2DH/fix/submission-errors
biumiamy Dec 1, 2020
a7572cc
simplify submission status
danieleguido Dec 1, 2020
ba01e0d
Update translations.json
danieleguido Dec 1, 2020
c65a1ef
remove "danger" and set button to primary
danieleguido Dec 1, 2020
b7a3920
displayErrors only when error name is in the props list
danieleguido Dec 1, 2020
5ca78d5
add border rounded
danieleguido Dec 1, 2020
b8e92d7
Merge pull request #27 from C2DH/fix/submission-errors-display
biumiamy Dec 1, 2020
e261f8b
fix/translations (#28)
biumiamy Dec 1, 2020
3698820
Update AbstractSubmission.js
danieleguido Dec 1, 2020
e2328c2
remove email address
danieleguido Dec 1, 2020
d2bbf77
fix/translations
biumiamy Dec 2, 2020
8a2c6f7
Merge pull request #29 from C2DH/fix/translations
eliselavy Dec 2, 2020
449ff5d
Update translations.json
danieleguido Dec 3, 2020
24d2bd2
add handleReset function to clear AbstractSubmission using the useSto…
danieleguido Dec 3, 2020
466156c
component accepts a onReset function
danieleguido Dec 3, 2020
9839065
Merge pull request #31 from C2DH/feature/reset-form
biumiamy Dec 3, 2020
cf31bc4
add link for Rabea
danieleguido Dec 3, 2020
b299667
Add documentation about release procedure
danieleguido Dec 3, 2020
628d6d9
separate develop release fro v release
danieleguido Dec 3, 2020
3b1c760
bump v1.0.0
danieleguido Dec 3, 2020
9f4b9b0
Update docker-build-publish-release.yml
danieleguido Dec 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update translations.json
  • Loading branch information
danieleguido committed Dec 1, 2020
commit ba01e0d1d950025a0e78c59a2a0b3fe8412aab7b
18 changes: 11 additions & 7 deletions src/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"authorFirstName": "First Name",
"authorLastName": "Last Name",
"authorOrcid": "ORCID URL",
"authorOrcidHelpText": "* ORCID is is required. Don't have an ORCID ID yet? Create one at <a href=\"https://orcid.org/\" target=\"_blank\" rel=\"noopener noreferrer\">orcid.org</a> for free!",
"authorOrcidHelpText": "* ORCID is required. Don't have an ORCID yet? Create one at <a href=\"https://orcid.org/\" target=\"_blank\" rel=\"noopener noreferrer\">orcid.org</a> for free!",
"authorUsername": "nom utilisateur",
"articleContact": "Contact Info",
"articleTitle": "Title",
Expand Down Expand Up @@ -103,27 +103,31 @@
"none": "",
"required": "missing",
"minItems": "not enough",
"minLength": "incomplete"
"minLength": "...not long enough",
"pattern": "not valid",
"enum": "not valid"
},
"schemaErrors": {
"instance-acceptConditions": "Please accept the <b>terms and conditions</b>",
"instance-acceptConditions": "... and don't forget to check the <b>terms and conditions</b>",
"instance-contact": "Please fill the \"Contact\" section with your <b>email</b> and <b>ORCID URL</b>",
"instance-contact-email": "A valid <b>email address</b> is required for the contact point",
"instance-contact-orcid": "An <b>ORCID URL</b> is required for the contact point",
"instance-contact-email": "A valid <em>email address</em> is required for the <b>Contact</b> section",
"instance-contact-orcid": "An <em>ORCID</em> url is required for the <b>Contact</b> section",
"instance-authors": "At least <b>one contributor</b> is required",
"instance-authors-orcid": "One <b>contributor ORCID</b> URL provided is not valid, please provide either an empty value or a valid ORCID",
"instance-authors-email": "One <b>contributor email</b> address is not valid, please provide either an empty value or a valid email address",
"instance-datasets": "A <b>description</b> is required to add a valid \"Tools, Code & Data\" item",
"instance-datasets-url": "One <b>URL</b> in <b> \"Tools, Code & Data\"</b> is not valid, make sure it starts with <code>http</code>",
"instance-title": "Check <b>Title</b>",
"instance-abstract": "Check <b>Abstract</b>"
"instance-title": "<b>Title</b>",
"instance-abstract": "<b>Abstract</b>"
},
"numbers": {
"errors": "{{count}} errors",
"maxAllowedCharactersWithCount": "Max {{count}} characters allowed",
"currentCharactersWithCount": "(now: <b>{{count}}</b>)",
"itemIdx": "(item #{{idx}})"
},
"missingStepsWithCount": "<b>1</b> step missing",
"missingStepsWithCount_plural": "<b>{{count}}</b> steps missing",
"errorsWithCount": "<b>1</b> error",
"errorsWithCount_plural": "<b>{{count}}</b> errors",
"dates": {
Expand Down