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

build(deps): bump org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1 #518

Open
wants to merge 110 commits into
base: 7_x-prod
Choose a base branch
from

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0dca35 View commit details
    Browse the repository at this point in the history
  2. dspace/config: enable localhost:4000 for REST API

    rest.cors.allowed-origins allows us to develop on Angular locally
    while using a remote DSpace API. We will perhaps disable this in
    the long run after we deploy DSpace 7.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9ef5274 View commit details
    Browse the repository at this point in the history
  3. dspace.cfg: disable extra "browse by"

    I ported these from DSpace 6 but they are aesthetically annoying in
    DSpace 7 when you have more than ~4.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ddf5fca View commit details
    Browse the repository at this point in the history
  4. dspace: add controlled vocabularies

    These were copied directly from our DSpace 6 branch.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9be7d5e View commit details
    Browse the repository at this point in the history
  5. dspace/config: import latest spider lists

    These are the latest spider agent lists from our DSpace 6.x branch.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dec1cef View commit details
    Browse the repository at this point in the history
  6. dspace/config: adjust usage statistics

    Sync settings with DSpace 6. We do not want to log bot requests, and
    we want to match user agents case insensitively.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b9621ec View commit details
    Browse the repository at this point in the history
  7. dspace.cfg: override ImageMagick density

    Use a "2x" supersample by overriding the ImageMagick density from
    72 to 144. This creates higher-quality PDF thumbnails.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    91454a7 View commit details
    Browse the repository at this point in the history
  8. dspace.cfg: enable eperson.subscription.onlynew

    We only want to send subscription mails for new items, not modified
    ones.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    728b769 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    900d07a View commit details
    Browse the repository at this point in the history
  10. Add IDs to controlled vocabularies

    These behave differently in DSpace 7 than in DSpace 6 when the IDs
    are missing (you get infinitely repeating values in the submission
    form dropdown).
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    29c5cdd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d89ebf8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f1ad8a View commit details
    Browse the repository at this point in the history
  13. discovery.xml: update default filters

    Our subjects are in dcterms.subject and we don't use hierarchical
    subjects. Also, change the date issued field.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3c2dda8 View commit details
    Browse the repository at this point in the history
  14. discovery.xml: more filter adjustments

    Use dcterms.type for Type and add a few more filters from CGSpace.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    34ceacb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba4f99c View commit details
    Browse the repository at this point in the history
  16. dspace/config/spiders: update agents

    Update from latest COUNTER-Robots list, removing from the local ILRI
    overrides where needed.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fabc10f View commit details
    Browse the repository at this point in the history
  17. dspace.cfg: increase thumbnail size to 500px

    It has been ten years since we last increased the thumbnail size on
    CGSpace. 300px has served us well, but higher-density displays and
    new uses for thumbnails call for larger sizes.
    
    For reference, I checked 300 - 600px to see the implications on file
    size for one portrait layout PDF:
    
     - 212x300px: 31 kilobytes <--- current
     - 283x400px: 52 kilobytes
     - 354x500px: 76 kilobytes
     - 424x600px: 106 kilobytes
    
    I think 500px is a good compromise.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bb556de View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    482f26f View commit details
    Browse the repository at this point in the history
  19. dspace: use cg.identifier.doi for Datacite import

    We don't use Datacite yet, but this is easy to change now so it can
    possibly work in the future.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    35a3573 View commit details
    Browse the repository at this point in the history
  20. dspace: use CG Core fields for PubMed import

    We are not using this yet, but it will surely come in handy.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b95b9d8 View commit details
    Browse the repository at this point in the history
  21. Add dspace/config/default.license

    Copied directly from CGSpace's DSpace 6 repository.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    291fb70 View commit details
    Browse the repository at this point in the history
  22. dspace/config: import submission forms again

    Hopefully easier to maintain during future rebases now.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    52aa0de View commit details
    Browse the repository at this point in the history
  23. dspace/config: enable Sherpa Romeo summary for ISSNs

    Just to show that it's possible and get feedback from our submitters.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    965efee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c10d10f View commit details
    Browse the repository at this point in the history
  25. dspace/config: dc.date.issued → dcterms.issued

    Update a few Discovery configs to use dcterms.issued instead of
    dc.date.issued.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    45692bd View commit details
    Browse the repository at this point in the history
  26. dspace/config: enable LDAP authentication

    I was surprised to see this was disabled, as I already tested it a
    few months ago.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7bab1c6 View commit details
    Browse the repository at this point in the history
  27. dspace/config: use OU=ILRIHUB in ldap group map

    The DC=ILRI no longer exists in Active Directory as far as I can
    see from checking a few users.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8a4f09a View commit details
    Browse the repository at this point in the history
  28. dspace/config: disable ldap groupmap

    There seems to be a bug in DSpace 7.6-SNAPSHOT that causes LDAP lo-
    gins to fail when the groupmap is enabled.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    02ea0fe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3dd65a4 View commit details
    Browse the repository at this point in the history
  30. dspace/config: remove subregion value pairs from submission form

    We are using an external controlled vocabulary instead. This hasn't
    been needed since we got rid of Atmire's Listings and Reports module
    in DSpace 6.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7171f54 View commit details
    Browse the repository at this point in the history
  31. dspace/config: update discovery.xml

    Change a few more references from dc.subject to dcterms.subject.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fbba54b View commit details
    Browse the repository at this point in the history
  32. dspace/config: update discovery.xml

    Replace a few more references to dc.description.abstract, since we
    are using dcterms.abstract.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a86f83a View commit details
    Browse the repository at this point in the history
  33. dspace/config: remove srsc from submission-forms.xml

    Remove this so that DSpace doesn't automatically try to create a
    browse option for it. This is a side effect of a new browse feature
    in DSpace 7.6, where vocabularies in the submission form are auto-
    matically configured as browses.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    790a8e2 View commit details
    Browse the repository at this point in the history
  34. dspace.cfg: enable linked browse for some fields

    The implementation is awkward, but seems to work if we list all our
    fields one by one.
    
    See: https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a12ed54 View commit details
    Browse the repository at this point in the history
  35. dspace-rest: allow bundleName parameter in bitstream endpoint

    Port of DSpace 6.x patch to legacy REST API in DSpace 7.
    
    See: DSpace#8343
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    09761eb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8e3d0b1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2cfb275 View commit details
    Browse the repository at this point in the history
  38. discovery.xml: Update indexes

    We should use the same capitalization that we use elsewhere so it
    is more predictable and consistent.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1c58d88 View commit details
    Browse the repository at this point in the history
  39. submission-forms.xml: use input type tag for more fields

    For any fields that have more than a dozen or so values and don't
    need free text, we can use the tag input type.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e9b7a23 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    da54f2f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    af109eb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    96b2832 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4fb778c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4b11a05 View commit details
    Browse the repository at this point in the history
  45. submission-forms.xml: revert some changes to tags

    The tag input type is currently buggy, and in any case we should
    only be using it for lists that have tens or more values.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    94381c8 View commit details
    Browse the repository at this point in the history
  46. submission-forms.xml: don't use tag input type

    It's too buggy.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3aa8bd4 View commit details
    Browse the repository at this point in the history
  47. submission-forms.xml: fix AGROVOC field

    Fields using external vocabularies must be onebox.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    143da08 View commit details
    Browse the repository at this point in the history
  48. discovery.xml: re-work facets

    Re-order and add CGIAR Impact Platform.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1a59647 View commit details
    Browse the repository at this point in the history
  49. dspace/config: remove browse links

    I'm not using these anymore, as I've worked around them by creating
    a custom component in Angular that links to the Discovery search.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6bf6ae6 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    518390d View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0cf406b View commit details
    Browse the repository at this point in the history
  52. dspace/config/modules: disable automatic Discovery reindexing

    I always run this manually after doing migrations.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    27c1dde View commit details
    Browse the repository at this point in the history
  53. dspace: disable versioning

    We were not using this in DSpace previously, and DSpace 7 has now
    changed the default to enabled.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cc3601b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    95e9630 View commit details
    Browse the repository at this point in the history
  55. dspace/config/dspace.cfg: enable assumelogin

    Allow super administrators to impersonate other users.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    92b8cd4 View commit details
    Browse the repository at this point in the history
  56. dspace/config/crosswalks: update OAI mods crosswalk

    Port the MODS 3.7 crosswalk from our DSpace 6 implementation.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8774021 View commit details
    Browse the repository at this point in the history
  57. dspace/config/crosswalks: update other crosswalks

    These crosswalks are used to insert metadata into item pages for
    search bots like Google to consume. I am not sure whether the XHTML
    crosswalk is actually being used anymore...
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c09982e View commit details
    Browse the repository at this point in the history
  58. Revert "dspace/config: disable ldap groupmap"

    This reverts commit 8ed657958dbab884daea84d537553ad17ef5e620.
    
    The bug was fixed.
    
    See: DSpace#9152
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3af7deb View commit details
    Browse the repository at this point in the history
  59. dspace/config/log4j2.xml: reduce noisy logs

    mwood on Slack suggested this for reducing the unhelpful and noisy
    logs like:
    
    2023-11-01 00:00:07,581 INFO  a2151e44-c888-4fbc-a54e-b71edeb5cc45 1b74f2ee-d4cc-473b-962c-65e6f43c9544 org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET /server/api/core/items/f5e081f4-1c45-4dbf-8cac-2126119f87e5] originated from /
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2be0d49 View commit details
    Browse the repository at this point in the history
  60. discovery.xml: minor adjustment to date sorting

    Make sure that we have both ascending and descending whenever there
    is a date available for sorting. Also, change the default sort order
    for sortDateIssued to asc as there is already sortDateIssuedDesc.
    
    See: DSpace#9104
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ff4b3f2 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b4d4ce4 View commit details
    Browse the repository at this point in the history
  62. dspace/config: update OAI mods crosswalk

    FAO highlighted that the markup for alternative titles is slightly
    different.
    
    See: https://www.loc.gov/standards/mods/userguide/titleinfo.html
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    18894e0 View commit details
    Browse the repository at this point in the history
  63. dspace/config: update ORCID in submission form

    Clarify that these are not just for CGIAR authors, but recommended.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    59e668c View commit details
    Browse the repository at this point in the history
  64. dspace/config: make DOI non-repeatable in submission form

    It is not repeatable in our current production DSpace 6 instance so
    I don't know why it is repeatable here.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    38d1611 View commit details
    Browse the repository at this point in the history
  65. dspace/config: make series name/number not repeatable

    This does not need to be repeatable, and indeed is not in our prod-
    uction DSpace 6 instance.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    38e6030 View commit details
    Browse the repository at this point in the history
  66. dspace/config/spiders: remove ^mozilla from spiders

    Because DSpace applies these case-insensitively, this means that
    we excluded real hits from Mozilla user agents for the past two
    weeks.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ce50d27 View commit details
    Browse the repository at this point in the history
  67. dspace/config: make related reference repeatable

    Requested by IFPRI.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6bb9b4f View commit details
    Browse the repository at this point in the history
  68. Add country code tagger curation task

    From the cgspace-java-helpers.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0d8d68c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    3a72927 View commit details
    Browse the repository at this point in the history
  70. Add ilri scripts

    Copied from the 6_x-prod branch.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c2b0bc0 View commit details
    Browse the repository at this point in the history
  71. dspace/config: remove subregion browse

    It is not helpful at all because the values are uncontrolled.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3572456 View commit details
    Browse the repository at this point in the history
  72. dspace/config: update ORCID identifiers

    Sorted in vim with `sort i` and formatted with tidy:
    
        $ tidy -xml -utf8 -m -iq -w 0 dspace/config/controlled-vocabularies/cg-creator-identifier.xml
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    19c55ad View commit details
    Browse the repository at this point in the history
  73. dspace/solr: Increase maxBooleanClauses for all cores

    This solves an issue when a user belongs to too many groups, which
    causes the Solr query to have too many "OR" clauses when searching
    for communities and collections they have access to. We only need
    the increased value in the search core, but one comment notes that
    this setting modifies an internal Lucene variable globally, so it
    can get reset depending on the order cores are loaded in.
    
    The error in the DSpace log is: too many boolean clauses.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bfa463e View commit details
    Browse the repository at this point in the history
  74. dspace/config: add controlled vocabulary for publishers

    This is based on the current top ~100 publishers in CGSpace in
    addition to all CGIAR centers, Initiatives, and Impact platforms.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    460f628 View commit details
    Browse the repository at this point in the history
  75. dspace/config: update affiliations

    Top 1,000 or so existing affiliations on CGSpace, plus all current
    Initiatives and Impact Platforms.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b179536 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c48725d View commit details
    Browse the repository at this point in the history
  77. dspace/config: update Initiative name

    The Fruit and Vegetables Initiative started using their long name
    on 2023-08. I updated it everywhere but here!
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    411d609 View commit details
    Browse the repository at this point in the history
  78. dspace/config: update author

    Author requested we update his name format on CGSpace.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c9c3a6d View commit details
    Browse the repository at this point in the history
  79. ilri: set connection read_only for dry run

    Python script interacting with the database can be read only when
    they are running in dry run mode.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    31349ae View commit details
    Browse the repository at this point in the history
  80. dspace/config: update ORCID identifiers

    Sorted in vim with `sort i` and formatted with tidy:
    
        $ tidy -xml -utf8 -m -iq -w 0 dspace/config/controlled-vocabularies/cg-creator-identifier.xml
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ca76f7f View commit details
    Browse the repository at this point in the history
  81. dspace/config: add cg.place to submission-forms.xml

    This got lost in the transition to DSpace 7.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a93da55 View commit details
    Browse the repository at this point in the history
  82. dspace/config: adjust submission form

    Put Initiatives and Impact Areas on the same line.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4eaae13 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    1e8ac8d View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    0f3dc95 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    70de2fa View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    2b3f73f View commit details
    Browse the repository at this point in the history
  87. dspace/config: move common languages in submission form

    Move English, French, and Spanish to the top of the controlled list
    in the submission form.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b82a329 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    333e4a5 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    b947823 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    f90c42c View commit details
    Browse the repository at this point in the history
  91. dspace/config: update controlled vocabulary for ORCID identifiers

    Remove some incorrect ones based on clustering in OpenRefine and
    checking their profiles on orcid.org.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f66faa4 View commit details
    Browse the repository at this point in the history
  92. dspace/config: add controlled vocabulary for project identifier

    For now only IFPRI is using these.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    958017e View commit details
    Browse the repository at this point in the history
  93. dspace/config: only show ISSN for journal articles

    Use type-bind to only show ISSN for journal articles and data papers.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    05338da View commit details
    Browse the repository at this point in the history
  94. dspace/config: minor tweak to related reference

    Minor tweak to language.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4fe1df4 View commit details
    Browse the repository at this point in the history
  95. submission-forms.xml: re-work some URL fields

    We decided to re-work the way we tag datasets:
    
    - If a dataset has a DOI, it should be entered in the DOI field
    - Otherwise, it should be entered in the normal URL field
    - The "cg.identifier.dataurl" field will be for "related" datasets
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    041dc95 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    8f29715 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    401c395 View commit details
    Browse the repository at this point in the history
  98. dspace/config: update author controlled vocabulary

    IFPRI sent me a list of their authors so I combined it with ours.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    13a7d33 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    8485184 View commit details
    Browse the repository at this point in the history
  100. dspace: disable controlled vocabulary for journal

    There is a bug with onebox fields that use controlled vocabularies
    and are not repeatable.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c7306f8 View commit details
    Browse the repository at this point in the history
  101. dspace: update controlled vocabulary for affiliation

    Remove a few incorrect and duplicate affiliations.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    80ebe6c View commit details
    Browse the repository at this point in the history
  102. dspace: remove duplicate authors

    I don't know why these are here, I fixed them twice already grrr.
    alanorth committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    11b7665 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. dspace/config: update UNICEF in controlled vocabularies

    The name has been United Nations Children's Fund since 1953. :)
    
    See: https://www.unicef.org/about-unicef/frequently-asked-questions#3
    alanorth committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9ccf0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4247393 View commit details
    Browse the repository at this point in the history
  3. ilri/generate_thumbnails.py: minor optimization

    Use a list comprehension to filter out rows that are missing a url
    or filename.
    alanorth committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d3d5fc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bea31f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86d2c6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d18259b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. dspace/config: update ORCID identifiers

    IWMI sent me some new ones so I updated our list. This time I used
    GNU `sort` instead of `sort i` in vim because GNU sort handles ac-
    cents better.
    
    Formatted with tidy:
    
        $ tidy -xml -utf8 -m -iq -w 0 dspace/config/controlled-vocabularies/cg-creator-identifier.xml
    alanorth committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f5826fc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. build(deps): bump org.apache.commons:commons-configuration2

    Bumps org.apache.commons:commons-configuration2 from 2.9.0 to 2.10.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-configuration2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4f71216 View commit details
    Browse the repository at this point in the history