Blogs
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'.
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.
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
The nice thing about developing software is that the work is never done. There are so many cool things that we can do to make CiviCRM a better application. I've been having some pretty good conversations with David Strauss of Four Kitchen Studios on our IRC channel (#civicrm at irc.freenode.net). Four Kitchen Studios has been a great resource for CiviCRM and were instrumental in deploying CiviCRM within Wikipedia. In the recent past, David has initiated the de-dupe and contact merge algorithm which we hope to incorporate in CiviCRM v1.8.
Some of the various things that we hope to be part of v2.0. We will use a fair amount of the design and code from the v1.x series, but at the same time make significant changes when needed.