enju_event 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. data/app/views/event_categories/index.html.erb +1 -1
  2. data/app/views/event_import_files/index.html.erb +1 -1
  3. data/app/views/event_import_results/index.html.erb +1 -1
  4. data/app/views/events/_form.html.erb +1 -1
  5. data/app/views/events/index.html.erb +1 -1
  6. data/app/views/participates/index.html.erb +1 -1
  7. data/lib/enju_event/version.rb +1 -1
  8. data/spec/dummy/db/test.sqlite3 +0 -0
  9. data/spec/dummy/solr/data/test/index/_u.fdt +0 -0
  10. data/spec/dummy/solr/data/test/index/_u.fdx +0 -0
  11. data/spec/dummy/solr/data/test/index/{_a.fnm → _u.fnm} +2 -2
  12. data/spec/dummy/solr/data/test/index/_u.frq +1 -0
  13. data/spec/dummy/solr/data/test/index/_u.nrm +1 -0
  14. data/spec/dummy/solr/data/test/index/_u.prx +0 -0
  15. data/spec/dummy/solr/data/test/index/{_a.tii → _u.tii} +0 -0
  16. data/spec/dummy/solr/data/test/index/_u.tis +0 -0
  17. data/spec/dummy/solr/data/test/index/_u_1.del +0 -0
  18. data/spec/dummy/solr/data/test/index/_v.fdt +0 -0
  19. data/spec/dummy/solr/data/test/index/_v.fdx +0 -0
  20. data/spec/dummy/solr/data/test/index/_v.fnm +4 -0
  21. data/spec/dummy/solr/data/test/index/_v.frq +0 -0
  22. data/spec/dummy/solr/data/test/index/_v.nrm +1 -0
  23. data/spec/dummy/solr/data/test/index/_v.prx +0 -0
  24. data/spec/dummy/solr/data/test/index/_v.tii +0 -0
  25. data/spec/dummy/solr/data/test/index/_v.tis +0 -0
  26. data/spec/dummy/solr/data/test/index/_v_1.del +0 -0
  27. data/spec/dummy/solr/data/test/index/_w.fdt +0 -0
  28. data/spec/dummy/solr/data/test/index/_w.fdx +0 -0
  29. data/spec/dummy/solr/data/test/index/_w.fnm +4 -0
  30. data/spec/dummy/solr/data/test/index/_w.frq +0 -0
  31. data/spec/dummy/solr/data/test/index/_w.nrm +1 -0
  32. data/spec/dummy/solr/data/test/index/_w.prx +0 -0
  33. data/spec/dummy/solr/data/test/index/_w.tii +0 -0
  34. data/spec/dummy/solr/data/test/index/_w.tis +0 -0
  35. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  36. data/spec/dummy/solr/data/test/index/segments_v +0 -0
  37. metadata +56 -20
  38. data/spec/dummy/solr/data/test/index/_a.fdt +0 -0
  39. data/spec/dummy/solr/data/test/index/_a.fdx +0 -0
  40. data/spec/dummy/solr/data/test/index/_a.frq +0 -1
  41. data/spec/dummy/solr/data/test/index/_a.nrm +0 -1
  42. data/spec/dummy/solr/data/test/index/_a.prx +0 -0
  43. data/spec/dummy/solr/data/test/index/_a.tis +0 -0
  44. data/spec/dummy/solr/data/test/index/segments_b +0 -0
@@ -2,7 +2,7 @@
2
2
  <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.event_category')) -%></h1>
3
3
  <div id="content_list">
4
4
 
5
- <table class="index">
5
+ <table class="table table-striped index">
6
6
  <tr>
7
7
  <th id="position"></th>
8
8
  <th><%= t('activerecord.attributes.event_category.name') -%></th>
@@ -2,7 +2,7 @@
2
2
  <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.event_import_file')) -%></h1>
3
3
  <div id="content_list">
4
4
 
5
- <table class="index">
5
+ <table class="table table-striped index">
6
6
  <tr>
7
7
  <th>Id</th>
8
8
  <th><%= t('activerecord.attributes.event_import_file.event_import_file_name') -%></th>
@@ -7,7 +7,7 @@
7
7
  </h2>
8
8
  <% end %>
9
9
 
10
- <table class="index">
10
+ <table class="table table-striped index">
11
11
  <tr>
