Changeset [0919d232613b240b4a38f4b893184aa6631f4fe4] by Mike Dvorkin

September 7th, 2010 @ 10:50 PM

Merged with crossroads/rails3 fork; this runs [rake crm:setup]
http://github.com/michaeldv/fat_free_crm/commit/0919d232613b240b4a3...

Committed by Mike Dvorkin

  • A app/controllers/accounts_controller.rb
  • A app/controllers/admin/application_controller.rb
  • A app/controllers/admin/plugins_controller.rb
  • A app/controllers/admin/settings_controller.rb
  • A app/controllers/admin/users_controller.rb
  • A app/controllers/authentications_controller.rb
  • A app/controllers/campaigns_controller.rb
  • A app/controllers/comments_controller.rb
  • A app/controllers/contacts_controller.rb
  • A app/controllers/emails_controller.rb
  • A app/controllers/home_controller.rb
  • A app/controllers/leads_controller.rb
  • A app/controllers/opportunities_controller.rb
  • A app/controllers/passwords_controller.rb
  • A app/controllers/tasks_controller.rb
  • A app/controllers/users_controller.rb
  • A app/helpers/accounts_helper.rb
  • A app/helpers/addresses_helper.rb
  • A app/helpers/admin/application_helper.rb
  • A app/helpers/admin/plugins_helper.rb
  • A app/helpers/admin/settings_helper.rb
  • A app/helpers/admin/users_helper.rb
  • A app/helpers/ajax_will_paginate.rb
  • A app/helpers/authentications_helper.rb
  • A app/helpers/campaigns_helper.rb
  • A app/helpers/comments_helper.rb
  • A app/helpers/contacts_helper.rb
  • A app/helpers/emails_helper.rb
  • A app/helpers/home_helper.rb
  • A app/helpers/leads_helper.rb
  • A app/helpers/opportunities_helper.rb
  • A app/helpers/passwords_helper.rb
  • A app/helpers/tasks_helper.rb
  • A app/helpers/users_helper.rb
  • A app/models/account.rb
  • A app/models/account_contact.rb
  • A app/models/account_opportunity.rb
  • A app/models/activity.rb
  • A app/models/activity_observer.rb
  • A app/models/address.rb
  • A app/models/authentication.rb
  • A app/models/avatar.rb
  • A app/models/campaign.rb
  • A app/models/comment.rb
  • A app/models/contact.rb
  • A app/models/contact_opportunity.rb
  • A app/models/email.rb
  • A app/models/lead.rb
  • A app/models/notifier.rb
  • A app/models/opportunity.rb
  • A app/models/permission.rb
  • A app/models/preference.rb
  • A app/models/setting.rb
  • A app/models/task.rb
  • A app/models/timeline.rb
  • A app/models/user.rb
  • A app/stylesheets/base.sass
  • A app/stylesheets/common.sass
  • A app/stylesheets/header.sass
  • A app/stylesheets/rails.sass
  • A app/stylesheets/safari.sass
  • A app/stylesheets/screen.sass
  • A app/views/accounts/_account.html.haml
  • A app/views/accounts/_contact_info.html.haml
  • A app/views/accounts/_create.html.haml
  • A app/views/accounts/_edit.html.haml
  • A app/views/accounts/_options.html.haml
  • A app/views/accounts/_permissions.html.haml
  • A app/views/accounts/_sidebar_index.html.haml
  • A app/views/accounts/_sidebar_show.html.haml
  • A app/views/accounts/_top_section.html.haml
  • A app/views/accounts/create.js.rjs
  • A app/views/accounts/destroy.js.rjs
  • A app/views/accounts/edit.js.rjs
  • A app/views/accounts/index.html.haml
  • A app/views/accounts/index.js.rjs
  • A app/views/accounts/new.js.rjs
  • A app/views/accounts/options.js.rjs
  • A app/views/accounts/show.html.haml
  • A app/views/accounts/update.js.rjs
  • A app/views/admin/plugins/index.html.haml
  • A app/views/admin/settings/index.html.haml
  • A app/views/admin/users/_confirm.html.haml
  • A app/views/admin/users/_create.html.haml
  • A app/views/admin/users/_edit.html.haml
  • A app/views/admin/users/_profile.html.haml
  • A app/views/admin/users/_sidebar_index.html.haml
  • A app/views/admin/users/_user.html.haml
  • A app/views/admin/users/confirm.js.rjs
  • A app/views/admin/users/create.js.rjs
  • A app/views/admin/users/destroy.js.rjs
  • A app/views/admin/users/edit.js.rjs
  • A app/views/admin/users/index.html.haml
  • A app/views/admin/users/index.js.rjs
  • A app/views/admin/users/new.js.rjs
  • A app/views/admin/users/reactivate.js.rjs
  • A app/views/admin/users/show.html.haml
  • A app/views/admin/users/suspend.js.rjs
  • A app/views/admin/users/update.js.rjs
  • A app/views/authentications/new.html.haml
  • A app/views/campaigns/_campaign.html.haml
  • A app/views/campaigns/_create.html.haml
  • A app/views/campaigns/_edit.html.haml
  • A app/views/campaigns/_metrics.html.haml
  • A app/views/campaigns/_objectives.html.haml
  • A app/views/campaigns/_options.html.haml
  • A app/views/campaigns/_permissions.html.haml
  • A app/views/campaigns/_sidebar_index.html.haml
  • A app/views/campaigns/_sidebar_show.html.haml
  • A app/views/campaigns/_status.html.haml
  • A app/views/campaigns/_top_section.html.haml
  • A app/views/campaigns/create.js.rjs
  • A app/views/campaigns/destroy.js.rjs
  • A app/views/campaigns/edit.js.rjs
  • A app/views/campaigns/index.html.haml
  • A app/views/campaigns/index.js.rjs
  • A app/views/campaigns/new.js.rjs
  • A app/views/campaigns/options.js.rjs
  • A app/views/campaigns/show.html.haml
  • A app/views/campaigns/update.js.rjs
  • A app/views/comments/_comment.html.haml
  • A app/views/comments/_edit.html.haml
  • A app/views/comments/_new.html.haml
  • A app/views/comments/create.js.rjs
  • A app/views/comments/destroy.js.rjs
  • A app/views/comments/edit.js.rjs
  • A app/views/comments/index.html.erb
  • A app/views/comments/new.js.rjs
  • A app/views/comments/show.html.erb
  • A app/views/comments/update.js.rjs
  • A app/views/common/_address.html.haml
  • A app/views/common/_address_show.html.haml
  • A app/views/common/_comment.html.haml
  • A app/views/common/_edit_comment.html.haml
  • A app/views/common/_empty.html.haml
  • A app/views/common/_inline_styles.html.haml
  • A app/views/common/_naming.html.haml
  • A app/views/common/_outline.html.haml
  • A app/views/common/_paginate.haml
  • A app/views/common/_per_page.html.haml
  • A app/views/common/_recent.html.haml
  • A app/views/common/_recently.html.haml
  • A app/views/common/_search.html.haml
  • A app/views/common/_select_popup.html.haml
  • A app/views/common/_sort_by.html.haml
  • A app/views/common/_tasks.html.haml
  • A app/views/common/_timeline.html.haml
  • A app/views/common/_total.html.haml
  • A app/views/common/attach.js.rjs
  • A app/views/common/auto_complete.html.haml
  • A app/views/common/discard.rjs
  • A app/views/contacts/_contact.html.haml
  • A app/views/contacts/_create.html.haml
  • A app/views/contacts/_edit.html.haml
  • A app/views/contacts/_extra.html.haml
  • A app/views/contacts/_options.html.haml
  • A app/views/contacts/_permissions.html.haml
  • A app/views/contacts/_sidebar_index.html.haml
  • A app/views/contacts/_sidebar_show.html.haml
  • A app/views/contacts/_top_section.html.haml
  • A app/views/contacts/_web.html.haml
  • A app/views/contacts/create.js.rjs
  • A app/views/contacts/destroy.js.rjs
  • A app/views/contacts/edit.js.rjs
  • A app/views/contacts/index.html.haml
  • A app/views/contacts/index.js.rjs
  • A app/views/contacts/new.js.rjs
  • A app/views/contacts/options.js.rjs
  • A app/views/contacts/show.html.haml
  • A app/views/contacts/update.js.rjs
  • A app/views/emails/_email.html.haml
  • A app/views/emails/destroy.js.rjs
  • A app/views/home/_activity.html.haml
  • A app/views/home/_assets.html.haml
  • A app/views/home/_duration.html.haml
  • A app/views/home/_options.html.haml
  • A app/views/home/_users.html.haml
  • A app/views/home/index.html.haml
  • A app/views/home/index.js.rjs
  • A app/views/home/options.js.rjs
  • A app/views/layouts/500.html.haml
  • A app/views/layouts/_about.html.haml
  • A app/views/layouts/_footer.html.haml
  • A app/views/layouts/_header.html.haml
  • A app/views/layouts/_jumpbox.html.haml
  • A app/views/layouts/_sidebar.html.haml
  • A app/views/layouts/_tabbed.html.haml
  • A app/views/layouts/_tabless.html.haml
  • A app/views/layouts/admin/_header.html.haml
  • A app/views/layouts/admin/application.html.haml
  • A app/views/layouts/application.html.haml
  • A app/views/leads/_contact.html.haml
  • A app/views/leads/_convert.html.haml
  • A app/views/leads/_convert_permissions.html.haml
  • A app/views/leads/_create.html.haml
  • A app/views/leads/_edit.html.haml
  • A app/views/leads/_lead.html.haml
  • A app/views/leads/_opportunity.html.haml
  • A app/views/leads/_options.html.haml
  • A app/views/leads/_permissions.html.haml
  • A app/views/leads/_sidebar_index.html.haml
  • A app/views/leads/_sidebar_show.html.haml
  • A app/views/leads/_status.html.haml
  • A app/views/leads/_top_section.html.haml
  • A app/views/leads/_web.html.haml
  • A app/views/leads/convert.js.rjs
  • A app/views/leads/create.js.rjs
  • A app/views/leads/destroy.js.rjs
  • A app/views/leads/edit.js.rjs
  • A app/views/leads/index.html.haml
  • A app/views/leads/index.js.rjs
  • A app/views/leads/new.js.rjs
  • A app/views/leads/options.js.rjs
  • A app/views/leads/promote.js.rjs
  • A app/views/leads/reject.js.rjs
  • A app/views/leads/show.html.haml
  • A app/views/leads/update.js.rjs
  • A app/views/notifier/dropbox_ack_notification.html.haml
  • A app/views/notifier/password_reset_instructions.html.haml
  • A app/views/opportunities/_create.html.haml
  • A app/views/opportunities/_edit.html.haml
  • A app/views/opportunities/_opportunity.html.haml
  • A app/views/opportunities/_options.html.haml
  • A app/views/opportunities/_permissions.html.haml
  • A app/views/opportunities/_sidebar_index.html.haml
  • A app/views/opportunities/_sidebar_show.html.haml
  • A app/views/opportunities/_top_section.html.haml
  • A app/views/opportunities/create.js.rjs
  • A app/views/opportunities/destroy.js.rjs
  • A app/views/opportunities/edit.js.rjs
  • A app/views/opportunities/filter.js.rjs
  • A app/views/opportunities/index.html.haml
  • A app/views/opportunities/index.js.rjs
  • A app/views/opportunities/new.js.rjs
  • A app/views/opportunities/options.js.rjs
  • A app/views/opportunities/show.html.haml
  • A app/views/opportunities/update.js.rjs
  • A app/views/passwords/edit.html.haml
  • A app/views/passwords/new.html.haml
  • A app/views/tasks/_assigned.html.haml
  • A app/views/tasks/_completed.html.haml
  • A app/views/tasks/_create.html.haml
  • A app/views/tasks/_edit.html.haml
  • A app/views/tasks/_empty.html.haml
  • A app/views/tasks/_pending.html.haml
  • A app/views/tasks/_related.html.haml
  • A app/views/tasks/_selector.html.haml
  • A app/views/tasks/_sidebar_index.html.haml
  • A app/views/tasks/_title.html.haml
  • A app/views/tasks/_top_section.html.haml
  • A app/views/tasks/complete.js.rjs
  • A app/views/tasks/create.js.rjs
  • A app/views/tasks/destroy.js.rjs
  • A app/views/tasks/discard.rjs
  • A app/views/tasks/edit.js.rjs
  • A app/views/tasks/filter.js.rjs
  • A app/views/tasks/index.html.haml
  • A app/views/tasks/new.js.rjs
  • A app/views/tasks/update.js.rjs
  • A app/views/users/_avatar.html.haml
  • A app/views/users/_languages.html.haml
  • A app/views/users/_password.html.haml
  • A app/views/users/_profile.html.haml
  • A app/views/users/_user.html.haml
  • A app/views/users/avatar.js.rjs
  • A app/views/users/change_password.js.rjs
  • A app/views/users/edit.js.rjs
  • A app/views/users/index.html.haml
  • A app/views/users/new.html.haml
  • A app/views/users/password.js.rjs
  • A app/views/users/show.html.haml
  • A app/views/users/update.js.rjs
  • A app/views/users/upload_avatar.js.rjs
  • A config/initializers/fat_free_crm.rb
  • A config/settings.yml
  • A lib/fat_free_crm.rb
  • A lib/fat_free_crm/callback.rb
  • A lib/fat_free_crm/core_ext.rb
  • A lib/fat_free_crm/core_ext/helpers.rb
  • A lib/fat_free_crm/core_ext/logger.rb
  • A lib/fat_free_crm/core_ext/nil.rb
  • A lib/fat_free_crm/core_ext/string.rb
  • A lib/fat_free_crm/core_ext/tmail.rb
  • A lib/fat_free_crm/core_ext/visible_to.rb
  • A lib/fat_free_crm/dropbox.rb
  • A lib/fat_free_crm/exceptions.rb
  • A lib/fat_free_crm/i18n.rb
  • A lib/fat_free_crm/permissions.rb
  • A lib/fat_free_crm/plugin.rb
  • A lib/fat_free_crm/sortable.rb
  • A lib/fat_free_crm/tabs.rb
  • A lib/fat_free_crm/version.rb
  • A lib/tasks/dropbox.rake
  • A lib/tasks/fat_free_crm.rake
  • A lib/tasks/hooks.rake
  • A public/stylesheets/base.css
  • A public/stylesheets/common.css
  • A public/stylesheets/header.css
  • A public/stylesheets/rails.css
  • A public/stylesheets/safari.css
  • A public/stylesheets/screen.css
  • A vendor/plugins/rails3_acts_as_paranoid/MIT-LICENSE
  • A vendor/plugins/rails3_acts_as_paranoid/README.markdown
  • A vendor/plugins/rails3_acts_as_paranoid/Rakefile
  • A vendor/plugins/rails3_acts_as_paranoid/init.rb
  • A vendor/plugins/rails3_acts_as_paranoid/lib/rails3_acts_as_paranoid.rb
  • A vendor/plugins/rails3_acts_as_paranoid/test/rails3_acts_as_paranoid_test.rb
  • A vendor/plugins/rails3_acts_as_paranoid/test/test_helper.rb
  • R app/views/layouts/application.html.erb
  • R public/index.html
  • M CHANGELOG
  • M app/controllers/application_controller.rb
  • M app/helpers/application_helper.rb
  • M config/application.rb
  • M config/routes.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