Changeset [130c9018df305ba207bec8108ad18f0b7429a466] by Shawn Balestracci
November 8th, 2010 @ 04:15 PM
Merge branch 'master' into
488_intervention_ending_reason_includes_481
https://github.com/vegantech/sims/commit/130c9018df305ba207bec8108a...
Committed by Shawn Balestracci
- A app/views/layouts/email.erb
- A db/migrate/20101027014806_remove_copied_from_and_copied_at.rb
- A db/migrate/20101027022939_remove_deleted_at.rb
- A db/migrate/20101101011500_remove_unused_district_id.rb
- A lib/usage_by_district.rb
- A public/blank.html
- A spec/lib/csv_importer/students_spec.rb
- R app/views/team_consultations/index.html.erb
- R lib/deep_clone.rb
- R spec/lib/deep_clone_spec.rb
- R vendor/gems/jchupp-is_paranoid-0.5.0/.specification
- R vendor/gems/jchupp-is_paranoid-0.5.0/README.textile
- R vendor/gems/jchupp-is_paranoid-0.5.0/VERSION.yml
- R vendor/gems/jchupp-is_paranoid-0.5.0/lib/is_paranoid.rb
- R vendor/gems/jchupp-is_paranoid-0.5.0/spec/database.yml
- R vendor/gems/jchupp-is_paranoid-0.5.0/spec/is_paranoid_spec.rb
- R vendor/gems/jchupp-is_paranoid-0.5.0/spec/schema.rb
- R vendor/gems/jchupp-is_paranoid-0.5.0/spec/spec.opts
- R vendor/gems/jchupp-is_paranoid-0.5.0/spec/spec_helper.rb
- M app/cells/news/_news_item.html.erb
- M app/controllers/application_controller.rb
- M app/controllers/checklist_builder/answers_controller.rb
- M app/controllers/checklist_builder/checklists_controller.rb
- M app/controllers/checklist_builder/elements_controller.rb
- M app/controllers/checklist_builder/questions_controller.rb
- M app/controllers/consultation_form_requests_controller.rb
- M app/controllers/consultation_forms_controller.rb
- M app/controllers/doc_controller.rb
- M app/controllers/intervention_builder/goals_controller.rb
- M app/controllers/login_controller.rb
- M app/controllers/main_controller.rb
- M app/controllers/news_items_controller.rb
- M app/controllers/team_consultations_controller.rb
- M app/helpers/application_helper.rb
- M app/manifests/templates/passenger.vhost.erb
- M app/models/answer.rb
- M app/models/answer_definition.rb
- M app/models/asset.rb
- M app/models/checklist.rb
- M app/models/checklist_definition.rb
- M app/models/consultation_form.rb
- M app/models/consultation_form_concern.rb
- M app/models/consultation_form_request.rb
- M app/models/custom_flag.rb
- M app/models/district.rb
- M app/models/district_log.rb
- M app/models/element_definition.rb
- M app/models/enrollment.rb
- M app/models/ext_adult_contact.rb
- M app/models/ext_arbitrary.rb
- M app/models/ext_sibling.rb
- M app/models/ext_summary.rb
- M app/models/ext_test_score.rb
- M app/models/flag.rb
- M app/models/flag_category.rb
- M app/models/flag_description.rb
- M app/models/frequency.rb
- M app/models/goal_definition.rb
- M app/models/group.rb
- M app/models/ignore_flag.rb
- M app/models/intervention.rb
- M app/models/intervention_cluster.rb
- M app/models/intervention_comment.rb
- M app/models/intervention_definition.rb
- M app/models/intervention_participant.rb
- M app/models/intervention_probe_assignment.rb
- M app/models/news_item.rb
- M app/models/notifications.rb
- M app/models/objective_definition.rb
- M app/models/principal_override.rb
- M app/models/principal_override_reason.rb
- M app/models/probe.rb
- M app/models/probe_definition.rb
- M app/models/probe_definition_benchmark.rb
- M app/models/probe_question.rb
- M app/models/question_definition.rb
- M app/models/quicklist_item.rb
- M app/models/recommendation.rb
- M app/models/recommendation_answer.rb
- M app/models/recommendation_answer_definition.rb
- M app/models/recommendation_definition.rb
- M app/models/recommended_monitor.rb
- M app/models/right.rb
- M app/models/role.rb
- M app/models/school.rb
- M app/models/school_team.rb
- M app/models/school_team_membership.rb
- M app/models/special_user_group.rb
- M app/models/staff_assignment.rb
- M app/models/student.rb
- M app/models/student_comment.rb
- M app/models/system_flag.rb
- M app/models/team_consultation.rb
- M app/models/team_referrals.rb
- M app/models/tier.rb
- M app/models/time_length.rb
- M app/models/user.rb
- M app/models/user_group_assignment.rb
- M app/models/user_school_assignment.rb
- M app/reports/intervention_definition_summary_report.rb
- M app/views/checklist_builder/answers/destroy.js.rjs
- M app/views/checklist_builder/checklists/destroy.js.rjs
- M app/views/checklist_builder/elements/destroy.js.rjs
- M app/views/checklist_builder/questions/destroy.js.rjs
- M app/views/district/students/_enrollment.html.erb
- M app/views/districts/bulk_import_form.html.erb
- M app/views/doc/district_upload/file_api.html.erb
- M app/views/layouts/application.html.erb
- M app/views/login/_whats_new.html.erb
- M app/views/login/change_password.html.erb
- M config/environment.rb
- M config/moonshine.yml
- M db/schema.rb
- M db/training/goal_definitions.csv
- M db/training/intervention_clusters.csv
- M db/training/recommendation_answer_definitions.yml
- M db/training/recommendation_definitions.yml
- M features/country_and_state_admin/wi_admin.feature
- M lib/create_intervention_pdfs.rb
- M lib/create_training_district.rb
- M lib/csv_importer/base.rb
- M lib/csv_importer/students.rb
- M lib/link_and_attachment_assets.rb
- M public/stylesheets/common.css
- M spec/controllers/application_controller_spec.rb
- M spec/controllers/checklist_builder/questions_controller_spec.rb
- M spec/controllers/consultation_form_requests_controller_spec.rb
- M spec/controllers/consultation_forms_controller_spec.rb
- M spec/controllers/team_consultations_controller_spec.rb
- M spec/fixtures/answer_definitions.yml
- M spec/fixtures/answers.yml
- M spec/fixtures/assets.yml
- M spec/fixtures/checklist_definitions.yml
- M spec/fixtures/checklists.yml
- M spec/fixtures/consultation_form_requests.yml
- M spec/fixtures/consultation_forms.yml
- M spec/fixtures/districts.yml
- M spec/fixtures/element_definitions.yml
- M spec/fixtures/enrollments.yml
- M spec/fixtures/ext_adult_contacts.yml
- M spec/fixtures/ext_arbitraries.yml
- M spec/fixtures/ext_siblings.yml
- M spec/fixtures/ext_summaries.yml
- M spec/fixtures/ext_test_scores.yml
- M spec/fixtures/flag_categories.yml
- M spec/fixtures/flag_descriptions.yml
- M spec/fixtures/groups.yml
- M spec/fixtures/intervention_comments.yml
- M spec/fixtures/intervention_participants.yml
- M spec/fixtures/news_items.yml
- M spec/fixtures/principal_override_reasons.yml
- M spec/fixtures/principal_overrides.yml
- M spec/fixtures/probe_definition_benchmarks.yml
- M spec/fixtures/probe_questions.yml
- M spec/fixtures/probes.yml
- M spec/fixtures/quicklist_items.yml
- M spec/fixtures/recommendation_answer_definitions.yml
- M spec/fixtures/recommendation_answers.yml
- M spec/fixtures/recommendation_definitions.yml
- M spec/fixtures/recommended_monitors.yml
- M spec/fixtures/school_team_memberships.yml
- M spec/fixtures/school_teams.yml
- M spec/fixtures/schools.yml
- M spec/fixtures/special_user_groups.yml
- M spec/fixtures/staff_assignments.yml
- M spec/fixtures/students.yml
- M spec/fixtures/tiers.yml
- M spec/fixtures/user_group_assignments.yml
- M spec/fixtures/user_school_assignments.yml
- M spec/fixtures/users.yml
- M spec/helpers/application_helper_spec.rb
- M spec/lib/create_intervention_pdfs_spec.rb
- M spec/models/answer_definition_spec.rb
- M spec/models/answer_spec.rb
- M spec/models/asset_spec.rb
- M spec/models/checklist_definition_spec.rb
- M spec/models/checklist_spec.rb
- M spec/models/consultation_form_concern_spec.rb
- M spec/models/consultation_form_request_spec.rb
- M spec/models/consultation_form_spec.rb
- M spec/models/custom_flag_spec.rb
- M spec/models/district_log_spec.rb
- M spec/models/district_spec.rb
- M spec/models/element_definition_spec.rb
- M spec/models/enrollment_spec.rb
- M spec/models/ext_adult_contact_spec.rb
- M spec/models/ext_arbitrary_spec.rb
- M spec/models/ext_sibling_spec.rb
- M spec/models/ext_summary_spec.rb
- M spec/models/ext_test_score_spec.rb
- M spec/models/flag_category_spec.rb
- M spec/models/flag_description_spec.rb
- M spec/models/flag_spec.rb
- M spec/models/goal_definition_spec.rb
- M spec/models/group_spec.rb
- M spec/models/ignore_flag_spec.rb
- M spec/models/intervention_cluster_spec.rb
- M spec/models/intervention_comment_spec.rb
- M spec/models/intervention_definition_spec.rb
- M spec/models/intervention_participant_spec.rb
- M spec/models/intervention_probe_assignment_spec.rb
- M spec/models/intervention_spec.rb
- M spec/models/news_item_spec.rb
- M spec/models/objective_definition_spec.rb
- M spec/models/principal_override_reason_spec.rb
- M spec/models/principal_override_spec.rb
- M spec/models/probe_definition_benchmark_spec.rb
- M spec/models/probe_definition_spec.rb
- M spec/models/probe_question_spec.rb
- M spec/models/probe_spec.rb
- M spec/models/question_definition_spec.rb
- M spec/models/quicklist_item_spec.rb
- M spec/models/recommendation_answer_definition_spec.rb
- M spec/models/recommendation_answer_spec.rb
- M spec/models/recommendation_definition_spec.rb
- M spec/models/recommendation_spec.rb
- M spec/models/recommended_monitor_spec.rb
- M spec/models/school_spec.rb
- M spec/models/school_team_membership_spec.rb
- M spec/models/school_team_spec.rb
- M spec/models/special_user_group_spec.rb
- M spec/models/staff_assignment_spec.rb
- M spec/models/student_comment_spec.rb
- M spec/models/student_spec.rb
- M spec/models/system_flag_spec.rb
- M spec/models/team_consultation_spec.rb
- M spec/models/team_referrals_spec.rb
- M spec/models/tier_spec.rb
- M spec/models/time_length_spec.rb
- M spec/models/user_group_assignment_spec.rb
- M spec/models/user_school_assignment_spec.rb
- M spec/models/user_spec.rb
- M spec/spec_helper.rb
- M test/fixtures/answer_definitions.yml
- M test/fixtures/answers.yml
- M test/fixtures/assets.yml
- M test/fixtures/checklist_definitions.yml
- M test/fixtures/checklists.yml
- M test/fixtures/districts.yml
- M test/fixtures/element_definitions.yml
- M test/fixtures/enrollments.yml
- M test/fixtures/flags.yml
- M test/fixtures/frequencies.yml
- M test/fixtures/goal_definitions.yml
- M test/fixtures/groups.yml
- M test/fixtures/intervention_clusters.yml
- M test/fixtures/intervention_definitions.yml
- M test/fixtures/interventions.yml
- M test/fixtures/news_items.yml
- M test/fixtures/objective_definitions.yml
- M test/fixtures/probe_definitions.yml
- M test/fixtures/probe_questions.yml
- M test/fixtures/question_definitions.yml
- M test/fixtures/quicklist_items.yml
- M test/fixtures/recommendation_answer_definitions.yml
- M test/fixtures/recommendation_answers.yml
- M test/fixtures/recommendation_definitions.yml
- M test/fixtures/recommended_monitors.yml
- M test/fixtures/schools.yml
- M test/fixtures/special_user_groups.yml
- M test/fixtures/student_comments.yml
- M test/fixtures/students.yml
- M test/fixtures/tiers.yml
- M test/fixtures/time_lengths.yml
- M test/fixtures/user_group_assignments.yml
- M test/fixtures/user_school_assignments.yml
- M test/fixtures/users.yml
- M vendor/gems/acts_as_reportable-1.1.1/.specification
- M vendor/gems/responds_to_parent-1.0.20091013/.specification
- M vendor/gems/ruport-1.6.1/.specification
- M vendor/gems/term-ansicolor-1.0.3/.specification
- M vendor/gems/thoughtbot-factory_girl-1.2.1/.specification
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