Changeset [8b3f51e6f32437c4c999a93992378ae4ba9d33e2] by Mike Dvorkin

March 26th, 2013 @ 10:23 AM

Changed Fat Free CRM license to MIT, see MIT-LICENSE file
https://github.com/fatfreecrm/fat_free_crm/commit/8b3f51e6f32437c4c...

Committed by Mike Dvorkin

  • A MIT-LICENSE
  • R LICENSE
  • M CHANGELOG
  • M CONTRIBUTORS
  • M README.md
  • M app/assets/javascripts/admin/fields.js.coffee
  • M app/assets/javascripts/application.js.erb
  • M app/assets/javascripts/crm.js
  • M app/assets/javascripts/crm_chosen.js.coffee
  • M app/assets/javascripts/crm_classes.js
  • M app/assets/javascripts/crm_fields.js
  • M app/assets/javascripts/crm_loginout.js
  • M app/assets/javascripts/crm_textarea_autocomplete.js
  • M app/assets/javascripts/datepicker.js.coffee
  • M app/assets/javascripts/format_buttons.js.coffee
  • M app/assets/javascripts/groups.js.coffee
  • M app/assets/javascripts/jquery-noconflict.js
  • M app/assets/javascripts/lists.js.coffee
  • M app/assets/javascripts/search.js.coffee
  • M app/assets/stylesheets/admin/fields.css.scss
  • M app/assets/stylesheets/advanced_search.css.scss
  • M app/assets/stylesheets/application.css.erb
  • M app/assets/stylesheets/base.scss
  • M app/assets/stylesheets/common.scss
  • M app/assets/stylesheets/ffcrm_chosen.scss
  • M app/assets/stylesheets/fields.scss
  • M app/assets/stylesheets/format_buttons.css.scss
  • M app/assets/stylesheets/groups.css.scss
  • M app/assets/stylesheets/header.scss
  • M app/assets/stylesheets/index_headers.css.scss
  • M app/assets/stylesheets/lists.css.scss
  • M app/assets/stylesheets/print.css.scss
  • M app/assets/stylesheets/rails.scss
  • M app/assets/stylesheets/safari.scss
  • M app/assets/stylesheets/textarea_autocomplete.scss
  • M app/controllers/admin/application_controller.rb
  • M app/controllers/admin/field_groups_controller.rb
  • M app/controllers/admin/fields_controller.rb
  • M app/controllers/admin/groups_controller.rb
  • M app/controllers/admin/plugins_controller.rb
  • M app/controllers/admin/settings_controller.rb
  • M app/controllers/admin/tags_controller.rb
  • M app/controllers/admin/users_controller.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/authentications_controller.rb
  • M app/controllers/comments_controller.rb
  • M app/controllers/emails_controller.rb
  • M app/controllers/entities/accounts_controller.rb
  • M app/controllers/entities/campaigns_controller.rb
  • M app/controllers/entities/contacts_controller.rb
  • M app/controllers/entities/leads_controller.rb
  • M app/controllers/entities/opportunities_controller.rb
  • M app/controllers/entities_controller.rb
  • M app/controllers/home_controller.rb
  • M app/controllers/lists_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/field_groups_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/admin/tags_helper.rb
  • M app/helpers/admin/users_helper.rb
  • 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/leads_helper.rb
  • M app/helpers/lists_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/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 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/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/layouts/_footer.html.haml
  • 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/authlogic.rb
  • M config/initializers/constants.rb
  • M config/initializers/custom_fields.rb
  • M config/initializers/gravatar.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/sass.rb
  • M config/initializers/secret_token.rb
  • M config/initializers/simple_form.rb
  • M config/initializers/views.rb
  • M config/locales/th.rb
  • M config/routes.rb
  • M config/settings.default.yml
  • M config/unicorn.rb
  • 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/nil.rb
  • M lib/fat_free_crm/core_ext/string.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_model/serializers/xml/serializer/attribute.rb
  • M lib/fat_free_crm/gem_ext/active_record/schema_dumper.rb
  • M lib/fat_free_crm/gem_ext/active_support/buffered_logger.rb
  • M lib/fat_free_crm/gem_ext/authlogic/session/cookies.rb
  • M lib/fat_free_crm/gem_ext/rails/engine.rb
  • M lib/fat_free_crm/gem_ext/rails/text_helper.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/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
  • M lib/fat_free_crm/plugin.rb
  • M lib/fat_free_crm/plugin_dependencies.rb
  • M lib/fat_free_crm/renderers.rb
  • M lib/fat_free_crm/sortable.rb
  • M lib/fat_free_crm/syck_yaml.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/tasks/db/migrate.rake
  • M lib/tasks/db/schema.rake
  • 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/settings.rake
  • M lib/tasks/ffcrm/setup.rake
  • M lib/tasks/ffcrm/update_data.rake
  • 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/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/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
  • M spec/support/mail_processor_mocks.rb
  • M spec/support/rjs_support.rb
  • M spec/support/uploaded_file.rb
  • M spec/views/accounts/_edit.haml_spec.rb
  • M spec/views/accounts/_new.haml_spec.rb
  • M spec/views/accounts/create.rjs_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/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/application/auto_complete.haml_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/comments/new.rjs_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/show.haml_spec.rb
  • M spec/views/contacts/update.rjs_spec.rb
  • M spec/views/home/index.haml_spec.rb
  • M spec/views/home/index.rjs_spec.rb
  • M spec/views/home/options.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/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/_new.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/show.haml_spec.rb
  • M spec/views/opportunities/update.rjs_spec.rb
  • M spec/views/tasks/_edit.haml_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/new.rjs_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
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