
Implementor, Developer
Luna Design
We produce custom civiCRM/Drupal solutions for professional organizations and societies to satisfy their membership management needs. In its standard configuration, civiCRM provides a great deal of functionality and its integration with Drupal is outstanding.
We are also active in extending civiCRM with custom extension modules which are in development at our Github account(https://github.com/awasson)

Implementor, Service Provider, Administrator, Consultant, End-user
CiviSMTP
I run the CiviSMTP Service that provides an easy and reliable way to send your newsletters using CiviCRM on Drupal/Joomla/WordPress platforms.

End-user, Administrator, Trainer
Progressive Technology Project
CiviCRM is helping us serve member-based community organizing groups across the
U.S. to keep better track of their events, fundraising, and membership data. It's helping our community to aim higher in terms of what kind of questions they should be asking and what kind of data they should be collecting. We chose CiviCRM because it's the best all-around tool to do what our groups need, AND because it's open source.


Administrator
Concordia Welfare & Education Foundation
CWEF is deploying CiviCRM on Wordpress to build and manage a database of our staff, volunteer, recipient, donor and partner contacts.

Implementor, Developer
Unitarian Universalist Church of Lancaster
Contact management, email marketing/management and web site integration.

End-user, Administrator
City Bible Forum
City Bible Forum is an Australian not-for-profit Christian organisation. We need to communicate effectively with our constituents, and CiviCRM gives us a comprehensive set of tools for managing relationships. Interestingly, we often find that new features are being added just as our need for those features is becoming apparent. It's the right fit for us.


Consultant, Administrator, End User
Greenleaf Advancement
Greenleaf Advancement hosts, implements, supports, and provides training for CiviCRM. We take great pride in our role in helping nonprofits advance their mission. Combining our backgrounds in fundraising and technology, we are focused on helping organizations use CiviCRM to connect with their supporters and improve their fundraising results. Doing this as part of a vibrant open source community is in keeping with our belief that success overall only matters if we don't leave others behind.


Developer and End-user
Fuzion
CiviCRM has one of the most active and friendliest communities I have come across. From initial tentative forum posts I was encouraged into engaging more actively through IRC and directly with other groups & individuals and am now happy to count many community members as friends. I recently found an article on the web that said if you post a question about CiviCRM anywhere on the web Lobo will post an answer within a few hours. It often feels like that is true.
One of the most valuable way in which the community supports me is by allowing me to bounce my ideas around and often someone is able to suggest an approach which is better than mine.

Implementor
BackOfficeThinking
CiviCRM allows us to bring all benefits and capabilities of a large commercial CRM and
donor management system to medium and large non-profits at a fraction of the cost. CiviCRM also allows smaller non-profits to benefit from an integrated solution for donor management, events, bulk email, etc. substantially increasing their effectiveness as compared to managing a variety of nonintegrated software and spreadsheets. Thanks to a strong CiviCRM community, CiviCRM’s functionality continues to advance and CiviCRM’s market continues to grow rapidly.


Developer
Semper IT Inc.
I help non-profit organizations optimize workflows by creating interactive Drupal/CiviCRM websites for them.

Implementor
ISHR
ISHR is currently in the early stages of implementing CiviCRM, and is finding the customisable aspects of the software to be especially beneficial.


Administrator, Developer
Amnistía Internacional España
CiviCRM helps us to unify the management of different databases (volunteers, members, etc) allowing us to keep control over our data.


Comments
Hi there
Hi there
Sounds great release but did I do something wrong as this is what I am getting on a fresh install:
Strict warning: Non-static method CRM_Core_Block::setTemplateValues() should not be called statically in CRM_Core_Block::setTemplateValues() (line 587 of /var/www/drupal/sites/all/modules/civicrm/CRM/Core/Block.php).
Cheers
Civi includes some code that
Civi includes some code that originated with older versions of PHP. Although the code still works in newer versions of PHP, new PHP installs may (by default) report warnings about old code. To reduce warnings, some have found one or both of these steps help:
1. In php.ini, set "error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT".
2. Avoid PHP 5.4 with Civi <=4.2. (The upcoming Civi 4.3 is being actively tested/developed with PHP 5.4.)