enju_event 0.1.17.pre23 → 0.1.17.pre24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (153) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +8 -1
  3. data/app/controllers/event_categories_controller.rb +7 -2
  4. data/app/controllers/event_export_files_controller.rb +7 -2
  5. data/app/controllers/event_import_files_controller.rb +12 -4
  6. data/app/controllers/event_import_results_controller.rb +7 -0
  7. data/app/controllers/events_controller.rb +9 -3
  8. data/app/controllers/participates_controller.rb +7 -2
  9. data/app/models/event.rb +0 -3
  10. data/app/models/event_category.rb +0 -1
  11. data/app/models/event_export_file.rb +13 -3
  12. data/app/models/event_export_file_transition.rb +1 -1
  13. data/app/models/event_import_file.rb +8 -6
  14. data/app/models/event_import_file_transition.rb +1 -1
  15. data/app/models/event_import_result.rb +0 -1
  16. data/app/models/participate.rb +0 -1
  17. data/app/views/event_export_files/index.html.erb +2 -2
  18. data/app/views/event_export_files/show.html.erb +1 -1
  19. data/app/views/event_import_files/index.html.erb +1 -1
  20. data/app/views/event_import_files/show.html.erb +1 -1
  21. data/db/migrate/20140523171309_create_event_import_file_transitions.rb +5 -1
  22. data/db/migrate/20140812153137_create_event_export_file_transitions.rb +5 -1
  23. data/lib/enju_event/engine.rb +0 -2
  24. data/lib/enju_event/version.rb +1 -1
  25. data/spec/controllers/event_export_files_controller_spec.rb +5 -5
  26. data/spec/controllers/event_import_files_controller_spec.rb +1 -1
  27. data/spec/dummy/app/models/user.rb +0 -1
  28. data/spec/dummy/bin/bundle +3 -0
  29. data/spec/dummy/bin/rails +4 -0
  30. data/spec/dummy/bin/rake +4 -0
  31. data/spec/dummy/bin/setup +29 -0
  32. data/spec/dummy/config/database.yml +23 -18
  33. data/spec/dummy/config/environments/test.rb +1 -1
  34. data/spec/dummy/db/migrate/035_create_reserves.rb +0 -1
  35. data/spec/dummy/db/migrate/133_create_agent_merges.rb +15 -0
  36. data/spec/dummy/db/migrate/134_create_agent_merge_lists.rb +13 -0
  37. data/spec/dummy/db/migrate/20140518050147_create_reserve_transitions.rb +18 -0
  38. data/spec/dummy/db/migrate/20140518111006_create_message_transitions.rb +5 -1
  39. data/spec/dummy/db/migrate/20140518135713_create_message_request_transitions.rb +5 -1
  40. data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +5 -1
  41. data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +5 -1
  42. data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +5 -1
  43. data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +5 -1
  44. data/spec/dummy/db/migrate/20140528045518_create_user_checkout_stat_transitions.rb +5 -1
  45. data/spec/dummy/db/migrate/20140528045539_create_user_reserve_stat_transitions.rb +5 -1
  46. data/spec/dummy/db/migrate/20140528045600_create_manifestation_checkout_stat_transitions.rb +5 -1
  47. data/spec/dummy/db/migrate/20140528045617_create_manifestation_reserve_stat_transitions.rb +5 -1
  48. data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +5 -1
  49. data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +5 -1
  50. data/spec/dummy/db/migrate/{20140810061942_add_user_id_to_stat.rb → 20140810061942_add_user_id_to_user_checkout_stat.rb} +1 -1
  51. data/spec/dummy/db/migrate/20141003181336_add_full_name_transcription_to_profile.rb +5 -0
  52. data/spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb +5 -0
  53. data/spec/dummy/db/migrate/20141014065831_add_shelf_id_to_checkout.rb +6 -0
  54. data/spec/dummy/db/schema.rb +645 -615
  55. data/spec/fixtures/events.yml +20 -45
  56. data/spec/fixtures/users.yml +1 -1
  57. data/spec/spec_helper.rb +2 -0
  58. metadata +57 -212
  59. data/app/controllers/calendar_controller.rb +0 -35
  60. data/spec/dummy/db/development.sqlite3 +0 -0
  61. data/spec/dummy/db/migrate/20130303104849_add_state_index_to_reserve.rb +0 -5
  62. data/spec/dummy/db/test.sqlite3 +0 -0
  63. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/event_destroy_file.tsv +0 -4
  64. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/event_import51.txt +0 -3
  65. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/event_import_file_sample1.tsv +0 -7
  66. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/event_import_file_sample2.tsv +0 -7
  67. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/event_update_file.tsv +0 -4
  68. data/spec/dummy/private/system/event_import_files/event_imports/000/000/004/original/invalid_file.tsv +0 -3
  69. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140818-66894-1um2gwb.txt +0 -9
  70. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140818-67059-j0f46.txt +0 -9
  71. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140915-67461-178vmkf.txt +0 -9
  72. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140916-27270-1dm2llo.txt +0 -9
  73. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-56213-1l5hypx.txt +0 -9
  74. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58265-o3c737.txt +0 -9
  75. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58363-1tipiu.txt +0 -9
  76. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58460-38jub0.txt +0 -9
  77. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58528-ca3k3q.txt +0 -9
  78. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58630-1m4isxz.txt +0 -9
  79. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-58934-19ikk0v.txt +0 -9
  80. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-59012-10in1j8.txt +0 -9
  81. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140921-59315-15pzw3y.txt +0 -9
  82. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140922-86319-oo60ty.txt +0 -9
  83. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20140927-1698-10wfq6m.txt +0 -9
  84. data/spec/dummy/public/system/event_export_files/event_exports/000/000/004/original/event_export_file_20141003-88157-4ti9t5.txt +0 -9
  85. data/spec/dummy/script/rails +0 -6
  86. data/spec/dummy/solr/conf/admin-extra.html +0 -31
  87. data/spec/dummy/solr/conf/elevate.xml +0 -36
  88. data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
  89. data/spec/dummy/solr/conf/protwords.txt +0 -21
  90. data/spec/dummy/solr/conf/schema.xml +0 -255
  91. data/spec/dummy/solr/conf/scripts.conf +0 -24
  92. data/spec/dummy/solr/conf/solrconfig.xml +0 -667
  93. data/spec/dummy/solr/conf/spellings.txt +0 -2
  94. data/spec/dummy/solr/conf/stopwords.txt +0 -58
  95. data/spec/dummy/solr/conf/synonyms.txt +0 -31
  96. data/spec/dummy/solr/default/data/index/_1pd.fdt +0 -0
  97. data/spec/dummy/solr/default/data/index/_1pd.fdx +0 -0
  98. data/spec/dummy/solr/default/data/index/_1pd.fnm +0 -0
  99. data/spec/dummy/solr/default/data/index/_1pd.nvd +0 -0
  100. data/spec/dummy/solr/default/data/index/_1pd.nvm +0 -0
  101. data/spec/dummy/solr/default/data/index/_1pd.si +0 -0
  102. data/spec/dummy/solr/default/data/index/_1pd_Lucene41_0.doc +0 -0
  103. data/spec/dummy/solr/default/data/index/_1pd_Lucene41_0.pos +0 -0
  104. data/spec/dummy/solr/default/data/index/_1pd_Lucene41_0.tim +0 -0
  105. data/spec/dummy/solr/default/data/index/_1pd_Lucene41_0.tip +0 -0
  106. data/spec/dummy/solr/default/data/index/_1pe.fdt +0 -0
  107. data/spec/dummy/solr/default/data/index/_1pe.fdx +0 -0
  108. data/spec/dummy/solr/default/data/index/_1pe.fnm +0 -0
  109. data/spec/dummy/solr/default/data/index/_1pe.nvd +0 -0
  110. data/spec/dummy/solr/default/data/index/_1pe.nvm +0 -0
  111. data/spec/dummy/solr/default/data/index/_1pe.si +0 -0
  112. data/spec/dummy/solr/default/data/index/_1pe_Lucene41_0.doc +0 -0
  113. data/spec/dummy/solr/default/data/index/_1pe_Lucene41_0.pos +0 -0
  114. data/spec/dummy/solr/default/data/index/_1pe_Lucene41_0.tim +0 -0
  115. data/spec/dummy/solr/default/data/index/_1pe_Lucene41_0.tip +0 -0
  116. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  117. data/spec/dummy/solr/default/data/index/segments_2g6 +0 -0
  118. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003163 +0 -0
  119. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003164 +0 -0
  120. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003165 +0 -0
  121. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003166 +0 -0
  122. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003167 +0 -0
  123. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003168 +0 -0
  124. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003169 +0 -0
  125. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003170 +0 -0
  126. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003171 +0 -0
  127. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000003172 +0 -0
  128. data/spec/dummy/solr/development/data/index/segments.gen +0 -0
  129. data/spec/dummy/solr/development/data/index/segments_1 +0 -0
  130. data/spec/dummy/solr/solr.xml +0 -8
  131. data/spec/dummy/solr/test/data/index/_a.fdt +0 -0
  132. data/spec/dummy/solr/test/data/index/_a.fdx +0 -0
  133. data/spec/dummy/solr/test/data/index/_a.fnm +0 -0
  134. data/spec/dummy/solr/test/data/index/_a.nvd +0 -0
  135. data/spec/dummy/solr/test/data/index/_a.nvm +0 -0
  136. data/spec/dummy/solr/test/data/index/_a.si +0 -0
  137. data/spec/dummy/solr/test/data/index/_a_Lucene41_0.doc +0 -0
  138. data/spec/dummy/solr/test/data/index/_a_Lucene41_0.pos +0 -0
  139. data/spec/dummy/solr/test/data/index/_a_Lucene41_0.tim +0 -0
  140. data/spec/dummy/solr/test/data/index/_a_Lucene41_0.tip +0 -0
  141. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  142. data/spec/dummy/solr/test/data/index/segments_n +0 -0
  143. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000013 +0 -0
  144. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000014 +0 -0
  145. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000015 +0 -0
  146. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000016 +0 -0
  147. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000017 +0 -0
  148. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000018 +0 -0
  149. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000019 +0 -0
  150. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000020 +0 -0
  151. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000000021 +0 -0
  152. data/spec/dummy/tmp/cache/stdout +0 -479
  153. data/spec/dummy/tmp/pids/redis-test.pid +0 -1
