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.
23 juin 2010
par michalsujet

Here we are with the second BETA release of version 3.2 - it is now available for download. You can also try it out on our sandbox site. Please remember this is a BETA release and it should NOT be used on production sites, even though we're getting closer to stable.

With 3.2beta2 we're introducing our new translation maintenance process. It's time to announce something we called "soft string freeze" - we reviewed and checked for formal correctness the strings that are extracted for translation. Now, we are giving ourselves and our community one week, until beta3, to review our user interface and see if we need any improvements and fixes before formal string freeze. Just as a reminder, after formal string freeze, we'll do our best to avoid changing any strings in CiviCRM user interface - this way, we won't be stepping in our translators' ways and breaking ongoing translations. "Soft string freeze" means it's a last moment to take a look at your string bundles, see what has changed since 3.1, see if there is no quirks and annoyances to be fixed - and report any problems (ideally, with patches) to be fixed before formal string freeze.

By the way, since we are at translations, we merged 3.1 and 3.2 translations and thanks to this (and hard work of our translators), we have the first 100% translation - big kudos to Dutch translation team! And here are the most current stats for 3.2: Top translations: civicrm » civicrm-32
Lire plus
19 juin 2010
par xavier sujet CiviEvent, Architecture
Thanks to the good folks at the Party of European Socialists that sponsored the feature, Tech To the People & CiviCrm have made easier to generate name badges and place cards for your events.
Lire plus
15 juin 2010
par michal sujet CiviCRM, Drupal, Joomla

We are excited to announce that the first BETA release of version 3.2 is now available for download. You can also try it out on our sandbox site. Please remember this is a BETA release and it should NOT be used on production sites.

This release includes several major new features/highlights: Usability improvements - Better looking and more intuitive Contact Summary Page. The new "Actions" button provides 1-click access to most contact-related forms. New clean and consistent icons have been implemented to provide helpful visual cues. You can now get a configurable contact summary pop-up from search results by mousing over the contact icon on any row. We'll be blogging with more details on these usability features during the release cycle. Support for PHP 5.3 -This release supports PHP 5.3. CiviCase Phase 3 - Thanks to the Physicians Health Program folks for pushing CiviCase to the next level! You can check out the phase 3 enhancements here. CiviEvent workflow improvements - Streamlining the workflow for events, providing 1-click access to event related screens from the configuration panel, and generating event name badges. For more details check CRM-6230 and CRM-6294. Free-tagging, and Tags for Cases and Activities - You can add one or more free-tagging "taxonomies" - called Tagsets - for use with contacts, cases and / or activities. You can also specify which tags can be used for which types of records.

Lire plus
15 juin 2010
par bgm sujet Meetups

Join us for the first Montréal CiviCRM meetup, Thursday July 8th, 17-19h! There will be report backs from CiviCon, French translation status, talks about the new book, case studies. We hope to encourage informal group talks based on various interests (users, integrators, developers).

Meetup agenda:

Report back on the first CiviCon (which was in April 2010 in SF after DrupalCon) and book/translation/code sprint French translation status and recent changes to the translation system New CiviCRM book and plans to translate
Lire plus
14 juin 2010
par lobo sujet Architecture, CiviCRM
While doing a deployment for a large organization, our good friends at Rayogram hit upon a pretty severe export scalability issue. The primary export was failing for approx 40K rows. They contacted us to see if we can figure out whats happening and why. They first assumed that the big issue was using a custom feature (merge same address / merge household address) and wanted us to look at it and potentially optimize and fix the issue. In general dealing with memory issues in PHP are not something i look forward to (it comes a close second to debugging core dumps in PHP). Basically you cannot afford to leak a lot of memory in every iteration. For the export, if you leak 10K for every iteration, u will need 400M for a 40K export not including any of the memory used before export was called. On my initial tracing of the code we were leaking between 15K of memory for every iteration. On my local labtop, i could process approx 5K contacts before running out of memory :( It took me some time to get my head around the code and figure out what the potential problems were. I first eliminated our good friend DB_DataObject (which has a tendency to store things in a static global variables). I also ensured that we were free'ing various objects as soon as possible. Spent a few hours on this and realized that i was not making any significant progress.
Lire plus
14 juin 2010
par JoeMurray sujet Meetups

We will be live streaming the CiviCRM Toronto Meetup at June 15, 6:30-8:30pm EST.

To join us, go to

https://my.dimdim.com/rnao/

I'll be presenting on How to Plan a Successful CiviCRM Implementation. We're hoping that remote participants will be able to join in our discussions.

Lire plus
11 juin 2010
par xavier sujet Architecture, CiviCRM, Interface and design
Relationship are a natural way of storing relations between contacts. However, it doesn't work so well if you have several hundreds of related contacts as the realationship tab becomes unreadable quite quickly. One of our client needed to associate each individual in their base to a local branch (we implemented a nice geo lookup based on the postal code to identify the local branch, but that's another story). It means that each local branch has 1000th of individuals. This could happen in other situations, for instance to keep a relationship between a "main teacher" and each pupil or who is the latest volunteer that contacted each person in a GOTV/ Canvassing campaign...
Lire plus
9 juin 2010
par mbriney sujet CiviCRM
This year at the first CiviCon we had a great session lead by CiviAction's Ian Rhett about taking CiviCRM into the mobile space. It was a very engaging brainstorm session with a lot of great ideas thrown out there. My time this week at WWDC provided a little inspiration and time spent in a hotel room to create some mockups of what this could look like. I have posted some images below. I think one of the big conclusions at CiviCon is that the app could be built to do a lot of things but at this point working to achieve a CRUD (Create, Read, Update and Delete) app is probably the best starting place. This is a project that I would like to start to work on along with my team at emotive. I think the best approach is to develop the app using the Appcelerator Titanium platform. It's an open source development platform that translates javascript into native iPhone/iPad, Android and coming soon Blackberry apps. I figure that most of us know Javascript much more than we do C or C++ and this would provide us with a single codebase for multiple mobile platforms.
Lire plus
9 juin 2010
par lobo sujet Architecture, Drupal, Schools
We've been hard at work implementing an online set of forms to collect family information for the school module. This is one of our final projects for the year and eliminates the tedious summer ritual for the admin staff of sending paper forms to the 200 school families and for the parent to fill out the same information every year. This also saves the admin staff from entering that same information into the SIS We've built this work on the parent portal that we launched late last year. Parents can update information on themselves and their children anytime via their drupal account. The form is composed of 5 sub-forms: Household Information: Name, Email, Phone and Address of the household. We currently support 2 household and 4 contacts. These are stored as CiviCRM contacts with a relationship link of type Parent / Child to the student. We created a custom group to store which household a parent belonged to. We did not use CiviCRM's household functionality.
Lire plus
8 juin 2010
par xcf33 sujet CiviCRM

A couple month ago I raised the question about CiviCRM importing scalability, and received mixed answers.

CiviCRM should be mostly used for data import, not for data cleaning. Most importing scalability issues stem from people's reliance on the system to perform both data clean up and import. CiviCRM has a great data cleaning process that should be taken advantage of when doing a large import.
Lire plus