Description:
start testing add compiler msg pop up
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r622:54dff44ae178 - - 60 files changed: 56 inserted, 1593 deleted

@@ -0,0 +1,3
1 + :javascript
2 + $("#compiler_msg").html("#{j @submissionhcompiler_msg}")
3 +
@@ -0,0 +1,13
1 + require 'test_helper'
2 +
3 + class LoginTest < ActionDispatch::IntegrationTest
4 + # test "the truth" do
5 + # assert true
6 + # end
7 +
8 + test "login with valid information" do
9 + get root_path
10 + assert_response :success
11 +
12 + end
13 + end
@@ -4,33 +4,32
4 gem 'activerecord-session_store'
4 gem 'activerecord-session_store'
5
5
6 gem 'select2-rails'
6 gem 'select2-rails'
7
7
8 # Bundle edge Rails instead:
8 # Bundle edge Rails instead:
9 # gem 'rails', :git => 'git://github.com/rails/rails.git'
9 # gem 'rails', :git => 'git://github.com/rails/rails.git'
10
10
11 gem 'mysql2'
11 gem 'mysql2'
12 gem 'sqlite3'
12 gem 'sqlite3'
13
13
14 # Gems used only for assets and not required
14 # Gems used only for assets and not required
15 # in production environments by default.
15 # in production environments by default.
16 - group :assets do
17 gem 'sass-rails'
16 gem 'sass-rails'
18 gem 'coffee-rails'
17 gem 'coffee-rails'
19
18
20 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
19 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
21 # gem 'therubyracer', :platforms => :ruby
20 # gem 'therubyracer', :platforms => :ruby
22
21
23 gem 'uglifier'
22 gem 'uglifier'
24 - end
23 +
25
24
26 # gem 'prototype-rails'
25 # gem 'prototype-rails'
27
26
28 # To use ActiveModel has_secure_password
27 # To use ActiveModel has_secure_password
29 # gem 'bcrypt-ruby', '~> 3.0.0'
28 # gem 'bcrypt-ruby', '~> 3.0.0'
30
29
31 # To use Jbuilder templates for JSON
30 # To use Jbuilder templates for JSON
32 # gem 'jbuilder'
31 # gem 'jbuilder'
33
32
34 # Use unicorn as the app server
33 # Use unicorn as the app server
35 # gem 'unicorn'
34 # gem 'unicorn'
36
35
@@ -68,15 +67,12
68 gem 'ace-rails-ap'
67 gem 'ace-rails-ap'
69
68
70 gem 'haml'
69 gem 'haml'
71 gem 'haml-rails'
70 gem 'haml-rails'
72 gem 'mail'
71 gem 'mail'
73 gem 'rdiscount'
72 gem 'rdiscount'
74 gem 'test-unit'
73 gem 'test-unit'
75 gem 'will_paginate', '~> 3.0.7'
74 gem 'will_paginate', '~> 3.0.7'
76 gem 'dynamic_form'
75 gem 'dynamic_form'
77 gem 'in_place_editing'
76 gem 'in_place_editing'
78 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
77 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
79
78
80 - group :test, :development do
81 - gem 'rspec-rails'
82 - end
@@ -1,19 +1,19
1 GIT
1 GIT
2 remote: https://github.com/sikachu/verification.git
2 remote: https://github.com/sikachu/verification.git
3 - revision: e6fe084ce16b7b5a4b1cdfca5374d125fd034a0f
3 + revision: ff31697b940d7b0e2ec65f08764215c96104e76d
4 specs:
4 specs:
5 verification (1.0.3)
5 verification (1.0.3)
6 - actionpack (>= 3.0.0, < 5.0)
6 + actionpack (>= 3.0.0, < 5.1)
7 - activesupport (>= 3.0.0, < 5.0)
7 + activesupport (>= 3.0.0, < 5.1)
8
8
9 GEM
9 GEM
10 remote: https://rubygems.org/
10 remote: https://rubygems.org/
11 specs:
11 specs:
12 ace-rails-ap (4.1.1)
12 ace-rails-ap (4.1.1)
13 actionmailer (4.2.7.1)
13 actionmailer (4.2.7.1)
14 actionpack (= 4.2.7.1)
14 actionpack (= 4.2.7.1)
15 actionview (= 4.2.7.1)
15 actionview (= 4.2.7.1)
16 activejob (= 4.2.7.1)
16 activejob (= 4.2.7.1)
17 mail (~> 2.5, >= 2.5.4)
17 mail (~> 2.5, >= 2.5.4)
18 rails-dom-testing (~> 1.0, >= 1.0.5)
18 rails-dom-testing (~> 1.0, >= 1.0.5)
19 actionpack (4.2.7.1)
19 actionpack (4.2.7.1)
@@ -42,44 +42,43
42 activerecord-session_store (1.0.0)
42 activerecord-session_store (1.0.0)
43 actionpack (>= 4.0, < 5.1)
43 actionpack (>= 4.0, < 5.1)
44 activerecord (>= 4.0, < 5.1)
44 activerecord (>= 4.0, < 5.1)
45 multi_json (~> 1.11, >= 1.11.2)
45 multi_json (~> 1.11, >= 1.11.2)
46 rack (>= 1.5.2, < 3)
46 rack (>= 1.5.2, < 3)
47 railties (>= 4.0, < 5.1)
47 railties (>= 4.0, < 5.1)
48 activesupport (4.2.7.1)
48 activesupport (4.2.7.1)
49 i18n (~> 0.7)
49 i18n (~> 0.7)
50 json (~> 1.7, >= 1.7.7)
50 json (~> 1.7, >= 1.7.7)
51 minitest (~> 5.1)
51 minitest (~> 5.1)
52 thread_safe (~> 0.3, >= 0.3.4)
52 thread_safe (~> 0.3, >= 0.3.4)
53 tzinfo (~> 1.1)
53 tzinfo (~> 1.1)
54 - arel (6.0.3)
54 + arel (6.0.4)
55 - autoprefixer-rails (6.5.3.1)
55 + autoprefixer-rails (6.6.0)
56 execjs
56 execjs
57 best_in_place (3.0.3)
57 best_in_place (3.0.3)
58 actionpack (>= 3.2)
58 actionpack (>= 3.2)
59 railties (>= 3.2)
59 railties (>= 3.2)
60 bootstrap-sass (3.2.0.2)
60 bootstrap-sass (3.2.0.2)
61 sass (~> 3.2)
61 sass (~> 3.2)
62 bootstrap-switch-rails (3.3.3)
62 bootstrap-switch-rails (3.3.3)
63 bootstrap-toggle-rails (2.2.1.0)
63 bootstrap-toggle-rails (2.2.1.0)
64 builder (3.2.2)
64 builder (3.2.2)
65 coffee-rails (4.2.1)
65 coffee-rails (4.2.1)
66 coffee-script (>= 2.2.0)
66 coffee-script (>= 2.2.0)
67 railties (>= 4.0.0, < 5.2.x)
67 railties (>= 4.0.0, < 5.2.x)
68 coffee-script (2.4.1)
68 coffee-script (2.4.1)
69 coffee-script-source
69 coffee-script-source
70 execjs
70 execjs
71 - coffee-script-source (1.11.1)
71 + coffee-script-source (1.12.2)
72 - concurrent-ruby (1.0.2)
72 + concurrent-ruby (1.0.4)
73 - diff-lcs (1.2.5)
74 dynamic_form (1.1.4)
73 dynamic_form (1.1.4)
75 erubis (2.7.0)
74 erubis (2.7.0)
76 execjs (2.7.0)
75 execjs (2.7.0)
77 globalid (0.3.7)
76 globalid (0.3.7)
78 activesupport (>= 4.1.0)
77 activesupport (>= 4.1.0)
79 haml (4.0.7)
78 haml (4.0.7)
80 tilt
79 tilt
81 haml-rails (0.9.0)
80 haml-rails (0.9.0)
82 actionpack (>= 4.0.1)
81 actionpack (>= 4.0.1)
83 activesupport (>= 4.0.1)
82 activesupport (>= 4.0.1)
84 haml (>= 4.0.6, < 5.0)
83 haml (>= 4.0.6, < 5.0)
85 html2haml (>= 1.0.1)
84 html2haml (>= 1.0.1)
@@ -87,31 +86,30
87 html2haml (2.0.0)
86 html2haml (2.0.0)
88 erubis (~> 2.7.0)
87 erubis (~> 2.7.0)
89 haml (~> 4.0.0)
88 haml (~> 4.0.0)
90 nokogiri (~> 1.6.0)
89 nokogiri (~> 1.6.0)
91 ruby_parser (~> 3.5)
90 ruby_parser (~> 3.5)
92 i18n (0.7.0)
91 i18n (0.7.0)
93 in_place_editing (1.2.0)
92 in_place_editing (1.2.0)
94 jquery-countdown-rails (2.0.2)
93 jquery-countdown-rails (2.0.2)
95 jquery-rails (4.2.1)
94 jquery-rails (4.2.1)
96 rails-dom-testing (>= 1, < 3)
95 rails-dom-testing (>= 1, < 3)
97 railties (>= 4.2.0)
96 railties (>= 4.2.0)
98 thor (>= 0.14, < 2.0)
97 thor (>= 0.14, < 2.0)
99 - jquery-tablesorter (1.23.1)
98 + jquery-tablesorter (1.23.3)
100 railties (>= 3.2, < 6)
99 railties (>= 3.2, < 6)
101 jquery-timepicker-addon-rails (1.4.1)
100 jquery-timepicker-addon-rails (1.4.1)
102 railties (>= 3.1)
101 railties (>= 3.1)
103 - jquery-ui-rails (4.0.3)
102 + jquery-ui-rails (6.0.1)
104 - jquery-rails
103 + railties (>= 3.2.16)
105 - railties (>= 3.1.0)
106 json (1.8.3)
104 json (1.8.3)
107 loofah (2.0.3)
105 loofah (2.0.3)
108 nokogiri (>= 1.5.9)
106 nokogiri (>= 1.5.9)
109 mail (2.6.4)
107 mail (2.6.4)
110 mime-types (>= 1.16, < 4)
108 mime-types (>= 1.16, < 4)
111 mime-types (3.1)
109 mime-types (3.1)
112 mime-types-data (~> 3.2015)
110 mime-types-data (~> 3.2015)
113 mime-types-data (3.2016.0521)
111 mime-types-data (3.2016.0521)
114 mini_portile2 (2.1.0)
112 mini_portile2 (2.1.0)
115 minitest (5.10.1)
113 minitest (5.10.1)
116 momentjs-rails (2.15.1)
114 momentjs-rails (2.15.1)
117 railties (>= 3.1)
115 railties (>= 3.1)
@@ -127,70 +125,53
127 actionmailer (= 4.2.7.1)
125 actionmailer (= 4.2.7.1)
128 actionpack (= 4.2.7.1)
126 actionpack (= 4.2.7.1)
129 actionview (= 4.2.7.1)
127 actionview (= 4.2.7.1)
130 activejob (= 4.2.7.1)
128 activejob (= 4.2.7.1)
131 activemodel (= 4.2.7.1)
129 activemodel (= 4.2.7.1)
132 activerecord (= 4.2.7.1)
130 activerecord (= 4.2.7.1)
133 activesupport (= 4.2.7.1)
131 activesupport (= 4.2.7.1)
134 bundler (>= 1.3.0, < 2.0)
132 bundler (>= 1.3.0, < 2.0)
135 railties (= 4.2.7.1)
133 railties (= 4.2.7.1)
136 sprockets-rails
134 sprockets-rails
137 rails-deprecated_sanitizer (1.0.3)
135 rails-deprecated_sanitizer (1.0.3)
138 activesupport (>= 4.2.0.alpha)
136 activesupport (>= 4.2.0.alpha)
139 - rails-dom-testing (1.0.7)
137 + rails-dom-testing (1.0.8)
140 activesupport (>= 4.2.0.beta, < 5.0)
138 activesupport (>= 4.2.0.beta, < 5.0)
141 - nokogiri (~> 1.6.0)
139 + nokogiri (~> 1.6)
142 rails-deprecated_sanitizer (>= 1.0.1)
140 rails-deprecated_sanitizer (>= 1.0.1)
143 rails-html-sanitizer (1.0.3)
141 rails-html-sanitizer (1.0.3)
144 loofah (~> 2.0)
142 loofah (~> 2.0)
145 rails_bootstrap_sortable (2.0.1)
143 rails_bootstrap_sortable (2.0.1)
146 momentjs-rails (>= 2.8.3)
144 momentjs-rails (>= 2.8.3)
147 railties (4.2.7.1)
145 railties (4.2.7.1)
148 actionpack (= 4.2.7.1)
146 actionpack (= 4.2.7.1)
149 activesupport (= 4.2.7.1)
147 activesupport (= 4.2.7.1)
150 rake (>= 0.8.7)
148 rake (>= 0.8.7)
151 thor (>= 0.18.1, < 2.0)
149 thor (>= 0.18.1, < 2.0)
152 rake (12.0.0)
150 rake (12.0.0)
153 rdiscount (2.2.0.1)
151 rdiscount (2.2.0.1)
154 rouge (2.0.7)
152 rouge (2.0.7)
155 - rspec-core (3.5.4)
156 - rspec-support (~> 3.5.0)
157 - rspec-expectations (3.5.0)
158 - diff-lcs (>= 1.2.0, < 2.0)
159 - rspec-support (~> 3.5.0)
160 - rspec-mocks (3.5.0)
161 - diff-lcs (>= 1.2.0, < 2.0)
162 - rspec-support (~> 3.5.0)
163 - rspec-rails (3.5.2)
164 - actionpack (>= 3.0)
165 - activesupport (>= 3.0)
166 - railties (>= 3.0)
167 - rspec-core (~> 3.5.0)
168 - rspec-expectations (~> 3.5.0)
169 - rspec-mocks (~> 3.5.0)
170 - rspec-support (~> 3.5.0)
171 - rspec-support (3.5.0)
172 ruby_parser (3.8.3)
153 ruby_parser (3.8.3)
173 sexp_processor (~> 4.1)
154 sexp_processor (~> 4.1)
174 - sass (3.4.22)
155 + sass (3.4.23)
175 sass-rails (5.0.6)
156 sass-rails (5.0.6)
176 railties (>= 4.0.0, < 6)
157 railties (>= 4.0.0, < 6)
177 sass (~> 3.1)
158 sass (~> 3.1)
178 sprockets (>= 2.8, < 4.0)
159 sprockets (>= 2.8, < 4.0)
179 sprockets-rails (>= 2.0, < 4.0)
160 sprockets-rails (>= 2.0, < 4.0)
180 tilt (>= 1.1, < 3)
161 tilt (>= 1.1, < 3)
181 select2-rails (4.0.3)
162 select2-rails (4.0.3)
182 thor (~> 0.14)
163 thor (~> 0.14)
183 sexp_processor (4.7.0)
164 sexp_processor (4.7.0)
184 - sprockets (3.7.0)
165 + sprockets (3.7.1)
185 concurrent-ruby (~> 1.0)
166 concurrent-ruby (~> 1.0)
186 rack (> 1, < 3)
167 rack (> 1, < 3)
187 sprockets-rails (3.2.0)
168 sprockets-rails (3.2.0)
188 actionpack (>= 4.0)
169 actionpack (>= 4.0)
189 activesupport (>= 4.0)
170 activesupport (>= 4.0)
190 sprockets (>= 3.0.0)
171 sprockets (>= 3.0.0)
191 sqlite3 (1.3.12)
172 sqlite3 (1.3.12)
192 test-unit (3.2.3)
173 test-unit (3.2.3)
193 power_assert
174 power_assert
194 thor (0.19.4)
175 thor (0.19.4)
195 thread_safe (0.3.5)
176 thread_safe (0.3.5)
196 tilt (2.0.5)
177 tilt (2.0.5)
@@ -219,23 +200,22
219 jquery-countdown-rails
200 jquery-countdown-rails
220 jquery-rails
201 jquery-rails
221 jquery-tablesorter
202 jquery-tablesorter
222 jquery-timepicker-addon-rails
203 jquery-timepicker-addon-rails
223 jquery-ui-rails
204 jquery-ui-rails
224 mail
205 mail
225 momentjs-rails
206 momentjs-rails
226 mysql2
207 mysql2
227 rails (~> 4.2.0)
208 rails (~> 4.2.0)
228 rails_bootstrap_sortable
209 rails_bootstrap_sortable
229 rdiscount
210 rdiscount
230 rouge
211 rouge
231 - rspec-rails
232 sass-rails
212 sass-rails
233 select2-rails
213 select2-rails
234 sqlite3
214 sqlite3
235 test-unit
215 test-unit
236 uglifier
216 uglifier
237 verification!
217 verification!
238 will_paginate (~> 3.0.7)
218 will_paginate (~> 3.0.7)
239
219
240 BUNDLED WITH
220 BUNDLED WITH
241 1.13.6
221 1.13.6
@@ -3,42 +3,39
3 //
3 //
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6 //
6 //
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8 // the compiled file.
8 // the compiled file.
9 //
9 //
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11 // GO AFTER THE REQUIRES BELOW.
11 // GO AFTER THE REQUIRES BELOW.
12 //
12 //
13 //= require jquery
13 //= require jquery
14 //= require jquery_ujs
14 //= require jquery_ujs
15 - //= require jquery.ui.all
15 + //= require jquery-ui
16 //= require bootstrap-sprockets
16 //= require bootstrap-sprockets
17 //= require moment
17 //= require moment
18 //= require bootstrap-sortable
18 //= require bootstrap-sortable
19 //= require select2
19 //= require select2
20 //= require ace-rails-ap
20 //= require ace-rails-ap
21 //= require ace/mode-c_cpp
21 //= require ace/mode-c_cpp
22 //= require ace/mode-python
22 //= require ace/mode-python
23 //= require ace/mode-ruby
23 //= require ace/mode-ruby
24 //= require ace/mode-pascal
24 //= require ace/mode-pascal
25 //= require ace/mode-javascript
25 //= require ace/mode-javascript
26 //= require ace/mode-java
26 //= require ace/mode-java
27 //= require ace/theme-merbivore
27 //= require ace/theme-merbivore
28 //= require custom
28 //= require custom
29 //= require jquery.countdown
29 //= require jquery.countdown
30 //-------------- addition from local_jquery -----------
30 //-------------- addition from local_jquery -----------
31 - //= require jquery.ui.datepicker
32 - //= require jquery.ui.slider
33 - //= require jquery-ui-timepicker-addon
34 //= require jquery-tablesorter
31 //= require jquery-tablesorter
35 //= require best_in_place
32 //= require best_in_place
36 //= require best_in_place.jquery-ui
33 //= require best_in_place.jquery-ui
37 //= require brython
34 //= require brython
38
35
39 // since this is after blank line, it is not downloaded
36 // since this is after blank line, it is not downloaded
40 //x= require prototype
37 //x= require prototype
41 //x= require prototype_ujs
38 //x= require prototype_ujs
42 //x= require effects
39 //x= require effects
43 //x= require dragdrop
40 //x= require dragdrop
44 //x= require controls
41 //x= require controls
@@ -1,14 +1,4
1 - //= require jquery
2 - //= require jquery_ujs
3 - //= require jquery.ui.all
4 - //= require jquery.ui.datepicker
5 - //= require jquery.ui.slider
6 - //= require jquery-ui-timepicker-addon
7 - //= require jquery-tablesorter
8 - //= require best_in_place
9 - //= require best_in_place.jquery-ui
10 -
11 $(document).ready(function() {
1 $(document).ready(function() {
12 /* Activating Best In Place */
2 /* Activating Best In Place */
13 jQuery(".best_in_place").best_in_place();
3 jQuery(".best_in_place").best_in_place();
14 });
4 });
@@ -5,29 +5,29
5 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
5 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
6 *
6 *
7 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
7 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
8 * compiled file so the styles you add here take precedence over styles defined in any styles
8 * compiled file so the styles you add here take precedence over styles defined in any styles
9 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
9 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
10 * file per style scope.
10 * file per style scope.
11 *
11 *
12 * // bootstrap says that we should not do this, but @import each file instead
12 * // bootstrap says that we should not do this, but @import each file instead
13 * # *= require_tree .
13 * # *= require_tree .
14 * # *= require_self
14 * # *= require_self
15 */
15 */
16
16
17 - @import "jquery.ui.all";
17 + @import "jquery-ui";
18 - @import "jquery.ui.core";
18 + //@import "jquery.ui.core";
19 - @import "jquery.ui.theme";
19 + //@import "jquery.ui.theme";
20 - @import "jquery.ui.datepicker";
20 + //@import "jquery.ui.datepicker";
21 - @import "jquery.ui.slider";
21 + //@import "jquery.ui.slider";
22 @import "jquery-ui-timepicker-addon";
22 @import "jquery-ui-timepicker-addon";
23 @import "jquery-tablesorter/theme.metro-dark";
23 @import "jquery-tablesorter/theme.metro-dark";
24 @import "jquery.countdown";
24 @import "jquery.countdown";
25 @import "tablesorter-theme.cafe";
25 @import "tablesorter-theme.cafe";
26
26
27 //bootstrap
27 //bootstrap
28 @import "bootstrap-sprockets";
28 @import "bootstrap-sprockets";
29 @import "bootstrap";
29 @import "bootstrap";
30 @import "select2";
30 @import "select2";
31 @import "select2-bootstrap";
31 @import "select2-bootstrap";
32
32
33 //@import bootstrap3-switch
33 //@import bootstrap3-switch
@@ -27,13 +27,17
27 # Tell Action Mailer not to deliver emails to the real world.
27 # Tell Action Mailer not to deliver emails to the real world.
28 # The :test delivery method accumulates sent emails in the
28 # The :test delivery method accumulates sent emails in the
29 # ActionMailer::Base.deliveries array.
29 # ActionMailer::Base.deliveries array.
30 config.action_mailer.delivery_method = :test
30 config.action_mailer.delivery_method = :test
31
31
32 # Raise exception on mass assignment protection for Active Record models
32 # Raise exception on mass assignment protection for Active Record models
33 #config.active_record.mass_assignment_sanitizer = :strict // DEPRICATED
33 #config.active_record.mass_assignment_sanitizer = :strict // DEPRICATED
34
34
35 # Print deprecation notices to the stderr
35 # Print deprecation notices to the stderr
36 config.active_support.deprecation = :stderr
36 config.active_support.deprecation = :stderr
37
37
38 config.eager_load = false
38 config.eager_load = false
39 +
40 + #test order
41 + config.active_support.test_order = :sorted
42 +
39 end
43 end
@@ -44,45 +44,60
44 :value_type => 'string',
44 :value_type => 'string',
45 :default_value => 'Grader',
45 :default_value => 'Grader',
46 :description => 'This name will be shown on the user header bar.'
46 :description => 'This name will be shown on the user header bar.'
47 },
47 },
48
48
49 {
49 {
50 :key => 'contest.multisites',
50 :key => 'contest.multisites',
51 :value_type => 'boolean',
51 :value_type => 'boolean',
52 :default_value => 'false',
52 :default_value => 'false',
53 :description => 'If the server is in contest mode and this option is true, on the log in of the admin a menu for site selections is shown.'
53 :description => 'If the server is in contest mode and this option is true, on the log in of the admin a menu for site selections is shown.'
54 },
54 },
55
55
56 + #---------------------------- right --------------------------------
56 {
57 {
57 :key => 'right.user_hall_of_fame',
58 :key => 'right.user_hall_of_fame',
58 :value_type => 'boolean',
59 :value_type => 'boolean',
59 :default_value => 'false',
60 :default_value => 'false',
60 :description => 'If true, any user can access hall of fame page.'
61 :description => 'If true, any user can access hall of fame page.'
61 },
62 },
62
63
63 {
64 {
64 :key => 'right.multiple_ip_login',
65 :key => 'right.multiple_ip_login',
65 :value_type => 'boolean',
66 :value_type => 'boolean',
66 :default_value => 'true',
67 :default_value => 'true',
67 :description => 'When change from true to false, a user can login from the first IP they logged into afterward.'
68 :description => 'When change from true to false, a user can login from the first IP they logged into afterward.'
68 },
69 },
69
70
70 {
71 {
71 :key => 'right.user_view_submission',
72 :key => 'right.user_view_submission',
72 :value_type => 'boolean',
73 :value_type => 'boolean',
73 :default_value => 'false',
74 :default_value => 'false',
74 :description => 'If true, any user can view submissions of every one.'
75 :description => 'If true, any user can view submissions of every one.'
75 },
76 },
76
77
78 + {
79 + :key => 'right.bypass_agreement',
80 + :value_type => 'boolean',
81 + :default_value => 'true',
82 + :description => 'When false, a user must accept usage agreement before login'
83 + },
84 +
85 + {
86 + :key => 'right.heartbeat_response',
87 + :value_type => 'string',
88 + :default_value => 'OK',
89 + :description => 'Heart beat response text'
90 + },
91 +
77 # If Configuration['system.online_registration'] is true, the
92 # If Configuration['system.online_registration'] is true, the
78 # system allows online registration, and will use these
93 # system allows online registration, and will use these
79 # information for sending confirmation emails.
94 # information for sending confirmation emails.
80 {
95 {
81 :key => 'system.online_registration.smtp',
96 :key => 'system.online_registration.smtp',
82 :value_type => 'string',
97 :value_type => 'string',
83 :default_value => 'smtp.somehost.com'
98 :default_value => 'smtp.somehost.com'
84 },
99 },
85
100
86 {
101 {
87 :key => 'system.online_registration.from',
102 :key => 'system.online_registration.from',
88 :value_type => 'string',
103 :value_type => 'string',
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
deleted file
You need to be logged in to leave comments. Login now