Changeset [311ba906302ddf2aba487474ae0d24008ddd9c2e] by Johnny Shields

December 23rd, 2017 @ 12:40 AM

Committed by Johnny Shields

  • M app/models/entities/campaign.rb
  • M app/models/entities/contact.rb
  • M app/models/entities/contact_opportunity.rb
  • M app/models/entities/lead.rb
  • M app/models/entities/opportunity.rb
  • M app/models/fields/core_field.rb
  • M app/models/fields/custom_field.rb
  • M app/models/fields/custom_field_date_pair.rb
  • M app/models/fields/custom_field_datetime_pair.rb
  • M app/models/fields/custom_field_pair.rb
  • M app/models/fields/field.rb
  • M app/models/fields/field_group.rb
  • M app/models/list.rb
  • M app/models/observers/entity_observer.rb
  • M app/models/observers/lead_observer.rb
  • M app/models/observers/opportunity_observer.rb
  • M app/models/observers/task_observer.rb
  • M app/models/polymorphic/address.rb
  • M app/models/polymorphic/avatar.rb
  • M app/models/polymorphic/comment.rb
  • M app/models/polymorphic/email.rb
  • M app/models/polymorphic/tag.rb
  • M app/models/polymorphic/tagging.rb
  • M app/models/polymorphic/task.rb
  • M app/models/polymorphic/version.rb
  • M app/models/setting.rb
  • M app/models/users/ability.rb
  • M app/models/users/authentication.rb
  • M app/models/users/group.rb
  • M app/models/users/permission.rb
  • M app/models/users/preference.rb
  • M app/models/users/user.rb
  • M app/views/accounts/index.xls.builder
  • M app/views/application/index.atom.builder
  • M app/views/application/index.rss.builder
  • M app/views/application/show.atom.builder
  • M app/views/application/show.rss.builder
  • M app/views/campaigns/index.xls.builder
  • M app/views/contacts/index.xls.builder
  • M app/views/home/index.atom.builder
  • M app/views/home/index.rss.builder
  • M app/views/layouts/header.xls.builder
  • M app/views/leads/index.xls.builder
  • M app/views/opportunities/index.xls.builder
  • M app/views/tasks/index.xls.builder
  • M bin/bundle
  • M bin/rails
  • M bin/rake
  • M config.ru
  • M config/application.rb
  • M config/boot.rb
  • M config/deploy.example.rb
  • M config/environment.rb
  • M config/environments/development.rb
  • M config/environments/production.rb
  • M config/environments/staging.rb
  • M config/environments/test.rb
  • M config/initializers/action_mailer.rb
  • M config/initializers/assets.rb
  • M config/initializers/authlogic.rb
  • M config/initializers/backtrace_silencers.rb
  • M config/initializers/constants.rb
  • M config/initializers/cookies_serializer.rb
  • M config/initializers/custom_field_ransack_translations.rb
  • M config/initializers/filter_parameter_logging.rb
  • M config/initializers/gravatar.rb
  • M config/initializers/inflections.rb
  • M config/initializers/locale.rb
  • M config/initializers/mime_types.rb
  • M config/initializers/paginate_arrays.rb
  • M config/initializers/paper_trail.rb
  • M config/initializers/ransack.rb
  • M config/initializers/relative_url_root.rb
  • M config/initializers/secret_token.rb
  • M config/initializers/session_store.rb
  • M config/initializers/simple_form.rb
  • M config/initializers/views.rb
  • M config/initializers/wrap_parameters.rb
  • M config/puma.rb
  • M config/routes.rb
  • M custom_plan.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/20100928030607_create_contacts.rb
  • M db/migrate/20100928030608_create_opportunities.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/20101221123456_add_single_access_token_to_users.rb
  • M db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
  • M db/migrate/20110719082054_add_skype_to_contacts_and_leads.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/migrate/20111201030535_add_field_groups_klass_name.rb
  • M db/migrate/20120121054235_create_lists.rb
  • M db/migrate/20120216031616_create_versions.rb
  • M db/migrate/20120216042541_is_paranoid_to_paper_trail.rb
  • M db/migrate/20120220233724_add_versions_object_changes.rb
  • M db/migrate/20120224073107_remove_default_value_and_clear_settings.rb
  • M db/migrate/20120309070209_add_versions_related.rb
  • M db/migrate/20120314080441_add_subscribed_users_to_entities.rb
  • M db/migrate/20120316045804_activities_to_versions.rb
  • M db/migrate/20120405080727_change_subscribed_users_to_set.rb
  • M db/migrate/20120405080742_change_further_subscribed_users_to_set.rb
  • M db/migrate/20120406082136_create_groups.rb
  • M db/migrate/20120413034923_add_index_on_versions_item_type.rb
  • M db/migrate/20120510025219_add_not_null_constraints_for_timestamp_columns.rb
  • M db/migrate/20120528102124_increase_length_of_version_events.rb
  • M db/migrate/20120801032706_add_pair_id_to_fields.rb
  • M db/migrate/20121003063155_add_settings_to_custom_fields.rb
  • M db/migrate/20121221033947_fix_country_mapping.rb
  • M db/migrate/20131207033244_add_user_id_to_lists.rb
  • M db/migrate/20140916011927_add_created_at_index_on_versions.rb
  • M db/migrate/20140916012922_add_indexes_to_model_associations.rb
  • M db/migrate/20141126031837_increase_email_to254_chars.rb
  • M db/migrate/20141230021159_add_transaction_id_column_to_versions.rb
  • M db/migrate/20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
  • M db/migrate/20141230205454_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb
  • M db/migrate/20141230205455_add_missing_taggable_index.acts_as_taggable_on_engine.rb
  • M db/migrate/20150123060900_convert_radio_to_radio_buttons.rb
  • M db/migrate/20150227123054_remove_last_request_at_from_users.rb
  • M db/migrate/20150427131956_create_index_related_type.rb
  • M db/migrate/20160511053730_add_account_contacts_index.rb
  • M db/schema.rb
  • M db/seeds.rb
  • M db/seeds/fields.rb
  • M fat_free_crm.gemspec
  • M lib/development_tasks/gem.rake
  • M lib/development_tasks/license.rake
  • M lib/development_tasks/rdoc.rake
  • M lib/development_tasks/rspec.rake
  • M lib/fat_free_crm.rb
  • M lib/fat_free_crm/callback.rb
  • M lib/fat_free_crm/comment_extensions.rb
  • M lib/fat_free_crm/core_ext.rb
  • M lib/fat_free_crm/core_ext/alias_method_chain.rb
  • M lib/fat_free_crm/core_ext/nil.rb
  • M lib/fat_free_crm/core_ext/string.rb
  • M lib/fat_free_crm/custom_fields.rb
  • M lib/fat_free_crm/engine.rb
  • M lib/fat_free_crm/errors.rb
  • M lib/fat_free_crm/exceptions.rb
  • M lib/fat_free_crm/export_csv.rb
  • M lib/fat_free_crm/exportable.rb
  • M lib/fat_free_crm/fields.rb
  • M lib/fat_free_crm/gem_dependencies.rb
  • M lib/fat_free_crm/gem_ext.rb
  • M lib/fat_free_crm/gem_ext/action_controller/base.rb
  • M lib/fat_free_crm/gem_ext/active_support/buffered_logger.rb
  • M lib/fat_free_crm/gem_ext/rails/engine.rb
  • M lib/fat_free_crm/gem_ext/rake/task.rb
  • M lib/fat_free_crm/gem_ext/simple_form/action_view_extensions/form_helper.rb
  • M lib/fat_free_crm/i18n.rb
  • M lib/fat_free_crm/load_settings.rb
  • M lib/fat_free_crm/mail_processor/base.rb
  • M lib/fat_free_crm/mail_processor/comment_replies.rb
  • M lib/fat_free_crm/mail_processor/dropbox.rb
  • M lib/fat_free_crm/permissions.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