@@ -1,5 +0,0 @@
1
- class AddStateIndexToReserve < ActiveRecord::Migration
2
- def change
3
- add_index :reserves, :state
4
- end
5
- end
Binary file
@@ -1,4 +0,0 @@
1
- id dummy
2
- 1
3
- 2
4
- 3 この行は無視される
@@ -1,3 +0,0 @@
1
- name start_at note
2
- 51-1 2014-09-17 予測結果:インポート成功
3
- 51-2 2014-09-19 予測結果:インポート成功
@@ -1,7 +0,0 @@
1
- name display_name event_category library start_at end_at all_day note dummy invalid
2
- イベント名 イベントの表示名 カテゴリ。休館日の場合はclosed 図書館名 開始日 終了日 終日 注記 インポート省略 この列は無視されます
3
- hogehoge ほげほげ おはなし会 kamata 2009-04-01 2009-04-03 無視(dummyあり) t
4
- event1 hachioji 失敗(start_atなし、end_atなし)
5
- 休館日1 closed kamata 2011-04-01 2011-04-03 t 成功
6
- event2 イベント2 kamata 2014-07-01 失敗(end_atなし)
7
- event3 イベント3 2014-07-01 2014-07-31 14:00 成功
@@ -1,7 +0,0 @@
1
- name display_name event_category library start_at end_at all_day note dummy invalid
2
- �C�x���g�� �C�x���g�̕\���� �J�e�S���B�x�ٓ��̏ꍇ��closed �}���ٖ� �J�n�� �I���� �I�� ���L �C���|�[�g�ȗ� ���̗�͖�������܂�
3
- hogehoge �ق��ق� ���͂Ȃ��� kamata 2009-04-01 2009-04-03 �����idummy����j t
4
- event1 hachioji ���s�istart_at�Ȃ��Aend_at�Ȃ��j
5
- �x�ٓ�1 closed kamata 2011-04-01 2011-04-03 t ����
6
- event2 �C�x���g2 kamata 2014-07-01 ���s�iend_at�Ȃ��j
7
- event3 �C�x���g3 2014-07-01 2014-07-31 14:00 ����
@@ -1,4 +0,0 @@
1
- id name event_category library start_at end_at all_day note dummy
2
- 1 変更後のイベント名 kamata 2012-04-01 2012-04-02
3
- 2 mita 2012-04-03 FALSE
4
- 3 変更後のイベント名 この行は無視される
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,9 +0,0 @@
1
- name event_category library start_at end_at all_day
2
- 仕事始め unknown kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
3
- テスト closed kamata 2008-01-12 17:54:00 UTC 2008-01-13 17:54:00 UTC false
4
- ミーティング unknown kamata 2008-01-12 15:00:00 UTC 2008-02-04 15:00:00 UTC false
5
- テスト movie_theater hachioji 2008-02-04 15:00:00 UTC 2008-02-05 15:00:00 UTC false
6
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
7
- なんとかかんとか closed kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
8
- test unknown kamata 2008-02-04 15:00:00 UTC 2008-02-07 15:00:00 UTC false
9
- test unknown kamata 2008-02-05 06:00:00 UTC 2008-02-05 06:00:00 UTC false
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
@@ -1,31 +0,0 @@
1
- <!--
2
- Licensed to the Apache Software Foundation (ASF) under one or more
3
- contributor license agreements. See the NOTICE file distributed with
4
- this work for additional information regarding copyright ownership.
5
- The ASF licenses this file to You under the Apache License, Version 2.0
6
- (the "License"); you may not use this file except in compliance with
7
- the License. You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
16
- -->
17
-
18
- <!-- The content of this page will be statically included into the top
19
- of the admin page. Uncomment this as an example to see there the content
20
- will show up.
21
-
22
- <hr>
23
- <i>This line will appear before the first table</i>
24
- <tr>
25
- <td colspan="2">
26
- This row will be appended to the end of the first table
27
- </td>
28
- </tr>
29
- <hr>
30
-
31
- -->
@@ -1,36 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <!--
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- -->
18
-
19
- <!-- If this file is found in the config directory, it will only be
20
- loaded once at startup. If it is found in Solr's data
21
- directory, it will be re-loaded every commit.
22
- -->
23
-
24
- <elevate>
25
- <query text="foo bar">
26
- <doc id="1" />
27
- <doc id="2" />
28
- <doc id="3" />
29
- </query>
30
-
31
- <query text="ipod">
32
- <doc id="MA147LL/A" /> <!-- put the actual ipod at the top -->
33
- <doc id="IW-02" exclude="true" /> <!-- exclude this cable -->
34
- </query>
35
-
36
- </elevate>
@@ -1,246 +0,0 @@
1
- # The ASF licenses this file to You under the Apache License, Version 2.0
2
- # (the "License"); you may not use this file except in compliance with
3
- # the License. You may obtain a copy of the License at
4
- #
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
- #
7
- # Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS,
9
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- # See the License for the specific language governing permissions and
11
- # limitations under the License.
12
-
13
- # Syntax:
14
- # "source" => "target"
15
- # "source".length() > 0 (source cannot be empty.)
16
- # "target".length() >= 0 (target can be empty.)
17
-
18
- # example:
19
- # "À" => "A"
20
- # "\u00C0" => "A"
21
- # "\u00C0" => "\u0041"
22
- # "ß" => "ss"
23
- # "\t" => " "
24
- # "\n" => ""
25
-
26
- # À => A
27
- "\u00C0" => "A"
28
-
29
- # Á => A
30
- "\u00C1" => "A"
31
-
32
- # Â => A
33
- "\u00C2" => "A"
34
-
35
- # Ã => A
36
- "\u00C3" => "A"
37
-
38
- # Ä => A
39
- "\u00C4" => "A"
40
-
41
- # Å => A
42
- "\u00C5" => "A"
43
-
44
- # Æ => AE
45
- "\u00C6" => "AE"
46
-
47
- # Ç => C
48
- "\u00C7" => "C"
49
-
50
- # È => E
51
- "\u00C8" => "E"
52
-
53
- # É => E
54
- "\u00C9" => "E"
55
-
56
- # Ê => E
57
- "\u00CA" => "E"
58
-
59
- # Ë => E
60
- "\u00CB" => "E"
61
-
62
- # Ì => I
63
- "\u00CC" => "I"
64
-
65
- # Í => I
66
- "\u00CD" => "I"
67
-
68
- # Î => I
69
- "\u00CE" => "I"
70
-
71
- # Ï => I
72
- "\u00CF" => "I"
73
-
74
- # IJ => IJ
75
- "\u0132" => "IJ"
76
-
77
- # Ð => D
78
- "\u00D0" => "D"
79
-
80
- # Ñ => N
81
- "\u00D1" => "N"
82
-
83
- # Ò => O
84
- "\u00D2" => "O"
85
-
86
- # Ó => O
87
- "\u00D3" => "O"
88
-
89
- # Ô => O
90
- "\u00D4" => "O"
91
-
92
- # Õ => O
93
- "\u00D5" => "O"
94
-
95
- # Ö => O
96
- "\u00D6" => "O"
97
-
98
- # Ø => O
99
- "\u00D8" => "O"
100
-
101
- # Œ => OE
102
- "\u0152" => "OE"
103
-
104
- # Þ
105
- "\u00DE" => "TH"
106
-
107
- # Ù => U
108
- "\u00D9" => "U"
109
-
110
- # Ú => U
111
- "\u00DA" => "U"
112
-
113
- # Û => U
114
- "\u00DB" => "U"
115
-
116
- # Ü => U
117
- "\u00DC" => "U"
118
-
119
- # Ý => Y
120
- "\u00DD" => "Y"
121
-
122
- # Ÿ => Y
123
- "\u0178" => "Y"
124
-
125
- # à => a
126
- "\u00E0" => "a"
127
-
128
- # á => a
129
- "\u00E1" => "a"
130
-
131
- # â => a
132
- "\u00E2" => "a"
133
-
134
- # ã => a
135
- "\u00E3" => "a"
136
-
137
- # ä => a
138
- "\u00E4" => "a"
139
-
140
- # å => a
141
- "\u00E5" => "a"
142
-
143
- # æ => ae
144
- "\u00E6" => "ae"
145
-
146
- # ç => c
147
- "\u00E7" => "c"
148
-
149
- # è => e
150
- "\u00E8" => "e"
151
-
152
- # é => e
153
- "\u00E9" => "e"
154
-
155
- # ê => e
156
- "\u00EA" => "e"
157
-
158
- # ë => e
159
- "\u00EB" => "e"
160
-
161
- # ì => i
162
- "\u00EC" => "i"
163
-
164
- # í => i
165
- "\u00ED" => "i"
166
-
167
- # î => i
168
- "\u00EE" => "i"
169
-
170
- # ï => i
171
- "\u00EF" => "i"
172
-
173
- # ij => ij
174
- "\u0133" => "ij"
175
-
176
- # ð => d
177
- "\u00F0" => "d"
178
-
179
- # ñ => n
180
- "\u00F1" => "n"
181
-
182
- # ò => o
183
- "\u00F2" => "o"
184
-
185
- # ó => o
186
- "\u00F3" => "o"
187
-
188
- # ô => o
189
- "\u00F4" => "o"
190
-
191
- # õ => o
192
- "\u00F5" => "o"
193
-
194
- # ö => o
195
- "\u00F6" => "o"
196
-
197
- # ø => o
198
- "\u00F8" => "o"
199
-
200
- # œ => oe
201
- "\u0153" => "oe"
202
-
203
- # ß => ss
204
- "\u00DF" => "ss"
205
-
206
- # þ => th
207
- "\u00FE" => "th"
208
-
209
- # ù => u
210
- "\u00F9" => "u"
211
-
212
- # ú => u
213
- "\u00FA" => "u"
214
-
215
- # û => u
216
- "\u00FB" => "u"
217
-
218
- # ü => u
219
- "\u00FC" => "u"
220
-
221
- # ý => y
222
- "\u00FD" => "y"
223
-
224
- # ÿ => y
225
- "\u00FF" => "y"
226
-
227
- # ff => ff
228
- "\uFB00" => "ff"
229
-
230
- # fi => fi
231
- "\uFB01" => "fi"
232
-
233
- # fl => fl
234
- "\uFB02" => "fl"
235
-
236
- # ffi => ffi
237
- "\uFB03" => "ffi"
238
-
239
- # ffl => ffl
240
- "\uFB04" => "ffl"
241
-
242
- # ſt => ft
243
- "\uFB05" => "ft"
244
-
245
- # st => st
246
- "\uFB06" => "st"
@@ -1,21 +0,0 @@
1
- # The ASF licenses this file to You under the Apache License, Version 2.0
2
- # (the "License"); you may not use this file except in compliance with
3
- # the License. You may obtain a copy of the License at
4
- #
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
- #
7
- # Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS,
9
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- # See the License for the specific language governing permissions and
11
- # limitations under the License.
12
-
13
- #-----------------------------------------------------------------------
14
- # Use a protected word file to protect against the stemmer reducing two
15
- # unrelated words to the same base word.
16
-
17
- # Some non-words that normally won't be encountered,
18
- # just to test that they won't be stemmed.
19
- dontstems
20
- zwhacky
21
-