radiant-event_calendar-extension 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.5
1
+ 1.3.6
@@ -1,5 +1,5 @@
1
1
  class EventCalendarExtension < Radiant::Extension
2
- version "1.3.5"
2
+ version "1.3.6"
3
3
  description "An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)"
4
4
  url "http://github.com/radiant/radiant-event_calendar-extension"
5
5
 
@@ -0,0 +1,99 @@
1
+ @import compass/css3
2
+
3
+ $red: #b20315
4
+ $darkred: #a80016
5
+ $palered: #db4d5c
6
+ $yellow: #e09a0c
7
+ $darkyellow: #bc7815
8
+ $blue: #004250
9
+
10
+ $coolgrey0: #f1f0ee
11
+ $coolgrey1: #e2e1dd
12
+ $coolgrey2: #d6d6d4
13
+ $coolgrey3: #cacac8
14
+ $coolgrey4: #bdbdbd
15
+ $coolgrey5: #b3b3b3
16
+ $coolgrey6: #afafaf
17
+ $coolgrey7: #9a9b9d
18
+ $coolgrey8: #8c8d8e
19
+ $coolgrey9: #747679
20
+ $coolgrey10: #616265
21
+ $coolgrey11: #4d4e53
22
+
23
+ $dark: $coolgrey11
24
+ $mid: $coolgrey8
25
+ $pale: $coolgrey6
26
+ $paler: $coolgrey4
27
+ $verypale: $coolgrey2
28
+
29
+ $page: white
30
+ $text: $coolgrey11
31
+ $hover: $red
32
+ $tag: $coolgrey8
33
+ $input: $coolgrey11
34
+
35
+ =inputfonts
36
+ font-family: Georgia, serif
37
+ font-size: 1.2em
38
+ line-height: 1.4
39
+
40
+ =functionalfonts
41
+ font-family: helvetica, arial, sans-serif
42
+
43
+ =blurred($color: $paler)
44
+ text-shadow: $color 0 0 2px
45
+
46
+ /*** calendars and maps *******
47
+
48
+ table.minimonth
49
+ font-style: normal
50
+ border-collapse: collapse
51
+ border:
52
+ style: solid
53
+ width: 1px
54
+ color: $verypale
55
+ color: $text
56
+ margin: 5px 0
57
+ h3
58
+ font-size: 300%
59
+ margin: 10px 5px 5px 5px
60
+ a
61
+ display: block
62
+ color: $link
63
+ font-weight: lighter
64
+ text-decoration: none
65
+ a:hover
66
+ color: $hover
67
+ th, td
68
+ font-weight: normal
69
+ border:
70
+ style: solid
71
+ width: 1px
72
+ color: $verypale
73
+ vertical-align: top
74
+ text-align: center
75
+ height: 32px
76
+ width: 36px
77
+ line-height: 32px
78
+ padding: 0
79
+ overflow: hidden
80
+ td.m
81
+ font-size: 140%
82
+ td.day_name
83
+ color: $verypale
84
+ td.o
85
+ color: $pale
86
+ a
87
+ color: $pale
88
+ a:hover
89
+ color: $page
90
+ td.t
91
+ background-color: $page
92
+ td.w
93
+ td.e
94
+ td.u
95
+ +blurred
96
+ color: $verypale
97
+ td.t
98
+ font-weight: bold
99
+ td.p
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{radiant-event_calendar-extension}
8
- s.version = "1.3.5"
8
+ s.version = "1.3.6"
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-21}
12
+ s.date = %q{2010-11-02}
13
13
  s.description = %q{An event calendar extension that administers events locally or draws them from any ical or CalDAV publishers (Google Calendar, .Mac, Darwin Calendar Server, etc.)}
14
14
  s.email = %q{will@spanner.org}
15
15
  s.extra_rdoc_files = [
@@ -104,6 +104,7 @@ Gem::Specification.new do |s|
104
104
  "public/images/event_calendar/ical.png",
105
105
  "public/javascripts/admin/event_calendar.js",
106
106
  "public/stylesheets/sass/admin/event_calendar.sass",
107
+ "public/stylesheets/sass/event_calendar.sass",
107
108
  "radiant-event_calendar-extension.gemspec",
108
109
  "spec/datasets/calendar_events_dataset.rb",
109
110
  "spec/datasets/calendar_pages_dataset.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-event_calendar-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 5
10
- version: 1.3.5
9
+ - 6
10
+ version: 1.3.6
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-21 00:00:00 +01:00
18
+ date: 2010-11-02 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -187,6 +187,7 @@ files:
187
187
  - public/images/event_calendar/ical.png
188
188
  - public/javascripts/admin/event_calendar.js
189
189
  - public/stylesheets/sass/admin/event_calendar.sass
190
+ - public/stylesheets/sass/event_calendar.sass
190
191
  - radiant-event_calendar-extension.gemspec
191
192
  - spec/datasets/calendar_events_dataset.rb
192
193
  - spec/datasets/calendar_pages_dataset.rb