Changeset [3f01873f46beedaac9830e61f8e714709373b82d] by Stephen Anderson
December 29th, 2008 @ 12:05 PM
Merge branch 'master' of git@github.com:vegantech/sims http://github.com/vegantech/sims...
Committed by Stephen Anderson
- M app/controllers/custom_flags_controller.rb
- M app/controllers/district/students_controller.rb
- M app/helpers/checklists_helper.rb
- M app/helpers/flags_helper.rb
- M app/models/answer.rb
- M app/models/answer_definition.rb
- M app/models/checklist.rb
- M app/models/checklist_definition.rb
- M app/models/country.rb
- M app/models/custom_flag.rb
- M app/models/district.rb
- M app/models/element_definition.rb
- M app/models/enrollment.rb
- M app/models/flag.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/objective_definition.rb
- M app/models/principal_override.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/special_user_group.rb
- M app/models/state.rb
- M app/models/student.rb
- M app/models/student_comment.rb
- M app/models/system.rb
- M app/models/system_flag.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/views/countries/_form.html.erb
- M app/views/custom_flags/_ignore_flag.html.erb
- M app/views/custom_flags/_list.html.erb
- M app/views/custom_flags/ignore_flag.js.rjs
- M app/views/custom_flags/unignore_flag.js.rjs
- M app/views/district/students/_form.html.erb
- M app/views/district/students/_system_flag.html.erb
- M app/views/districts/edit.html.erb
- M app/views/layouts/application.html.erb
- M app/views/students/_flags.html.erb
- M db/migrate/20081227220234_add_attachments_logo_to_district.rb
- M db/schema.rb
- M features/from_scratch.feature
- M features/step_definitions/from_scratch.rb
- M lib/country_state_district.rb
- M public/stylesheets/default.css
- M spec/controllers/district/students_controller_spec.rb
- M spec/fixtures/answer_definitions.yml
- M spec/fixtures/answers.yml
- M spec/fixtures/checklist_definitions.yml
- M spec/fixtures/checklists.yml
- M spec/fixtures/countries.yml
- M spec/fixtures/districts.yml
- M spec/fixtures/element_definitions.yml
- M spec/fixtures/enrollments.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_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/rights.yml
- M spec/fixtures/roles.yml
- M spec/fixtures/schools.yml
- M spec/fixtures/special_user_groups.yml
- M spec/fixtures/states.yml
- M spec/fixtures/students.yml
- M spec/fixtures/system_flags.yml
- M spec/fixtures/user_group_assignments.yml
- M spec/fixtures/user_school_assignments.yml
- M spec/fixtures/users.yml
- M spec/helpers/checklists_helper_spec.rb
- M spec/helpers/flags_helper_spec.rb
- M spec/models/answer_definition_spec.rb
- M spec/models/answer_spec.rb
- M spec/models/checklist_definition_spec.rb
- M spec/models/checklist_spec.rb
- M spec/models/country_spec.rb
- M spec/models/custom_flag_spec.rb
- M spec/models/district_spec.rb
- M spec/models/element_definition_spec.rb
- M spec/models/enrollment_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_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/right_spec.rb
- M spec/models/role_spec.rb
- M spec/models/school_spec.rb
- M spec/models/special_user_group_spec.rb
- M spec/models/state_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/system_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/reports/team_notes_report_spec.rb
- M test/fixtures/answer_definitions.yml
- M test/fixtures/answers.yml
- M test/fixtures/checklist_definitions.yml
- M test/fixtures/checklists.yml
- M test/fixtures/countries.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/rights.yml
- M test/fixtures/roles.yml
- M test/fixtures/schools.yml
- M test/fixtures/special_user_groups.yml
- M test/fixtures/states.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/plugins/paperclip/.gitignore
- M vendor/plugins/paperclip/LICENSE
- M vendor/plugins/paperclip/README.rdoc
- M vendor/plugins/paperclip/Rakefile
- M vendor/plugins/paperclip/generators/paperclip/USAGE
- M vendor/plugins/paperclip/generators/paperclip/paperclip_generator.rb
- M vendor/plugins/paperclip/generators/paperclip/templates/paperclip_migration.rb.erb
- M vendor/plugins/paperclip/init.rb
- M vendor/plugins/paperclip/lib/paperclip.rb
- M vendor/plugins/paperclip/lib/paperclip/attachment.rb
- M vendor/plugins/paperclip/lib/paperclip/geometry.rb
- M vendor/plugins/paperclip/lib/paperclip/iostream.rb
- M vendor/plugins/paperclip/lib/paperclip/processor.rb
- M vendor/plugins/paperclip/lib/paperclip/storage.rb
- M vendor/plugins/paperclip/lib/paperclip/thumbnail.rb
- M vendor/plugins/paperclip/lib/paperclip/upfile.rb
- M vendor/plugins/paperclip/paperclip.gemspec
- M vendor/plugins/paperclip/shoulda_macros/paperclip.rb
- M vendor/plugins/paperclip/tasks/paperclip_tasks.rake
- M vendor/plugins/paperclip/test/.gitignore
- M vendor/plugins/paperclip/test/attachment_test.rb
- M vendor/plugins/paperclip/test/database.yml
- M vendor/plugins/paperclip/test/fixtures/12k.png
- M vendor/plugins/paperclip/test/fixtures/50x50.png
- M vendor/plugins/paperclip/test/fixtures/5k.png
- M vendor/plugins/paperclip/test/fixtures/bad.png
- M vendor/plugins/paperclip/test/geometry_test.rb
- M vendor/plugins/paperclip/test/helper.rb
- M vendor/plugins/paperclip/test/integration_test.rb
- M vendor/plugins/paperclip/test/iostream_test.rb
- M vendor/plugins/paperclip/test/paperclip_test.rb
- M vendor/plugins/paperclip/test/processor_test.rb
- M vendor/plugins/paperclip/test/storage_test.rb
- M vendor/plugins/paperclip/test/thumbnail_test.rb
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