Changeset [ce78e03f34dbcf1b9076dcfa64de82761eee5836] by Nathan Broadbent

October 19th, 2012 @ 11:07 PM

Merge pull request #196 from fatfreecrm/search-redesign

Search Redesign
https://github.com/fatfreecrm/fat_free_crm/commit/ce78e03f34dbcf1b9...

Committed by Nathan Broadbent

  • A app/assets/stylesheets/advanced_search.css.scss
  • A app/assets/stylesheets/index_headers.css.scss
  • A app/views/contacts/_show_contact_sections.html.haml
  • A app/views/entities/_basic_search.html.haml
  • A app/views/entities/_format_buttons.html.haml
  • A app/views/entities/_search.html.haml
  • A app/views/entities/_title_bar.html.haml
  • A app/views/shared/_paginate_with_per_page.html.haml
  • A vendor/assets/images/brief.png
  • A vendor/assets/images/full.png
  • A vendor/assets/images/long.png
  • A vendor/assets/javascripts/jquery.disable.js
  • R app/views/accounts/_options.html.haml
  • R app/views/accounts/options.js.rjs
  • R app/views/campaigns/_options.html.haml
  • R app/views/campaigns/options.js.rjs
  • R app/views/contacts/_options.html.haml
  • R app/views/contacts/options.js.rjs
  • R app/views/entities/advanced_search.js.rjs
  • R app/views/leads/_options.html.haml
  • R app/views/leads/options.js.rjs
  • R app/views/opportunities/_options.html.haml
  • R app/views/opportunities/options.js.rjs
  • R app/views/shared/_outline.html.haml
  • R app/views/shared/_per_page.html.haml
  • R spec/views/accounts/options.rjs_spec.rb
  • R spec/views/campaigns/options.rjs_spec.rb
  • R spec/views/contacts/options.rjs_spec.rb
  • R spec/views/leads/options.rjs_spec.rb
  • R spec/views/opportunities/options.rjs_spec.rb
  • M Gemfile.lock
  • M app/assets/javascripts/application.js.erb
  • M app/assets/javascripts/crm.js
  • M app/assets/javascripts/search.js.coffee
  • M app/assets/stylesheets/application.css.erb
  • M app/assets/stylesheets/common.scss
  • M app/assets/stylesheets/header.scss
  • M app/assets/stylesheets/rails.scss
  • 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/helpers/accounts_helper.rb
  • M app/helpers/application_helper.rb
  • M app/helpers/campaigns_helper.rb
  • M app/helpers/leads_helper.rb
  • M app/helpers/opportunities_helper.rb
  • M app/helpers/tasks_helper.rb
  • M app/views/accounts/_sidebar_index.html.haml
  • M app/views/accounts/create.js.rjs
  • M app/views/accounts/destroy.js.rjs
  • M app/views/accounts/index.html.haml
  • M app/views/accounts/index.js.rjs
  • M app/views/accounts/new.js.rjs
  • M app/views/campaigns/_sidebar_index.html.haml
  • M app/views/campaigns/create.js.rjs
  • M app/views/campaigns/destroy.js.rjs
  • M app/views/campaigns/index.html.haml
  • M app/views/campaigns/index.js.rjs
  • M app/views/campaigns/new.js.rjs
  • M app/views/contacts/_contact.html.haml
  • M app/views/contacts/_sidebar_index.html.haml
  • M app/views/contacts/create.js.rjs
  • M app/views/contacts/destroy.js.rjs
  • M app/views/contacts/index.html.haml
  • M app/views/contacts/index.js.rjs
  • M app/views/contacts/new.js.rjs
  • M app/views/entities/_advanced_search.html.haml
  • M app/views/layouts/_tabbed.html.haml
  • M app/views/layouts/application.html.haml
  • M app/views/leads/_sidebar_index.html.haml
  • M app/views/leads/create.js.rjs
  • M app/views/leads/destroy.js.rjs
  • M app/views/leads/index.html.haml
  • M app/views/leads/index.js.rjs
  • M app/views/leads/new.js.rjs
  • M app/views/opportunities/_sidebar_index.html.haml
  • M app/views/opportunities/create.js.rjs
  • M app/views/opportunities/destroy.js.rjs
  • M app/views/opportunities/index.html.haml
  • M app/views/opportunities/index.js.rjs
  • M app/views/opportunities/new.js.rjs
  • M app/views/tasks/_sidebar_index.html.haml
  • M app/views/versions/_versions.html.haml
  • M config/locales/de_fat_free_crm.yml
  • M config/locales/en-US_fat_free_crm.yml
  • M config/settings.default.yml
  • M fat_free_crm.gemspec
  • M lib/tasks/demo.rake
  • M spec/acceptance/accounts_spec.rb
  • M spec/acceptance/admin/groups_spec.rb
  • M spec/acceptance/admin/users_spec.rb
  • M spec/acceptance/campaigns_spec.rb
  • M spec/acceptance/contacts_spec.rb
  • M spec/acceptance/leads_spec.rb
  • M spec/acceptance/opportunities_spec.rb
  • M spec/acceptance/tasks_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/spec_helper.rb
  • M spec/views/accounts/index.haml_spec.rb
  • M spec/views/accounts/new.rjs_spec.rb
  • M spec/views/campaigns/index.haml_spec.rb
  • M spec/views/campaigns/new.rjs_spec.rb
  • M spec/views/campaigns/show.haml_spec.rb
  • M spec/views/contacts/index.haml_spec.rb
  • M spec/views/contacts/new.rjs_spec.rb
  • M spec/views/leads/index.haml_spec.rb
  • M spec/views/leads/new.rjs_spec.rb
  • M spec/views/opportunities/index.haml_spec.rb
  • M spec/views/opportunities/new.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