Blogues

Restez à l'affut des dernières nouvelles de CiviCRM avec les billets de blogue de développeurs et d'utilisateurs de partout dans le monde.
4 mars 2007
par lobo sujet CiviReport, CiviCRM

I've been spending the past few days with Eclipse and BIRT. Their examples and screencasts are quite valuable to understanding a fairly complex application. I suspect this model of documentation is quite applicable to CiviCRM also.

I'm making pretty good progress with CiviReport and currently have a BIRT library with various reports that can be distributed. I'm focusing on CiviContribute for the initial set of reports, but it is quite easy to adapt the reports to CiviMember and CiviEvent. BIRT allows you to have drill down reports (i.e. from a high level report, you can get more detailed reports on various aspects by drilling down a level or two). Thus a top level contribution report could give you breakdown by year, state and your top 5 donors. You can then drill down into details for each year, or state or a more detailed contribution report on a donor.

Lire plus
2 mars 2007
par lobo sujet CiviCRM

Thanx to our colleagues from PicNet, we've had support for Joomla! since CiviCRM v1.1. Joomla! is a fairly popular open source CMS and seems to have a significantly larger user base than Drupal. Unfortunately Joomla! does not make it easy to extend some core functionality like Drupal. Hence, CiviCRM on Joomla! lacks a few very important features.

We were hoping that Joomla! 1.5 would address these issues, but that did not happen. At the same time our user base on Joomla is growing quite nicely. Our download stats now indicate that the php4 version of joomla is the most downloaded tarball. The Joomla Extensions site is a close third on our referrals to civicrm.org after google and drupal. If you are a CiviCRM user on Joomla!, please do take the time to review and rate us on the Joomla extensions site.

Lire plus
1 mars 2007
par lobo sujet CiviCRM

We did manage to hit the code freeze and branch date of Feb 26th. v1.7 is now off and living in its own branch. If you are using svn to get the latest version of the code base, make sure you switch to the v1.7 branch (svn switch is a useful command)

Lire plus
25 février 2007
par lobo sujet CiviCRM

From our friends at CivicActions comes the Draft Al Gore site using Drupal and CiviCRM. They use a pretty nifty thermometer module to track the amount of money coming in via CiviContribute.

Lire plus
24 février 2007
par lobo sujet CiviCRM
I recently cam across Givewell.net, a group that has recently stirred some activity in the non-profit blogosphere. For more information and details you should check out the Givewell blog. They ask non-profits some specific questions and expect specific answers. Being a non-profit and an open source organization, I figured it would be a good exercise for us to answer those questions. Note that like most of my other blog entries, this is a quick unplanned writing exercise ...
Lire plus
24 février 2007
par kurund sujet CiviReport

It's been a while, i was trying to get Eclipse-BIRT working on my machine (Ubuntu Edgy). Finally got success few days back.

Here are the steps for installation:

1) Get the Eclipse using Ubuntu update manager.

sudo aptitude install eclipse

2) BIRT package is not installed by default in Eclipse. So use Eclipse update manager and select package BIRT Reporting Tool.

You might get few errors: - Could not write in /usr/lib .....

chmod -R 777 /usr/lib/eclipse

- I also got following errors: Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.

Lire plus
22 février 2007
par lobo sujet Architecture, CiviCRM
Good background reading for ACL's can be found in the Wikipedia entry Permissioning is quite important in CRM systems. CiviCRM used Drupal's permissioning system and stretched it a fair amount till v1.6. It had two major disadvantages: One, our joomla users do not have access to the permissioning model. Two, the Drupal model did not scale very well from a user interface perspective. This was primarily because it displayed all the permissions as a grid. If you had 300 roles and 300 smart groups, drupal displayed a table with 90,000 checkboxes. The browser would definitely not be happy with this chunk of HTML
Lire plus
21 février 2007
par lobo sujet CiviCRM
Here is a tentative release schedule for v1.7. As in any software project, these dates are tentative and subject to delays. UPDATE: I've updated to our latest dates
Lire plus
21 février 2007
par shot sujet Architecture, CiviCRM
I got myself a new development machine last Thursday, and the old one spectacularly failed two hours later (talk about timing). This means I ended up with a clean install of Ubuntu (I went with the development version of Feisty Fawn, but the below should work for the stable Edgy Eft as well) and can share with you how to setup a CiviCRM development sandbox from scratch. This tutorial is very Ubuntu-centric, but should be easily adaptable to other (especially Unix-based) operating systems. You can of course skip all the parts that are already working in your install.
Lire plus
18 février 2007
par lobo sujet CiviCRM

I just finished implementing some cool features for customizing CiviCRM look and feel in v1.7. As most of you'll are aware CiviCRM follows a pretty good modular MVC (model-view-controller) architecture. We seperate the view (Smarty templates) from the code and business logic quite stringently and most of the display can be customized at the template level.

Lire plus