Show More
Commit Description:
- change user_admin default action from list to index...
Commit Description:
- change user_admin default action from list to index - remove duplicate button in grader control
References:
File last commit:
Show/Diff file:
Action:
app/views/configurations/index.html.haml | 34 lines | 1016 B | text/x-haml | HamlLexer |
- countdown timer
r572 /- content_for :header do
/ = javascript_include_tag 'local_jquery'
add best_in_place...
r474
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %h1 System configuration
jittat
[web] added configurations...
r76
jittat
[web] small styling, split out admin's menu, put config into table.info...
r77 %table.info
%tr.info-head
jittat
[web] added configurations...
r76 %th Key
%th Type
%th Value
Jittat Fakcharoenphol
moved data migration for config to seeds.rb, shows option description in system config page
r269 %th Description
jittat
[web] added configurations...
r76 - @configurations.each do |conf|
Jittat Fakcharoenphol
fixed in_place_editor for configs, updated form in users/new
r330 - @grader_configuration = conf
Jittat Fakcharoenphol
moved data migration for config to seeds.rb, shows option description in system config page
r269 %tr{:class => cycle("info-odd", "info-even")}
jittat
[web] added configurations...
r76 %td
- countdown timer
r572 /= in_place_editor_field :grader_configuration, :key, {}, :rows=>1
= @grader_configuration.key
jittat
[web] added configurations...
r76 %td
- countdown timer
r572 /= in_place_editor_field :grader_configuration, :value_type, {}, :rows=>1
= @grader_configuration.value_type
jittat
[web] added configurations...
r76 %td
add best_in_place...
r474 = best_in_place @grader_configuration, :value, ok_button: "ok", cancel_button: "cancel"
Jittat Fakcharoenphol
moved data migration for config to seeds.rb, shows option description in system config page
r269 %td= conf.description
jittat
[web] added configurations...
r76
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 - if GraderConfiguration.config_cached?
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %br/
Your config is saved, but it does not automatically take effect.
%br/
If you have one mongrel process running, you can
= link_to '[click]', :action => 'reload'
here to reload.
%br/
If you have more than one process running, you should restart
them manually.