Changeset [eae27a47448583c38e8781617bd2a4536aa4030d] by Nathan Broadbent

December 2nd, 2011 @ 06:21 PM

Committed massive whitespace fix. (No trailing spaces, all files end in newline)
https://github.com/fatfreecrm/fat_free_crm/commit/eae27a47448583c38...

Committed by Nathan Broadbent

  • M app/controllers/admin/application_controller.rb
  • M app/controllers/admin/fields_controller.rb
  • M app/controllers/admin/plugins_controller.rb
  • M app/controllers/admin/settings_controller.rb
  • M app/controllers/admin/users_controller.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/authentications_controller.rb
  • M app/controllers/campaigns_controller.rb
  • M app/controllers/comments_controller.rb
  • M app/controllers/contacts_controller.rb
  • M app/controllers/emails_controller.rb
  • M app/controllers/leads_controller.rb
  • M app/controllers/opportunities_controller.rb
  • M app/controllers/passwords_controller.rb
  • M app/controllers/tasks_controller.rb
  • M app/controllers/users_controller.rb
  • M app/helpers/accounts_helper.rb
  • M app/helpers/addresses_helper.rb
  • M app/helpers/admin/application_helper.rb
  • M app/helpers/admin/fields_helper.rb
  • M app/helpers/admin/plugins_helper.rb
  • M app/helpers/admin/settings_helper.rb
  • M app/helpers/authentications_helper.rb
  • M app/helpers/comments_helper.rb
  • M app/helpers/emails_helper.rb
  • M app/helpers/fields_helper.rb
  • M app/helpers/leads_helper.rb
  • M app/helpers/opportunities_helper.rb
  • M app/helpers/passwords_helper.rb
  • M app/helpers/tags_helper.rb
  • M app/helpers/tasks_helper.rb
  • M app/helpers/users_helper.rb
  • M app/inputs/date_time_input.rb
  • M app/inputs/text_input.rb
  • M app/models/core/account_contact.rb
  • M app/models/core/account_opportunity.rb
  • M app/models/core/contact_opportunity.rb
  • M app/models/core/setting.rb
  • M app/models/fields/core_field.rb
  • M app/models/fields/custom_field.rb
  • M app/models/fields/field_group.rb
  • M app/models/observers/activity_observer.rb
  • M app/models/polymorphic/address.rb
  • M app/models/polymorphic/avatar.rb
  • M app/models/users/authentication.rb
  • M app/models/users/permission.rb
  • M app/models/users/preference.rb
  • M autotest/discover.rb
  • M config/environments/development.rb
  • M config/environments/production.rb
  • M config/environments/test.rb
  • M config/initializers/backtrace_silencers.rb
  • M config/initializers/fat_free_crm_action_mailer.rb
  • M config/initializers/inflections.rb
  • M config/initializers/mime_types.rb
  • M config/initializers/mongrel.rb
  • M config/initializers/simple_form.rb
  • M config/locales/th.rb
  • M db/migrate/20100928030598_create_sessions.rb
  • M db/migrate/20100928030599_create_users.rb
  • M db/migrate/20100928030600_create_openid_tables.rb
  • M db/migrate/20100928030601_create_accounts.rb
  • M db/migrate/20100928030602_create_permissions.rb
  • M db/migrate/20100928030603_create_settings.rb
  • M db/migrate/20100928030604_create_preferences.rb
  • M db/migrate/20100928030605_create_campaigns.rb
  • M db/migrate/20100928030606_create_leads.rb
  • M db/migrate/20100928030609_create_account_contacts.rb
  • M db/migrate/20100928030610_create_account_opportunities.rb
  • M db/migrate/20100928030611_create_contact_opportunities.rb
  • M db/migrate/20100928030612_create_tasks.rb
  • M db/migrate/20100928030613_create_comments.rb
  • M db/migrate/20100928030614_create_activities.rb
  • M db/migrate/20100928030615_create_avatars.rb
  • M db/migrate/20100928030616_rename_remember_token.rb
  • M db/migrate/20100928030617_drop_openid_tables.rb
  • M db/migrate/20100928030618_add_admin_to_users.rb
  • M db/migrate/20100928030619_add_suspended_to_users.rb
  • M db/migrate/20100928030620_remove_uuid.rb
  • M db/migrate/20100928030621_add_email_to_accounts.rb
  • M db/migrate/20100928030622_add_background_info_to_models.rb
  • M db/migrate/20100928030623_create_addresses.rb
  • M db/migrate/20100928030624_add_index_on_permissions.rb
  • M db/migrate/20100928030625_create_emails.rb
  • M db/migrate/20100928030626_add_state_to_timeline_objects.rb
  • M db/migrate/20100928030627_acts_as_taggable_on_migration.rb
  • M db/migrate/20101209083035_add_extra_contact_fields.rb
  • M db/migrate/20101221123456_add_single_access_token_to_users.rb
  • M db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
  • M db/migrate/20111101083437_create_fields.rb
  • M db/migrate/20111101090312_create_field_groups.rb
  • M db/migrate/20111116091952_add_field_groups_tag_id.rb
  • M db/migrate/20111117041311_change_fields_collection_to_text.rb
  • M db/schema.rb
  • M db/seeds.rb
  • M db/seeds/fields.rb
  • M lib/fat_free_crm/callback.rb
  • M lib/fat_free_crm/core_ext.rb
  • M lib/fat_free_crm/core_ext/array.rb
  • M lib/fat_free_crm/core_ext/helpers.rb
  • M lib/fat_free_crm/core_ext/logger.rb
  • M lib/fat_free_crm/core_ext/nil.rb
  • M lib/fat_free_crm/core_ext/string.rb
  • M lib/fat_free_crm/errors.rb
  • M lib/fat_free_crm/exceptions.rb
  • M lib/fat_free_crm/exportable.rb
  • M lib/fat_free_crm/i18n.rb
  • M lib/fat_free_crm/sortable.rb
  • M lib/fat_free_crm/tabs.rb
  • M lib/fat_free_crm/version.rb
  • M lib/overrides/rails/text_helper.rb
  • M lib/overrides/simple_form/action_view_extensions/form_helper.rb
  • M spec/controllers/admin/users_controller_spec.rb
  • M spec/controllers/campaigns_controller_spec.rb
  • M spec/controllers/comments_controller_spec.rb
  • M spec/controllers/contacts_controller_spec.rb
  • M spec/controllers/emails_controller_spec.rb
  • M spec/controllers/home_controller_spec.rb
  • M spec/controllers/leads_controller_spec.rb
  • M spec/controllers/passwords_controller_spec.rb
  • M spec/controllers/users_controller_spec.rb
  • M spec/factories/account_factories.rb
  • M spec/factories/campaign_factories.rb
  • M spec/factories/contact_factories.rb
  • M spec/factories/field_factories.rb
  • M spec/factories/lead_factories.rb
  • M spec/factories/opportunity_factories.rb
  • M spec/factories/setting_factories.rb
  • M spec/factories/task_factories.rb
  • M spec/factories/user_factories.rb
  • M spec/helpers/accounts_helper_spec.rb
  • M spec/helpers/admin/plugins_helper_spec.rb
  • M spec/helpers/admin/settings_helper_spec.rb
  • M spec/helpers/admin/users_helper_spec.rb
  • M spec/helpers/application_helper_spec.rb
  • M spec/helpers/authentications_helper_spec.rb
  • M spec/helpers/campaigns_helper_spec.rb
  • M spec/helpers/comments_helper_spec.rb
  • M spec/helpers/contacts_helper_spec.rb
  • M spec/helpers/emails_helper_spec.rb
  • M spec/helpers/fields_helper_spec.rb
  • M spec/helpers/home_helper_spec.rb
  • M spec/helpers/leads_helper_spec.rb
  • M spec/helpers/opportunities_helper_spec.rb
  • M spec/helpers/passwords_helper_spec.rb
  • M spec/helpers/tasks_helper_spec.rb
  • M spec/helpers/users_helper_spec.rb
  • M spec/lib/dropbox/email_samples.rb
  • M spec/lib/errors_spec.rb
  • M spec/models/account_contact_spec.rb
  • M spec/models/account_opportunity_spec.rb
  • M spec/models/account_spec.rb
  • M spec/models/address_spec.rb
  • M spec/models/authentication_spec.rb
  • M spec/models/avatar_spec.rb
  • M spec/models/comment_spec.rb
  • M spec/models/contact_opportunity_spec.rb
  • M spec/models/contact_spec.rb
  • M spec/models/email_spec.rb
  • M spec/models/field_group_spec.rb
  • M spec/models/field_spec.rb
  • M spec/models/lead_spec.rb
  • M spec/models/opportunity_spec.rb
  • M spec/models/permission_spec.rb
  • M spec/models/preference_spec.rb
  • M spec/models/setting_spec.rb
  • M spec/models/user_spec.rb
  • M spec/routing/accounts_routing_spec.rb
  • M spec/routing/admin/users_routing_spec.rb
  • M spec/routing/campaigns_routing_spec.rb
  • M spec/routing/comments_routing_spec.rb
  • M spec/routing/contacts_routing_spec.rb
  • M spec/routing/emails_routing_spec.rb
  • M spec/routing/leads_routing_spec.rb
  • M spec/routing/opportunities_routing_spec.rb
  • M spec/routing/tasks_routing_spec.rb
  • M spec/routing/users_routing_spec.rb
  • M spec/shared/controllers.rb
  • M spec/shared/models.rb
  • M spec/spec_helper.rb
  • M spec/support/assert_select.rb
  • M spec/support/macros.rb
  • M spec/views/accounts/_edit.haml_spec.rb
  • M spec/views/accounts/_new.haml_spec.rb
  • M spec/views/accounts/destroy.rjs_spec.rb
  • M spec/views/accounts/edit.rjs_spec.rb
  • M spec/views/accounts/index.haml_spec.rb
  • M spec/views/accounts/index.rjs_spec.rb
  • M spec/views/accounts/new.rjs_spec.rb
  • M spec/views/accounts/options.rjs_spec.rb
  • M spec/views/accounts/show.haml_spec.rb
  • M spec/views/accounts/update.rjs_spec.rb
  • M spec/views/admin/users/_create.haml_spec.rb
  • M spec/views/admin/users/create.rjs_spec.rb
  • M spec/views/admin/users/destroy.rjs_spec.rb
  • M spec/views/admin/users/edit.rjs_spec.rb
  • M spec/views/admin/users/index.haml_spec.rb
  • M spec/views/admin/users/index.rjs_spec.rb
  • M spec/views/admin/users/new.rjs_spec.rb
  • M spec/views/admin/users/reactivate.rjs_spec.rb
  • M spec/views/admin/users/show.haml_spec.rb
  • M spec/views/admin/users/suspend.rjs_spec.rb
  • M spec/views/admin/users/update.rjs_spec.rb
  • M spec/views/authentications/new.haml_spec.rb
  • M spec/views/campaigns/_edit.haml_spec.rb
  • M spec/views/campaigns/_new.haml_spec.rb
  • M spec/views/campaigns/create.rjs_spec.rb
  • M spec/views/campaigns/destroy.rjs_spec.rb
  • M spec/views/campaigns/edit.rjs_spec.rb
  • M spec/views/campaigns/index.haml_spec.rb
  • M spec/views/campaigns/index.rjs_spec.rb
  • M spec/views/campaigns/new.rjs_spec.rb
  • M spec/views/campaigns/show.haml_spec.rb
  • M spec/views/campaigns/update.rjs_spec.rb
  • M spec/views/common/auto_complete.haml_spec.rb
  • M spec/views/contacts/_edit.haml_spec.rb
  • M spec/views/contacts/_new.haml_spec.rb
  • M spec/views/contacts/create.rjs_spec.rb
  • M spec/views/contacts/destroy.rjs_spec.rb
  • M spec/views/contacts/edit.rjs_spec.rb
  • M spec/views/contacts/index.haml_spec.rb
  • M spec/views/contacts/index.rjs_spec.rb
  • M spec/views/contacts/new.rjs_spec.rb
  • M spec/views/contacts/options.rjs_spec.rb
  • M spec/views/contacts/show.haml_spec.rb
  • M spec/views/home/index.haml_spec.rb
  • M spec/views/home/index.rjs_spec.rb
  • M spec/views/leads/_convert.haml_spec.rb
  • M spec/views/leads/_edit.haml_spec.rb
  • M spec/views/leads/_new.haml_spec.rb
  • M spec/views/leads/_sidebar_show.haml_spec.rb
  • M spec/views/leads/convert.rjs_spec.rb
  • M spec/views/leads/create.rjs_spec.rb
  • M spec/views/leads/destroy.rjs_spec.rb
  • M spec/views/leads/edit.rjs_spec.rb
  • M spec/views/leads/index.haml_spec.rb
  • M spec/views/leads/index.rjs_spec.rb
  • M spec/views/leads/new.rjs_spec.rb
  • M spec/views/leads/options.rjs_spec.rb
  • M spec/views/leads/promote.rjs_spec.rb
  • M spec/views/leads/reject.rjs_spec.rb
  • M spec/views/leads/show.haml_spec.rb
  • M spec/views/leads/update.rjs_spec.rb
  • M spec/views/opportunities/_edit.haml_spec.rb
  • M spec/views/opportunities/create.rjs_spec.rb
  • M spec/views/opportunities/destroy.rjs_spec.rb
  • M spec/views/opportunities/edit.rjs_spec.rb
  • M spec/views/opportunities/index.haml_spec.rb
  • M spec/views/opportunities/index.rjs_spec.rb
  • M spec/views/opportunities/new.rjs_spec.rb
  • M spec/views/opportunities/options.rjs_spec.rb
  • M spec/views/opportunities/show.haml_spec.rb
  • M spec/views/opportunities/update.rjs_spec.rb
  • M spec/views/tasks/complete.rjs_spec.rb
  • M spec/views/tasks/create.rjs_spec.rb
  • M spec/views/tasks/destroy.rjs_spec.rb
  • M spec/views/tasks/edit.rjs_spec.rb
  • M spec/views/tasks/index.haml_spec.rb
  • M spec/views/tasks/update.rjs_spec.rb
  • M spec/views/users/avatar.rjs_spec.rb
  • M spec/views/users/change_password.rjs_spec.rb
  • M spec/views/users/edit.rjs_spec.rb
  • M spec/views/users/password.rjs_spec.rb
  • M spec/views/users/update.rjs_spec.rb
  • M spec/views/users/upload_avatar.rjs_spec.rb
  • M vendor/plugins/country_select/init.rb
  • M vendor/plugins/country_select/install.rb
  • M vendor/plugins/country_select/lib/country_select.rb
  • M vendor/plugins/country_select/uninstall.rb
  • M vendor/plugins/dynamic_form/init.rb
  • M vendor/plugins/dynamic_form/lib/action_view/helpers/dynamic_form.rb
  • M vendor/plugins/dynamic_form/lib/dynamic_form.rb
  • M vendor/plugins/dynamic_form/test/dynamic_form_i18n_test.rb
  • M vendor/plugins/dynamic_form/test/dynamic_form_test.rb
  • M vendor/plugins/dynamic_form/test/test_helper.rb
  • M vendor/plugins/gravatar_image_tag/init.rb
  • M vendor/plugins/gravatar_image_tag/lib/gravatar_image_tag.rb
  • M vendor/plugins/gravatar_image_tag/spec/gravatar_image_tag_spec.rb
  • M vendor/plugins/gravatar_image_tag/spec/test_helper.rb
  • M vendor/plugins/is_paranoid/lib/is_paranoid.rb
  • M vendor/plugins/is_paranoid/spec/db_setup.rb
  • M vendor/plugins/is_paranoid/spec/is_paranoid_spec.rb
  • M vendor/plugins/is_paranoid/spec/spec_helper.rb
  • M vendor/plugins/respond_to_parent/init.rb
  • M vendor/plugins/respond_to_parent/install.rb
  • M vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb
  • M vendor/plugins/respond_to_parent/test/test_helper.rb
  • M vendor/plugins/respond_to_parent/uninstall.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 »

Ruby on Rails CRM platform for Web 2.0 and beyond