-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
289 changed files
with
1,122 additions
and
5,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,32 @@ | ||
en: | ||
activerecord: | ||
models: | ||
inter_library_loan: Inter library loan | ||
search_history: Search history | ||
|
||
attributes: | ||
inter_library_loan: | ||
requested_at: Requested at | ||
shipped_at: Shipped at | ||
received_at: Received at | ||
return_shipped_at: Return shipped at | ||
return_received_at: Return received at | ||
deleted_at: Deleted at | ||
state: State | ||
|
||
inter_library_loan: | ||
library_group_inter_library_loan: "Inter library loans in %{library_group_name}" | ||
borrowing_library: "Borrowing library" | ||
return_this_item: "Return this item" | ||
user: | ||
save_search_history: Save search history | ||
search_history: | ||
operation: Operation | ||
version: Version | ||
query: Query | ||
start_record: Start record | ||
maximum_records: Maximum records | ||
record_packing: Record packing | ||
record_schema: Record schema | ||
result_set_ttl: Result set ttl | ||
stylesheet: Stylesheet | ||
extra_request_data: Extra request data | ||
number_of_records: Number of records | ||
result_set_idle_time: Result set idle time | ||
records: Records | ||
next_record_position: Next record position | ||
diagnostics: Diagnostics | ||
extra_response_data: Extra response data | ||
echoed_search_retrieve_request: Echoed search retrieve request | ||
|
||
search_history: | ||
all_history: "All search history" | ||
failed_search: "Failed searches" | ||
searched_at: "Searched at" | ||
remove_all_history: "Remove all search history" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,32 @@ | ||
ja: | ||
activerecord: | ||
models: | ||
inter_library_loan: 相互貸借 | ||
search_history: 検索履歴 | ||
|
||
attributes: | ||
inter_library_loan: | ||
requested_at: 依頼時刻 | ||
shipped_at: 発送時刻 | ||
received_at: 受取時刻 | ||
return_shipped_at: 返却発送時刻 | ||
return_received_at: 返却受取時刻 | ||
deleted_at: 削除時刻 | ||
state: 状態 | ||
|
||
inter_library_loan: | ||
library_group_inter_library_loan: "%{library_group_name} の相互貸借" | ||
borrowing_library: "借受館" | ||
return_this_item: "この資料を返却する" | ||
user: | ||
save_search_history: 検索履歴を保存する | ||
search_history: | ||
operation: 操作 | ||
version: バージョン | ||
query: クエリ | ||
start_record: スタート記録 | ||
maximum_records: 最大レコード数 | ||
record_packing: レコードの梱包 | ||
record_schema: レコードスキーマ | ||
result_set_ttl: 結果のTTL設定 | ||
stylesheet: スタイルシート | ||
extra_request_data: 余分なリクエストデータ | ||
number_of_records: レコードの数 | ||
result_set_idle_time: 結果のアイドル時間を設定 | ||
records: レコード | ||
next_record_position: 次のレコードの位置 | ||
diagnostics: 診断 | ||
extra_response_data: 余分な応答データ | ||
echoed_search_retrieve_request: エコーの検索リクエストを取得 | ||
|
||
search_history: | ||
all_history: "全ての検索履歴" | ||
failed_search: "失敗した検索" | ||
searched_at: "検索時刻" | ||
remove_all_history: "すべての検索履歴を削除" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Rails.application.routes.draw do | ||
resources :search_histories, only: [:index, :show, :destroy] do | ||
put :remove_all, on: :collection | ||
resources :search_histories, :only => [:index, :show, :destroy] do | ||
put :remove_all, :on => :collection | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
db/migrate/20100623173800_rename_search_history_version_to_sru_version.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
db/migrate/20140811132912_add_save_search_history_to_profile.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
class User < ActiveRecord::Base | ||
devise :database_authenticatable, #:registerable, | ||
:recoverable, :rememberable, :trackable, #, :validatable | ||
:lockable, lock_strategy: :none, unlock_strategy: :none | ||
|
||
# Setup accessible (or protected) attributes for your model | ||
:lockable, :lock_strategy => :none, :unlock_strategy => :none | ||
|
||
include EnjuSeed::EnjuUser | ||
include EnjuMessage::EnjuUser | ||
include EnjuCirculation::EnjuUser | ||
include EnjuSearchLog::EnjuUser | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
require 'rubygems' | ||
gemfile = ENV['BUNDLE_GEMFILE'] || File.expand_path('../../../../Gemfile', __FILE__) | ||
# Set up gems listed in the Gemfile. | ||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__) | ||
|
||
if File.exist?(gemfile) | ||
ENV['BUNDLE_GEMFILE'] = gemfile | ||
require 'bundler' | ||
Bundler.setup | ||
end | ||
|
||
$:.unshift File.expand_path('../../../../lib', __FILE__) | ||
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) | ||
$LOAD_PATH.unshift File.expand_path('../../../lib', __dir__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
development: | ||
adapter: async | ||
|
||
test: | ||
adapter: async | ||
|
||
production: | ||
adapter: redis | ||
url: redis://localhost:6379/1 | ||
channel_prefix: dummy_production |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.