Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rero/rero-ils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.1
Choose a base ref
...
head repository: rero/rero-ils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.0
Choose a head ref
  • 20 commits
  • 86 files changed
  • 6 contributors

Commits on Jun 10, 2024

  1. SRU: fix fiction in 008

    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    126c194 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. serializer: add unknown

    * Adds `unknown` in `enrich_bucket_with_data` function for records
      with problems (for example deleted records).
    * Closes #3702.
    
    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fb30d32 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. entities: add organisation pids

    * Adds organisation pids for `subjects` and
      `genreForm`` during document reindexing.
    * Closes: #3672
    
    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dbbead6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. sip2: fix patron language

    * Fixes the language patron preference for sip2 messages.
    * Fixes missing sip2 error message for circulation error.
    * Closes #3423.
    
    Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
    Co-Authored-by: Laurent Dubois <laurent.dubois@itld-solutions.be>
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    3 people committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9079774 View commit details
    Browse the repository at this point in the history
  2. ebooks: document type

    * Closes: #3692
    
    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    39f05a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. dependencies: fix vulnerabilites

    * Fixes dependencies.
    * Fixes webpack install.
    * Adds favicons.
    
    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    rerowep and PascalRepond committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    694eed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat(circulation): automatic loan renewal

    * Adds circ_policy field to set automatic renewals.
    * Adds daily task to automatically renew loans on their due date when
    they are renewable.
    * Adds a new type of notification "auto_extend" to be sent to the patron
    when a loan is automatically extended.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    Co-Authored-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
    PascalRepond and jma committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7ecf5ba View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. dependencies: fix vulnerabilites

    * Fixes dependencies.
    
    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e07a20e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix(jsonschemas): fix minItems

    * minItems: 0 prevents some fields to be displayed in edit mode,
    especially the notes field in acquisition receipts and orders.
    * Closes #3709.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d6cca87 View commit details
    Browse the repository at this point in the history
  2. fix(tests): pin setuptools version

    * Fix setuptools version to fix tests.
    * To save time for local testing, the default setup
    (without `--deployment`) doesn't load files fixtures by default.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    62a42fc View commit details
    Browse the repository at this point in the history
  3. ebooks: fix harvest max results

    Co-Authored-by: Peter Weber <peter.weber@rero.ch>
    rerowep authored and PascalRepond committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6029eb7 View commit details
    Browse the repository at this point in the history
  4. translations: translate v1.23.0

    Translate-URL: https://hosted.weblate.org/projects/rero_plus/rero-ils/
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7fcb26e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix: font-src console error

    * Also fixes safety checks (werkzeug).
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    Co-Authored-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
    PascalRepond and jma committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b6a41a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: favicon

    Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
    Garfield-fr authored and PascalRepond committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    22e3e5d View commit details
    Browse the repository at this point in the history
  2. chore: fix safety tests

    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b032577 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. fix(circulation policies): improve data consistency

    * Reorders jsonschema to be more coherent.
    * Adds hide and required expressions for the cipo editor so that checkouts
    and renewals settings are consistent with one another.
    * Adds an extended validation to prevent circulation policies with
    renewals enabled but no renewal_duration, which would lead to an error
    when trying to renew.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    efd18bd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. loan tasks: ignore auto extend non extendable item

    * Ignores auto extend non extendable item based on circulation action configuration.
    * Fixes default elasticsearch index settings for the operation logs.
    
    Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    jma and PascalRepond committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fb75d39 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. chore(deprecation): update compose commands to v2

    * Linked to deprecation of Docker Compose v1 in
    Github Actions: actions/runner-images#9692
    * Fixes invenio-accounts to 5.1.0.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    95a7667 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix(editor): seriesStatement becoming invalid if deleted and re-added

    * Workaround for default value problem in third level arrays. See:
    ngx-formly/ngx-formly#3974.
    
    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    Co-Authored-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
    PascalRepond and jma committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a6dc976 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. release: v1.23.0

    Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
    PascalRepond committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    34cf6b5 View commit details
    Browse the repository at this point in the history
Loading