social_stream 0.10.1 → 0.10.2
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/arrow_session_change.png +0 -0
- data/base/app/assets/images/btn/header_notifications.png +0 -0
- data/base/app/assets/stylesheets/frontpage.css +1 -1
- data/base/app/assets/stylesheets/header.css +19 -40
- data/base/app/assets/stylesheets/search.css +6 -2
- data/base/app/views/layouts/_header.erb +26 -23
- data/base/app/views/layouts/_header_dropdown_menu.html.erb +22 -0
- data/base/app/views/layouts/_header_dropdown_menu_sessions.html.erb +13 -0
- data/base/app/views/layouts/_representation.html.erb +0 -3
- data/base/app/views/layouts/_settings.html.erb +1 -1
- data/base/config/locales/en.yml +1 -1
- data/base/lib/social_stream/base/version.rb +1 -1
- data/events/app/views/events/show.html.erb +5 -1
- data/events/lib/social_stream/events/version.rb +1 -1
- data/events/lib/social_stream-events.rb +4 -2
- data/events/social_stream-events.gemspec +2 -2
- data/lib/social_stream/version.rb +1 -1
- data/lib/social_stream.rb +4 -0
- data/social_stream.gemspec +2 -2
- data/spec/support/db.rb +3 -0
- metadata +81 -154
Binary file
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.div_busqueda #find_button{ width:15px; border:0px; height:15px;}
|
9
9
|
.div_busqueda .a_border{ border-right:thin solid; color:#0656a4; padding:0px 7px; text-decoration:underline;}
|
10
10
|
.div_busqueda a{ color:#0656a4; padding:0px 7px; text-decoration:underline;}
|
11
|
-
#espacio_busqueda { width:
|
11
|
+
#espacio_busqueda { width:652px; margin-left:20px; height:45px; margin-bottom:0px; float:left;
|
12
12
|
display:inline;}
|
13
13
|
#form_busqueda{ padding-top:3px;}
|
14
14
|
span.find{ padding-right:5px;}
|
@@ -20,9 +20,8 @@
|
|
20
20
|
.div_login .subtexto{ padding-top: 8px; height:12px; font-size: 11px; }
|
21
21
|
.div_login .a_border{ border-right:thin solid; padding-right:7px; text-decoration:underline; }
|
22
22
|
#new_representation { display: inline-block;}
|
23
|
-
#header_notifications{
|
24
|
-
#
|
25
|
-
border-radius: 6px; padding: 4px 9px 4px 9px;}
|
23
|
+
#header_notifications a{color: white; background: transparent url('btn/header_notifications.png') no-repeat center center;padding: 4px 8px 6px 7px;}
|
24
|
+
#header_inbox_count a{ color: white; background-color: #879eb5; padding: 2px 5px 2px 5px;}
|
26
25
|
#representation { display: inline; padding-left:3px; padding-right:3px;}
|
27
26
|
.txt_config {color: #fff; vertical-align: top; display: inline; padding-top: 2px; border-right: thin solid;
|
28
27
|
padding-right: 3px;}
|
@@ -30,46 +29,26 @@
|
|
30
29
|
|
31
30
|
|
32
31
|
/******** MENU HEADER *******/
|
33
|
-
#menu_home{
|
32
|
+
#menu_home, .menu_home {vertical-align: top; }
|
34
33
|
#menu_home a {color:white;}
|
35
|
-
#menu_home
|
36
|
-
#menu_home ul{
|
37
|
-
#menu_home ul li{
|
38
|
-
|
39
|
-
li.btn_menu_home{background: transparent url("btn/btn_home.png") no-repeat left center;}
|
40
|
-
li.btn_menu_profile{background: transparent url("btn/btn_profile.png") no-repeat left center;}
|
41
|
-
li.btn_menu_browse{background: transparent url("btn/btn_browse.png") no-repeat left center;}
|
42
|
-
#btn_menu_settings{background: transparent url("btn/btn_config.png") no-repeat left center;}
|
43
|
-
#btn_menu_account{background: transparent url("btn/btn_account.png") no-repeat left center;}
|
44
|
-
#btn_menu_account_logout{background: transparent url("btn/btn_exit.png") no-repeat left center;}
|
45
|
-
|
46
|
-
#menu_account{ vertical-align: top; height:23px; }
|
47
|
-
#menu_account span { float:right; padding-right: 5px; vertical-align: top; padding-top: 5px;}
|
48
|
-
#menu_account ul{ list-style: none; margin: 0px; float:left;}
|
49
|
-
#menu_account ul li{ line-height:20px; padding:5px 0px 5px 20px; vertical-align:top;}
|
50
|
-
|
51
|
-
#menu_pipe{ vertical-align: top; height:23px; }
|
52
|
-
#menu_pipe span { float:right; padding-right: 5px; vertical-align: top; padding-top: 5px;}
|
53
|
-
#menu_pipe ul{ list-style: none; margin: 0px; float:left;}
|
54
|
-
#menu_pipe ul li{ line-height:20px; padding:5px 0px 5px 0px; vertical-align:top;}
|
55
|
-
|
56
|
-
|
57
|
-
#account, #representation_li,#current_user_info, #representations_menu, #account_menu, #settings_menu {display:inline-block;vertical-align: top; height:22px; color:#FFF;}
|
58
|
-
#representation_li{margin-left:10px;}
|
59
|
-
#representation_text{display:inline;margin-left:2px;color:#FFF;}
|
60
|
-
#current_user_info a{color:white;}
|
61
|
-
li.btn_menu_representation{}
|
62
|
-
#menu_home ul li.pipe,#menu_account ul li.pipe{padding:0px 3px 0px 3px; margin:0px;}
|
63
|
-
.menu_white{display:inline-block; color:#fff;}
|
64
|
-
.white_link{padding-top:3px; vertical-align:top; display:inline-block;}
|
65
|
-
.black{color:#000; font-weight:bold;}
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
34
|
+
#menu_home a:hover {text-decoration: none;}
|
35
|
+
#menu_home ul {list-style: none; margin: 0px; float:left;}
|
36
|
+
#menu_home ul li {line-height:20px; vertical-align:top;}
|
70
37
|
|
38
|
+
#header_dropdown_menu,.header_dropdown_li {width: 180px;display:inline-block;vertical-align: top; height:22px; color:#FFF;}
|
71
39
|
|
40
|
+
#header_dropdown_menu ul li {width: 180px;line-height: 15px;}
|
41
|
+
#header_dropdown_menu ul li a{padding: .40em 1em .70em 2.5em;}
|
42
|
+
#header_dropdown_menu ul li a:hover{color:#1F4A75;}
|
43
|
+
#header_dropdown_menu ul li ul li a{padding: .40em 1em .70em 1em;}
|
44
|
+
#header_dropdown_menu ul li ul li ul li a{padding: .40em 1em .70em 2.5em;}
|
45
|
+
#header_dropdown_menu ul li ul li ul{position: absolute; left: -180px;}
|
46
|
+
#header_dropdown_menu a.session_change{background: transparent url('btn/arrow_session_change.png') no-repeat 3px 6px;}
|
72
47
|
|
48
|
+
#menu_home ul li.pipe,#menu_account ul li.pipe{padding:0; margin:0;font-size: 20px;font-weight: bold;}
|
49
|
+
.menu_white{display:inline-block; color:#fff;}
|
50
|
+
.white_link{padding-top:3px; vertical-align:top; display:inline-block;}
|
51
|
+
.black{color:#000; font-weight:bold;}
|
73
52
|
|
74
53
|
|
75
54
|
/*** ESSENTIAL STYLES ***/
|
@@ -131,7 +110,7 @@ ul.sf-menu li li li.sfHover ul {
|
|
131
110
|
/*margin-bottom: 1em; */
|
132
111
|
}
|
133
112
|
.sf-menu a {
|
134
|
-
padding: .40em 1em .70em
|
113
|
+
padding: .40em 1em .70em 1em;
|
135
114
|
text-decoration:none;
|
136
115
|
}
|
137
116
|
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
|
@@ -2,7 +2,7 @@
|
|
2
2
|
/********************************* Header **************/
|
3
3
|
#header_search {
|
4
4
|
float: left;
|
5
|
-
padding: 1px
|
5
|
+
padding: 1px 0 0 10px;
|
6
6
|
z-index: 2001;
|
7
7
|
}
|
8
8
|
#header_search_input, #global_search_input {
|
@@ -14,7 +14,11 @@
|
|
14
14
|
#header_search_input {
|
15
15
|
border: solid 1px #dedede;
|
16
16
|
height: 16px;
|
17
|
-
width:
|
17
|
+
width: 200px;
|
18
|
+
}
|
19
|
+
.banner_busqueda #header_search_input {
|
20
|
+
border: solid 1px #aaa;
|
21
|
+
height: 20px;
|
18
22
|
}
|
19
23
|
#global_search_input {
|
20
24
|
border: solid 1px #aeaeae;
|
@@ -2,39 +2,42 @@
|
|
2
2
|
<div class="banner_top banner_top_height">
|
3
3
|
<div id="header_left">
|
4
4
|
<div id="logo_txt">
|
5
|
-
<%= link_to(image_tag('header-logo.png', :alt => t('site.name')), root_path) %>
|
5
|
+
<%= link_to(image_tag('header-logo.png', :alt => t('site.name')), root_path) %>
|
6
6
|
</div>
|
7
|
-
<% if user_signed_in? %>
|
8
|
-
<div class="menu_list menu_white" id="menu_home">
|
9
|
-
<ul>
|
10
|
-
<li class="btn_menu_profile"><%= link_to(t('profile.one'), current_subject)%></li>
|
11
|
-
<li id="header_notifications">
|
12
|
-
<%= link_to( current_subject.mailbox.notifications.not_trashed.unread.count.to_s, notifications_path) %>
|
13
|
-
</li>
|
14
|
-
</ul>
|
15
|
-
</div>
|
16
|
-
<% end %>
|
17
7
|
</div>
|
18
8
|
<% if user_signed_in? %>
|
19
9
|
<%= render :partial => 'layouts/search' %>
|
20
10
|
<%end%>
|
21
11
|
<div id="header_right">
|
22
12
|
<% if user_signed_in? %>
|
23
|
-
|
24
|
-
<div class="menu_list menu_white" id="menu_pipe" >
|
25
|
-
<ul>
|
26
|
-
<li class="pipe">|</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
<%= render :partial => 'layouts/settings' %>
|
30
|
-
|
31
|
-
<div class="menu_list menu_white" id="menu_pipe" >
|
13
|
+
<div class="menu_list menu_white" id="menu_home">
|
32
14
|
<ul>
|
33
|
-
<li
|
15
|
+
<li>
|
16
|
+
<%= link_to(t('home'), root_path)%>
|
17
|
+
</li>
|
18
|
+
<li class="pipe">·</li>
|
19
|
+
<li>
|
20
|
+
<%= link_to(t('profile.one'), current_subject)%>
|
21
|
+
</li>
|
22
|
+
<li class="pipe">·</li>
|
23
|
+
<li>
|
24
|
+
<%= link_to(t('message.inbox'), conversations_path) %>
|
25
|
+
<span id="header_inbox_count">
|
26
|
+
<%= link_to(current_subject.mailbox.inbox(:unread => true).count.to_s, conversations_path) %>
|
27
|
+
</span>
|
28
|
+
</li>
|
29
|
+
<li class="pipe">·</li>
|
30
|
+
<li>
|
31
|
+
<span id="header_notifications">
|
32
|
+
<%= link_to( current_subject.mailbox.notifications.not_trashed.unread.count.to_s, notifications_path) %>
|
33
|
+
</span>
|
34
|
+
</li>
|
35
|
+
<li class="pipe">·</li>
|
36
|
+
<li>
|
37
|
+
<%= render :partial => 'layouts/header_dropdown_menu' %>
|
38
|
+
</li>
|
34
39
|
</ul>
|
35
40
|
</div>
|
36
|
-
<%= render :partial => 'layouts/account' %>
|
37
|
-
|
38
41
|
<% end %>
|
39
42
|
</div>
|
40
43
|
</div>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<div id="header_dropdown_menu">
|
2
|
+
<ul class="sf-menu" >
|
3
|
+
<li class="header_dropdown_li">
|
4
|
+
<a href="#" class="sf-with-ul" id="current_subject_avatar_img" style="background: transparent url('<%= image_path current_subject.logo.url(:representation)%>') no-repeat left top;"><%= truncate_name current_subject.name %><span class="sf-sub-indicator"> »</span></a>
|
5
|
+
<ul>
|
6
|
+
<%= render :partial => 'layouts/header_dropdown_menu_sessions'%>
|
7
|
+
<li>
|
8
|
+
<%= link_to t('account.edit'), edit_user_registration_path %>
|
9
|
+
</li>
|
10
|
+
<li>
|
11
|
+
<%= link_to t('settings.main'), settings_path, :id => "btn_menu_settings" %>
|
12
|
+
</li>
|
13
|
+
<li>
|
14
|
+
<%= link_to t('account.privacy'), relation_customs_path %>
|
15
|
+
</li>
|
16
|
+
<li>
|
17
|
+
<%= link_to t('sign_out'), destroy_user_session_path, :method => :delete %>
|
18
|
+
</li>
|
19
|
+
</ul>
|
20
|
+
</li>
|
21
|
+
</ul>
|
22
|
+
</div>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<% representations = current_user.represented.unshift(current_user) - [current_subject] %>
|
2
|
+
<% unless representations.empty? %>
|
3
|
+
<li>
|
4
|
+
<%= link_to "Switch session", "javascript:;", :class=>"session_change" %>
|
5
|
+
<ul>
|
6
|
+
<% representations.each do |representation| %>
|
7
|
+
<li>
|
8
|
+
<%= link_to truncate_name(representation.name), { :s => representation.slug }, { :style => "background: transparent url('#{ image_path representation.logo.url(:representation)}') no-repeat left center;margin-left:2px;" } %>
|
9
|
+
</li>
|
10
|
+
<% end %>
|
11
|
+
</ul>
|
12
|
+
</li>
|
13
|
+
<% end %>
|
@@ -11,9 +11,6 @@
|
|
11
11
|
<% representations = current_user.represented.unshift(current_user) - [current_subject] %>
|
12
12
|
|
13
13
|
<% if !representations.empty? %>
|
14
|
-
|
15
|
-
<span id="representation_text"><%= t('representation.action') %></span>
|
16
|
-
|
17
14
|
<div id="representations_menu">
|
18
15
|
<ul class="sf-menu" >
|
19
16
|
<li id="representation_li">
|
data/base/config/locales/en.yml
CHANGED
@@ -30,5 +30,9 @@
|
|
30
30
|
<div class="space_center"></div>
|
31
31
|
<%end%>
|
32
32
|
|
33
|
-
<%= render :partial =>
|
33
|
+
<%= render :partial => "activities/index",
|
34
|
+
:locals => { :activities => @event.wall(:profile, :for => current_subject).
|
35
|
+
page(params[:page]),
|
36
|
+
:owner => @event } %>
|
37
|
+
|
34
38
|
|
@@ -7,10 +7,12 @@ module SocialStream
|
|
7
7
|
end
|
8
8
|
|
9
9
|
module Events
|
10
|
-
# Add :event, :agenda, :session to SocialStream
|
10
|
+
# Add :event, :agenda, :session to SocialStream's subjects, objects and activity_forms
|
11
11
|
# by default
|
12
12
|
# It can be configured by users at application's config/initializers/social_stream.rb
|
13
|
-
|
13
|
+
SocialStream.subjects.push(:event) unless SocialStream.subjects.include?(:event)
|
14
|
+
|
15
|
+
[ :agenda, :session ].each do |o|
|
14
16
|
SocialStream.objects.push(o) unless SocialStream.objects.include?(o)
|
15
17
|
end
|
16
18
|
|
@@ -12,8 +12,8 @@ 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.9.
|
16
|
-
s.add_runtime_dependency('conference_manager-ruby', '~> 0.0.
|
15
|
+
s.add_runtime_dependency('social_stream-base', '~> 0.9.12')
|
16
|
+
s.add_runtime_dependency('conference_manager-ruby', '~> 0.0.3')
|
17
17
|
|
18
18
|
# Development Gem dependencies
|
19
19
|
s.add_development_dependency('sqlite3-ruby')
|
data/lib/social_stream.rb
CHANGED
@@ -3,6 +3,10 @@ require 'social_stream-documents'
|
|
3
3
|
require 'social_stream-events'
|
4
4
|
|
5
5
|
module SocialStream
|
6
|
+
# Put :group at the end of activity_forms
|
7
|
+
activity_forms.delete(:group)
|
8
|
+
activity_forms.push(:group)
|
9
|
+
|
6
10
|
class Engine < ::Rails::Engine #:nodoc:
|
7
11
|
config.app_generators.base 'social_stream:base'
|
8
12
|
config.app_generators.documents 'social_stream:documents'
|
data/social_stream.gemspec
CHANGED
@@ -11,9 +11,9 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.files = `git ls-files`.split("\n")
|
12
12
|
|
13
13
|
# Gem dependencies
|
14
|
-
s.add_runtime_dependency('social_stream-base', '~> 0.9.
|
14
|
+
s.add_runtime_dependency('social_stream-base', '~> 0.9.12')
|
15
15
|
s.add_runtime_dependency('social_stream-documents', '~> 0.2.8')
|
16
|
-
s.add_runtime_dependency('social_stream-events', '~> 0.0.
|
16
|
+
s.add_runtime_dependency('social_stream-events', '~> 0.0.6')
|
17
17
|
|
18
18
|
# Development Gem dependencies
|
19
19
|
#
|
data/spec/support/db.rb
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
require 'social_stream/migrations/documents'
|
2
|
+
require 'social_stream/migrations/events'
|
2
3
|
|
4
|
+
SocialStream::Migrations::Events.new.down
|
3
5
|
SocialStream::Migrations::Documents.new.down
|
4
6
|
SocialStream::Migrations::Base.new.down
|
5
7
|
|
6
8
|
SocialStream::Migrations::Base.new.up
|
7
9
|
SocialStream::Migrations::Documents.new.up
|
10
|
+
SocialStream::Migrations::Events.new.up
|
metadata
CHANGED
@@ -1,191 +1,124 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.10.2
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 10
|
9
|
-
- 1
|
10
|
-
version: 0.10.1
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- GING - DIT - UPM
|
14
9
|
- CISE - ESPOL
|
15
10
|
autorequire:
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
|
-
|
19
|
-
date: 2011-09-29 00:00:00 +02:00
|
13
|
+
date: 2011-09-29 00:00:00.000000000 +02:00
|
20
14
|
default_executable:
|
21
|
-
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
23
17
|
name: social_stream-base
|
24
|
-
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
18
|
+
requirement: &84486300 !ruby/object:Gem::Requirement
|
26
19
|
none: false
|
27
|
-
requirements:
|
20
|
+
requirements:
|
28
21
|
- - ~>
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
|
31
|
-
segments:
|
32
|
-
- 0
|
33
|
-
- 9
|
34
|
-
- 11
|
35
|
-
version: 0.9.11
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.9.12
|
36
24
|
type: :runtime
|
37
|
-
version_requirements: *id001
|
38
|
-
- !ruby/object:Gem::Dependency
|
39
|
-
name: social_stream-documents
|
40
25
|
prerelease: false
|
41
|
-
|
26
|
+
version_requirements: *84486300
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: social_stream-documents
|
29
|
+
requirement: &84486050 !ruby/object:Gem::Requirement
|
42
30
|
none: false
|
43
|
-
requirements:
|
31
|
+
requirements:
|
44
32
|
- - ~>
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
hash: 7
|
47
|
-
segments:
|
48
|
-
- 0
|
49
|
-
- 2
|
50
|
-
- 8
|
33
|
+
- !ruby/object:Gem::Version
|
51
34
|
version: 0.2.8
|
52
35
|
type: :runtime
|
53
|
-
version_requirements: *id002
|
54
|
-
- !ruby/object:Gem::Dependency
|
55
|
-
name: social_stream-events
|
56
36
|
prerelease: false
|
57
|
-
|
37
|
+
version_requirements: *84486050
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: social_stream-events
|
40
|
+
requirement: &84485820 !ruby/object:Gem::Requirement
|
58
41
|
none: false
|
59
|
-
requirements:
|
42
|
+
requirements:
|
60
43
|
- - ~>
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
|
63
|
-
segments:
|
64
|
-
- 0
|
65
|
-
- 0
|
66
|
-
- 5
|
67
|
-
version: 0.0.5
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 0.0.6
|
68
46
|
type: :runtime
|
69
|
-
version_requirements: *id003
|
70
|
-
- !ruby/object:Gem::Dependency
|
71
|
-
name: capybara
|
72
47
|
prerelease: false
|
73
|
-
|
48
|
+
version_requirements: *84485820
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: capybara
|
51
|
+
requirement: &84485590 !ruby/object:Gem::Requirement
|
74
52
|
none: false
|
75
|
-
requirements:
|
53
|
+
requirements:
|
76
54
|
- - ~>
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
hash: 1
|
79
|
-
segments:
|
80
|
-
- 0
|
81
|
-
- 3
|
82
|
-
- 9
|
55
|
+
- !ruby/object:Gem::Version
|
83
56
|
version: 0.3.9
|
84
57
|
type: :development
|
85
|
-
version_requirements: *id004
|
86
|
-
- !ruby/object:Gem::Dependency
|
87
|
-
name: sqlite3-ruby
|
88
58
|
prerelease: false
|
89
|
-
|
59
|
+
version_requirements: *84485590
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: sqlite3-ruby
|
62
|
+
requirement: &84485400 !ruby/object:Gem::Requirement
|
90
63
|
none: false
|
91
|
-
requirements:
|
92
|
-
- -
|
93
|
-
- !ruby/object:Gem::Version
|
94
|
-
|
95
|
-
segments:
|
96
|
-
- 0
|
97
|
-
version: "0"
|
64
|
+
requirements:
|
65
|
+
- - ! '>='
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0'
|
98
68
|
type: :development
|
99
|
-
version_requirements: *id005
|
100
|
-
- !ruby/object:Gem::Dependency
|
101
|
-
name: ruby-debug
|
102
69
|
prerelease: false
|
103
|
-
|
104
|
-
|
105
|
-
requirements:
|
106
|
-
- - ~>
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
hash: 49
|
109
|
-
segments:
|
110
|
-
- 0
|
111
|
-
- 10
|
112
|
-
- 3
|
113
|
-
version: 0.10.3
|
114
|
-
type: :development
|
115
|
-
version_requirements: *id006
|
116
|
-
- !ruby/object:Gem::Dependency
|
70
|
+
version_requirements: *84485400
|
71
|
+
- !ruby/object:Gem::Dependency
|
117
72
|
name: rspec-rails
|
118
|
-
|
119
|
-
requirement: &id007 !ruby/object:Gem::Requirement
|
73
|
+
requirement: &84485120 !ruby/object:Gem::Requirement
|
120
74
|
none: false
|
121
|
-
requirements:
|
75
|
+
requirements:
|
122
76
|
- - ~>
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
hash: 27
|
125
|
-
segments:
|
126
|
-
- 2
|
127
|
-
- 5
|
128
|
-
- 0
|
77
|
+
- !ruby/object:Gem::Version
|
129
78
|
version: 2.5.0
|
130
79
|
type: :development
|
131
|
-
version_requirements: *id007
|
132
|
-
- !ruby/object:Gem::Dependency
|
133
|
-
name: factory_girl
|
134
80
|
prerelease: false
|
135
|
-
|
81
|
+
version_requirements: *84485120
|
82
|
+
- !ruby/object:Gem::Dependency
|
83
|
+
name: factory_girl
|
84
|
+
requirement: &84484870 !ruby/object:Gem::Requirement
|
136
85
|
none: false
|
137
|
-
requirements:
|
86
|
+
requirements:
|
138
87
|
- - ~>
|
139
|
-
- !ruby/object:Gem::Version
|
140
|
-
hash: 31
|
141
|
-
segments:
|
142
|
-
- 1
|
143
|
-
- 3
|
144
|
-
- 2
|
88
|
+
- !ruby/object:Gem::Version
|
145
89
|
version: 1.3.2
|
146
90
|
type: :development
|
147
|
-
version_requirements: *id008
|
148
|
-
- !ruby/object:Gem::Dependency
|
149
|
-
name: forgery
|
150
91
|
prerelease: false
|
151
|
-
|
92
|
+
version_requirements: *84484870
|
93
|
+
- !ruby/object:Gem::Dependency
|
94
|
+
name: forgery
|
95
|
+
requirement: &84484640 !ruby/object:Gem::Requirement
|
152
96
|
none: false
|
153
|
-
requirements:
|
97
|
+
requirements:
|
154
98
|
- - ~>
|
155
|
-
- !ruby/object:Gem::Version
|
156
|
-
hash: 31
|
157
|
-
segments:
|
158
|
-
- 0
|
159
|
-
- 3
|
160
|
-
- 6
|
99
|
+
- !ruby/object:Gem::Version
|
161
100
|
version: 0.3.6
|
162
101
|
type: :development
|
163
|
-
version_requirements: *id009
|
164
|
-
- !ruby/object:Gem::Dependency
|
165
|
-
name: ci_reporter
|
166
102
|
prerelease: false
|
167
|
-
|
103
|
+
version_requirements: *84484640
|
104
|
+
- !ruby/object:Gem::Dependency
|
105
|
+
name: ci_reporter
|
106
|
+
requirement: &84484410 !ruby/object:Gem::Requirement
|
168
107
|
none: false
|
169
|
-
requirements:
|
108
|
+
requirements:
|
170
109
|
- - ~>
|
171
|
-
- !ruby/object:Gem::Version
|
172
|
-
hash: 7
|
173
|
-
segments:
|
174
|
-
- 1
|
175
|
-
- 6
|
176
|
-
- 4
|
110
|
+
- !ruby/object:Gem::Version
|
177
111
|
version: 1.6.4
|
178
112
|
type: :development
|
179
|
-
|
180
|
-
|
113
|
+
prerelease: false
|
114
|
+
version_requirements: *84484410
|
115
|
+
description: Ruby on Rails engine supporting social networking features and activity
|
116
|
+
streams.
|
181
117
|
email:
|
182
118
|
executables: []
|
183
|
-
|
184
119
|
extensions: []
|
185
|
-
|
186
120
|
extra_rdoc_files: []
|
187
|
-
|
188
|
-
files:
|
121
|
+
files:
|
189
122
|
- .gitignore
|
190
123
|
- .rspec
|
191
124
|
- .travis.yml
|
@@ -217,6 +150,7 @@ files:
|
|
217
150
|
- base/app/assets/images/btn/_notes/btn_certificates.png.mno
|
218
151
|
- base/app/assets/images/btn/activity.png
|
219
152
|
- base/app/assets/images/btn/arrowBlue.png
|
153
|
+
- base/app/assets/images/btn/arrow_session_change.png
|
220
154
|
- base/app/assets/images/btn/arrows-ffffff.png
|
221
155
|
- base/app/assets/images/btn/bold.png
|
222
156
|
- base/app/assets/images/btn/btn_account.png
|
@@ -272,6 +206,7 @@ files:
|
|
272
206
|
- base/app/assets/images/btn/flag.png
|
273
207
|
- base/app/assets/images/btn/group_left.png
|
274
208
|
- base/app/assets/images/btn/group_right.png
|
209
|
+
- base/app/assets/images/btn/header_notifications.png
|
275
210
|
- base/app/assets/images/btn/index_71.png
|
276
211
|
- base/app/assets/images/btn/info.png
|
277
212
|
- base/app/assets/images/btn/italic.png
|
@@ -537,6 +472,8 @@ files:
|
|
537
472
|
- base/app/views/layouts/_flash.html.erb
|
538
473
|
- base/app/views/layouts/_footer.html.erb
|
539
474
|
- base/app/views/layouts/_header.erb
|
475
|
+
- base/app/views/layouts/_header_dropdown_menu.html.erb
|
476
|
+
- base/app/views/layouts/_header_dropdown_menu_sessions.html.erb
|
540
477
|
- base/app/views/layouts/_representation.html.erb
|
541
478
|
- base/app/views/layouts/_search.html.erb
|
542
479
|
- base/app/views/layouts/_settings.html.erb
|
@@ -1106,36 +1043,26 @@ files:
|
|
1106
1043
|
has_rdoc: true
|
1107
1044
|
homepage: http://social-stream.dit.upm.es/
|
1108
1045
|
licenses: []
|
1109
|
-
|
1110
1046
|
post_install_message:
|
1111
1047
|
rdoc_options: []
|
1112
|
-
|
1113
|
-
require_paths:
|
1048
|
+
require_paths:
|
1114
1049
|
- lib
|
1115
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
1050
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1116
1051
|
none: false
|
1117
|
-
requirements:
|
1118
|
-
- -
|
1119
|
-
- !ruby/object:Gem::Version
|
1120
|
-
|
1121
|
-
|
1122
|
-
- 0
|
1123
|
-
version: "0"
|
1124
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
1052
|
+
requirements:
|
1053
|
+
- - ! '>='
|
1054
|
+
- !ruby/object:Gem::Version
|
1055
|
+
version: '0'
|
1056
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1125
1057
|
none: false
|
1126
|
-
requirements:
|
1127
|
-
- -
|
1128
|
-
- !ruby/object:Gem::Version
|
1129
|
-
|
1130
|
-
segments:
|
1131
|
-
- 0
|
1132
|
-
version: "0"
|
1058
|
+
requirements:
|
1059
|
+
- - ! '>='
|
1060
|
+
- !ruby/object:Gem::Version
|
1061
|
+
version: '0'
|
1133
1062
|
requirements: []
|
1134
|
-
|
1135
1063
|
rubyforge_project:
|
1136
1064
|
rubygems_version: 1.6.2
|
1137
1065
|
signing_key:
|
1138
1066
|
specification_version: 3
|
1139
1067
|
summary: Social networking features and activity streams for Ruby on Rails.
|
1140
1068
|
test_files: []
|
1141
|
-
|