spec/fixtures/library_groups.yml in enju_leaf-1.3.6 vs spec/fixtures/library_groups.yml in enju_leaf-2.0.0.beta.1
- old
+ new
@@ -1,33 +1,50 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
- name: unknown
- display_name: unknown
- short_name: unknown
+ name: enju_library
+ display_name_translations: {"en": "Enju Library", "ja": "えんじゅ図書館"}
+ short_name: enju_library
note:
my_networks: "0.0.0.0/0\r\n\
::/0"
url: "http://localhost:3000/"
position: 1
+ login_banner_translations: {"ja": "オープンソース図書館システム Next-L Enju です。このメッセージは管理者としてログインした後に変更することができます。",
+ "en": "Next-L Enju, an open-source integrated library system. You can edit this message after logging in as Administrator."}
+ footer_banner_translations: {"en":"[Next-L Enju Leaf __VERSION__](https://github.com/next-l/enju_leaf), an open source integrated library system | [About this system](/page/about) | [Report bugs](https://github.com/next-l/enju_leaf/issues) | [Manual](https://next-l.github.io/manual/1.3/)",
+ "ja":"[Next-L Enju Leaf __VERSION__](https://github.com/next-l/enju_leaf), オープンソース統合図書館システム | [このシステムについて](/page/about) | [不具合を報告する](https://github.com/next-l/enju_leaf/issues) | [マニュアル](https://next-l.github.io/manual/1.3/)"}
admin_networks: "0.0.0.0/0\r\n\
::/0"
user_id: 1
+ pub_year_facet_range_interval: 10
# == Schema Information
#
# Table name: library_groups
#
-# id :integer not null, primary key
-# name :string(255) not null
-# display_name :text
-# short_name :string(255) not null
-# my_networks :text
-# login_banner :text
-# note :text
-# country_id :integer
-# position :integer
-# created_at :datetime not null
-# updated_at :datetime not null
-# admin_networks :text
-# url :string(255) default("http://localhost:3000/")
+# id :bigint(8) not null, primary key
+# name :string not null
+# display_name_translations :jsonb not null
+# short_name :string not null
+# my_networks :text
+# old_login_banner :text
+# note :text
+# country_id :integer
+# position :integer default(1), not null
+# created_at :datetime not null
+# updated_at :datetime not null
+# admin_networks :text
+# url :string default("http://localhost:3000/")
+# settings :jsonb
+# html_snippet :text
+# book_jacket_source :string
+# max_number_of_results :integer default(500)
+# family_name_first :boolean default(TRUE)
+# screenshot_generator :string
+# pub_year_facet_range_interval :integer default(10)
+# user_id :bigint(8)
+# csv_charset_conversion :boolean default(FALSE), not null
+# header_logo_meta :text
+# login_banner_translations :jsonb not null
+# footer_banner_translations :jsonb not null
#