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 3, 2009
By Dave Greenberg Filed under CiviCRM, Drupal, Joomla
The team has released version 2.2.2 with approximately 25 bug fixes and improvements. Notable fixes and improvements include: Joomla! 1.5.10 - fix problems with the CiviCRM installer for the latest Joomla! release. Drupal - load civicrm.css using drupal_add_css() to improve performance Event Price Sets - specify default values for price set field options (radio button, select, checkbox fields) You can review a complete list of 2.2.2 changes on the issue tracker.
Read more
maart 31, 2009
By Dave Greenberg Filed under CiviCRM, Documentation, Training
Almost every week folks ask whether there is a CiviCRM Book they can read to help them learn about all the cool things that CiviCRM can do. Thanks to a grant from the Information Program initiative of the Open Society Institute - we will soon have just that (a big tip of the hat to the Information Program Project Manager for making this happen!). We will be writing the book using tools and techniques developed and hosted by Floss Manuals - whose mission is to provide quality manuals about how to use free software. Adam Hyde, the founder of the Floss Manuals project will be guiding a team of CiviCRM users, integrators and core team members through the process of creating the book during a 5-day Book Sprint to be held during the week of May 4. The team will also have editorial support from Andy Oram who is an editor for technical publisher and information provider O'Reilly Media, specializing currently in open source technologies and software engineering. The finished book will be available as a free PDF download from the Floss Manuals site. Those who want a printed hard-copy book can purchase it for a nominal fee from the Floss Manuals store. Check out the How to Bypass Internet Censorship manual for an example of a finished product.
Read more
maart 27, 2009
By Dave Greenberg Filed under CiviCRM
The team has released version 2.2.1 with approximately 30 bug fixes and improvements. Notable improvements include: Events: Provide a Drupal block which lists upcoming events Mailings: allow users to cancel a running mail job Contributions: re-introduce summary contribution information in search results Pledges: support pay-later mode for pledge payments You can review a complete list of 2.2.1 changes on the issue tracker.
Read more
maart 25, 2009
By fmoretto Filed under CiviCRM

In brief: CiviCRM is having a good time here in Italy, associations and NGOs are very interested into the platform and how they may use it in order to reduce expenses and improve their "performance" in fund-raising tasks and management of databases.

Read more
maart 25, 2009
By shot Filed under CiviEvent, CiviCRM, Drupal, Joomla

We’ve just finished describing some of the new CiviEvent features we’d like to put in CiviCRM 2.3, including waitlisting and optional admin approval of participants. Please take a look at the CiviEvent - New Features for 2.3 wiki page and voice your opinions.

Read more
maart 24, 2009
By xavierFiled under

A quick braindump:

Profile are a great way of simplifying the interface and provide more focussed forms, but some of the goodies of the normal edit form are gone. For instance, the employer isn't anymore an autocomplete field. luckily, with the REST interface and a jquery autocomplete plugin, that's a few lines to add to make it work:

add on the templates/CRM/Profile/Form/Edit.tpl

{if $session->get('userID') > 0} {literal} jQuery(document).ready(function($) {
Read more
maart 19, 2009
By Dave Greenberg Filed under CiviCRM
There are many places in CiviCRM where lists of records are presented... when you search for contacts, you get a list of contact records; when you go to manage events, you get a list of events; etc. Kurund blogged recently about prototypes for improving usability for these record listings (we call them "selectors" internally)... and we got a lot of good feedback from that post. Kurund and Amit on our team have now put up another iteration - which we'd love to have folks look at and comment on: » Contact Listing
Read more
maart 16, 2009
By lobo Filed under CiviCRM, Drupal, Joomla

The past week was quite interesting and generated a fair amount of traffic and news about CiviCRM. It compelled me to summarize and link to the various blog posts :)

Read more
maart 13, 2009
By chrisivens Filed under CiviCRM

I think that here in the UK, we're missing out on something. Ideally I would like to have a central place to communicate and support each other with civicrm. Hopefully this will help organise meet ups and other events in the same timezone.

I have set up a provisional group at http://tech.groups.yahoo.com/group/civicrmuk/ if you could join up and start the ball rolling.

Read more
maart 13, 2009
By chrisivens Filed under CiviCRM

I'm putting this together to help the next version of civicrm. We needed a waiting list for events once they are full. Our needs will perhaps differ from a generic version but you have to start somewhere.

We started by detecting the state of the event with eventFull(). If it's full and the user is not already a participant OR in the waitinglist table, we give them a simple link which will add them to the waitinglist table.

Read more