radiant-race_results-extension 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/race_categories/show.html.haml +11 -0
- data/app/views/race_clubs/show.html.haml +9 -1
- data/app/views/races/index.html.haml +5 -0
- data/app/views/races/show.html.haml +2 -1
- data/race_results_extension.rb +1 -1
- data/radiant-race_results-extension.gemspec +2 -3
- metadata +4 -5
- data/pkg/radiant-race_results-extension-1.0.1.gem +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -13,6 +13,17 @@
|
|
13
13
|
- content_for :breadhead do
|
14
14
|
= link_to "Race results", races_url, :class => 'breadhead'
|
15
15
|
|
16
|
+
- content_for :breadhead do
|
17
|
+
- home = Page.find_by_parent_id(nil)
|
18
|
+
= link_to home.breadcrumb, home.url
|
19
|
+
\>
|
20
|
+
= link_to "Races", races_url
|
21
|
+
\>
|
22
|
+
= link_to @instance.race.name, race_url(@instance.race), :class => 'breadhead'
|
23
|
+
\>
|
24
|
+
= link_to @instance.name, race_instance_url(@instance), :class => 'breadhead'
|
25
|
+
\>
|
26
|
+
|
16
27
|
- content_for :title do
|
17
28
|
= @instance.full_name
|
18
29
|
= @category.name
|
@@ -11,7 +11,15 @@
|
|
11
11
|
Not available yet.
|
12
12
|
|
13
13
|
- content_for :breadhead do
|
14
|
-
|
14
|
+
- home = Page.find_by_parent_id(nil)
|
15
|
+
= link_to home.breadcrumb, home.url
|
16
|
+
\>
|
17
|
+
= link_to "Races", races_url
|
18
|
+
\>
|
19
|
+
= link_to @instance.race.name, race_url(@instance.race), :class => 'breadhead'
|
20
|
+
\>
|
21
|
+
= link_to @instance.name, race_instance_url(@instance), :class => 'breadhead'
|
22
|
+
\>
|
15
23
|
|
16
24
|
- content_for :title do
|
17
25
|
= @instance.full_name
|
data/race_results_extension.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# require_dependency 'application_controller'
|
3
3
|
|
4
4
|
class RaceResultsExtension < Radiant::Extension
|
5
|
-
version "1.1.
|
5
|
+
version "1.1.1"
|
6
6
|
description "Makes easy the uploading, analysis and display of race results. Built for fell races but should work for most timed or score events."
|
7
7
|
url "http://spanner.org/radiant/race_results"
|
8
8
|
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-race_results-extension}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["spanner"]
|
12
|
-
s.date = %q{2010-10-
|
12
|
+
s.date = %q{2010-10-05}
|
13
13
|
s.description = %q{Makes easy the uploading, analysis and display of race results. Built for fell races but should work for most timed or score events including those with checkpoints.}
|
14
14
|
s.email = %q{will@spanner.org}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -86,7 +86,6 @@ Gem::Specification.new do |s|
|
|
86
86
|
"lib/race_results/admin_ui.rb",
|
87
87
|
"lib/race_results/race_tags.rb",
|
88
88
|
"lib/tasks/race_results_extension_tasks.rake",
|
89
|
-
"pkg/radiant-race_results-extension-1.0.1.gem",
|
90
89
|
"public/images/admin/calendar_down.png",
|
91
90
|
"public/images/admin/new-race.png",
|
92
91
|
"public/javascripts/admin/races.js",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-race_results-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- spanner
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-05 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -127,7 +127,6 @@ files:
|
|
127
127
|
- lib/race_results/admin_ui.rb
|
128
128
|
- lib/race_results/race_tags.rb
|
129
129
|
- lib/tasks/race_results_extension_tasks.rake
|
130
|
-
- pkg/radiant-race_results-extension-1.0.1.gem
|
131
130
|
- public/images/admin/calendar_down.png
|
132
131
|
- public/images/admin/new-race.png
|
133
132
|
- public/javascripts/admin/races.js
|
Binary file
|