enju_event 0.0.25 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/event_categories/index.html.erb +1 -1
- data/app/views/event_import_files/index.html.erb +1 -1
- data/app/views/event_import_results/index.html.erb +1 -1
- data/app/views/events/_form.html.erb +1 -1
- data/app/views/events/index.html.erb +1 -1
- data/app/views/participates/index.html.erb +1 -1
- data/lib/enju_event/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/data/test/index/_u.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_u.fdx +0 -0
- data/spec/dummy/solr/data/test/index/{_a.fnm → _u.fnm} +2 -2
- data/spec/dummy/solr/data/test/index/_u.frq +1 -0
- data/spec/dummy/solr/data/test/index/_u.nrm +1 -0
- data/spec/dummy/solr/data/test/index/_u.prx +0 -0
- data/spec/dummy/solr/data/test/index/{_a.tii → _u.tii} +0 -0
- data/spec/dummy/solr/data/test/index/_u.tis +0 -0
- data/spec/dummy/solr/data/test/index/_u_1.del +0 -0
- data/spec/dummy/solr/data/test/index/_v.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_v.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_v.fnm +4 -0
- data/spec/dummy/solr/data/test/index/_v.frq +0 -0
- data/spec/dummy/solr/data/test/index/_v.nrm +1 -0
- data/spec/dummy/solr/data/test/index/_v.prx +0 -0
- data/spec/dummy/solr/data/test/index/_v.tii +0 -0
- data/spec/dummy/solr/data/test/index/_v.tis +0 -0
- data/spec/dummy/solr/data/test/index/_v_1.del +0 -0
- data/spec/dummy/solr/data/test/index/_w.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_w.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_w.fnm +4 -0
- data/spec/dummy/solr/data/test/index/_w.frq +0 -0
- data/spec/dummy/solr/data/test/index/_w.nrm +1 -0
- data/spec/dummy/solr/data/test/index/_w.prx +0 -0
- data/spec/dummy/solr/data/test/index/_w.tii +0 -0
- data/spec/dummy/solr/data/test/index/_w.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/segments_v +0 -0
- metadata +56 -20
- data/spec/dummy/solr/data/test/index/_a.fdt +0 -0
- data/spec/dummy/solr/data/test/index/_a.fdx +0 -0
- data/spec/dummy/solr/data/test/index/_a.frq +0 -1
- data/spec/dummy/solr/data/test/index/_a.nrm +0 -1
- data/spec/dummy/solr/data/test/index/_a.prx +0 -0
- data/spec/dummy/solr/data/test/index/_a.tis +0 -0
- 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>
|
@@ -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>
|
data/lib/enju_event/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
NRM�|v||||y|||�|
|
Binary file
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
NRM�v|||y||�|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
NRM�v|||y||�|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.
|
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-
|
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/
|
507
|
-
- spec/dummy/solr/data/test/index/
|
508
|
-
- spec/dummy/solr/data/test/index/
|
509
|
-
- spec/dummy/solr/data/test/index/
|
510
|
-
- spec/dummy/solr/data/test/index/
|
511
|
-
- spec/dummy/solr/data/test/index/
|
512
|
-
- spec/dummy/solr/data/test/index/
|
513
|
-
- spec/dummy/solr/data/test/index/
|
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/
|
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/
|
727
|
-
- spec/dummy/solr/data/test/index/
|
728
|
-
- spec/dummy/solr/data/test/index/
|
729
|
-
- spec/dummy/solr/data/test/index/
|
730
|
-
- spec/dummy/solr/data/test/index/
|
731
|
-
- spec/dummy/solr/data/test/index/
|
732
|
-
- spec/dummy/solr/data/test/index/
|
733
|
-
- spec/dummy/solr/data/test/index/
|
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/
|
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
|
Binary file
|