Changeset [d2fa00a2cc3f4a68c97a844824e3efb49a5a8dc1] by Johnny Shields

December 23rd, 2017 @ 12:31 AM

Committed by Johnny Shields

  • M ".travis.yml"
  • M app/helpers/application_helper.rb
  • M app/helpers/authentications_helper.rb
  • M app/helpers/campaigns_helper.rb
  • M app/helpers/comments_helper.rb
  • M app/helpers/contacts_helper.rb
  • M app/helpers/emails_helper.rb
  • M app/helpers/fields_helper.rb
  • M app/helpers/groups_helper.rb
  • M app/helpers/home_helper.rb
  • M app/helpers/javascript_helper.rb
  • M app/helpers/leads_helper.rb
  • M app/helpers/lists_helper.rb
  • M app/helpers/opportunities_helper.rb
  • M app/helpers/passwords_helper.rb
  • M app/helpers/remote_link_pagination_helper.rb
  • M app/helpers/tags_helper.rb
  • M app/helpers/tasks_helper.rb
  • M app/helpers/users_helper.rb
  • M app/helpers/versions_helper.rb
  • M app/inputs/date_pair_input.rb
  • M app/inputs/date_time_input.rb
  • M app/inputs/datetime_pair_input.rb
  • M app/inputs/text_input.rb
  • M app/mailers/dropbox_mailer.rb
  • M app/mailers/subscription_mailer.rb
  • M app/mailers/user_mailer.rb
  • M app/models/entities/account.rb
  • M app/models/entities/account_contact.rb
  • M app/models/entities/account_opportunity.rb
  • M lib/fat_free_crm/renderers.rb
  • M lib/fat_free_crm/secret_token_generator.rb
  • M lib/fat_free_crm/sortable.rb
  • M lib/fat_free_crm/tabs.rb
  • M lib/fat_free_crm/version.rb
  • M lib/fat_free_crm/view_factory.rb
  • M lib/gravatar_image_tag.rb
  • M lib/missing_translation_detector.rb
  • M lib/tasks/ffcrm/comment_replies.rake
  • M lib/tasks/ffcrm/config.rake
  • M lib/tasks/ffcrm/demo.rake
  • M lib/tasks/ffcrm/dropbox.rake
  • M lib/tasks/ffcrm/missing_translations.rake
  • M lib/tasks/ffcrm/secret.rake
  • M lib/tasks/ffcrm/settings.rake
  • M lib/tasks/ffcrm/setup.rake
  • M lib/tasks/ffcrm/update_data.rake
  • M script/rails
  • M spec/controllers/admin/groups_controller_spec.rb
  • M spec/controllers/admin/users_controller_spec.rb
  • M spec/controllers/applications_controller_spec.rb
  • M spec/controllers/authentications_controller_spec.rb
  • M spec/controllers/comments_controller_spec.rb
  • M spec/controllers/emails_controller_spec.rb
  • M spec/controllers/entities/accounts_controller_spec.rb
  • M spec/controllers/entities/campaigns_controller_spec.rb
  • M spec/controllers/entities/contacts_controller_spec.rb
  • M spec/controllers/entities/leads_controller_spec.rb
  • M spec/controllers/entities/opportunities_controller_spec.rb
  • M spec/controllers/entities_controller_spec.rb
  • M spec/controllers/home_controller_spec.rb
  • M spec/controllers/lists_controller_spec.rb
  • M spec/controllers/passwords_controller_spec.rb
  • M spec/controllers/tasks_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/list_factories.rb
  • M spec/factories/opportunity_factories.rb
  • M spec/factories/sequences.rb
  • M spec/factories/setting_factories.rb
  • M spec/factories/shared_factories.rb
  • M spec/factories/subscription_factories.rb
  • M spec/factories/tag_factories.rb
  • M spec/factories/task_factories.rb
  • M spec/factories/user_factories.rb
  • M spec/features/acceptance_helper.rb
  • M spec/features/accounts_spec.rb
  • M spec/features/admin/groups_spec.rb
  • M spec/features/admin/users_spec.rb
  • M spec/features/campaigns_spec.rb
  • M spec/features/contacts_spec.rb
  • M spec/features/dashboard_spec.rb
  • M spec/features/leads_spec.rb
  • M spec/features/opportunities_overview_spec.rb
  • M spec/features/opportunities_spec.rb
  • M spec/features/support/browser.rb
  • M spec/features/support/headless.rb
  • M spec/features/support/helpers.rb
  • M spec/features/support/maintain_sessions.rb
  • M spec/features/support/paths.rb
  • M spec/features/support/selector_helpers.rb
  • M spec/features/tasks_spec.rb
  • M spec/helpers/accounts_helper_spec.rb
  • M spec/helpers/admin/field_groups_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/groups_helper_spec.rb
  • M spec/helpers/home_helper_spec.rb
  • M spec/helpers/leads_helper_spec.rb
  • M spec/helpers/lists_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/comment_extensions_spec.rb
  • M spec/lib/core_ext/string_spec.rb
  • M spec/lib/errors_spec.rb
  • M spec/lib/fields_spec.rb
  • M spec/lib/mail_processor/base_spec.rb
  • M spec/lib/mail_processor/comment_replies_spec.rb
  • M spec/lib/mail_processor/dropbox_spec.rb
  • M spec/lib/mail_processor/sample_emails/dropbox.rb
  • M spec/lib/permissions_spec.rb
  • M spec/lib/secret_token_generator_spec.rb
  • M spec/lib/view_factory_spec.rb
  • M spec/mailers/subscription_mailer_spec.rb
  • M spec/mailers/user_mailer_spec.rb
  • M spec/models/entities/account_contact_spec.rb
  • M spec/models/entities/account_opportunity_spec.rb
  • M spec/models/entities/account_spec.rb
  • M spec/models/entities/campaign_spec.rb
  • M spec/models/entities/contact_opportunity_spec.rb
  • M spec/models/entities/contact_spec.rb
  • M spec/models/entities/lead_spec.rb
  • M spec/models/entities/opportunity_spec.rb
  • M spec/models/fields/custom_field_date_pair_spec.rb
  • M spec/models/fields/custom_field_pair_spec.rb
  • M spec/models/fields/custom_field_spec.rb
  • M spec/models/fields/field_group_spec.rb
  • M spec/models/fields/field_spec.rb
  • M spec/models/list_spec.rb
  • M spec/models/observers/entity_observer_spec.rb
  • M spec/models/polymorphic/address_spec.rb
  • M spec/models/polymorphic/avatar_spec.rb
  • M spec/models/polymorphic/comment_spec.rb
  • M spec/models/polymorphic/email_spec.rb
  • M spec/models/polymorphic/task_spec.rb
  • M spec/models/polymorphic/version_spec.rb
  • M spec/models/setting_spec.rb
  • M spec/models/users/abilities/user_ability_spec.rb
  • M spec/models/users/authentication_spec.rb
  • M spec/models/users/group_spec.rb
  • M spec/models/users/permission_spec.rb
  • M spec/models/users/preference_spec.rb
  • M spec/models/users/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/auth_macros.rb
  • M spec/support/macros.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