social_stream 0.14.1 → 0.15.0
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.
- data/base/app/assets/images/btn/btn_play.png +0 -0
- data/base/app/assets/stylesheets/messages.css.scss +4 -2
- data/base/app/models/activity_object.rb +5 -0
- data/base/app/views/activity_objects/_activity_object.html.erb +1 -1
- data/base/app/views/groups/_show.html.erb +5 -3
- data/base/app/views/notifications/activities/_like.html.erb +1 -1
- data/base/app/views/notifications/activities/_like.text.erb +1 -1
- data/base/app/views/posts/_post_global_search.html.erb +2 -2
- data/base/app/views/users/_show.html.erb +6 -3
- data/base/config/locales/en.yml +3 -1
- data/base/config/locales/es.yml +1 -0
- data/base/lib/generators/social_stream/base/templates/relations.yml +0 -13
- data/base/lib/social_stream/base/version.rb +1 -1
- data/base/social_stream-base.gemspec +0 -2
- data/base/spec/dummy/config/relations.yml +0 -13
- data/documents/app/views/common_documents/_show.html.erb +1 -1
- data/documents/lib/social_stream/documents/version.rb +1 -1
- data/documents/social_stream-documents.gemspec +1 -1
- data/events/README.rdoc +1 -4
- data/events/app/assets/javascripts/social_stream-events.js +0 -4
- data/events/app/assets/stylesheets/social_stream-events.css +0 -273
- data/events/config/locales/en.yml +0 -115
- data/events/config/locales/es.yml +0 -115
- data/events/config/routes.rb +0 -28
- data/events/db/migrate/20111209120019_reset_events.rb +18 -0
- data/events/lib/social_stream/events/engine.rb +0 -5
- data/events/lib/social_stream/events/version.rb +1 -1
- data/events/lib/social_stream-events.rb +0 -18
- data/events/social_stream-events.gemspec +1 -1
- data/lib/social_stream/version.rb +1 -1
- data/linkser/app/assets/javascripts/linkser.js.erb +59 -0
- data/linkser/app/assets/javascripts/social_stream-linkser.js +2 -1
- data/linkser/app/assets/stylesheets/linkser.css.scss +19 -0
- data/linkser/app/controllers/linkser_controller.rb +1 -8
- data/linkser/app/models/link.rb +17 -9
- data/linkser/app/views/links/_link.html.erb +15 -2
- data/linkser/app/views/links/_link_preview.html.erb +3 -0
- data/linkser/lib/social_stream/linkser/version.rb +1 -1
- data/linkser/social_stream-linkser.gemspec +1 -1
- data/presence/ejabberd/ejabberd_files.zip +0 -0
- data/presence/ejabberd/ejabberd_scripts/set_script_header.sh +112 -0
- data/presence/ejabberd/installer.sh +267 -0
- data/presence/ejabberd/mod_sspresence/mod_sspresence.beam +0 -0
- data/presence/ejabberd/mod_sspresence/mod_sspresence.erl +29 -101
- data/presence/lib/generators/social_stream/presence/install_generator.rb +1 -1
- data/presence/lib/generators/social_stream/presence/templates/initializer.rb +6 -4
- data/presence/lib/social_stream/presence/xmpp_server_order.rb +119 -4
- data/presence/lib/social_stream-presence.rb +2 -1
- data/presence/lib/tasks/presence/installer.rake +100 -0
- data/presence/social_stream-presence.gemspec +2 -0
- data/social_stream.gemspec +4 -4
- data/spec/dummy/config/relations.yml +0 -13
- metadata +22 -104
- data/events/GPL Affero license +0 -663
- data/events/app/assets/images/btn/btn_certificate.png +0 -0
- data/events/app/assets/images/btn/btn_certificates.png +0 -0
- data/events/app/assets/images/btn/btn_edit.png +0 -0
- data/events/app/assets/images/btn/btn_embebed.png +0 -0
- data/events/app/assets/images/btn/btn_event.png +0 -0
- data/events/app/assets/images/btn/btn_outline.png +0 -0
- data/events/app/assets/images/btn/event.png +0 -0
- data/events/app/assets/images/btn/flyer.png +0 -0
- data/events/app/assets/images/btn/keynote.png +0 -0
- data/events/app/assets/images/btn/live.png +0 -0
- data/events/app/assets/images/btn/time.png +0 -0
- data/events/app/assets/images/btn/trash.png +0 -0
- data/events/app/assets/images/frontpage/thumbs/tvideo_1_happy.jpg +0 -0
- data/events/app/assets/images/frontpage/thumbs/tvideo_2_kostas.jpg +0 -0
- data/events/app/assets/images/frontpage/thumbs/tvideo_3_colin.jpg +0 -0
- data/events/app/assets/images/frontpage/thumbs/tvideo_4_romilla.jpg +0 -0
- data/events/app/assets/images/frontpage/video_1_happy.jpg +0 -0
- data/events/app/assets/images/frontpage/video_2_kostas.jpg +0 -0
- data/events/app/assets/images/frontpage/video_3_colin.jpg +0 -0
- data/events/app/assets/images/frontpage/video_4_romilla.jpg +0 -0
- data/events/app/assets/images/icons/IconsByGlyphish.txt +0 -1
- data/events/app/assets/images/icons/down.png +0 -0
- data/events/app/assets/images/icons/search.png +0 -0
- data/events/app/assets/images/icons/up.png +0 -0
- data/events/app/assets/images/logos/actor/event.png +0 -0
- data/events/app/assets/images/logos/contact/event.png +0 -0
- data/events/app/assets/images/logos/original/event.png +0 -0
- data/events/app/assets/images/logos/profile/event.png +0 -0
- data/events/app/assets/images/logos/representation/event.png +0 -0
- data/events/app/assets/images/tab_bottom.png +0 -0
- data/events/app/assets/javascripts/schedule.js +0 -123
- data/events/app/controllers/agendas_controller.rb +0 -54
- data/events/app/controllers/events_controller.rb +0 -81
- data/events/app/controllers/sessions_controller.rb +0 -146
- data/events/app/helpers/event_helper.rb +0 -12
- data/events/app/models/agenda.rb +0 -55
- data/events/app/models/event.rb +0 -141
- data/events/app/models/session.rb +0 -23
- data/events/app/views/agendas/_agenda.html.erb +0 -1
- data/events/app/views/agendas/_edit.html.erb +0 -136
- data/events/app/views/agendas/_schedule.html.erb +0 -19
- data/events/app/views/agendas/_show.html.erb +0 -81
- data/events/app/views/agendas/_show_day.html.erb +0 -6
- data/events/app/views/agendas/edit.html.erb +0 -24
- data/events/app/views/agendas/event.html.erb +0 -1
- data/events/app/views/agendas/index.html.erb +0 -0
- data/events/app/views/agendas/show.html.erb +0 -25
- data/events/app/views/documents/_mediawall.html.erb +0 -111
- data/events/app/views/events/_event.html.erb +0 -10
- data/events/app/views/events/_event_focus_search.html.erb +0 -2
- data/events/app/views/events/_event_global_search.html.erb +0 -2
- data/events/app/views/events/_event_with_details.html.erb +0 -2
- data/events/app/views/events/_form.html.erb +0 -12
- data/events/app/views/events/_manage.html.erb +0 -35
- data/events/app/views/events/_new_activity.html.erb +0 -2
- data/events/app/views/events/_new_activity_fields.html.erb +0 -10
- data/events/app/views/events/_sessions_edit.html.erb +0 -46
- data/events/app/views/events/_sidebar_cloud.html.erb +0 -27
- data/events/app/views/events/_sidebar_index.html.erb +0 -1
- data/events/app/views/events/_sidebar_show.html.erb +0 -5
- data/events/app/views/events/agendas.html +0 -1
- data/events/app/views/events/edit.html.erb +0 -12
- data/events/app/views/events/index.html.erb +0 -30
- data/events/app/views/events/manage.html.erb +0 -69
- data/events/app/views/events/manage.js.erb +0 -1
- data/events/app/views/events/new.html.erb +0 -1
- data/events/app/views/events/show.html.erb +0 -38
- data/events/app/views/frontpage/_caracteristics.html.erb +0 -73
- data/events/app/views/frontpage/index.html.erb +0 -72
- data/events/app/views/profiles/_outline.html.erb +0 -81
- data/events/app/views/sessions/_form.html.erb +0 -41
- data/events/app/views/sessions/_new.html.erb +0 -63
- data/events/app/views/sessions/_session.html.erb +0 -1
- data/events/app/views/sessions/_show.html.erb +0 -27
- data/events/app/views/sessions/create.html.erb +0 -3
- data/events/app/views/sessions/create.js.erb +0 -1
- data/events/app/views/sessions/destroy.js.erb +0 -2
- data/events/app/views/sessions/edit.html.erb +0 -27
- data/events/app/views/sessions/index.html.erb +0 -1
- data/events/app/views/sessions/index.js.erb +0 -1
- data/events/app/views/sessions/new.html.erb +0 -27
- data/events/app/views/toolbar/_organizer.html.erb +0 -25
- data/events/app/views/toolbar/_sponsor.html.erb +0 -18
- data/events/app/views/toolbar/_suscribed.html.erb +0 -17
- data/linkser/app/views/links/_link_with_details.html.erb +0 -4
- data/linkser/app/views/posts/_new_activity_fields.erb +0 -53
|
Binary file
|
|
@@ -94,7 +94,9 @@
|
|
|
94
94
|
color: $main-color;
|
|
95
95
|
padding: 5px 5px 5px 5px;
|
|
96
96
|
width:549px;
|
|
97
|
-
height:40px;
|
|
97
|
+
min-height:40px;
|
|
98
|
+
max-height:60px;
|
|
99
|
+
overflow: hidden;
|
|
98
100
|
border-bottom:1px solid $text-over-main;
|
|
99
101
|
}
|
|
100
102
|
.conversations .conversation .content_left {
|
|
@@ -131,7 +133,7 @@
|
|
|
131
133
|
.conversations .conversation .notification {
|
|
132
134
|
float:left;
|
|
133
135
|
width:5px;
|
|
134
|
-
height:
|
|
136
|
+
height: 45px;
|
|
135
137
|
margin: 0px 5px 0px 0px;
|
|
136
138
|
}
|
|
137
139
|
.conversations .unread .notification {
|
|
@@ -56,4 +56,9 @@ class ActivityObject < ActiveRecord::Base
|
|
|
56
56
|
def post_activity
|
|
57
57
|
activities.includes(:activity_verb).where('activity_verbs.name' => 'post').first
|
|
58
58
|
end
|
|
59
|
+
|
|
60
|
+
# Does this {ActivityObject} has {Actor}?
|
|
61
|
+
def acts_as_actor?
|
|
62
|
+
object_type == "Actor"
|
|
63
|
+
end
|
|
59
64
|
end
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<% content_for :title do %>
|
|
2
|
-
<%= @group.name%>
|
|
2
|
+
<%= @group.name+" | "+t('site.name') %>
|
|
3
3
|
<% end %>
|
|
4
4
|
|
|
5
|
-
<%
|
|
6
|
-
<%
|
|
5
|
+
<% content_for :description do %>
|
|
6
|
+
<% if @group.profile.description? %>
|
|
7
7
|
<%= @group.profile.description%>
|
|
8
|
+
<% else %>
|
|
9
|
+
<%= @group.name+" "+t('profile.is_on') + " "+ t('site.name') %>
|
|
8
10
|
<% end %>
|
|
9
11
|
<% end %>
|
|
10
12
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<% if activity.direct_object.
|
|
1
|
+
<% if activity.direct_object.acts_as_actor? %>
|
|
2
2
|
<div class="subject">
|
|
3
3
|
<%= raw t('notification.fan',
|
|
4
4
|
:sender => link_to(truncate_name(activity.sender.name), polymorphic_url(activity.sender.subject)),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<% if activity.direct_object.
|
|
1
|
+
<% if activity.direct_object.acts_as_actor? %>
|
|
2
2
|
<%= raw t('notification.fan',
|
|
3
3
|
:sender => truncate_name(activity.sender.name),
|
|
4
4
|
:whose => t('notification.whose.'+ activity.receiver.subject.class.to_s.underscore,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<% author = post.
|
|
1
|
+
<% author = post.author_subject %>
|
|
2
2
|
<div class="model_with_details">
|
|
3
3
|
<div class="logo">
|
|
4
4
|
<%= link_to (image_tag(author.logo.url , :size => "50x50", :alt => author.name )), author %>
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
<br>
|
|
16
16
|
</div>
|
|
17
17
|
</div>
|
|
18
|
-
</div>
|
|
18
|
+
</div>
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
<% content_for :title do %>
|
|
2
|
-
<%= @user.name%>
|
|
2
|
+
<%= @user.name+" | "+t('site.name') %>
|
|
3
3
|
<% end %>
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
|
|
6
|
+
<% content_for :description do %>
|
|
7
|
+
<% if @user.profile.description? %>
|
|
7
8
|
<%= @user.profile.description%>
|
|
9
|
+
<% else %>
|
|
10
|
+
<%= @user.name+" "+t('profile.is_on') + " "+ t('site.name') %>
|
|
8
11
|
<% end %>
|
|
9
12
|
<% end %>
|
|
10
13
|
|
data/base/config/locales/en.yml
CHANGED
|
@@ -318,12 +318,14 @@ en:
|
|
|
318
318
|
input: "What are you doing?"
|
|
319
319
|
name: "post"
|
|
320
320
|
one: "a post"
|
|
321
|
-
title: "Posts"
|
|
321
|
+
title: "Posts"
|
|
322
322
|
preposition:
|
|
323
323
|
and: "and"
|
|
324
|
+
on: "on"
|
|
324
325
|
profile:
|
|
325
326
|
one: "Profile"
|
|
326
327
|
age: "Age"
|
|
328
|
+
is_on: "is on"
|
|
327
329
|
must_be_signed_id: "You must be signed in"
|
|
328
330
|
group:
|
|
329
331
|
about: "About us"
|
data/base/config/locales/es.yml
CHANGED
|
@@ -37,16 +37,3 @@ group:
|
|
|
37
37
|
name: partner
|
|
38
38
|
permissions:
|
|
39
39
|
- [ read, activity ]
|
|
40
|
-
|
|
41
|
-
event:
|
|
42
|
-
member:
|
|
43
|
-
name: member
|
|
44
|
-
permissions:
|
|
45
|
-
- [ represent ]
|
|
46
|
-
- [ create, activity ]
|
|
47
|
-
- [ read, activity ]
|
|
48
|
-
- [ read, tie ]
|
|
49
|
-
partner:
|
|
50
|
-
name: partner
|
|
51
|
-
permissions:
|
|
52
|
-
- [ read, activity ]
|
|
@@ -35,8 +35,6 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
s.add_runtime_dependency('kaminari', '~> 0.12.4')
|
|
36
36
|
# OAuth client
|
|
37
37
|
s.add_runtime_dependency('omniauth','~> 0.2.6')
|
|
38
|
-
# OAuth provider
|
|
39
|
-
s.add_runtime_dependency('oauth-plugin','~> 0.4.0.pre1')
|
|
40
38
|
# Messages
|
|
41
39
|
s.add_runtime_dependency('mailboxer','~> 0.5.4')
|
|
42
40
|
# Tagging
|
|
@@ -37,16 +37,3 @@ group:
|
|
|
37
37
|
name: partner
|
|
38
38
|
permissions:
|
|
39
39
|
- [ read, activity ]
|
|
40
|
-
|
|
41
|
-
event:
|
|
42
|
-
member:
|
|
43
|
-
name: member
|
|
44
|
-
permissions:
|
|
45
|
-
- [ represent ]
|
|
46
|
-
- [ create, activity ]
|
|
47
|
-
- [ read, activity ]
|
|
48
|
-
- [ read, tie ]
|
|
49
|
-
partner:
|
|
50
|
-
name: partner
|
|
51
|
-
permissions:
|
|
52
|
-
- [ read, activity ]
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
|
13
13
|
|
|
14
14
|
# Gem dependencies
|
|
15
|
-
s.add_runtime_dependency('social_stream-base', '~> 0.10.
|
|
15
|
+
s.add_runtime_dependency('social_stream-base', '~> 0.10.6')
|
|
16
16
|
s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.7.0')
|
|
17
17
|
s.add_runtime_dependency('paperclip','2.3.11')
|
|
18
18
|
s.add_runtime_dependency('delayed_paperclip','>= 0.7.2')
|
data/events/README.rdoc
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
= Social Stream Events
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
{Social Stream}[http://social-stream.dit.upm.es/], the core for building social
|
|
5
|
-
network websites. This gem allow you to add events and videoconferences as new social stream activity.
|
|
6
|
-
|
|
3
|
+
This gem will change to support scheduled events
|
|
@@ -1,276 +1,3 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*= require_tree .
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
/*
|
|
6
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
7
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
8
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
9
|
-
*= require_self
|
|
10
|
-
*= require social_stream-base
|
|
11
|
-
*= require social_stream-documents
|
|
12
|
-
*= require fullcalendar.print
|
|
13
|
-
*= require fullcalendar
|
|
14
|
-
*= require jquery.ad-gallery
|
|
15
|
-
*= require_tree .
|
|
16
|
-
*/
|
|
17
|
-
#filter_div
|
|
18
|
-
{
|
|
19
|
-
float: right;
|
|
20
|
-
height: 10px;
|
|
21
|
-
padding-top: 5px;
|
|
22
|
-
width: 76px;
|
|
23
|
-
z-index: 2000;
|
|
24
|
-
}
|
|
25
|
-
#calendar{margin-top:-9px;}
|
|
26
|
-
#fc-btn-agenda{ padding-left: 1px;}
|
|
27
|
-
|
|
28
|
-
#founder{ padding: 1px; padding-top: 5px; text-align: center; }
|
|
29
|
-
#founder #created{display: inline-block;}
|
|
30
|
-
#founder #thumb{display: inline-block;}
|
|
31
|
-
|
|
32
|
-
.sb_wrapper input[type="text"],
|
|
33
|
-
ul.sb_dropdown{
|
|
34
|
-
border:1px solid #fff;
|
|
35
|
-
background: #fafafa;
|
|
36
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
|
|
37
|
-
background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
|
|
38
|
-
font-size:24px;
|
|
39
|
-
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
|
|
40
|
-
-moz-box-shadow:1px 1px 3px #555;
|
|
41
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
|
42
|
-
-box-shadow:1px 1px 3px #555;
|
|
43
|
-
outline:none;
|
|
44
|
-
padding:6px 5px 6px 20px;
|
|
45
|
-
text-shadow:1px 1px 1px #fff;
|
|
46
|
-
width:295px;
|
|
47
|
-
float:left;
|
|
48
|
-
margin:3px 0px;
|
|
49
|
-
}
|
|
50
|
-
ul.sb_dropdown{
|
|
51
|
-
float:left;
|
|
52
|
-
margin-right:50px;
|
|
53
|
-
list-style:none;
|
|
54
|
-
width:295px;
|
|
55
|
-
padding:6px 5px;
|
|
56
|
-
-moz-border-radius:0px 0px 10px 10px;
|
|
57
|
-
-webkit-border-bottom-right-radius:10px;
|
|
58
|
-
-webkit-border-bottom-left-radius:10px;
|
|
59
|
-
border-bottom-right-radius:10px;
|
|
60
|
-
border-bottom-left-radius:10px;
|
|
61
|
-
}
|
|
62
|
-
ul.sb_dropdown li{
|
|
63
|
-
font-size:8px;
|
|
64
|
-
line-height:2px;
|
|
65
|
-
height:22px;
|
|
66
|
-
float:left;
|
|
67
|
-
width:30%;
|
|
68
|
-
}
|
|
69
|
-
ul.sb_dropdown li input[type="checkbox"]{
|
|
70
|
-
float:left;
|
|
71
|
-
margin:10px 4px 0 5px;
|
|
72
|
-
}
|
|
73
|
-
ul.sb_dropdown li.sb_filter{
|
|
74
|
-
width:148px;
|
|
75
|
-
border:1px solid #f9f9f9;
|
|
76
|
-
clear:both;
|
|
77
|
-
background: #ddd;
|
|
78
|
-
font-size:12px;
|
|
79
|
-
text-transform:uppercase;
|
|
80
|
-
letter-spacing:1px;
|
|
81
|
-
color:#444;
|
|
82
|
-
height:16px;
|
|
83
|
-
line-height:16px;
|
|
84
|
-
padding:5px;
|
|
85
|
-
-moz-box-shadow:0px 0px 2px #777;
|
|
86
|
-
-webkit-box-shadow:0px 0px 3px #555 inset;
|
|
87
|
-
-box-shadow:0px 0px 3px #555 inset;
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
span.sb_up,
|
|
91
|
-
span.sb_down{
|
|
92
|
-
margin-top:10px;
|
|
93
|
-
padding:5px 25px 5px 25px;
|
|
94
|
-
width:14px;
|
|
95
|
-
height:41px;
|
|
96
|
-
background-color:#f2f2f2;
|
|
97
|
-
background-position:center center;
|
|
98
|
-
background-repeat: no-repeat;
|
|
99
|
-
z-index:10;
|
|
100
|
-
border:1px solid #fff;
|
|
101
|
-
-moz-box-shadow:1px 0px 1px #ddd;
|
|
102
|
-
-webkit-box-shadow:1px 0px 1px #ddd;
|
|
103
|
-
-box-shadow:1px 0px 1px #ddd;
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
span.sb_up{
|
|
107
|
-
background-image:url(../icons/up.png);
|
|
108
|
-
}
|
|
109
|
-
span.sb_down{
|
|
110
|
-
background-image:url(../icons/down.png);
|
|
111
|
-
}
|
|
112
|
-
input.sb_search{
|
|
113
|
-
background:#f2f2f2 url(../icons/search.png) no-repeat center center;
|
|
114
|
-
height:43px;
|
|
115
|
-
width:50px;
|
|
116
|
-
float:left;
|
|
117
|
-
border:none;
|
|
118
|
-
margin:3px 0px;
|
|
119
|
-
border:1px solid #fff;
|
|
120
|
-
-moz-box-shadow:1px 1px 3px #555;
|
|
121
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
|
122
|
-
-box-shadow:1px 1px 3px #555;
|
|
123
|
-
outline:none;
|
|
124
|
-
cursor:pointer;
|
|
125
|
-
}
|
|
126
|
-
input.sb_search:hover{
|
|
127
|
-
background-color:#fff;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.space_center_manage
|
|
131
|
-
{
|
|
132
|
-
padding-right: 0;
|
|
133
|
-
padding-top: 9px;
|
|
134
|
-
text-align: left;
|
|
135
|
-
}
|
|
136
|
-
.tie_form {
|
|
137
|
-
display: inline;
|
|
138
|
-
height: 1%;
|
|
139
|
-
margin: 0 0;
|
|
140
|
-
overflow: hidden;
|
|
141
|
-
}
|
|
142
|
-
#contact_data{width: 250px;}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
.session_wrapper1,.session_wrapper2{float:left;display:block;}
|
|
146
|
-
.session_wrapper1{
|
|
147
|
-
width:14%;
|
|
148
|
-
text-align:center;
|
|
149
|
-
margin:15px 0 15px 0;
|
|
150
|
-
color:#000;
|
|
151
|
-
}
|
|
152
|
-
.session_wrapper2{width:86%;padding-top: 5px;}
|
|
153
|
-
|
|
154
|
-
.event_date_image{margin: 0px 10px 0px 0px;width:100%;color:black;text-align:center;font-weight: bold;vertical-align: middle;}
|
|
155
|
-
.event_day{font-size: 3.5em;line-height:90%;}
|
|
156
|
-
.event_month{font-size: 2.5em;line-height:80%;}
|
|
157
|
-
.event_year{font-size: 1.2em;line-height:110%;}
|
|
158
|
-
.event_hour{font-size: 1.5em;line-height:80%;min-width: 30px; min-height: 20px;}
|
|
159
|
-
.event_day_name{font-size: 1em;line-height:80%;}
|
|
160
|
-
.event_time{font-size: 1em; line-height:50%;}
|
|
161
|
-
|
|
162
|
-
.session_title{
|
|
163
|
-
border-bottom: 1px solid #ccc;
|
|
164
|
-
width: 100%;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.schedule{ height: 85px;}
|
|
168
|
-
|
|
169
|
-
.block .session{height: 110px;}
|
|
170
|
-
.block .session_title_black {color: black;}
|
|
171
|
-
.block .session_content{font-size: 13px;}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
.sb_wrapper input[type="text"],
|
|
178
|
-
ul.sb_dropdown{
|
|
179
|
-
border:1px solid #fff;
|
|
180
|
-
background: #fafafa;
|
|
181
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa));
|
|
182
|
-
background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
|
|
183
|
-
font-size:24px;
|
|
184
|
-
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
|
|
185
|
-
-moz-box-shadow:1px 1px 3px #555;
|
|
186
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
|
187
|
-
-box-shadow:1px 1px 3px #555;
|
|
188
|
-
outline:none;
|
|
189
|
-
padding:6px 5px 6px 20px;
|
|
190
|
-
text-shadow:1px 1px 1px #fff;
|
|
191
|
-
width:100px;
|
|
192
|
-
float: right;
|
|
193
|
-
margin:3px 0px;
|
|
194
|
-
margin-right:0px;
|
|
195
|
-
z-index: 2000;
|
|
196
|
-
}s
|
|
197
|
-
ul.sb_dropdown{
|
|
198
|
-
float:right;
|
|
199
|
-
list-style:none;
|
|
200
|
-
z-index:2000;
|
|
201
|
-
width:150px;
|
|
202
|
-
padding:6px 5px;
|
|
203
|
-
-moz-border-radius:0px 0px 10px 10px;
|
|
204
|
-
-webkit-border-bottom-right-radius:10px;
|
|
205
|
-
-webkit-border-bottom-left-radius:10px;
|
|
206
|
-
border-bottom-right-radius:10px;
|
|
207
|
-
border-bottom-left-radius:10px;
|
|
208
|
-
}
|
|
209
|
-
ul.sb_dropdown li{
|
|
210
|
-
float: left;
|
|
211
|
-
font-size: 12px;
|
|
212
|
-
height: 25px;
|
|
213
|
-
line-height: 10px;
|
|
214
|
-
width: 100%;
|
|
215
|
-
}
|
|
216
|
-
ul.sb_dropdown li input[type="checkbox"]{
|
|
217
|
-
float:right;
|
|
218
|
-
margin:0px 3px 0 5px;
|
|
219
|
-
}
|
|
220
|
-
ul.sb_dropdown li.sb_filter{
|
|
221
|
-
width:295px;
|
|
222
|
-
border:1px solid #f9f9f9;
|
|
223
|
-
clear:both;
|
|
224
|
-
background: #ddd;
|
|
225
|
-
font-size:12px;
|
|
226
|
-
text-transform:uppercase;
|
|
227
|
-
letter-spacing:1px;
|
|
228
|
-
color:#444;
|
|
229
|
-
height:16px;
|
|
230
|
-
line-height:16px;
|
|
231
|
-
padding:5px;
|
|
232
|
-
-moz-box-shadow:0px 0px 2px #777;
|
|
233
|
-
-webkit-box-shadow:0px 0px 3px #555 inset;
|
|
234
|
-
-box-shadow:0px 0px 3px #555 inset;
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
span.sb_up,
|
|
238
|
-
span.sb_down{
|
|
239
|
-
|
|
240
|
-
width:14px;
|
|
241
|
-
height:41px;
|
|
242
|
-
background-color:#f2f2f2;
|
|
243
|
-
/*background-position:center center;*/
|
|
244
|
-
background-position: left center;
|
|
245
|
-
background-repeat: no-repeat;
|
|
246
|
-
z-index:10;
|
|
247
|
-
border:1px solid #fff;
|
|
248
|
-
-moz-box-shadow:1px 0px 1px #ddd;
|
|
249
|
-
-webkit-box-shadow:1px 0px 1px #ddd;
|
|
250
|
-
-box-shadow:1px 0px 1px #ddd;
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
span.sb_up{
|
|
254
|
-
background-image:url("icons/up.png");
|
|
255
|
-
}
|
|
256
|
-
span.sb_down{
|
|
257
|
-
background-image:url("icons/down.png");
|
|
258
|
-
}
|
|
259
|
-
input.sb_search{
|
|
260
|
-
background:#f2f2f2 url("icons/search.png") no-repeat center center;
|
|
261
|
-
height:43px;
|
|
262
|
-
width:50px;
|
|
263
|
-
float:left;
|
|
264
|
-
border:none;
|
|
265
|
-
margin:3px 0px;
|
|
266
|
-
border:1px solid #fff;
|
|
267
|
-
-moz-box-shadow:1px 1px 3px #555;
|
|
268
|
-
-webkit-box-shadow:1px 1px 3px #555;
|
|
269
|
-
-box-shadow:1px 1px 3px #555;
|
|
270
|
-
outline:none;
|
|
271
|
-
cursor:pointer;
|
|
272
|
-
}
|
|
273
|
-
input.sb_search:hover{
|
|
274
|
-
background-color:#fff;
|
|
275
|
-
}
|
|
276
|
-
|
|
@@ -2,119 +2,4 @@
|
|
|
2
2
|
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
3
3
|
|
|
4
4
|
en:
|
|
5
|
-
activity:
|
|
6
|
-
verb:
|
|
7
|
-
follow:
|
|
8
|
-
Event:
|
|
9
|
-
title: "%{subject} added %{contact} as contact."
|
|
10
|
-
message: "%{name} added you as contact."
|
|
11
|
-
like:
|
|
12
|
-
Event:
|
|
13
|
-
title: "%{subject} is a fan of %{contact}."
|
|
14
|
-
message: "%{name} is now your fan."
|
|
15
|
-
make-friend:
|
|
16
|
-
Event:
|
|
17
|
-
title: "%{subject} and %{contact} are now connected."
|
|
18
|
-
message: "%{name} also added you as contact."
|
|
19
|
-
post:
|
|
20
|
-
User:
|
|
21
|
-
title: "%{subject} add %{contact} like a new session."
|
|
22
|
-
Event:
|
|
23
|
-
title: "%{subject} created a new session."
|
|
24
|
-
view:
|
|
25
|
-
documents: "Documents"
|
|
26
|
-
audio: "Audio"
|
|
27
|
-
event: "Events"
|
|
28
|
-
photos: "Photos"
|
|
29
|
-
post: "Posts"
|
|
30
|
-
video: "videos"
|
|
31
|
-
actor:
|
|
32
|
-
created: "Created by"
|
|
33
|
-
delete: "Delete"
|
|
34
|
-
confirm_delete: "Confirm delete?"
|
|
35
|
-
agenda:
|
|
36
|
-
confirm_delete: "delete"
|
|
37
|
-
conference:
|
|
38
|
-
title: "Conferences"
|
|
39
|
-
list: "Contact's conferences"
|
|
40
|
-
date:
|
|
41
|
-
at: at
|
|
42
|
-
undefined: Undefined
|
|
43
|
-
event:
|
|
44
|
-
all: "All events"
|
|
45
|
-
all_n: "All events"
|
|
46
|
-
by: "By events"
|
|
47
|
-
cloud: "Events tag cloud"
|
|
48
|
-
confirm_delete: "Delete"
|
|
49
|
-
form:
|
|
50
|
-
title: "Event"
|
|
51
|
-
title: "Events"
|
|
52
|
-
input: "What is the name of event?"
|
|
53
|
-
list: "Contact's events"
|
|
54
|
-
live: "Live events"
|
|
55
|
-
most:
|
|
56
|
-
followed: "Most followed"
|
|
57
|
-
liked: "Most liked"
|
|
58
|
-
name: "event"
|
|
59
|
-
one: "an event"
|
|
60
|
-
other: "Events"
|
|
61
|
-
suscribed: "Last Suscribed"
|
|
62
|
-
frontpage:
|
|
63
|
-
elements:
|
|
64
|
-
conferences: "Conferences"
|
|
65
|
-
collaborate:
|
|
66
|
-
sentence1: "Organize your projects and activities"
|
|
67
|
-
sentence2: "Participate in conferences and events"
|
|
68
|
-
sentence3: "Create your own group and conferences"
|
|
69
|
-
meet:
|
|
70
|
-
sentence1: "Discover best online videoconferences"
|
|
71
|
-
sentence2: "Meet interesting people and groups"
|
|
72
|
-
sentence3: "Video chat with your colleagues"
|
|
73
|
-
share:
|
|
74
|
-
sentence1: "Videoconference recording and streaming"
|
|
75
|
-
sentence2: "Posts, comments, documents, photos, audios and videos"
|
|
76
|
-
sentence3: "Your contacts and relations"
|
|
77
|
-
menu:
|
|
78
|
-
outline: "Outline"
|
|
79
|
-
notification:
|
|
80
|
-
follow:
|
|
81
|
-
event: "%{sender} wants to take part in the event %{who}."
|
|
82
|
-
like:
|
|
83
|
-
event: "%{sender} likes %{whose} %{thing}."
|
|
84
|
-
makefriend:
|
|
85
|
-
event: "%{sender} accepted the invitation to join the event %{who}."
|
|
86
|
-
post:
|
|
87
|
-
event: "%{sender} added %{thing} in %{whose} wall."
|
|
88
|
-
update:
|
|
89
|
-
event: "%{sender} updated %{thing} in %{whose} wall."
|
|
90
|
-
who:
|
|
91
|
-
event: "%{name}"
|
|
92
|
-
whose:
|
|
93
|
-
event: "%{receiver}'s"
|
|
94
|
-
profile:
|
|
95
|
-
event:
|
|
96
|
-
about: "About us"
|
|
97
|
-
birthday: "Anniversary"
|
|
98
|
-
experience: "Area of expertise"
|
|
99
|
-
info: "Event information"
|
|
100
|
-
tags: "Event tags"
|
|
101
|
-
outline: "Outline"
|
|
102
|
-
session:
|
|
103
|
-
confirm_delete: "delete"
|
|
104
|
-
new: "New Session"
|
|
105
|
-
one: "session"
|
|
106
|
-
other: "sessions"
|
|
107
|
-
title: "title"
|
|
108
|
-
description: "description"
|
|
109
|
-
schedule: "schedule"
|
|
110
|
-
time:
|
|
111
|
-
am: am
|
|
112
|
-
end: End time
|
|
113
|
-
from: from
|
|
114
|
-
pm: pm
|
|
115
|
-
start: Start time
|
|
116
|
-
to: to
|
|
117
|
-
timezone:
|
|
118
|
-
one: Timezone
|
|
119
|
-
set_up: You have not set up your time zone. <a href="{{path}}">Set it up now</a>
|
|
120
5
|
|