Commit b959988
committed
installation: bump dependencies and release v22.0.0
π invenio-accounts (6.2.1 -> 6.2.2 π)
π¦ release: v6.2.2
π invenio-administration (4.3.1 -> 4.3.2 π)
π¦ release: v4.3.2
webpack: respect `COLLECT_STATIC_ROOT` when copying tinymce
fix: typo in search empty resources message
π invenio-app-rdm (14.0.0b1.dev10 -> 14.0.0b3.dev4 π)
π¦ release: v14.0.0b1.dev10
fix(deposit-ui): add explicit `data-label` for files section
* This is a fix for allowing for the `FormFeedbackSummary` to be able to
pick-up the correct "Files" label when reporting the error summary.
Getting the text from the original `label` attribute didn't work
because it has more than a single element/node, which caused the
section to show up as `[object Object]` on the error banner.
fix(tombstone): use consistent casing for labels
release: v14.0.0b3.dev4
fix: ensure that pages render if accessed via secret link
UI: change button icon and text
* smaller action buttons
* match record request link to the one in modal
* increase size of community icon
fix: restrict to only community sub/inc reqs
also
* correct URL error which silently redirected correctly
* sort requests so that newest is linked
frontend: add direct link to request if user has access
feat(css): styles for quote replies
* Remove padding from popup to make the button more sleek
* Reduce the default margin/padding on blockquotes to make nested quotes
look neater.
* Change text color within blockquotes to be a muted gray.
fix(requests_ui): Inject lock_request and create_comment permissions
fix: correct types
- url is used in `fetch(url)` and fetch only takes a path
- recordCommunitySearchConfig is a config, so is an object
fix(deposit-ui): better display of expired file modification period
π¦ release: v14.0.0b1.dev9
release: v14.0.0b3.dev3
feat(css): request comment deep links
* Add styles to show a request event as being selected when navigated to
via a deep link
details: fix: do not sanitize additional description in template
admin: requests details view improvements
- Replace `Record deletion` by `Deletion request for "Record name"`
- Link showing all requests for a given user
π¦ release: v14.0.0b1.dev8
π¦ release: v14.0.0b3.dev2
fix: revert mapping.js symlink
UI: add info message about remaining days to publish changes
request: add file mod request template
fix: set files_locked to .locked rather than permission
* currently the permission is whether you can unlock the files
* but the files are only unlocked when you create the draft
* as such as an admin when you edit a published draft, if it was
created by a user it will look like the files are unlocked but
this is false
this PR correctly sets files_locked to whether the files are locked
feat: pass file modification eval to deposit form
fix: align selector with semantic-ui
π¦ release: v14.0.0b3.dev1
UI: add info message about remaining days to publish changes
request: add file mod request template
fix: set files_locked to .locked rather than permission
* currently the permission is whether you can unlock the files
* but the files are only unlocked when you create the draft
* as such as an admin when you edit a published draft, if it was
created by a user it will look like the files are unlocked but
this is false
this PR correctly sets files_locked to whether the files are locked
feat: pass file modification eval to deposit form
fix: align selector with semantic-ui
fix(views): pass API record to evaluate record deletion
details: fix: do not sanitize additional description in template
admin: requests details view improvements
- Replace `Record deletion` by `Deletion request for "Record name"`
- Link showing all requests for a given user
π¦ release: v14.0.0b1.dev7
fix(views): pass API record to evaluate record deletion
π¦ release: v14.0.0b1.dev6
tombstone: add deletion policy
fix(deletion-request): never disable the existing deletion request link
fix(deletion-request): fetch existing request only for valid users
fix(deletion-request): removal reasons in landing page data attribute
vocab: add deletion_request prefix to removal_reasons vocabulary
ui: added related identifiers to vocabulary
views: remove unused data attributes from recordManagementMobile
requests: ui: only show justification if present
tombstone: add deletion policy
Update release date for version v14.0.0b3.dev0
release: v14.0.0b3.dev0
setup: bump oauthclient major version
* Bumping the major version of invenio-oauthclient to 6.0.0
* This includes which is not necessarily breaking but requires a manual DB migration for very
large instances, as documented in the module's upgrade guide.
* Further changes are yet come in v6 before RDM v14.
fix(deletion-request): never disable the existing deletion request link
fix(deletion-request): fetch existing request only for valid users
fix(deletion-request): removal reasons in landing page data attribute
vocab: add deletion_request prefix to removal_reasons vocabulary
views: remove unused data attributes from recordManagementMobile
requests: ui: only show justification if present
fix(upgrade_scripts): Migrate deleted records as well
π¦ release: v14.0.0b2.dev4
refactor(config): Update DataCite serializer for schema v4.5
release: v14.0.0b2.dev3
feat(shareBtn): handle optional required expiration
* the new configuration variable RDM_RECORDS_REQUIRE_SECRET_LINKS_EXPIRATION adds the option to make the expiration date required
* added error messages improve the user experience.
feat(form): rename creators to authors and help text
* rename the Creators field to Authors/Creators
* add help text under Authors and Contributors to
explain the difference
π¦ release: v14.0.0b2.dev2
upgrade_scripts: v14: optimize scan to avoid scroll context overhead
upgrade_scripts: v14: update related_identifers field
π¦ release: v14.0.0b2.dev1
deposit-form: updated related works options vocab
π¦ release: v14.0.0b2.dev0
installation: bump invenio-rdm-records
upgrade_scripts: v14: Update draft.fork_revision_id to match with record.revision_id
upgrade_scripts: v14: use low-level API for records with draft
upgrade_scripts: Add v13 to v14 migration script
ui: added related identifiers to vocabulary
ui: format numbers in CompactStats
* Adds locale-based formatting for large numbers using the HTML API
`Intl.NumberFormat`
* The locale is taken from `i18next.language`. The view count and the
download count are both formatted.
fix(macros): Fix custom fields vocabularies links on landing page
fix(admin): use configured base template instead of hard-coded value
π invenio-assets (4.2.0 -> 4.2.1 π)
release: v4.2.1
setup: pin rspack
* rspack >=1.7.0 introduced that 'this' in a closure will compile to an
undefined value. so code which uses a callback and uses something like
'this.props' in the function body will stop working.
* the code should work as the javascript specs and tests show that the
code should be correct so rspack introduced a bug with 1.7.0.
* until now pinning to <1.7.0 is the fasted way to fix it.
π invenio-banners (5.2.0 -> 5.2.1 π)
π¦ release: v5.2.1
fix: partially initialized module
* since strtobool has been added to utils it created a partially
initialized module problem. this is solved with this commit
compatibility(312): distutils removed
* distuils has been removed with python3.12. strtobool is the only
function with a relatively clear specification. therefore
reimplemented
π invenio-base (2.3.2 -> 2.4.0 π)
π¦ release: v2.4.0
feat: add support for anchor in invenio_url_for
π invenio-collections (2.0.0 -> 2.1.0 π)
π¦ release: v2.1.0
installation: bump invenio-rdm-records
π invenio-communities (21.1.1 -> 21.2.0 π)
release: v21.2.0
fix(tests): add lock/unlock links and remove reviewers field when disabled
fix: add timeline_focused to tests
feat: add link to submission request from communities modal
UI: change community display for request link
π invenio-drafts-resources (7.3.0 -> 7.3.1 π)
π¦ release: v7.3.1
π invenio-github (3.0.2 -> 4.0.0 1 parent 5161c5d commit b959988
2 files changed
+923
-731
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments