Skip to content

Commit

Permalink
DIS-222 Rebuild jars and fix syntax in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jan 29, 2025
1 parent db97f6c commit 50a6c1a
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 13 deletions.
Binary file modified code/axis_360_export/axis_360_export.jar
Binary file not shown.
Binary file modified code/carlx_export/carlx_export.jar
Binary file not shown.
Binary file modified code/cloud_library_export/cloud_library_export.jar
Binary file not shown.
Binary file modified code/course_reserves_indexer/course_reserves_indexer.jar
Binary file not shown.
Binary file modified code/cron/cron.jar
Binary file not shown.
Binary file modified code/events_indexer/events_indexer.jar
Binary file not shown.
Binary file modified code/evergreen_export/evergreen_export.jar
Binary file not shown.
Binary file modified code/evolve_export/evolve_export.jar
Binary file not shown.
Binary file modified code/hoopla_export/hoopla_export.jar
Binary file not shown.
Binary file modified code/koha_export/koha_export.jar
Binary file not shown.
Binary file modified code/oai_indexer/oai_indexer.jar
Binary file not shown.
Binary file modified code/overdrive_extract/overdrive_extract.jar
Binary file not shown.
Binary file modified code/palace_project_export/palace_project_export.jar
Binary file not shown.
Binary file modified code/polaris_export/polaris_export.jar
Binary file not shown.
Binary file modified code/reindexer/reindexer.jar
Binary file not shown.
Binary file modified code/sideload_processing/sideload_processing.jar
Binary file not shown.
Binary file modified code/sierra_export_api/sierra_export_api.jar
Binary file not shown.
Binary file modified code/symphony_export/symphony_export.jar
Binary file not shown.
Binary file modified code/user_list_indexer/user_list_indexer.jar
Binary file not shown.
25 changes: 12 additions & 13 deletions code/web/release_notes/25.02.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -142,23 +142,22 @@


//imani
### Indexing Updates
- Created isOffline and quitIfOffline in SystemUtils to share common behavior across exporters (DIS-222) (*IT*)
- Changed existing offline checks in KohaExportMain to use SystemUtils instead. (DIS-222) (*IT*)
- Updated symphony exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Updated polaris exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Updated sierra exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Updated evergreen exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Updated carlx exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Updated evolve exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT*)
- Removed unused isOffline from KohaExportMain. (DIS-222) (*IT*)

### Other Updates
- Update Koha importListFromILS to include the title on the created user_list_entry record. (DIS-225) (*IT*)
- Update UserListEntry to grab a title from the grouped work associated with its source ID if it is given no title and the groupedwork is available. (DIS-225) (*IT*)
- Change substr to mb_substr in MyList.php BulkAddTitles when figuring out the title for the new user list entry (DIS-225) (*IT*)

//imani
### Indexing Updates
- Created isOffline and quitIfOffline in SystemUtils to share common behavior across exporters (DIS-222) (*IT)
- Changed existing offline checks in KohaExportMain to use SystemUtils instead. (DIS-222) (*IT)
- Updated symphony exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Updated polaris exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Updated sierra exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Updated evergreen exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Updated carlx exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Updated evolve exporter to check for offline mode and message and exit if enabled (DIS-222) (*IT)
- Removed unused isOffline from KohaExportMain. (DIS-222) (*IT)

//chloe
### WebBuilder Updates
- Fixed an issue preventing administrators from saving a 'URL to link image to' from the 'WebBuilder Portal Cells' page. (*CZ*)
Expand All @@ -168,7 +167,7 @@

// lucas
### Docker Updates
- Fix : Add a environment variable useful for tunnel service
- Fix : Add a environment variable useful for tunnel service (*LM*)

// tomas

Expand Down
Binary file modified code/web_indexer/web_indexer.jar
Binary file not shown.

0 comments on commit 50a6c1a

Please sign in to comment.