Changeset [3454c8a91f106c56015880eec7517b441b7cc6ff] by Shawn Balestracci
February 11th, 2012 @ 06:23 PM
wip merge with 3.0.11 changes
https://github.com/vegantech/sims/commit/3454c8a91f106c56015880eec7...
Committed by Shawn Balestracci
- A app/controllers/cico_controller.rb
- A app/controllers/cico_school_days_controller.rb
- A app/controllers/cico_settings_controller.rb
- A app/helpers/cico_school_days_helper.rb
- A app/helpers/cico_settings_helper.rb
- A app/models/cico_expectation.rb
- A app/models/cico_period.rb
- A app/models/cico_period_expectation.rb
- A app/models/cico_school_day.rb
- A app/models/cico_setting.rb
- A app/models/cico_student_day.rb
- A app/views/cico/index.html.erb
- A app/views/cico_school_days/edit.html.erb
- A app/views/cico_school_days/index.html.erb
- A app/views/cico_school_days/new.html.erb
- A app/views/cico_school_days/show.html.erb
- A app/views/cico_settings/_cico_expectation.html.erb
- A app/views/cico_settings/_cico_period.html.erb
- A app/views/cico_settings/edit.html.erb
- A app/views/cico_settings/index.html.erb
- A app/views/layouts/_cico_links.html.erb
- A db/migrate/20110319143847_add_sld_to_intervention_definitions.rb
- A db/migrate/20110607190626_add_mins_per_week_to_intervention_and_definition.rb
- A db/migrate/20110610143952_create_cico_settings.rb
- A db/migrate/20110610163912_add_cico_to_probe_definition.rb
- A db/migrate/20110612165003_create_cico_school_days.rb
- A db/migrate/20110612170225_create_cico_periods.rb
- A db/migrate/20110612170238_create_cico_expectations.rb
- A db/migrate/20110612170657_create_cico_student_days.rb
- A db/migrate/20110612171205_create_cico_period_expectations.rb
- A lib/cico_test.rb
- A spec/controllers/cico_school_days_controller_spec.rb
- A spec/controllers/cico_settings_controller_spec.rb
- A spec/fixtures/cico_expectations.yml
- A spec/fixtures/cico_period_expectations.yml
- A spec/fixtures/cico_periods.yml
- A spec/fixtures/cico_school_days.yml
- A spec/fixtures/cico_settings.yml
- A spec/fixtures/cico_student_days.yml
- A spec/helpers/cico_school_days_helper_spec.rb
- A spec/helpers/cico_settings_helper_spec.rb
- A spec/models/cico_expectation_spec.rb
- A spec/models/cico_period_expectation_spec.rb
- A spec/models/cico_period_spec.rb
- A spec/models/cico_school_day_spec.rb
- A spec/models/cico_setting_spec.rb
- A spec/models/cico_student_day_spec.rb
- A spec/routing/cico_school_days_routing_spec.rb
- A spec/routing/cico_settings_routing_spec.rb
- M app/cells/administration/school.html.erb
- M app/controllers/intervention_builder/interventions_controller.rb
- M app/helpers/application_helper.rb
- M app/helpers/interventions_helper.rb
- M app/models/intervention.rb
- M app/models/intervention_cluster.rb
- M app/models/intervention_definition.rb
- M app/models/objective_definition.rb
- M app/models/probe_definition.rb
- M app/models/right.rb
- M app/models/school.rb
- M app/reports/html_csv_text.rb
- M app/reports/intervention_definition_summary_report.rb
- M app/reports/student_interventions_report.rb
- M app/reports/user_interventions_report.rb
- M app/views/intervention_builder/interventions/_form.html.erb
- M app/views/intervention_builder/interventions/_intervention_definition.html.erb
- M app/views/intervention_builder/interventions/index.html.erb
- M app/views/intervention_builder/interventions/show.html.erb
- M app/views/intervention_builder/probes/_form.html.erb
- M app/views/interventions/_detail.html.erb
- M app/views/interventions/_edit_view.html.erb
- M app/views/interventions/_form.html.erb
- M app/views/interventions/_show_table.html.erb
- M app/views/interventions/categories/_select.html.erb
- M app/views/interventions/definitions/_select.html.erb
- M app/views/layouts/_menu.html.erb
- M app/views/login/_whats_new.html.erb
- M app/views/students/_intervention.html.erb
- M config/routes.rb
- M db/schema.rb
- M doc/sld
- M lib/create_training_district.rb
- M lib/populate_intervention_dropdowns.rb
- M public/javascripts/application.js
- M public/stylesheets/common.css
- M spec/controllers/intervention_builder/interventions_controller_spec.rb
- M spec/helpers/interventions_helper_spec.rb
- M spec/lib/all_controllers_spec.rb
- M spec/lib/populate_intervention_dropdowns_spec.rb
- M spec/models/group_spec.rb
- M spec/models/intervention_cluster_spec.rb
- M spec/models/intervention_definition_spec.rb
- M spec/reports/student_interventions_report_spec.rb
- M wip.txt
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Student Intervention Monitoring System