Changeset [d1d2e6e8282132bc2d8d51511247e5e619306ed8] by Shawn Balestracci

March 29th, 2010 @ 09:01 PM

Merge branch 'master' into 271_group_progress_monitor_entry
http://github.com/vegantech/sims/commit/d1d2e6e8282132bc2d8d5151124...

Committed by Shawn Balestracci

  • A app/views/spell_check/check_spelling.html.erb
  • A lib/fckeditor_spell_check.rb
  • A public/javascripts/popup.js
  • A public/javascripts/spellerpages/controlWindow.js
  • A public/javascripts/spellerpages/spellChecker.js
  • A public/javascripts/spellerpages/wordWindow.js
  • A public/speller/controlWindow.js
  • A public/speller/controls.html
  • A public/speller/images/netjs-devel.gif
  • A public/speller/index.html
  • A public/speller/server-scripts/spellchecker.cfm
  • A public/speller/server-scripts/spellchecker.php
  • A public/speller/server-scripts/spellchecker.pl
  • A public/speller/spellChecker.js
  • A public/speller/spellchecker.html
  • A public/speller/spellerStyle.css
  • A public/speller/wordWindow.js
  • A public/stylesheets/spellerStyle.css
  • R app/views/layouts/_spell_check.html.erb
  • R public/javascripts/googiespell/.DS_Store
  • R public/javascripts/googiespell/AJS.js
  • R public/javascripts/googiespell/GPL.txt
  • R public/javascripts/googiespell/cookiesupport.js
  • R public/javascripts/googiespell/googiespell.js
  • R public/javascripts/googiespell/googiespell_multiple.js
  • R vendor/plugins/spell_check/README
  • R vendor/plugins/spell_check/Rakefile
  • R vendor/plugins/spell_check/init.rb
  • R vendor/plugins/spell_check/install.rb
  • R vendor/plugins/spell_check/lib/google_spell.rb
  • R vendor/plugins/spell_check/lib/helpers/spell_check_helper.rb
  • R vendor/plugins/spell_check/lib/spell_check.rb
  • R vendor/plugins/spell_check/lib/views/spell_check/_spelling.rhtml
  • R vendor/plugins/spell_check/lib/views/spell_check/_spelling_error.rhtml
  • R vendor/plugins/spell_check/lib/views/spell_check/_suggestion.rhtml
  • R vendor/plugins/spell_check/lib/views/spell_check/_suggestions.rhtml
  • R vendor/plugins/spell_check/tasks/spellcheck_tasks.rake
  • R vendor/plugins/spell_check/test/googlespell_test.rb
  • R vendor/plugins/spell_check/test/mocks/google_spell.rb
  • R vendor/plugins/spell_check/test/spell_check_test.rb
  • R vendor/plugins/spell_check/uninstall.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/intervention_builder/categories_controller.rb
  • M app/controllers/intervention_builder/goals_controller.rb
  • M app/controllers/intervention_builder/interventions_controller.rb
  • M app/controllers/intervention_builder/objectives_controller.rb
  • M app/controllers/intervention_builder/probes_controller.rb
  • M app/controllers/interventions/comments_controller.rb
  • M app/controllers/interventions_controller.rb
  • M app/controllers/news_items_controller.rb
  • M app/controllers/spell_check_controller.rb
  • M app/controllers/student_comments_controller.rb
  • M app/controllers/tiers_controller.rb
  • M app/helpers/application_helper.rb
  • M app/helpers/flags_helper.rb
  • M app/views/checklist_builder/answers/_form.html.erb
  • M app/views/checklist_builder/answers/_rjs_edit_form.html.erb
  • M app/views/checklist_builder/answers/_rjs_new_form.html.erb
  • M app/views/checklist_builder/answers/edit.html.erb
  • M app/views/checklist_builder/answers/new.html.erb
  • M app/views/checklist_builder/checklists/_form.html.erb
  • M app/views/checklist_builder/checklists/edit.html.erb
  • M app/views/checklist_builder/checklists/new.html.erb
  • M app/views/checklist_builder/elements/_form.html.erb
  • M app/views/checklist_builder/elements/_rjs_edit_form.html.erb
  • M app/views/checklist_builder/elements/_rjs_new_form.html.erb
  • M app/views/checklist_builder/elements/edit.html.erb
  • M app/views/checklist_builder/elements/new.html.erb
  • M app/views/checklist_builder/questions/_form.html.erb
  • M app/views/checklist_builder/questions/_rjs_edit_form.html.erb
  • M app/views/checklist_builder/questions/_rjs_new_form.html.erb
  • M app/views/checklist_builder/questions/edit.html.erb
  • M app/views/checklist_builder/questions/new.html.erb
  • M app/views/checklists/_comment.html.erb
  • M app/views/checklists/_sa.html.erb
  • M app/views/flag_descriptions/edit.html.erb
  • M app/views/intervention_builder/categories/_form.html.erb
  • M app/views/intervention_builder/categories/_summary.html.erb
  • M app/views/intervention_builder/categories/edit.html.erb
  • M app/views/intervention_builder/categories/new.html.erb
  • M app/views/intervention_builder/goals/_form.html.erb
  • M app/views/intervention_builder/interventions/_form.html.erb
  • M app/views/intervention_builder/interventions/edit.html.erb
  • M app/views/intervention_builder/objectives/_form.html.erb
  • M app/views/intervention_builder/objectives/edit.html.erb
  • M app/views/intervention_builder/probes/_form.html.erb
  • M app/views/intervention_builder/probes/edit.html.erb
  • M app/views/intervention_builder/probes/new.html.erb
  • M app/views/interventions/_edit_view.html.erb
  • M app/views/interventions/_form.html.erb
  • M app/views/interventions/_intervention.html.erb
  • M app/views/interventions/ajax_probe_assignment.js.rjs
  • M app/views/interventions/comments/_edit.html.erb
  • M app/views/interventions/comments/_form.html.erb
  • M app/views/interventions/comments/new.html.erb
  • M app/views/layouts/application.html.erb
  • M app/views/news_items/edit.html.erb
  • M app/views/news_items/new.html.erb
  • M app/views/recommendations/_form.html.erb
  • M app/views/student_comments/_edit.html.erb
  • M app/views/student_comments/_form.html.erb
  • M app/views/student_comments/_new.html.erb
  • M app/views/student_comments/edit.html.erb
  • M app/views/tiers/edit.html.erb
  • M app/views/tiers/new.html.erb
  • M features/content_admin/tier_builder.feature
  • M lib/daily_jobs.rb
  • M spec/controllers/spell_check_controller_spec.rb
New-ticket Create new ticket

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

Shared Ticket Bins