Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software . 2022
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software . 2022
Data sources: Datacite
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software . 2022
Data sources: ZENODO
versions View all 2 versions
addClaim

next-l/enju_leaf: Next-L Enju Leaf 1.4.0-rc.1

Authors: Kosuke Tanabe; Masao Takaku; Hiroshi Chonan; upsilon; himkt; scivola;

next-l/enju_leaf: Next-L Enju Leaf 1.4.0-rc.1

Abstract

このバージョンから、RubyGemsやVirtualBoxの仮想マシンによるアプリケーションの配布を中止し、Dockerでの配布に変更します。このため、インストールやアップデートの方法が変わっていますのでご注意ください。 インストール方法は、Installを参照してください。 1.3.6以前からのアップデート方法は、Update-to-1.4を参照してください。 開発者向けのインストール方法(Dockerを使用しない方法)は、DevelopmentInstallを参照してください。 動作環境を以下のとおり変更しました。 Ruby 2.7を必要とするようになりました。Ruby 3.0以上は現時点では未対応です。 Ruby on Rails 6.1を必要とするようになりました。Ruby on Rails 7.0以上は現時点では未対応です。 PostgreSQL以外のRDBMSのサポートを終了しました。PostgreSQLへの以降は、MigrationToPostgreSQLを参照してください。 Solr 8をサポートするようになりました。 ## What's Changed 初期設定スクリプトに貸出モジュールの初期データの読み込みを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1596 enju_newsモジュールを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1597 TSV出力のファイルの拡張子を.textから.txtに変更 by @nabeta in https://github.com/next-l/enju_leaf/pull/1602 エクスポートTSVファイルにlibrary列を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1619 TSV出力の"price"を"manifestation_price"に変更 by @nabeta in https://github.com/next-l/enju_leaf/pull/1617 manifestation_priceのエクスポートを修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1625 Identifier削除時にManifestationのキャッシュを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1627 Bump nokogiri from 1.13.3 to 1.13.4 by @dependabot in https://github.com/next-l/enju_leaf/pull/1637 RequestStatusTypeとRequestTypeの新規作成・削除機能を削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1638 CircleCIの設定ファイルを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1639 paper_trail gemを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1644 Manifestationのxlsxテンプレートファイルを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1623 書誌詳細のTSVファイルに所蔵情報を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1631 1.4用のマイグレーションファイルのバージョン番号を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1632 フッターのIssuesのリンクをDiscussionsに変更 by @nabeta in https://github.com/next-l/enju_leaf/pull/1598 NDLサーチを既定の外部検索サービスに追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1647 create_type, realize_type, produce_typeのリンクを設定ページに追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1628 LendingPolicyを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1626 エクスポート時の通知メッセージで図書館名が正しく表示されていない by @nabeta in https://github.com/next-l/enju_leaf/pull/1642 資料形態のアイコンが登録されていない場合、既定のアイコンを表示するよう変更 by @nabeta in https://github.com/next-l/enju_leaf/pull/1643 利用者への通知のテンプレートを app/views/ 以下に移動 by @nabeta in https://github.com/next-l/enju_leaf/pull/1646 既定のJSON出力を削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1651 ユーザ一括更新TSVでpassword列が空の場合、パスワードをリセットしないように修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1652 インストールスクリプトの修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1654 検索結果のタグクラウドを一時無効化 by @nabeta in https://github.com/next-l/enju_leaf/pull/1655 既定の予約の受け取り館を設定 by @nabeta in https://github.com/next-l/enju_leaf/pull/1648 書棚の既定の表示順序を設定 by @nabeta in https://github.com/next-l/enju_leaf/pull/1634 添付ファイルの削除機能を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1641 XLSX出力時に文字列型で出力 by @nabeta in https://github.com/next-l/enju_leaf/pull/1650 ログインユーザ切り替え機能を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1636 ファセット表示の上下の間隔を調整 by @nabeta in https://github.com/next-l/enju_leaf/pull/1656 予約を取り消した資料が貸出できない by @nabeta in https://github.com/next-l/enju_leaf/pull/1657 Manifestation・Itemの削除時にカスタム項目を削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1659 get_versionメソッドを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1661 deleted_atカラムを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1660 Solr起動エラー表示を削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1662 turbolinksを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1664 rails-i18n gemを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1671 マニュアルのURLを1.4のものに更新 by @nabeta in https://github.com/next-l/enju_leaf/pull/1676 ENJU_LEAF_DEFAULT_LOCALEとENJU_LEAF_DEFAULT_TIME_ZONEを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1673 ENJU_LEAF_DEFAULT_TIME_ZONEをENJU_LEAF_TIME_ZONEにリネーム by @nabeta in https://github.com/next-l/enju_leaf/pull/1678 ActiveJobの設定を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1677 DATABASE_URLを.env.templateで有効化 by @nabeta in https://github.com/next-l/enju_leaf/pull/1679 環境変数ENJU_LEAF_BASE_URLを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1680 sitemap_generatorを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1681 ResourceSyncの出力を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1620 ManifestationとItemのrequired_roleのインポートを修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1667 CarrierTypeの添付ファイルの削除を修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1684 nginxコンテナを追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1685 config/environments/*.rbを更新 by @nabeta in https://github.com/next-l/enju_leaf/pull/1686 既定のRAILS_ENVをproductionに変更 by @nabeta in https://github.com/next-l/enju_leaf/pull/1687 add config.i18n.available_locales by @nabeta in https://github.com/next-l/enju_leaf/pull/1693 relocate the RSS feed link under total_count by @nabeta in https://github.com/next-l/enju_leaf/pull/1704 Update default base url by @nabeta in https://github.com/next-l/enju_leaf/pull/1699 個別資料の貸出一覧のRSSとTSVのリンクを修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1702 タグのサジェスト機能を削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1701 検収機能を修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1707 カスタムプロパティのフォームに改行を追加 by @nabeta in https://github.com/next-l/enju_leaf/pull/1708 新規インストール時にENJU_LEAF_BASE_URLをLibraryGroupに設定 by @nabeta in https://github.com/next-l/enju_leaf/pull/1709 インポート・エクスポート実行後にMessageのインデックスを更新 by @nabeta in https://github.com/next-l/enju_leaf/pull/1711 Solrのイメージを8.x系に更新 by @nabeta in https://github.com/next-l/enju_leaf/pull/1714 画像ファイルの表示順序が変更できないのを修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1715 一部のIdentifierの項目のヘッダー名を修正 by @nabeta in https://github.com/next-l/enju_leaf/pull/1716 dynamic_form gemとsimple_form gemを削除 by @nabeta in https://github.com/next-l/enju_leaf/pull/1717 New Contributors @dependabot made their first contribution in https://github.com/next-l/enju_leaf/pull/1637 Full Changelog: https://github.com/next-l/enju_leaf/compare/v1.3.6...v1.4.0-rc.1

  • BIP!
    Impact byBIP!
    selected citations
    These citations are derived from selected sources.
    This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    0
    popularity
    This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
    Average
    influence
    This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
    Average
    impulse
    This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
    Average
    OpenAIRE UsageCounts
    Usage byUsageCounts
    visibility views 15
  • 15
    views
    Powered byOpenAIRE UsageCounts
Powered by OpenAIRE graph
Found an issue? Give us feedback
visibility
selected citations
These citations are derived from selected sources.
This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Citations provided by BIP!
popularity
This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network.
BIP!Popularity provided by BIP!
influence
This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically).
BIP!Influence provided by BIP!
impulse
This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network.
BIP!Impulse provided by BIP!
views
OpenAIRE UsageCountsViews provided by UsageCounts
0
Average
Average
Average
15