Blog posts by lobo

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.
March 2, 2010
By lobo Filed under CiviCRM
As some of you might know, CiviCRM Standalone came out of a project we did with US PIRG. The project lead was Wes Morgan who also was supporting the standalone version along with a few other features he worked on in Civi (SQL Import, REST API etc).
Read more
February 9, 2010
By lobo Filed under CiviCRM, Drupal, Joomla
Earlier today NTEN released the 2009 Data Ecosystem Survey Report (you need to be an NTEN member or pay $50 to access this report). Long time users might remember that CiviCRM came out on top in the 2007 NTEN CRM Satisfaction Survey. Some of the tweets about this survey include: @pearlbear: GPA on Donation Managment from #nten report: CiviCRM:3.85, Salesforce:3.67, Raiser's Edge:3.62, DIA:3.25, Convio:3.22. @geilhufe: CiviCRM gets straight As in 5/8 parts of an NPO's data ecosystem (NTEN Data Ecosystems @geilhufe: CiviCRM far ahead of competition yet again in independent Report @civicactions: Nice marks for @civicrm in the #NTEN 2009 Data Ecosystem Survey
Read more
January 8, 2010
By lobo Filed under Drupal, Joomla, Training
We have quite a few paid training events lined up for this year. You can read some of the reports on prior trainings on our blog. Participants who have attended these trainings have remarked as to how much it has helped demystify CiviCRM for them (and their clients). Learn some valuable tips and tricks from the core CiviCRM developers and help the project! We offer a User training mainly for the CiviCRM end user / newbie, an integrator training for the CiviCRM administrator and a developer training for folks who want to extend and customize CiviCRM. Our current training schedule is: Integrator (Jan 21) and Developer Training (Jan 22) in Boston. Developer training on February 8 - 9, 2010 in Brussels. User (April 7), Integrator (April 11) and Developer (April 12) training in Atlanta. User (April 18) and Integrator (April 18) training in San Francisco. The first CiviCon - April 22, 2010 immediately after DrupalCon San Francisco. More details on this in future blog posts.
Read more
December 13, 2009
By lobo Filed under CiviCRM, Drupal
Workflow has been an important piece missing from CiviCRM. We figured that integrating with the Rules module in Drupal would address this problem. I decided to tackle it on as a weekend project :) Kudos to the rules developer, Wolfgang Zeigler for designing AND documenting an excellent module. The developer documentation is very comprehensive and along with the integration modules, i was able to write an integration module in a few hours. The source code for the module can be found in our svn repository We hope to address and answer some of the integration questions with the community, similar to how the Views Integration Module has been developed. CiviCRM has got pretty good hook support, so I suspect adding extensive rules support is very feasible, i.e. fire rules based on CiviCRM hooks. We need to answer a few other questions to help us move this integration forward in a fruitful manner:
Read more
December 7, 2009
By lobo Filed under CiviCRM
We are working with PTP and Dharmatech to incorporate their work on Canvass and Phonebank into CiviCRM v3.1. Initially we plan to package and release this as the civicrm_canvass drupal module As part of this work, we need to "extend" the core demographic information in a seamless manner. CiviCRM holds the gender / birth date / deceased date as core fields. However PTP also wanted to collect additional demographic information: ethnicity, primary language, secondary language and number of kids. We plan on storing this additinal demographic data as a custom group. We had to inject this custom group into the demographic section for the contact view and edit forms. We also wanted to hide the custom group showing up as a tabbed pane in the contact view screen. We accomplished all this using the all powerful and mighty hook system. We could inject a complete custom group into the edit field by implementing the buildForm hook and using some internal CiviCRM functions
Read more
December 4, 2009
By lobo Filed under Drupal, Schools
Some of you'll are aware of the work i've done for The San Francisco School using Drupal 6.x / CiviCRM 2.2. You can read more technical details about this project on my blog. Database Maintain name/email/phone/address information for people associated with the school (students, staff and parents) Maintain relationships between parents and their children Maintain relationships between a teacher / advisor and their students Current Features deployed at SFS Give all parents and staff a login/password Online signups for all Parent Teacher Conferences Online signups for all extended care activity (classes after school) Sign-in / Sign-out for students attending extended care Computation of how many "activity" blocks a student has spent on extended care Parent viewing of the various extended care activities their kids have attended in the past Online maps of "Where we Live" of the school families Online directories of the schools and grades.
Read more
December 1, 2009
By lobo Filed under Schools
This is a continuing series of blog posts on deploying CiviCRM at San Francisco School. In the previous blog posts we discussed how to expose relationship information in a profile and how to manage parent teacher conferences. There are also some slides explaining the module from a recent training seminar Our latest project was automating the extended care (classes before and after school) system. The previous process was quite manual and labor intensive (and error prone). The attendance sheet was printed (via a CiviReport) from the students signed in. The students queued up and were signed into the extended care program. Some of the students had to be manually written in (if they were not signed up). At the end of the day, the parents would pick up the child and locate the childs name in the multiple sheets and sign them out. Typically 10-20% of parents would not sign their children out. The business office would then take this piece of paper and then calculate the "activity blocks" (based on time spent in extended care) and enter them in an excel spreadsheet. There were a few exceptions to the rule (children of staff, students who signed up for unlimited extended care and some activities are free)
Read more
November 23, 2009
By lobo Filed under Joomla

Worried that CiviCRM integration with Joomla is not keeping pace with Drupal? Wanna take CiviCRM / Joomla integration to the next level? Want better permissioning support for CiviCRM in Joomla? Want more front end exposure of CiviCRM in Joomla?

Read more
November 18, 2009
By lobo Filed under Architecture, Drupal

The past two days a group of us gathered at the Mitchell Kapor Foundation offices in downtown San Francisco for the first CiviCRM Test Sprint. Some of the highlights of the event were:

Introducing the concept of testing and our current framework for unit testing. CiviCRM uses PHPUnit for unit testing. We also use XDebug for code coverage. You can see the latest results of our testing here
Read more
August 27, 2009
By loboFiled under
We've been having quite a few requests for the ability to modify and extend the types of contact records which we can be stored in CiviCRM (currently limited to Individuals, Households and Organizations). Thanx to the nice folks at Alpha International, we will be adding the ability to rename or "hide" the existing Contact Types AND define Contact Sub-types as part of CiviCRM v3.1. Here is a first draft of what we plan to implement. Your comments and feedback are appreciated. Contact Sub-types In v3.1 we will introduce the notion of a Contact Sub-type. This will allow users to create specific types of Contacts for their use cases. For example, a school could introduce three new sub-types: Student, Parent and Staff. Sub-Types will inherit from one of the three contact types (Individuals in this case). Sub-types will have all the properties and features of the main contact types. Thus an admin will be able to:
Read more