social_stream-base 2.2.1 → 2.2.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/social_stream/comment.js +1 -1
- data/app/assets/javascripts/social_stream/search_header.js +26 -4
- data/app/assets/stylesheets/social_stream/base/contacts/layouts/_contacts.css.sass +1 -0
- data/app/assets/stylesheets/social_stream/base/footer/layout/_footer.css.sass +1 -1
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/_devise.css.sass +5 -3
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/layout/_devise.css.sass +7 -37
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/layout/_frontpage.css.sass +4 -2
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-1200px-min.css.sass +6 -3
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-767px-max.css.sass +9 -5
- data/app/assets/stylesheets/social_stream/base/frontpage_devise/responsive/_responsive-768px-979px.css.sass +3 -4
- data/app/assets/stylesheets/social_stream/base/layouts/_header.css.sass +3 -2
- data/app/assets/stylesheets/social_stream/base/mixins/_buttons.css.sass +1 -2
- data/app/controllers/groups_controller.rb +4 -0
- data/app/controllers/home_controller.rb +15 -0
- data/app/controllers/search_controller.rb +3 -3
- data/app/decorators/avatars_controller_decorator.rb +1 -0
- data/app/overrides/avatars/_crop/add_actor_id.rb +4 -0
- data/app/overrides/avatars/_form/add_actor_id.rb +4 -0
- data/app/views/contacts/_new_modal.html.erb +2 -2
- data/app/views/devise/confirmations/new.html.erb +14 -9
- data/app/views/devise/passwords/edit.html.erb +23 -26
- data/app/views/devise/passwords/new.html.erb +7 -3
- data/app/views/devise/registrations/_edit_user.html.erb +1 -1
- data/app/views/devise/registrations/new.html.erb +4 -8
- data/app/views/devise/shared/_links.erb +1 -3
- data/app/views/groups/_form.html.erb +2 -1
- data/app/views/layouts/_header_dropdown_menu_sessions.html.erb +1 -1
- data/app/views/layouts/_header_signed_in.erb +22 -26
- data/app/views/profiles/_personal_edit.html.erb +2 -2
- data/config/locales/de.yml +7 -0
- data/config/locales/devise.de.yml +61 -0
- data/config/locales/devise.fr.yml +61 -0
- data/config/locales/devise.hu.yml +60 -0
- data/config/locales/devise.nl.yml +60 -0
- data/config/locales/en.yml +5 -1
- data/config/locales/es.yml +8 -1
- data/config/locales/fr.yml +7 -0
- data/config/locales/hu.yml +22 -15
- data/config/locales/nl.yml +7 -0
- data/config/locales/pt.yml +7 -0
- data/config/locales/zh.yml +7 -0
- data/lib/social_stream/base/autoload.rb +1 -0
- data/lib/social_stream/base/version.rb +1 -1
- data/lib/social_stream/controllers/authorship.rb +2 -1
- data/lib/social_stream/controllers/avatars.rb +14 -0
- data/lib/social_stream/controllers/helpers.rb +3 -3
- data/lib/social_stream/controllers/objects.rb +6 -7
- data/lib/tasks/i18n.rake +148 -0
- data/social_stream-base.gemspec +2 -1
- metadata +15 -6
- data/app/views/home/index.js.erb +0 -5
data/social_stream-base.gemspec
CHANGED
|
@@ -9,6 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = [ "GING - DIT - UPM" ]
|
|
10
10
|
s.homepage = "http://social-stream.dit.upm.es/"
|
|
11
11
|
s.files = `git ls-files`.split("\n")
|
|
12
|
+
s.license = 'MIT'
|
|
12
13
|
|
|
13
14
|
# Runtime gem dependencies
|
|
14
15
|
#
|
|
@@ -31,7 +32,7 @@ Gem::Specification.new do |s|
|
|
|
31
32
|
# Slug generation
|
|
32
33
|
s.add_runtime_dependency('stringex', '~> 1.5.1')
|
|
33
34
|
# Avatar attachments
|
|
34
|
-
s.add_runtime_dependency('avatars_for_rails', '~> 1.1.
|
|
35
|
+
s.add_runtime_dependency('avatars_for_rails', '~> 1.1.4')
|
|
35
36
|
# jQuery
|
|
36
37
|
s.add_runtime_dependency('jquery-rails', '>= 3.0.0')
|
|
37
38
|
# jQuery UI
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GING - DIT - UPM
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deep_merge
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - ~>
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 1.1.
|
|
131
|
+
version: 1.1.4
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - ~>
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 1.1.
|
|
138
|
+
version: 1.1.4
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: jquery-rails
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -775,6 +775,7 @@ files:
|
|
|
775
775
|
- app/controllers/tags_controller.rb
|
|
776
776
|
- app/controllers/ties_controller.rb
|
|
777
777
|
- app/controllers/users_controller.rb
|
|
778
|
+
- app/decorators/avatars_controller_decorator.rb
|
|
778
779
|
- app/helpers/activities_helper.rb
|
|
779
780
|
- app/helpers/activity_actions_helper.rb
|
|
780
781
|
- app/helpers/contacts_helper.rb
|
|
@@ -821,6 +822,8 @@ files:
|
|
|
821
822
|
- app/models/site/current.rb
|
|
822
823
|
- app/models/tie.rb
|
|
823
824
|
- app/models/user.rb
|
|
825
|
+
- app/overrides/avatars/_crop/add_actor_id.rb
|
|
826
|
+
- app/overrides/avatars/_form/add_actor_id.rb
|
|
824
827
|
- app/views/activities/_actions.html.erb
|
|
825
828
|
- app/views/activities/_activity.html.erb
|
|
826
829
|
- app/views/activities/_audience.html.erb
|
|
@@ -926,7 +929,6 @@ files:
|
|
|
926
929
|
- app/views/groups/show.html.erb
|
|
927
930
|
- app/views/groups/show.js.erb
|
|
928
931
|
- app/views/home/index.html.erb
|
|
929
|
-
- app/views/home/index.js.erb
|
|
930
932
|
- app/views/invitation_mailer/send_invitation.html.erb
|
|
931
933
|
- app/views/invitation_mailer/send_invitation.text.erb
|
|
932
934
|
- app/views/invitations/_new.html.erb
|
|
@@ -1058,7 +1060,11 @@ files:
|
|
|
1058
1060
|
- app/views/users/show.js.erb
|
|
1059
1061
|
- app/views/users/show.xml.builder
|
|
1060
1062
|
- config/locales/de.yml
|
|
1063
|
+
- config/locales/devise.de.yml
|
|
1061
1064
|
- config/locales/devise.es.yml
|
|
1065
|
+
- config/locales/devise.fr.yml
|
|
1066
|
+
- config/locales/devise.hu.yml
|
|
1067
|
+
- config/locales/devise.nl.yml
|
|
1062
1068
|
- config/locales/en.yml
|
|
1063
1069
|
- config/locales/es.yml
|
|
1064
1070
|
- config/locales/fr.yml
|
|
@@ -1131,6 +1137,7 @@ files:
|
|
|
1131
1137
|
- lib/social_stream/base/thinking-sphinx.rb
|
|
1132
1138
|
- lib/social_stream/base/version.rb
|
|
1133
1139
|
- lib/social_stream/controllers/authorship.rb
|
|
1140
|
+
- lib/social_stream/controllers/avatars.rb
|
|
1134
1141
|
- lib/social_stream/controllers/cancan_devise_integration.rb
|
|
1135
1142
|
- lib/social_stream/controllers/helpers.rb
|
|
1136
1143
|
- lib/social_stream/controllers/i18n_integration.rb
|
|
@@ -1159,6 +1166,7 @@ files:
|
|
|
1159
1166
|
- lib/social_stream/views/location.rb
|
|
1160
1167
|
- lib/tasks/attachments.rake
|
|
1161
1168
|
- lib/tasks/db/populate.rake
|
|
1169
|
+
- lib/tasks/i18n.rake
|
|
1162
1170
|
- lib/tasks/workers.rake
|
|
1163
1171
|
- lib/thinking-sphinx/social_stream.rb
|
|
1164
1172
|
- social_stream-base.gemspec
|
|
@@ -1264,7 +1272,8 @@ files:
|
|
|
1264
1272
|
- vendor/assets/stylesheets/smoothness/jquery-ui-1.8.4.custom.css
|
|
1265
1273
|
- vendor/assets/stylesheets/tipsy.css
|
|
1266
1274
|
homepage: http://social-stream.dit.upm.es/
|
|
1267
|
-
licenses:
|
|
1275
|
+
licenses:
|
|
1276
|
+
- MIT
|
|
1268
1277
|
metadata: {}
|
|
1269
1278
|
post_install_message:
|
|
1270
1279
|
rdoc_options: []
|
data/app/views/home/index.js.erb
DELETED