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.
Czerwiec 19, 2013
By Anonim Filed under Meetups

Wednesday 26th June 2013

Veda Consulting Arch 462, Kingsland Viaduct 83 Rivington Street London, EC2 3AY

5:50pm - 8:30pm

Register here... http://civicrm.org/civicrm/event/info?reset=1&id=316

Read more
Czerwiec 19, 2013
By aheath Filed under CiviContribute, CiviEvent, CiviMember, CiviCon, CiviCRM, Drupal, Make it happen, Marketing and Promotion, Meetups

Tonight found Giant Rabbit hosting the local CiviMeetup in Berkeley, CA, where we talked Drupal Webform Tips and Tricks (and if you want to support CiviCRM payment integration in Drupal webforms, you might consider giving a few dollars to our Make It Happen Campaign) and a fe

Read more
Czerwiec 15, 2013
By ChrisChinchilla Filed under Case studies and user stories, CiviCRM, Marketing and Promotion

This is a post to start a discussion, something of an expansion of Dave's blog (Let's Market CiviCRM better) and Jessica's blog (Expanding end users).

Read more
Czerwiec 10, 2013
By colemanw Filed under Release announcements, Security Releases

Today marks the 5th stable release of CiviCRM 4.3. The CiviCRM community has truly rallied to make 4.3 the most reliable and feature-rich version yet - over 60 people contributed patches and testing to 4.3.4 alone.

This is a security release. You should upgrade your site immediately. If you are unable to do so, read the following security bulletins for alternate instructions for securing your site:

Read more
Czerwiec 7, 2013
By yashodha Filed under Make it happen

As we gear up to work on our next major milestone release CiviCRM 4.4, there's been a considerable excitement within the team for our MIH campaign. We believe the new features and new improvements to existing features outlined for 4.4 definitely will add value to the CiviCRM software.

Based on our project plan, the fundraising deadline for the MIHs is 16th of June - that is just under two weeks away.

Read more
Czerwiec 5, 2013
By spidersilk Filed under Release announcements, Security Releases

Recently I was asked to compile a list of all CiviCRM releases since 3.1.0, identifying which were security releases so that we could make sure clients' sites were secure.

Read more
Maj 30, 2013
By pdelbar Filed under CiviCRM, Extensions, Make it happen

Imagine you're a non-profit employee or volunteer, responsible for managing donations. You get into the office, pick up the first coffee on the way to your desk, to find a HUGE bank statement for you to process today. Good news for your employer, not for you, because even at the rate of roughly two payments per minute, you'll be spending 19.5 hours processing them. Yay !

Read more
Maj 29, 2013
By pdelbar Filed under CiviCRM, Make it happen

If you are not fundraising in any of the Single European Payment Area countries, feel free to skip this blog -- unless you want to discover how the amazing CiviCRM community is building support for what is becoming Europe's most important recurring payment instrument.

Read more
Maj 29, 2013
By Dave Greenberg Filed under Marketing and Promotion
One of the interesting conversations started at CiviCON was about marketing. Great energy and good ideas came out of small groups that met to brainstorm ways to amplify our voice.
Read more
Maj 24, 2013
By totten Filed under API, Architecture, Extensions

CiviCRM configuration is largely driven through the web interface and the database: if an administrator wants to add a new "report" or new "relationship type", he can accomplish this with a few clicks of the web interface. The new item is inserted into the database and immediately becomes live. This is great for web-based administration, but it's inconvenient for developers: if a developer writes a module or extension that registers something in the database, then he needs to write an installation routine to insert the item (and an uninstallation routine to delete the item). CiviCRM 4.2+ includes a better way: use the API and hook_civicrm_managed. This technique is already used in "civix" based extensions, but it also works with Drupal modules, Joomla plugins, etc.

Read more