12
12
  <th><%= t('activerecord.models.event_import_file') %></th>
13
13
  <th><%= t('activerecord.models.event') %></th>
@@ -1,5 +1,5 @@
1
1
  <%= simple_form_for(@event, :validate => true) do |f| -%>
2
- <%= f.error_notification %>
2
+ <%= f.error_messages %>
3
3
 
4
4
  <div class="field">
5
5
  <%= f.label t('activerecord.models.event_category') -%><br />
@@ -32,7 +32,7 @@
32
32
  <%- end -%>
33
33
  </p>
34
34
 
35
- <table class="index">
35
+ <table class="table table-striped index">
36
36
  <tr>
37
37
  <th><%= t('activerecord.models.library') -%></th>
38
38
  <th><%= t('activerecord.attributes.event.name') -%></th>
@@ -2,7 +2,7 @@
2
2
  <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.participate')) -%></h1>
3
3
  <div id="content_list">
4
4
 
5
- <table class="index">
5
+ <table class="table table-striped index">
6
6
  <tr>
7
7
  <th><%= t('activerecord.models.patron') -%></th>
8
8
  <th><%= t('activerecord.models.event') -%></th>
@@ -1,3 +1,3 @@
1
1
  module EnjuEvent
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
Binary file
@@ -1,4 +1,4 @@
1
- ����idtype
1
+ ����idtype
2
2
  class_name created_at_d updated_at_drequired_role_id_ipatron_type_id_i name_text
3
3
  position_idisplay_name_text address_text library_id_i
4
- start_at_dend_at_d
4
+ start_at_dend_at_dname_s library_s
@@ -0,0 +1 @@
1
+ 
@@ -0,0 +1 @@
1
+ NRM�|v||||y|||�|
File without changes
@@ -0,0 +1,4 @@
1
+ ����idtype
2
+ class_namename_s library_s
3
+ position_i name_text created_at_d updated_at_ddisplay_name_text address_text library_id_i
4
+ start_at_dend_at_d
@@ -0,0 +1 @@
1
+ NRM�v|||y||�|
@@ -0,0 +1,4 @@
1
+ ����idtype
2
+ class_namename_s library_s
3
+ position_i name_text created_at_d updated_at_ddisplay_name_text address_text library_id_i
4
+ start_at_dend_at_d
@@ -0,0 +1 @@
1
+ NRM�v|||y||�|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_event
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-27 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -503,16 +503,34 @@ files:
503
503
  - spec/dummy/solr/conf/spellings.txt
504
504
  - spec/dummy/solr/conf/stopwords.txt
505
505
  - spec/dummy/solr/conf/synonyms.txt
506
- - spec/dummy/solr/data/test/index/_a.fdt
507
- - spec/dummy/solr/data/test/index/_a.fdx
508
- - spec/dummy/solr/data/test/index/_a.fnm
509
- - spec/dummy/solr/data/test/index/_a.frq
510
- - spec/dummy/solr/data/test/index/_a.nrm
511
- - spec/dummy/solr/data/test/index/_a.prx
512
- - spec/dummy/solr/data/test/index/_a.tii
513
- - spec/dummy/solr/data/test/index/_a.tis
506
+ - spec/dummy/solr/data/test/index/_u.fdt
507
+ - spec/dummy/solr/data/test/index/_u.fdx
508
+ - spec/dummy/solr/data/test/index/_u.fnm
509
+ - spec/dummy/solr/data/test/index/_u.frq
510
+ - spec/dummy/solr/data/test/index/_u.nrm
511
+ - spec/dummy/solr/data/test/index/_u.prx
512
+ - spec/dummy/solr/data/test/index/_u.tii
513
+ - spec/dummy/solr/data/test/index/_u.tis
514
+ - spec/dummy/solr/data/test/index/_u_1.del
515
+ - spec/dummy/solr/data/test/index/_v.fdt
516
+ - spec/dummy/solr/data/test/index/_v.fdx
517
+ - spec/dummy/solr/data/test/index/_v.fnm
518
+ - spec/dummy/solr/data/test/index/_v.frq
519
+ - spec/dummy/solr/data/test/index/_v.nrm
520
+ - spec/dummy/solr/data/test/index/_v.prx
521
+ - spec/dummy/solr/data/test/index/_v.tii
522
+ - spec/dummy/solr/data/test/index/_v.tis
523
+ - spec/dummy/solr/data/test/index/_v_1.del
524
+ - spec/dummy/solr/data/test/index/_w.fdt
525
+ - spec/dummy/solr/data/test/index/_w.fdx
526
+ - spec/dummy/solr/data/test/index/_w.fnm
527
+ - spec/dummy/solr/data/test/index/_w.frq
528
+ - spec/dummy/solr/data/test/index/_w.nrm
529
+ - spec/dummy/solr/data/test/index/_w.prx
530
+ - spec/dummy/solr/data/test/index/_w.tii
531
+ - spec/dummy/solr/data/test/index/_w.tis
514
532
  - spec/dummy/solr/data/test/index/segments.gen
