Blogs

Keep up-to-date with blogs from the core team, working groups, developers, users and champions worldwide. Subscribe to our newsletter to receive regular updates by email. We also have an RSS feed.
April 23, 2007
By shot Filed under Architecture, Internationalization and Localization

CiviCRM is localised into several languages and used by non-English communities around the world. Before it could be localised, though, it had to be internationalised – i.e., it had to be modified to make the localisation possible. My first assignment when working on CiviCRM was to take the English-only application, internationalise it and localise it to Polish.

Read more
April 20, 2007
By michal Filed under CiviCRM

We are glad to announce that in reply to recent requests we are launching a new support and discussion tool for our great community of users - CiviCRM Forums:

http://forum.civicrm.org/

We encourage everyone to use the Forums for all support questions and discussion (except for technical developer topics), starting immediately.

Read more
April 14, 2007
By lobo Filed under CiviCRM

CiviCRM seems to be growing at a fairly nice pace with a good adoption rate in the community. In the run up to the presidential elections, quite a few of the democratic grassroots political campaigns have used Drupal / CiviCRM as their organizing and fund-raising platform.

Read more
April 10, 2007
By Dave Greenberg Filed under CiviCRM
Judy Hallman sent in this write-up from the
Read more
April 9, 2007
By Dave Greenberg Filed under Architecture, CiviCRM
Developers who are working on integrating CiviCRM with other modules and/or developing contributions for CiviCRM need to have a good understanding of the database structure. What data is stored in what tables? What type and size of data is valid for a given field? How are the various tables connected to each other? This information can also be helpful when tracking down and potential bug or installation problem. Entity Relationship Diagrams or ERD's provide a graphical representation of database structure. AND...Ben Vautier (SQL Recipes) has graciously contributed (and is maintaining) a pretty comprehensive ERD for CiviCRM and it's componenents (including CiviEvent).
Read more
April 1, 2007
By lobo Filed under Architecture, CiviCRM

We made a few major changes to the v1.7 search interface for a big improvement in performance. The first change was to ot use a wildcard for the prefix. Thus when a user searches on NAME, we only search for 'NAME%', in older version we would search for '%NAME%'. This allows mysql to use the index on sort_name and is significantly faster than a full table scan. The second change involved not searching the 'email' table when doing a search on 'name'.

Read more
März 29, 2007
By Dave GreenbergFiled under
With version 1.7 "almost" out the door, the CiviCRM planning team spent most of this week's team meeting evaluating potential "big ticket" items for 1.8 and discussing future platform requirements for CiviCRM. The platform issues are: When do we drop support for PHP 4.x? When do we drop support for MySQL 4.1 There are compelling technical and management arguments for requiring PHP 5.x and MySQL 5. On the management side, we estimate that it costs the project approximately 4-6 person-weeks of extra time to code, test and debug the PHP 4 version. As the codebase grows - this cost of supporting two very different programming models grows. These are resources that we'd prefer to use improving the overall functionality, usability and quality of the software.
Read more
März 27, 2007
By lobo Filed under CiviCRM

USPIRG has decided to work on CiviCRM as the Code for Change project this summer!. Should be a great value add to the CiviCRM community. Thanx to Wes Morgan and USPIRG for choosing CiviCRM. From their website:

Code for Change is an exciting new program which brings together computer science students and recent graduates in the summer to lead an open source software development project. The projects will vary from year to year, but they'll tend to focus on furthering the online organizing work of U.S. PIRG and, being open source, lots of other organizations as well.

This summer, we'll be working on the CivicSpace project to make it a world class online organizing platform. By the end of the summer, organizations working on issues ranging from preserving our last remaining wild forests to preventing human rights abuses will be able to take advantage of our work to get more and more people involved in their issues online.

Read more
März 25, 2007
By Dave Greenberg Filed under CiviCRM
I spent last Thursday and Friday at the Open Source CMS Conference (OSCMS 2007) - hosted by Yahoo! in Sunnyvale. It was a high-energy gathering of smart folks who are passionate about software and open source - with an especially large concentration of Drupal developers and integrators. CiviCRM Session Gregory Heller from CivicActions joined me in presenting a session on CiviCRM on Friday morning. Despite the fact that we were scheduled opposite Dries Butaert (Drupal founder) - we had a good showing. I gave folks an overview of CiviCRM - with an emphasis on CMS integration approaches (profiles, user registration, APIs and hooks). Then Greg showed off live examples of each of these techniques on some of the cool sites that CivicActions has developed using CiviCRM.
Read more
März 24, 2007
By lobo Filed under CiviCRM
We are excited to announce that our 1.7 Beta release is now available for download. This release features the new CiviEvent component, which provides integrated event registration and management, along with a new "Contact Dashboard" which gives constituents a consolidated view of their subscriptions, contributions,event registrations and more.

Other release highlights include: Create and save re-usable email templates (with mail-merge tokens) CiviContribute plugins for Authorize.net and Google Checkout Use customized versions of templates for any screen One-click copying for existing Profiles, Contribution Pages and Events

Read more