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

Bump to v3.14.9 #2269

Merged
merged 3 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.14.9] - 2023-2-14
Released with [maproulette-backend_v4.4.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.14)

## What's Changed
* Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in https://github.com/maproulette/maproulette3/pull/2231
* add instructions length environment variable by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2234
* fix links in review table by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2247
* Fix issue where inverting filter columns in task analysis tables throws an error instead of inverting by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2264
* Replace Twitter with Mastodon in footer by @mvexel in https://github.com/maproulette/maproulette3/pull/2265
* Filter clearing for Task Tables by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2253
* fix request meta-review username issue by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2242
* add bundling restrictions and deletion of new bundles that weren't completed on redirect by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2266
* fix username in task history widget for revisions by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2270

## MR2 Changes
* Enhance Country Leaderboard Availability During Refresh by @ljdelight in https://github.com/maproulette/maproulette-backend/pull/1099
* Enhance Leaderboard Availability During Refresh by @ljdelight in https://github.com/maproulette/maproulette-backend/pull/1101
* Migrate to io.github.play-swagger and update swagger-ui by @ljdelight in https://github.com/maproulette/maproulette-backend/pull/1103

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.8...v3.14.9

## [v3.14.8] - 2023-2-02
Released with [maproulette-backend_v4.4.13](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.14.8",
"version": "3.14.9",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
28 changes: 19 additions & 9 deletions src/lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ActiveTask.controls.comments.tooltip": "View Comments",
"ActiveTask.controls.fixed.label": "I fixed it!",
"ActiveTask.controls.info.tooltip": "Task Details",
"ActiveTask.controls.notFixed.label": "Too difficult / Couldn’t see",
"ActiveTask.controls.notFixed.label": "Can't Complete",
"ActiveTask.controls.status.tooltip": "Existing Status",
"ActiveTask.controls.viewChangset.label": "View Changeset",
"ActiveTask.heading": "Challenge Information",
Expand Down Expand Up @@ -117,6 +117,9 @@
"Admin.EditChallenge.form.addMRTags.placeholder": "Add MR Tags",
"Admin.EditChallenge.form.additionalKeywords.description": "You can optionally provide additional keywords that can be used to aid discovery of your challenge.",
"Admin.EditChallenge.form.additionalKeywords.label": "Additional Categorization Keywords",
"Admin.EditChallenge.form.automatedEditsCode.UICheckboxLabel": "I have read and understand the OSM Automated Edits code of conduct",
"Admin.EditChallenge.form.automatedEditsCode.description": "You are about to create a MapRoulette challenge. With this power comes responsibility. Make sure that your Challenge is designed to encourage careful human attention to each task, in the spirit of OpenStreetMap's [Automated Edits code of conduct](https://wiki.openstreetmap.org/wiki/Automated_Edits_code_of_conduct). Please read this document carefully. By checking the box below, you acknowledge that you understand and accept this responsibility.",
"Admin.EditChallenge.form.automatedEditsCode.label": "Automated Edits Code of Conduct Agreement",
"Admin.EditChallenge.form.blurb.description": "A very brief description of your challenge suitable for small spaces, such as a map marker popup. This field supports [Markdown](https://learn.maproulette.org/documentation/markdown/).",
"Admin.EditChallenge.form.blurb.label": "Blurb",
"Admin.EditChallenge.form.bulkSubmit.label": "The following changes will be applied to all selected challenges. This process is not reversible, so please review before submitting.",
Expand Down Expand Up @@ -213,6 +216,7 @@
"Admin.EditChallenge.form.steps.advancedOptions.description": "Advanced Options",
"Admin.EditChallenge.form.steps.advancedOptions.intro": "Most challenges work well with the default settings, but you can optionally customize any of the following advanced options",
"Admin.EditChallenge.form.steps.allOptions.description": "Options",
"Admin.EditChallenge.form.steps.automatedEditsCode.header": "OSM Automated Edits Code of Conduct",
"Admin.EditChallenge.form.steps.basemap.description": "Set a different basemap",
"Admin.EditChallenge.form.steps.basemap.header": "Basemap",
"Admin.EditChallenge.form.steps.changesetUrl.title": "Add Changeset URL",
Expand Down Expand Up @@ -352,7 +356,7 @@
"Admin.Task.fields.actions.fixed": "Fixed",
"Admin.Task.fields.actions.notAnIssue": "Not an Issue",
"Admin.Task.fields.actions.skipped": "Skipped",
"Admin.Task.fields.actions.tooHard": "Too Hard",
"Admin.Task.fields.actions.tooHard": "Can't Complete",
"Admin.Task.fields.name.label": "Task:",
"Admin.Task.fields.status.label": "Status:",
"Admin.TaskAnalysisTable.bundleMember.tooltip": "Member of a task bundle",
Expand Down Expand Up @@ -386,6 +390,7 @@
"Admin.TaskPropertyStyleRules.styleValue.placeholder": "value",
"Admin.TaskPropertyStyleRules.styles.doc": "Learn about setting up styles",
"Admin.TaskPropertyStyleRules.styles.header": "Task Property Styling",
"Admin.TaskReview.controls.alreadyReviewed": "Task has already been reviewed",
"Admin.TaskReview.controls.approved": "Approve",
"Admin.TaskReview.controls.approvedWithFixes": "Approve (with fixes)",
"Admin.TaskReview.controls.approvedWithFixesAfterRevisions": "Approve (with fixes)",
Expand All @@ -395,6 +400,7 @@
"Admin.TaskReview.controls.currentReviewStatus.label": "Review Status:",
"Admin.TaskReview.controls.currentTaskStatus.label": "Task Status:",
"Admin.TaskReview.controls.errorTags": "Error Tags",
"Admin.TaskReview.controls.next": "Review next task",
"Admin.TaskReview.controls.rejected": "Reject",
"Admin.TaskReview.controls.resubmit": "Submit for Review Again",
"Admin.TaskReview.controls.resubmitMetaReReview": "Request Meta-Review Again",
Expand Down Expand Up @@ -561,7 +567,7 @@
"ChallengeDetails.management.controls.manage.label": "Manage",
"ChallengeEndModal.control.dismiss.label": "Continue",
"ChallengeEndModal.header": "Challenge End",
"ChallengeEndModal.primaryMessage": "You have marked all remaining tasks in this challenge as either skipped or too hard.",
"ChallengeEndModal.primaryMessage": "You have marked all remaining tasks in this challenge as either skipped or can't complete.",
"ChallengeFilterSubnav.controls.sortBy.label": "Sort by",
"ChallengeFilterSubnav.filter.categorization.add": "Add:",
"ChallengeFilterSubnav.filter.categorization.anything": "Anything",
Expand Down Expand Up @@ -849,6 +855,7 @@
"Errors.challenge.searchFailure": "Unable to search challenges on server.",
"Errors.challengeSaveFailure.challengeSaveDescriptionFailure": "The 'DESCRIPTION OF YOUR CHALLENGE' field is required.",
"Errors.challengeSaveFailure.challengeSaveDetailsFailure": "Unable to save your changes. It is likely a duplicate challenge name.",
"Errors.challengeSaveFailure.challengeSaveEditPolicyAgreementFailure": "You must check the box at the bottom of the page to indicate that you acknowledge OpenStreetMap's Automated Edits code of conduct.",
"Errors.challengeSaveFailure.challengeSaveInstructionFailure": "The 'DETAILED INSTRUCTIONS FOR MAPPERS' field must have more than 150 characters.",
"Errors.challengeSaveFailure.challengeSaveNameFailure": "The 'NAME OF YOUR CHALLENGE' field is required and must be more than 3 characters long.",
"Errors.clusteredTask.fetchFailure": "Unable to fetch task clusters",
Expand All @@ -874,6 +881,7 @@
"Errors.reviewTask.fetchFailure": "Unable to fetch review needed tasks",
"Errors.reviewTask.notClaimedByYou": "Unable to cancel review.",
"Errors.search.notSupported": "Short code search not supported{details}",
"Errors.task.addCommentFailure": "Comment was unable to be saved. An empty string was most likely submitted.",
"Errors.task.alreadyLocked": "Task has already been locked by someone else.",
"Errors.task.bundleCooperative": "The main task is Cooperative. All selected tasks must be Cooperative.",
"Errors.task.bundleFailure": "Unable to bundle tasks together",
Expand All @@ -885,6 +893,7 @@
"Errors.task.lockRefreshFailure": "Unable to extend your task lock. Your lock may have expired. We recommend refreshing the page to try establishing a fresh lock.",
"Errors.task.lockReleaseFailure": "Failed to release task lock. Your lock or your session may have expired.",
"Errors.task.none": "No tasks remain in this challenge.",
"Errors.task.removeTaskFromBundleFailure": "Unable to remove task from bundle",
"Errors.task.saveFailure": "Unable to save your changes{details}",
"Errors.task.updateFailure": "Unable to save your changes.",
"Errors.team.genericFailure": "Failure{details}",
Expand Down Expand Up @@ -1033,7 +1042,7 @@
"KeyMapping.taskCompletion.falsePositive": "No / Not an issue",
"KeyMapping.taskCompletion.fixed": "Yes / I fixed it!",
"KeyMapping.taskCompletion.skip": "Skip",
"KeyMapping.taskCompletion.tooHard": "Too difficult / Couldn’t see",
"KeyMapping.taskCompletion.tooHard": "Can't Complete",
"KeyMapping.taskEditing.cancel": "Cancel Editing",
"KeyMapping.taskEditing.completeTogether": "Complete Tasks Together",
"KeyMapping.taskEditing.escapeLabel": "ESC",
Expand All @@ -1057,7 +1066,7 @@
"LayerToggle.loading": "(loading...)",
"Leaderboard.controls.loadMore.label": "Show More",
"Leaderboard.global": "Global Leaderboard",
"Leaderboard.scoringMethod.explanation": "\n##### Points are awarded per completed task as follows:\n\n| Status | Points |\n| :------------ | -----: |\n| Fixed | 5 |\n| Not an Issue | 3 |\n| Already Fixed | 3 |\n| Too Hard | 1 |\n| Skipped | 0 |\n",
"Leaderboard.scoringMethod.explanation": "\n##### Points are awarded per completed task as follows:\n\n| Status | Points |\n| :------------ | -----: |\n| Fixed | 5 |\n| Not an Issue | 3 |\n| Already Fixed | 3 |\n| Can't Complete| 1 |\n| Skipped | 0 |\n",
"Leaderboard.scoringMethod.label": "Scoring method",
"Leaderboard.title": "Leaderboard",
"Leaderboard.updatedDaily": "Updated every 24 hours",
Expand Down Expand Up @@ -1138,7 +1147,7 @@
"Navbar.links.review": "Review",
"Navbar.links.sent": "Sent",
"Navbar.links.signout": "Teken Uit",
"Navbar.links.superAdminMetrics": "Super Admin Metrics",
"Navbar.links.superAdminMetrics": "Super Admin Settings",
"Navbar.links.teams": "Teams",
"Navbar.links.userAchievements": "Achievements",
"Navbar.links.userMetrics": "User Metrics",
Expand Down Expand Up @@ -1356,7 +1365,7 @@
"ReviewStatus.metrics.rejectedReview": "Reviewed tasks that failed",
"ReviewStatus.metrics.taskStatus.label": "{status} Tasks",
"ReviewStatus.metrics.title": "Review Status",
"ReviewStatus.metrics.tooHard": "TOO HARD",
"ReviewStatus.metrics.tooHard": "CAN'T COMPLETE",
"ReviewTaskPane.controls.unlock.label": "Unlock",
"ReviewTaskPane.indicators.locked.label": "Task locked",
"RolePicker.chooseRole.label": "Choose Role",
Expand Down Expand Up @@ -1476,6 +1485,7 @@
"Task.fields.reviewStatus.label": "Review Status",
"Task.fields.reviewedBy.label": "Reviewer",
"Task.fields.status.label": "Status",
"Task.fields.unbundle.label": "Remove",
"Task.loadByMethod.proximity": "Nearby",
"Task.loadByMethod.random": "Random",
"Task.management.controls.inspect.label": "Inspect",
Expand Down Expand Up @@ -1535,7 +1545,7 @@
"Task.status.falsePositive": "Not an Issue",
"Task.status.fixed": "Fixed",
"Task.status.skipped": "Skipped",
"Task.status.tooHard": "Te moeilik",
"Task.status.tooHard": "Can't Complete",
"Task.taskTags.add.label": "Add MR Tags",
"Task.taskTags.addTags.placeholder": "Add MR Tags",
"Task.taskTags.cancel.label": "Cancel",
Expand Down Expand Up @@ -1829,7 +1839,7 @@
"Widgets.TaskLocationWidget.controls.showLatLon.label": "Lat/Lon",
"Widgets.TaskLocationWidget.controls.showLonLat.label": "Lon/Lat",
"Widgets.TaskLocationWidget.label": "Location",
"Widgets.TaskLocationWidget.show": "Show:",
"Widgets.TaskLocationWidget.switch": "Switch to:",
"Widgets.TaskLocationWidget.title": "Location",
"Widgets.TaskMapWidget.editMode": "Current Mode:",
"Widgets.TaskMapWidget.label": "Task",
Expand Down
Loading
Loading