Agenda
- Feedback on whats missing in CiviCRM and should be high priority for a future release
- What does not work in current releases of CiviCRM
- What can be improved in the ecosystem
- How can we help you
- How can you help us
Details
Date |
Wednesday, January 28, 2009 |
Start Time |
11:00 AM Pacific Std Time |
End Time |
12:25 PM Pacific Std Time |
Type of Conference |
ReadyTalk Phone and Web |
Toll Free Dial-in (U.S. & Canada) |
1-866-740-1260 |
Intntl Dial-in (some toll free) |
|
Participant Access Code |
8467471 |
Web Conference URL |
Labels:

14 Comments
Hide/Show CommentsJan 23, 2009
Peter Davis
Assuming SanFran is PST then 9 am makes it 6 am NZ time. I will do my best. An hour later would seriously improve my chances
but realise it may knock others off at the other end of the planet.
I had been thinking of asking among other implementers whether we could organise some 'show and tell' sessions to demo how each of us is bending civiCRM to meet various client needs.
Jan 23, 2009
Donald A. Lobo
I'll give u a wake up call
6:00 am is not that early 
Jan 24, 2009
Michael Haggerty
I want to be on the call, but fear I will not be able to make it. Here are some notes from Trellon:
1) Feedback on What is Missing: some notes from the front
- accounts payable integration with external systems (Peachtree, Great Plains, Quickbooks)
- direct webservices integration (only available through Drupal)
- direct integration with external reporting tools, or a simple release for those tools (BIRT and Jasper)
- list segmentation on advanced search: exclude criteria
2) What Does Not Work
- Civimail: rich text editor often does not load for users in Firefox
M
Jan 25, 2009
Donald A. Lobo
any chance you can have someone else from trellon be on the call
Jan 26, 2009
Andrew Perry
Hmmm - that is about 4am here in Sydney.... I will try to wake up then!
Jan 28, 2009
Andrew Perry
Key issues I see are:
I will think about the "how we can help you" part some more! We hope to contribute CiviSMS shortly!
Jan 27, 2009
Michael McAndrew
Hi there,
Some quick thoughts on the agenda
What can be improved in the ecosystem + Feedback on whats missing in CiviCRM and should be high priority for a future release
Better talk and discussion around future releases and longer term - a Roadmap blog series might be useful to guide disscusion and feedback. It's hard to get a sense priorities, difficulties, options, etc. from the current 'bulk bin of useful issues'.
How can we help you
Some pages on best practice on development environments to help people understand most efficient ways to customise code, ease upgrades with custom code, get contributions in core, etc.
How you can help us
More talk / co-ordination in the layer between core team and end users
Jan 27, 2009
Roberto A. Santiago
Bad timing. We will be kicking off a new CiviCRM project for a customer right then. I will try and have one of my associates on the call, though. Our biggest focus has been developing the API for CiviCRM (which we have done a lot of at this point). OUr biggest need is to integrate Civi (primarily in stand alone configuration) to a number of other open source packages and custom web applications written in RoR.
Jan 27, 2009
JoeMurray
So with the rescheduling, this will now be 11am PST, 2pm EST, I believe.
Jan 28, 2009
Alan Dixon
Most of my work in the past year has been with 2.0, I've just started working with 2.1. It has a number of great new features that clients like, and being able to use Drupal 6 is marvelous. The only big issue that has arisen is around OS requirements - for any current CentOS or RHEL, it's a real hassle because of CiviCRM 2.1 PCRE and PHP 5.2 requirements. I think neither of these requirements is actually essential to CiviCRM 2.1, so I'd like to see if they can be dropped.
Looking forward to it...
Jan 28, 2009
JoeMurray
CiviCanvasser, including both offline and online canvassing. Farther down the road: VoIP integration.
Analytics of some kind to assist in cluster analysis. Maybe start with A/B analysis for mailings and Contribution pages.
High performance (large DBs, many concurrent users). Potential partial implementation: keeping 'memcache' code version current in a parallel release stream.
Perhaps this is just me or a documentation issue, but I'm not clear on the best way to make changes to CiviCRM in a multi-site installation, when the modifications are to more than the .tpl files.
An organization with core mandate to provide CiviSMTP-like service.
Jan 28, 2009
Alan Dixon
joe - thanks for getting the juices flowing:
What can be improved:
1. multi-site implementation
i seem to always need to do individual installs because:
a. sites even with the same drupal install may require/use different civicrm versions
b. i almost always have some kind of patch [e.g. that pesky civicrm.config.php file always seems to need CIVICRM_CONFDIR defined]
c. civimail doesn't work on a shared install
i don't know if getting to a single shared install is a useful goal or not, but some kind of more maintainable code base strategy would be good. I think if i figured out the svn installation process and just used that to maintain my code it would be a good idea - does anyone else do that on a production server?
2. civimail
i recently tried to set this up again with 2.0 and came to grief with the amavis-new part - it'd be nice if this wasn't quite so hackish, though i admit I don't understand all the issues. I think that the handling of bounces is the key part that is difficult. I think the two bad things about the current setup are:
a. dependency on a specific amavisd version [or versions now, yes].
b. replacement of amavisd binary.
A yum or apt repository with the patched version would make the current solution more feasible, but even then it seems like the interaction with spamassassin, etc. makes the whole thing a little wonky.
Jan 28, 2009
Brian Shaughnessy
Alan,
Re: CiviMail -- note that v2.2 will have a non-amavis, php-based solution for handling bounces. Piotr had an alpha release for backporting in v2.1 a while back. The only thing you'll need is a server that allows a catchall email account + setting up an additional cron (some shared hosting providers don't allow a catchall account, but many do, making this function accessible to many shared hosting users).
Jan 28, 2009
Brian Shaughnessy
I plan to be on the conference call. Here are some of my thoughts/comments in advance. They don't fit neatly into the predefined topics, so I'll just list them as is.
Development Cycle: From a developer/implementor standpoint, I think there are several ways I'd like to see the development cycle changed.
Upgrading: It would be useful if minor revisions were available as patch packages (only files changed from the immediate previous version included; file structure mimics the installed file structure). This would ease the upgrade process as the package could be uploaded and unpacked without going through the actual uninstallation/reinstallation process. It also would help developers quickly identify if any override files need to be updated to reflect changes in the core.
Interface: I really think interface issues need to take a higher priority. A clean, space-efficient, intuitive layout in the backend is critical for helping the administrative staff function efficiently and navigate easily through the various tools (it also reduces the need for extensive training). On the frontend, there are a lot of inconsistencies in how the template html and css is structured, which makes it challenging to customize the pages to fit an existing site design. I would also like to see more ability to customize the admin interface. The biggest single request I get is to modify the search result selector tables (for the standard search as well as component-specific search) -- people want some columns removed, others added, current employer listed, etc. Some more specifics on my wishlist:
On a related note --
I had indicated last year that I was working on a project and would be doing a fair amount of work on the interface and layout to improve space efficiency (tighten things up), etc. I had hoped to release that to the community as an alternative "theme" for Civi. Biggest problem I ran into was that by the time the project was at a stage where I'd caught up with enough theming elements to be worth releasing, the next version of Civi was about to be released. I'm more than willing to help out with the theming/layout piece, but I'm not sure how best to do that as part of the core teams development process.