515
- - spec/dummy/solr/data/test/index/segments_b
533
+ - spec/dummy/solr/data/test/index/segments_v
516
534
  - spec/dummy/solr/data/test/spellchecker/segments.gen
517
535
  - spec/dummy/solr/data/test/spellchecker/segments_1
518
536
  - spec/factories/country.rb
@@ -723,16 +741,34 @@ test_files:
723
741
  - spec/dummy/solr/conf/spellings.txt
724
742
  - spec/dummy/solr/conf/stopwords.txt
725
743
  - spec/dummy/solr/conf/synonyms.txt
726
- - spec/dummy/solr/data/test/index/_a.fdt
727
- - spec/dummy/solr/data/test/index/_a.fdx
728
- - spec/dummy/solr/data/test/index/_a.fnm
729
- - spec/dummy/solr/data/test/index/_a.frq
730
- - spec/dummy/solr/data/test/index/_a.nrm
731
- - spec/dummy/solr/data/test/index/_a.prx
732
- - spec/dummy/solr/data/test/index/_a.tii
733
- - spec/dummy/solr/data/test/index/_a.tis
744
+ - spec/dummy/solr/data/test/index/_u.fdt
745
+ - spec/dummy/solr/data/test/index/_u.fdx
746
+ - spec/dummy/solr/data/test/index/_u.fnm
747
+ - spec/dummy/solr/data/test/index/_u.frq
748
+ - spec/dummy/solr/data/test/index/_u.nrm
749
+ - spec/dummy/solr/data/test/index/_u.prx
750
+ - spec/dummy/solr/data/test/index/_u.tii
751
+ - spec/dummy/solr/data/test/index/_u.tis
752
+ - spec/dummy/solr/data/test/index/_u_1.del
753
+ - spec/dummy/solr/data/test/index/_v.fdt
754
+ - spec/dummy/solr/data/test/index/_v.fdx
755
+ - spec/dummy/solr/data/test/index/_v.fnm
756
+ - spec/dummy/solr/data/test/index/_v.frq
757
+ - spec/dummy/solr/data/test/index/_v.nrm
758
+ - spec/dummy/solr/data/test/index/_v.prx
759
+ - spec/dummy/solr/data/test/index/_v.tii
760
+ - spec/dummy/solr/data/test/index/_v.tis
761
+ - spec/dummy/solr/data/test/index/_v_1.del
762
+ - spec/dummy/solr/data/test/index/_w.fdt
763
+ - spec/dummy/solr/data/test/index/_w.fdx
764
+ - spec/dummy/solr/data/test/index/_w.fnm
765
+ - spec/dummy/solr/data/test/index/_w.frq
766
+ - spec/dummy/solr/data/test/index/_w.nrm
767
+ - spec/dummy/solr/data/test/index/_w.prx
768
+ - spec/dummy/solr/data/test/index/_w.tii
769
+ - spec/dummy/solr/data/test/index/_w.tis
734
770
  - spec/dummy/solr/data/test/index/segments.gen
735
- - spec/dummy/solr/data/test/index/segments_b
771
+ - spec/dummy/solr/data/test/index/segments_v
736
772
  - spec/dummy/solr/data/test/spellchecker/segments.gen
737
773
  - spec/dummy/solr/data/test/spellchecker/segments_1
738
774
  - spec/factories/country.rb
Binary file
Binary file
@@ -1 +0,0 @@
1
- 
@@ -1 +0,0 @@
1
- NRM�|||||||�|
Binary file
Binary file