xforum 0.0.381 → 0.0.382
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/xforum/application.js +0 -1
- data/app/assets/javascripts/xforum/forum_basic.js.coffee +0 -1
- data/app/assets/javascripts/xforum/global_java.js +1 -13
- data/config/routes.rb +1 -1
- data/db/migrate/20140826100002_add_private_to_people_lists.rb +1 -0
- data/db/migrate/20140904300001_add_timestamps_to_hyperlinks.rb +7 -0
- data/lib/xforum/version.rb +1 -1
- metadata +3 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85db147e536d3413c7b6a659991e2f2ebbb92b4d
|
4
|
+
data.tar.gz: ac992da35efc2433dacbad34f8f53033a97fa477
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 646e1c487c38c539d78e87d64be79e0702f59e2f0df61bdca9dbe67b7c334ae6c9f32bae0ae383dd7591af441f8cdfdfc0a5368f7c011f4f78c1af6aea44861b
|
7
|
+
data.tar.gz: 0cd1731d3621beaeeaec0605b5ee87b6e9d7ac02d9a992a40df8165f72dbeca4f8942055f63b810ddf9d477430a8f592bab5d3f0a67c08a298c9459f018094c6
|
@@ -47,7 +47,6 @@ getTheVideo=(photo)->
|
|
47
47
|
console.log('in get video')
|
48
48
|
showMe({id:'big-forum-video-span'})
|
49
49
|
hideMe({id:'big-forum-picture-span'})
|
50
|
-
forumWait()
|
51
50
|
$.post('xforum/forum_ajax',{function:'get video',forum_id:photo.dataset.forum_id},playVideo)
|
52
51
|
|
53
52
|
playVideo=(params)->
|
@@ -145,19 +145,7 @@ function deleteMyData(obj) {
|
|
145
145
|
obj.removeAttribute(ref);
|
146
146
|
}
|
147
147
|
}
|
148
|
-
|
149
|
-
'use strict';
|
150
|
-
$('#forum-box').spin({
|
151
|
-
lines: 18, // The number of lines to draw
|
152
|
-
length: 14, // The length of each line
|
153
|
-
width: 9, // The line thickness
|
154
|
-
radius: 30, // The radius of the inner circle
|
155
|
-
color: '#fff', // #rgb or #rrggbb
|
156
|
-
speed: 1, // Rounds per second
|
157
|
-
trail: 60, // Afterglow percentage
|
158
|
-
shadow: false // Whether to render a shadow
|
159
|
-
});
|
160
|
-
}
|
148
|
+
|
161
149
|
function forumGo() {
|
162
150
|
'use strict';
|
163
151
|
$('#forum-box').spin(false);
|
data/config/routes.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Xforum::Engine.routes.draw do
|
2
2
|
match 'the_page', to: 'forums#the_page', via: [:get,:post]
|
3
3
|
match 'forum_ajax', to: 'forums#forum_ajax', via: :post
|
4
|
-
match 'photos',
|
4
|
+
match 'photos', to: 'forums#newphoto', via: :post
|
5
5
|
# The priority is based upon order of creation: first created -> highest priority.
|
6
6
|
# See how all your routes lay out with "rake routes".
|
7
7
|
|
data/lib/xforum/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xforum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.382
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert D Blanton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sqlite3
|
@@ -164,20 +164,6 @@ dependencies:
|
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '4.0'
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: spinjs-rails
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - ">="
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: '0'
|
174
|
-
type: :runtime
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - ">="
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: '0'
|
181
167
|
- !ruby/object:Gem::Dependency
|
182
168
|
name: turbolinks
|
183
169
|
requirement: !ruby/object:Gem::Requirement
|
@@ -253,6 +239,7 @@ files:
|
|
253
239
|
- db/migrate/20140604_add_has_video_to_photo.rb
|
254
240
|
- db/migrate/20140813300_add_is_moderated_to_category_topics.rb
|
255
241
|
- db/migrate/20140826100002_add_private_to_people_lists.rb
|
242
|
+
- db/migrate/20140904300001_add_timestamps_to_hyperlinks.rb
|
256
243
|
- lib/active_record_extension.rb
|
257
244
|
- lib/tasks/xforum_tasks.rake
|
258
245
|
- lib/xforum.rb
|